Skip to content

Commit

Permalink
#11866: Fix monokai theme (set tag color)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoday committed Oct 18, 2024
1 parent 855a43a commit 094f6f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/monokai.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Author: Shafkath Shuhan <[email protected]>

"tag" = { fg = "tag" }

"namespace" = { fg = "type" }
"module" = { fg = "type" }

Expand Down Expand Up @@ -116,3 +118,4 @@ cursor = "#a6a6a6"
inactive_cursor = "#878b91"
widget = "#1e1f1c"
selection = "#414339"
tag = "#F92672"

0 comments on commit 094f6f8

Please sign in to comment.