dotfiles/alacritty.yml
2021-10-13 09:58:42 -04:00

60 lines
958 B
YAML

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