mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
parent
3d79c60a1f
commit
7cb6e07ba0
1 changed files with 4 additions and 2 deletions
|
@ -29,8 +29,8 @@
|
||||||
"ui.menu" = { fg = "foreground", bg = "background_dark" }
|
"ui.menu" = { fg = "foreground", bg = "background_dark" }
|
||||||
"ui.menu.selected" = { fg = "cyan", bg = "background_dark" }
|
"ui.menu.selected" = { fg = "cyan", bg = "background_dark" }
|
||||||
"ui.popup" = { fg = "foreground", bg = "background_dark" }
|
"ui.popup" = { fg = "foreground", bg = "background_dark" }
|
||||||
"ui.selection" = { fg = "background", bg = "purple", modifiers = ["dim"] }
|
"ui.selection" = { bg = "secondary_highlight" }
|
||||||
"ui.selection.primary" = { fg = "background", bg = "pink" }
|
"ui.selection.primary" = { bg = "primary_highlight" }
|
||||||
"ui.statusline" = { fg = "foreground", bg = "background_dark" }
|
"ui.statusline" = { fg = "foreground", bg = "background_dark" }
|
||||||
"ui.statusline.inactive" = { fg = "comment", bg = "background_dark" }
|
"ui.statusline.inactive" = { fg = "comment", bg = "background_dark" }
|
||||||
"ui.text" = { fg = "foreground" }
|
"ui.text" = { fg = "foreground" }
|
||||||
|
@ -52,6 +52,8 @@
|
||||||
[palette]
|
[palette]
|
||||||
background = "#282a36"
|
background = "#282a36"
|
||||||
background_dark = "#21222c"
|
background_dark = "#21222c"
|
||||||
|
primary_highlight = "#800049"
|
||||||
|
secondary_highlight = "#4d4f66"
|
||||||
foreground = "#f8f8f2"
|
foreground = "#f8f8f2"
|
||||||
comment = "#6272a4"
|
comment = "#6272a4"
|
||||||
red = "#ff5555"
|
red = "#ff5555"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue