mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Set tags color in monokai theme (#11917)
This commit is contained in:
parent
548fd57489
commit
4d0b7e57b1
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
# Author: Shafkath Shuhan <shafkathshuhannyc@gmail.com>
|
||||
|
||||
"tag" = { fg = "tag" }
|
||||
|
||||
"namespace" = { fg = "type" }
|
||||
"module" = { fg = "type" }
|
||||
|
||||
|
@ -116,3 +118,4 @@ cursor = "#a6a6a6"
|
|||
inactive_cursor = "#878b91"
|
||||
widget = "#1e1f1c"
|
||||
selection = "#414339"
|
||||
tag = "#F92672"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue