dotfiles/private_dot_config/alacritty/alacritty.yml.tmpl

79 lines
1.5 KiB
Cheetah
Raw Normal View History

2022-06-02 16:58:27 +00:00
window:
dimensions:
columns: 80
lines: 30
padding:
x: 15
y: 15
font:
normal:
family: SpaceMono NF
size: 14.0
live_config_reload: true
mouse:
hide_when_typing: true
shell:
2022-06-02 19:46:31 +00:00
program: {{ .homebrew.prefix }}/bin/fish
2022-11-18 16:45:07 +00:00
# Dracula theme for Alacritty
# https://draculatheme.com/alacritty
#
# Color palette
# https://spec.draculatheme.com
#
# Template
# https://github.com/alacritty/alacritty/blob/master/alacritty.yml
2022-06-02 16:58:27 +00:00
colors:
primary:
2022-11-18 16:45:07 +00:00
background: '#282a36'
foreground: '#f8f8f2'
bright_foreground: '#ffffff'
2022-06-02 16:58:27 +00:00
cursor:
2022-11-18 16:45:07 +00:00
text: CellBackground
cursor: CellForeground
2022-06-02 16:58:27 +00:00
vi_mode_cursor:
2022-11-18 16:45:07 +00:00
text: CellBackground
cursor: CellForeground
2022-06-02 16:58:27 +00:00
search:
matches:
2022-11-18 16:45:07 +00:00
foreground: '#44475a'
background: '#50fa7b'
focused_match:
foreground: '#44475a'
background: '#ffb86c'
2022-06-02 16:58:27 +00:00
bar:
2022-11-18 16:45:07 +00:00
background: '#282a36'
foreground: '#f8f8f2'
hints:
start:
foreground: '#282a36'
background: '#f1fa8c'
end:
foreground: '#f1fa8c'
background: '#282a36'
line_indicator:
foreground: None
background: None
selection:
text: CellForeground
background: '#44475a'
2022-06-02 16:58:27 +00:00
normal:
2022-11-18 16:45:07 +00:00
black: '#21222c'
red: '#ff5555'
green: '#50fa7b'
yellow: '#f1fa8c'
blue: '#bd93f9'
magenta: '#ff79c6'
cyan: '#8be9fd'
white: '#f8f8f2'
2022-06-02 16:58:27 +00:00
bright:
2022-11-18 16:45:07 +00:00
black: '#6272a4'
red: '#ff6e6e'
green: '#69ff94'
yellow: '#ffffa5'
blue: '#d6acff'
magenta: '#ff92df'
cyan: '#a4ffff'
white: '#ffffff'