diff --git a/default/themed/helix.toml.tpl b/default/themed/helix.toml.tpl index 062664ff..6ac03d0f 100644 --- a/default/themed/helix.toml.tpl +++ b/default/themed/helix.toml.tpl @@ -76,12 +76,12 @@ "ui.bufferline.active" = { fg = "foreground", bg = "background", underline = { color = "color5", style = "line" } } "ui.text" = "foreground" -"ui.text.focus" = { fg = "foreground", bg = "color0", modifiers = ["bold"] } +"ui.text.focus" = { fg = "foreground", bg = "lighter_background", modifiers = ["bold"] } "ui.text.inactive" = { fg = "color8" } "ui.text.directory" = { fg = "color4" } "ui.virtual" = "color8" -"ui.virtual.ruler" = { bg = "color0" } +"ui.virtual.ruler" = { bg = "lighter_background" } "ui.virtual.indent-guide" = "color8" "ui.virtual.inlay-hint" = { fg = "color8" } "ui.virtual.jump-label" = { fg = "color1", modifiers = ["bold"] } @@ -96,9 +96,9 @@ "ui.cursor.primary.insert" = { fg = "background", bg = "color2" } "ui.cursor.primary.select" = { fg = "background", bg = "color5" } -"ui.cursorline.primary" = { bg = "color0" } +"ui.cursorline.primary" = { bg = "lighter_background" } -"ui.highlight" = { bg = "color0", modifiers = ["bold"] } +"ui.highlight" = { bg = "lighter_background", modifiers = ["bold"] } "ui.menu" = { fg = "foreground", bg = "background" } "ui.menu.selected" = { fg = "background", bg = "foreground", modifiers = ["bold"] } @@ -118,6 +118,7 @@ hint = "color6" [palette] background = "{{ background }}" foreground = "{{ foreground }}" +lighter_background = "{{ lighter_background }}" cursor = "{{ bright_foreground }}" selection_background = "{{ selection_background }}" selection_foreground = "{{ selection_foreground }}"