113 lines
2.3 KiB
YAML
113 lines
2.3 KiB
YAML
|
# Font
|
||
|
font:
|
||
|
normal:
|
||
|
family: Fira Code
|
||
|
style: Regular
|
||
|
size: 14.0
|
||
|
|
||
|
# Colors
|
||
|
# dark
|
||
|
colors:
|
||
|
primary:
|
||
|
background: "#282c34"
|
||
|
foreground: "#abb2bf"
|
||
|
cursor:
|
||
|
text: CellBackground
|
||
|
cursor: CellForeground
|
||
|
vi_mode_cursor:
|
||
|
text: CellBackground
|
||
|
cursor: CellForeground
|
||
|
search:
|
||
|
matches:
|
||
|
foreground: CellBackground
|
||
|
background: CellForeground
|
||
|
focused_match:
|
||
|
foreground: "#282c34"
|
||
|
background: "#abb2bf"
|
||
|
bar:
|
||
|
background: "#abb2bf"
|
||
|
foreground: "#282c34"
|
||
|
hints:
|
||
|
start:
|
||
|
foreground: "#1d1f21"
|
||
|
background: "#e9ff5e"
|
||
|
end:
|
||
|
foreground: "#e9ff5e"
|
||
|
background: "#1d1f21"
|
||
|
line_indicator:
|
||
|
foreground: None
|
||
|
background: None
|
||
|
selection:
|
||
|
text: CellBackground
|
||
|
background: CellForeground
|
||
|
normal:
|
||
|
black: "#282c34"
|
||
|
red: "#e06c75"
|
||
|
green: "#98c379"
|
||
|
yellow: "#e5c07b"
|
||
|
blue: "#61afef"
|
||
|
magenta: "#c678dd"
|
||
|
cyan: "#56b6c2"
|
||
|
white: "#abb2bf"
|
||
|
bright:
|
||
|
black: "#5c6370"
|
||
|
red: "#be5046"
|
||
|
green: "#98c379"
|
||
|
yellow: "#d19a66"
|
||
|
blue: "#61afef"
|
||
|
magenta: "#c678dd"
|
||
|
cyan: "#56b6c2"
|
||
|
white: "#3e4451"
|
||
|
# light
|
||
|
# colors:
|
||
|
# primary:
|
||
|
# background: "#fafafa"
|
||
|
# foreground: "#383a42"
|
||
|
# cursor:
|
||
|
# text: CellBackground
|
||
|
# cursor: CellForeground
|
||
|
# vi_mode_cursor:
|
||
|
# text: CellBackground
|
||
|
# cursor: CellForeground
|
||
|
# search:
|
||
|
# matches:
|
||
|
# foreground: CellBackground
|
||
|
# background: CellForeground
|
||
|
# focused_match:
|
||
|
# foreground: "#fafafa"
|
||
|
# background: "#383a42"
|
||
|
# bar:
|
||
|
# background: "#383a42"
|
||
|
# foreground: "#fafafa"
|
||
|
# hints:
|
||
|
# start:
|
||
|
# foreground: "#1d1f21"
|
||
|
# background: "#e9ff5e"
|
||
|
# end:
|
||
|
# foreground: "#e9ff5e"
|
||
|
# background: "#1d1f21"
|
||
|
# line_indicator:
|
||
|
# foreground: None
|
||
|
# background: None
|
||
|
# selection:
|
||
|
# text: CellBackground
|
||
|
# background: CellForeground
|
||
|
# normal:
|
||
|
# black: "#fafafa"
|
||
|
# red: "#ca1261"
|
||
|
# green: "#50a14f"
|
||
|
# yellow: "#986801"
|
||
|
# blue: "#4078f2"
|
||
|
# magenta: "#a626a4"
|
||
|
# cyan: "#0184bc"
|
||
|
# white: "#383a42"
|
||
|
# bright:
|
||
|
# black: "#a0a1a7"
|
||
|
# red: "#e45649"
|
||
|
# green: "#50a14f"
|
||
|
# yellow: "#c18401"
|
||
|
# blue: "#4078f2"
|
||
|
# magenta: "#a626a4"
|
||
|
# cyan: "#0184bc"
|
||
|
# white: "#e5e5e6"
|