dotfiles/alacritty.yml

61 lines
1010 B
YAML
Raw Permalink Normal View History

2021-07-08 09:11:55 +00:00
live_config_reload: true
2022-01-14 04:25:56 +00:00
#shell:
#program: /bin/zsh
#args:
# - -l
# - -c
# - tmux -2 attach || tmux -2
2021-10-13 13:58:42 +00:00
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:
2022-01-14 04:25:56 +00:00
# COLORSCHEME: cyber_punk_neon_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:
2022-01-14 04:25:56 +00:00
background: '0x000b1e'
foreground: '0x0abdc6'
2021-10-13 13:58:42 +00:00
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
2022-01-14 04:25:56 +00:00
text: '0x000b1e'
cursor: '0x0abdc6'
2021-10-13 13:58:42 +00:00
2022-01-14 04:25:56 +00:00
# Normal colors
2021-07-08 09:11:55 +00:00
normal:
2022-01-14 04:25:56 +00:00
black: '0x123e7c'
red: '0xff0000'
green: '0xd300c4'
yellow: '0xf57800'
blue: '0x123e7c'
magenta: '0x711c91'
cyan: '0x0abdc6'
white: '0xd7d7d5'
2021-07-08 09:11:55 +00:00
# Bright colors
bright:
2022-01-14 04:25:56 +00:00
black: '0x1c61c2'
red: '0xff0000'
green: '0xd300c4'
yellow: '0xf57800'
blue: '0x00ff00'
magenta: '0x711c91'
cyan: '0x0abdc6'
white: '0xd7d7d5'
2021-10-13 13:58:42 +00:00
selection:
text: '#ffe9d7'
background: '#265b75'
2021-07-08 09:11:55 +00:00
# Normal colors