dotfiles/configs/alacritty.yml

54 lines
861 B
YAML
Raw Normal View History

window:
dimensions:
2022-07-22 09:58:51 +03:00
columns: 80
lines: 25
padding:
x: 5
y: 5
scrolling:
history: 100000
multiplier: 3
font:
normal:
family: JetBrains Mono
2022-08-09 11:16:22 +03:00
style: SemiBold
bold:
family: JetBrains Mono
style: Bold
italic:
family: JetBrains Mono
2022-08-09 11:16:22 +03:00
style: SemiBold Italic
2022-11-20 10:25:51 +03:00
size: 8.0
2022-09-11 14:26:57 +03:00
cursor:
shape: Block
blinking: on
2022-11-20 10:25:51 +03:00
# Colors (Solarized Dark)
colors:
2022-08-09 11:16:22 +03:00
# Default colors
primary:
2022-11-20 10:25:51 +03:00
background: '#002b36' # base03
foreground: '#839496' # base0
# Cursor colors
cursor:
text: '#002b36' # base03
cursor: '#839496' # base0
2022-08-09 11:16:22 +03:00
# Normal colors
normal:
2022-11-20 10:25:51 +03:00
black: '#073642' # base02
red: '#dc322f' # red
green: '#859900' # green
yellow: '#b58900' # yellow
blue: '#268bd2' # blue
magenta: '#d33682' # magenta
cyan: '#2aa198' # cyan
white: '#eee8d5' # base2