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

39 lines
749 B
TOML

inherits = "base"
[palette]
Comment = "#666666"
Constant = "#876fff"
Directory = "#0091ea"
Function = "#d75f00"
Keyword = "#880000"
String = "#005f00"
Type = "#8700d7"
JumpLabel = "#0091ea"
Ruler = "#eeeeee"
Whitespace = "#808080"
Background = "#ffffff"
Focused = "#eeeeee"
Window = "#eeeeee"
Border = "#e0e0e0"
TextPrimary = "#303030"
TextLineNumber = "#aaaaaa"
TextSecondary = "#c6c6c6"
TextTertiary = "#e0e0e0"
DiffAdd = "#005f00"
DiffChange = "#2972e0"
DiffDelete = "#880000"
DiffMove = "#b479f2"
Warning = "#f06d14"
Error = "#f32840"
Info = "#4e85da"
Hint = "#015700"
CursorPrimary = "#000000"
CursorSecondary = "#666666"
CursorMatch = "#e0e0e0"
Selection = "#e0e0e0"