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

39 lines
749 B
TOML

inherits = "base"
[palette]
Comment = "#afafaf"
Constant = "#af87ff"
Directory = "#007cff"
Function = "#00d7ff"
Keyword = "#5fd75f"
String = "#d7af00"
Type = "#d7d700"
JumpLabel = "#ff87ff"
Ruler = "#111111"
Whitespace = "#4e4e4e"
Background = "#1d1f21"
Focused = "#000000"
Window = "#000000"
Border = "#303030"
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"