dotfiles/.config/alacritty/alacritty.yml

113 lines
2.3 KiB
YAML
Raw Normal View History

2021-05-12 18:14:09 +02:00
# Font
font:
normal:
family: Fira Code
style: Regular
2021-05-21 03:21:22 +02:00
size: 14
2021-05-12 18:14:09 +02:00
# 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"
2021-05-21 03:21:22 +02:00
red: "#be5046"
2021-05-12 18:14:09 +02:00
green: "#98c379"
2021-05-21 03:21:22 +02:00
yellow: "#d19a66"
2021-05-12 18:14:09 +02:00
blue: "#61afef"
magenta: "#c678dd"
cyan: "#56b6c2"
white: "#abb2bf"
bright:
black: "#5c6370"
2021-05-21 03:21:22 +02:00
red: "#e06c75"
2021-05-12 18:14:09 +02:00
green: "#98c379"
2021-05-21 03:21:22 +02:00
yellow: "#e5c07b"
2021-05-12 18:14:09 +02:00
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"