mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 10:26:18 +04:00
Set tags color in monokai theme (#11917)
This commit is contained in:
parent
548fd57489
commit
4d0b7e57b1
@ -1,5 +1,7 @@
|
|||||||
# Author: Shafkath Shuhan <shafkathshuhannyc@gmail.com>
|
# Author: Shafkath Shuhan <shafkathshuhannyc@gmail.com>
|
||||||
|
|
||||||
|
"tag" = { fg = "tag" }
|
||||||
|
|
||||||
"namespace" = { fg = "type" }
|
"namespace" = { fg = "type" }
|
||||||
"module" = { fg = "type" }
|
"module" = { fg = "type" }
|
||||||
|
|
||||||
@ -116,3 +118,4 @@ cursor = "#a6a6a6"
|
|||||||
inactive_cursor = "#878b91"
|
inactive_cursor = "#878b91"
|
||||||
widget = "#1e1f1c"
|
widget = "#1e1f1c"
|
||||||
selection = "#414339"
|
selection = "#414339"
|
||||||
|
tag = "#F92672"
|
||||||
|
Loading…
Reference in New Issue
Block a user