helix: Port neovim theme
This commit is contained in:
parent
95def2c1cb
commit
3950e2718c
3 changed files with 312 additions and 10 deletions
|
|
@ -1,6 +1,41 @@
|
|||
inherits = "onedark"
|
||||
inherits = "base"
|
||||
|
||||
"comment" = { fg = "light-gray" }
|
||||
[palette]
|
||||
Comment = "#afafaf"
|
||||
Constant = "#af87ff"
|
||||
Directory = "#007cff"
|
||||
Function = "#00d7ff"
|
||||
Keyword = "#5fd75f"
|
||||
String = "#d7af00"
|
||||
Type = "#d7d700"
|
||||
|
||||
"ui.background" = { bg = "#222222" }
|
||||
"ui.cursorline.primary" = { bg = "#000000" }
|
||||
JumpLabel = "#007cff"
|
||||
Ruler = "#111111"
|
||||
Whitespace = "#4e4e4e"
|
||||
|
||||
Background = "#1d1f21"
|
||||
Focused = "#000000"
|
||||
Window = "#000000"
|
||||
|
||||
TextPrimary = "#ffffff"
|
||||
TextLineNumber = "#a7a7a7"
|
||||
TextSecondary = "#4e4e4e"
|
||||
TextTertiary = "#303030"
|
||||
|
||||
DiffAdd = "#44b342"
|
||||
DiffChange = "#2972e0"
|
||||
DiffDelete = "#e51029"
|
||||
DiffMove = "#b479f2"
|
||||
|
||||
Warning = "#de935f"
|
||||
Error = "#a54242"
|
||||
Info = "#5f819d"
|
||||
Hint = "#777777"
|
||||
|
||||
CursorPrimary = "#ffffff"
|
||||
CursorSecondary = "#afafaf"
|
||||
CursorMatch = "#303030"
|
||||
Selection = "#303030"
|
||||
|
||||
BorderActive = "#303030"
|
||||
BorderInactive = "#080808"
|
||||
|
|
|
|||
Loading…
Reference in a new issue