helix: Update ui colors
This commit is contained in:
parent
3950e2718c
commit
15b58cc168
3 changed files with 8 additions and 12 deletions
|
|
@ -3,19 +3,20 @@ inherits = "base"
|
|||
[palette]
|
||||
Comment = "#666666"
|
||||
Constant = "#876fff"
|
||||
Directory = "#1b15fd"
|
||||
Directory = "#0091ea"
|
||||
Function = "#d75f00"
|
||||
Keyword = "#880000"
|
||||
String = "#005f00"
|
||||
Type = "#8700d7"
|
||||
|
||||
JumpLabel = "#1b15fd"
|
||||
JumpLabel = "#0091ea"
|
||||
Ruler = "#eeeeee"
|
||||
Whitespace = "#808080"
|
||||
|
||||
Background = "#ffffff"
|
||||
Focused = "#eeeeee"
|
||||
Window = "#eeeeee"
|
||||
Border = "#e0e0e0"
|
||||
|
||||
TextPrimary = "#303030"
|
||||
TextLineNumber = "#aaaaaa"
|
||||
|
|
@ -36,6 +37,3 @@ CursorPrimary = "#000000"
|
|||
CursorSecondary = "#666666"
|
||||
CursorMatch = "#e0e0e0"
|
||||
Selection = "#e0e0e0"
|
||||
|
||||
BorderActive = "#e0e0e0"
|
||||
BorderInactive = "#f2f2f2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue