dotfiles/alacritty.yml

60 lines
958 B
YAML
Raw Normal View History

2021-07-08 09:11:55 +00:00
live_config_reload: true
2021-10-13 13:58:42 +00:00
shell:
program: /bin/zsh
args:
- -l
- -c
- tmux -2 attach || tmux -2
2021-07-08 09:11:55 +00:00
font:
normal:
family: Source Code Pro
style: Regular
size: 8.0
offset:
x: 0
y: 2
colors:
2021-10-13 13:58:42 +00:00
# COLORSCHEME: seashells_1.yaml
2021-07-08 09:11:55 +00:00
# Default colors
2021-10-13 13:58:42 +00:00
name: Count Von Count
author: Baskerville
2021-07-08 09:11:55 +00:00
primary:
2021-10-13 13:58:42 +00:00
background: '#061923'
foreground: '#e5c49e'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '#061822'
cursor: '#feaf3c'
2021-07-08 09:11:55 +00:00
normal:
2021-10-13 13:58:42 +00:00
black: '#1d485f'
red: '#db662d'
green: '#008eab'
yellow: '#feaf3c'
blue: '#255a62'
magenta: '#77dbf4'
cyan: '#5fb1c2'
white: '#e5c49e'
2021-07-08 09:11:55 +00:00
# Bright colors
bright:
2021-10-13 13:58:42 +00:00
black: '#545d65'
red: '#dd998a'
green: '#739da8'
yellow: '#fedaae'
blue: '#0bc7e3'
magenta: '#c6e8f1'
cyan: '#97b9c0'
white: '#ffe9d7'
selection:
text: '#ffe9d7'
background: '#265b75'
2021-07-08 09:11:55 +00:00
# Normal colors