helix: Update ui colors
This commit is contained in:
parent
3950e2718c
commit
15b58cc168
3 changed files with 8 additions and 12 deletions
|
|
@ -9,13 +9,14 @@ Keyword = "#5fd75f"
|
|||
String = "#d7af00"
|
||||
Type = "#d7d700"
|
||||
|
||||
JumpLabel = "#007cff"
|
||||
JumpLabel = "#ff87ff"
|
||||
Ruler = "#111111"
|
||||
Whitespace = "#4e4e4e"
|
||||
|
||||
Background = "#1d1f21"
|
||||
Focused = "#000000"
|
||||
Window = "#000000"
|
||||
Border = "#303030"
|
||||
|
||||
TextPrimary = "#ffffff"
|
||||
TextLineNumber = "#a7a7a7"
|
||||
|
|
@ -36,6 +37,3 @@ CursorPrimary = "#ffffff"
|
|||
CursorSecondary = "#afafaf"
|
||||
CursorMatch = "#303030"
|
||||
Selection = "#303030"
|
||||
|
||||
BorderActive = "#303030"
|
||||
BorderInactive = "#080808"
|
||||
|
|
|
|||
Loading…
Reference in a new issue