Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/helix/themes/light.toml

41 lines
781 B
TOML

inherits = "base"
[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"