39 lines
749 B
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 = "#44b342"
|
|
DiffChange = "#2972e0"
|
|
DiffDelete = "#e51029"
|
|
DiffMove = "#b479f2"
|
|
|
|
Warning = "#f06d14"
|
|
Error = "#f32840"
|
|
Info = "#4e85da"
|
|
Hint = "#015700"
|
|
|
|
CursorPrimary = "#000000"
|
|
CursorSecondary = "#666666"
|
|
CursorMatch = "#e0e0e0"
|
|
Selection = "#e0e0e0"
|