dotfiles/configs/alacritty.yml

64 lines
1.1 KiB
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-08-31 20:13:17 +03:00
size: 9.0
2022-09-11 14:26:57 +03:00
cursor:
shape: Block
blinking: on
# Colors (Solarized Dark)
colors:
2022-08-09 11:16:22 +03:00
# Default colors
primary:
2022-09-11 14:26:57 +03:00
background: '#002b36' # base03
foreground: '#839496' # base0
2022-08-31 18:30:39 +03:00
2022-09-11 14:26:57 +03:00
# Cursor colors
2022-08-31 18:30:39 +03:00
cursor:
2022-09-11 14:26:57 +03:00
text: '#002b36' # base03
cursor: '#839496' # base0
2022-08-09 11:16:22 +03:00
# Normal colors
normal:
2022-09-11 14:26:57 +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
2022-08-09 11:16:22 +03:00
# Bright colors
bright:
2022-09-11 14:26:57 +03:00
black: '#002b36' # base03
red: '#cb4b16' # orange
green: '#586e75' # base01
yellow: '#657b83' # base00
blue: '#839496' # base0
magenta: '#6c71c4' # violet
cyan: '#93a1a1' # base1
white: '#fdf6e3' # base3