mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
Update dracula menu colors (#6987)
This commit is contained in:
parent
3a9e77934b
commit
3fb0562e7b
1 changed files with 8 additions and 9 deletions
|
@ -73,11 +73,11 @@
|
||||||
"ui.highlight.frameline" = { fg = "background", bg = "red" }
|
"ui.highlight.frameline" = { fg = "background", bg = "red" }
|
||||||
"ui.linenr" = { fg = "comment" }
|
"ui.linenr" = { fg = "comment" }
|
||||||
"ui.linenr.selected" = { fg = "foreground" }
|
"ui.linenr.selected" = { fg = "foreground" }
|
||||||
"ui.menu" = { fg = "background", bg = "purple" }
|
"ui.menu" = { fg = "foreground", bg = "current_line" }
|
||||||
"ui.menu.selected" = { fg = "background", bg = "green", modifiers = ["dim"] }
|
"ui.menu.selected" = { fg = "current_line", bg = "purple", modifiers = ["dim"] }
|
||||||
"ui.menu.scroll" = { fg = "background", bg = "purple" }
|
"ui.menu.scroll" = { fg = "foreground", bg = "current_line" }
|
||||||
"ui.popup" = { fg = "foreground", bg = "black" }
|
"ui.popup" = { fg = "foreground", bg = "black" }
|
||||||
"ui.selection.primary" = { bg = "selection_primary" }
|
"ui.selection.primary" = { bg = "current_line" }
|
||||||
"ui.selection" = { bg = "selection" }
|
"ui.selection" = { bg = "selection" }
|
||||||
"ui.statusline" = { fg = "foreground", bg = "darker" }
|
"ui.statusline" = { fg = "foreground", bg = "darker" }
|
||||||
"ui.statusline.inactive" = { fg = "comment", bg = "darker" }
|
"ui.statusline.inactive" = { fg = "comment", bg = "darker" }
|
||||||
|
@ -87,8 +87,8 @@
|
||||||
"ui.text" = { fg = "foreground" }
|
"ui.text" = { fg = "foreground" }
|
||||||
"ui.text.focus" = { fg = "cyan" }
|
"ui.text.focus" = { fg = "cyan" }
|
||||||
"ui.window" = { fg = "foreground" }
|
"ui.window" = { fg = "foreground" }
|
||||||
"ui.virtual.whitespace" = { fg = "subtle" }
|
"ui.virtual.whitespace" = { fg = "current_line" }
|
||||||
"ui.virtual.wrap" = { fg = "subtle" }
|
"ui.virtual.wrap" = { fg = "current_line" }
|
||||||
"ui.virtual.ruler" = { bg = "black" }
|
"ui.virtual.ruler" = { bg = "black" }
|
||||||
"ui.virtual.inlay-hint" = { fg = "cyan" }
|
"ui.virtual.inlay-hint" = { fg = "cyan" }
|
||||||
"ui.virtual.inlay-hint.parameter" = { fg = "cyan", modifiers = ["italic", "dim"] }
|
"ui.virtual.inlay-hint.parameter" = { fg = "cyan", modifiers = ["italic", "dim"] }
|
||||||
|
@ -122,9 +122,8 @@ darker = "#222430"
|
||||||
black = "#191A21"
|
black = "#191A21"
|
||||||
grey = "#666771"
|
grey = "#666771"
|
||||||
comment = "#6272A4"
|
comment = "#6272A4"
|
||||||
selection_primary = "#44475a"
|
current_line = "#44475a"
|
||||||
selection = "#363848"
|
selection = "#363848"
|
||||||
subtle = "#424450"
|
|
||||||
red = "#ff5555"
|
red = "#ff5555"
|
||||||
orange = "#ffb86c"
|
orange = "#ffb86c"
|
||||||
yellow = "#f1fa8c"
|
yellow = "#f1fa8c"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue