Watch
1
0
Fork
You've already forked dotfiles
0

helix: Port neovim theme

This commit is contained in:
Jeremy Kaplan 2026-06-01 13:18:52 -04:00
commit 3950e2718c
3 changed files with 312 additions and 10 deletions

View file

@ -1,7 +1,41 @@
inherits = "onelight"
inherits = "base"
"comment" = { fg = "grey" }
"comment.line" = { fg = "grey" }
"comment.line.documentation" = { fg = "grey" }
"comment.block" = { fg = "grey" }
"comment.block.documentation" = { fg = "grey" }
[palette]
Comment = "#666666"
Constant = "#876fff"
Directory = "#1b15fd"
Function = "#d75f00"
Keyword = "#880000"
String = "#005f00"
Type = "#8700d7"
JumpLabel = "#1b15fd"
Ruler = "#eeeeee"
Whitespace = "#808080"
Background = "#ffffff"
Focused = "#eeeeee"
Window = "#eeeeee"
TextPrimary = "#303030"
TextLineNumber = "#aaaaaa"
TextSecondary = "#c6c6c6"
TextTertiary = "#e0e0e0"
DiffAdd = "#44b342"
DiffChange = "#2972e0"
DiffDelete = "#e51029"
DiffMove = "#b479f2"
Warning = "#f06d14"
Error = "#f32840"
Info = "#4e85da"
Hint = "#015700"
CursorPrimary = "#000000"
CursorSecondary = "#666666"
CursorMatch = "#e0e0e0"
Selection = "#e0e0e0"
BorderActive = "#e0e0e0"
BorderInactive = "#f2f2f2"