dotfiles/alacritty.yml
2022-01-13 23:25:56 -05:00

61 lines
1010 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: cyber_punk_neon_1.yaml
# Default colors
name: Count Von Count
author: Baskerville
primary:
background: '0x000b1e'
foreground: '0x0abdc6'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x000b1e'
cursor: '0x0abdc6'
# Normal colors
normal:
black: '0x123e7c'
red: '0xff0000'
green: '0xd300c4'
yellow: '0xf57800'
blue: '0x123e7c'
magenta: '0x711c91'
cyan: '0x0abdc6'
white: '0xd7d7d5'
# Bright colors
bright:
black: '0x1c61c2'
red: '0xff0000'
green: '0xd300c4'
yellow: '0xf57800'
blue: '0x00ff00'
magenta: '0x711c91'
cyan: '0x0abdc6'
white: '0xd7d7d5'
selection:
text: '#ffe9d7'
background: '#265b75'
# Normal colors