41 lines
781 B
TOML
41 lines
781 B
TOML
inherits = "base"
|
|
|
|
[palette]
|
|
Comment = "#afafaf"
|
|
Constant = "#af87ff"
|
|
Directory = "#007cff"
|
|
Function = "#00d7ff"
|
|
Keyword = "#5fd75f"
|
|
String = "#d7af00"
|
|
Type = "#d7d700"
|
|
|
|
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"
|