helix: Update ui colors
This commit is contained in:
parent
3950e2718c
commit
15b58cc168
3 changed files with 8 additions and 12 deletions
|
|
@ -143,8 +143,8 @@
|
||||||
"ui.linenr" = { fg = "TextLineNumber" }
|
"ui.linenr" = { fg = "TextLineNumber" }
|
||||||
"ui.linenr.selected" = { fg = "TextPrimary", bg = "Focused", modifiers = ["bold"] }
|
"ui.linenr.selected" = { fg = "TextPrimary", bg = "Focused", modifiers = ["bold"] }
|
||||||
|
|
||||||
"ui.statusline" = { bg = "BorderActive" }
|
"ui.statusline" = { bg = "Border" }
|
||||||
"ui.statusline.inactive" = { bg = "BorderInactive", fg = "TextSecondary" }
|
"ui.statusline.inactive" = { bg = "Border", modifiers = ["dim"] }
|
||||||
# "ui.statusline.normal" = {}
|
# "ui.statusline.normal" = {}
|
||||||
# "ui.statusline.insert" = {}
|
# "ui.statusline.insert" = {}
|
||||||
# "ui.statusline.select" = {}
|
# "ui.statusline.select" = {}
|
||||||
|
|
@ -161,7 +161,7 @@
|
||||||
"ui.picker.header.column" = { fg = "Keyword" }
|
"ui.picker.header.column" = { fg = "Keyword" }
|
||||||
"ui.picker.header.column.active" = { fg = "Keyword", underline.style = "line" }
|
"ui.picker.header.column.active" = { fg = "Keyword", underline.style = "line" }
|
||||||
|
|
||||||
"ui.window" = { fg = "BorderActive" }
|
"ui.window" = { fg = "Border" }
|
||||||
|
|
||||||
"ui.help" = { bg = "Focused" }
|
"ui.help" = { bg = "Focused" }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,13 +9,14 @@ Keyword = "#5fd75f"
|
||||||
String = "#d7af00"
|
String = "#d7af00"
|
||||||
Type = "#d7d700"
|
Type = "#d7d700"
|
||||||
|
|
||||||
JumpLabel = "#007cff"
|
JumpLabel = "#ff87ff"
|
||||||
Ruler = "#111111"
|
Ruler = "#111111"
|
||||||
Whitespace = "#4e4e4e"
|
Whitespace = "#4e4e4e"
|
||||||
|
|
||||||
Background = "#1d1f21"
|
Background = "#1d1f21"
|
||||||
Focused = "#000000"
|
Focused = "#000000"
|
||||||
Window = "#000000"
|
Window = "#000000"
|
||||||
|
Border = "#303030"
|
||||||
|
|
||||||
TextPrimary = "#ffffff"
|
TextPrimary = "#ffffff"
|
||||||
TextLineNumber = "#a7a7a7"
|
TextLineNumber = "#a7a7a7"
|
||||||
|
|
@ -36,6 +37,3 @@ CursorPrimary = "#ffffff"
|
||||||
CursorSecondary = "#afafaf"
|
CursorSecondary = "#afafaf"
|
||||||
CursorMatch = "#303030"
|
CursorMatch = "#303030"
|
||||||
Selection = "#303030"
|
Selection = "#303030"
|
||||||
|
|
||||||
BorderActive = "#303030"
|
|
||||||
BorderInactive = "#080808"
|
|
||||||
|
|
|
||||||
|
|
@ -3,19 +3,20 @@ inherits = "base"
|
||||||
[palette]
|
[palette]
|
||||||
Comment = "#666666"
|
Comment = "#666666"
|
||||||
Constant = "#876fff"
|
Constant = "#876fff"
|
||||||
Directory = "#1b15fd"
|
Directory = "#0091ea"
|
||||||
Function = "#d75f00"
|
Function = "#d75f00"
|
||||||
Keyword = "#880000"
|
Keyword = "#880000"
|
||||||
String = "#005f00"
|
String = "#005f00"
|
||||||
Type = "#8700d7"
|
Type = "#8700d7"
|
||||||
|
|
||||||
JumpLabel = "#1b15fd"
|
JumpLabel = "#0091ea"
|
||||||
Ruler = "#eeeeee"
|
Ruler = "#eeeeee"
|
||||||
Whitespace = "#808080"
|
Whitespace = "#808080"
|
||||||
|
|
||||||
Background = "#ffffff"
|
Background = "#ffffff"
|
||||||
Focused = "#eeeeee"
|
Focused = "#eeeeee"
|
||||||
Window = "#eeeeee"
|
Window = "#eeeeee"
|
||||||
|
Border = "#e0e0e0"
|
||||||
|
|
||||||
TextPrimary = "#303030"
|
TextPrimary = "#303030"
|
||||||
TextLineNumber = "#aaaaaa"
|
TextLineNumber = "#aaaaaa"
|
||||||
|
|
@ -36,6 +37,3 @@ CursorPrimary = "#000000"
|
||||||
CursorSecondary = "#666666"
|
CursorSecondary = "#666666"
|
||||||
CursorMatch = "#e0e0e0"
|
CursorMatch = "#e0e0e0"
|
||||||
Selection = "#e0e0e0"
|
Selection = "#e0e0e0"
|
||||||
|
|
||||||
BorderActive = "#e0e0e0"
|
|
||||||
BorderInactive = "#f2f2f2"
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue