dootfiles/.config/alacritty/alacritty.yml

67 lines
1.2 KiB
YAML

font:
normal:
family: Hack Nerd Font
bold:
family: Hack Nerd Font
style: Bold
size: 12.0
window:
opacity: 0.98
#decorations: none
colors:
primary:
background: '0x1d1f21'
foreground: '0xc5c8c6'
# Base16 Tomorrow Night - alacritty color config
# Chris Kempson (http://chriskempson.com)
#colors:
# # Default colors
# primary:
# background: '0x1d1f21'
# foreground: '0xc5c8c6'
# Normal colors
normal:
black: '0x1d1f21'
red: '0xcc6666'
green: '0xb5bd68'
yellow: '0xf0c674'
blue: '0x81a2be'
magenta: '0xb294bb'
cyan: '0x8abeb7'
white: '0xc5c8c6'
# Bright colors
bright:
black: '0x969896'
red: '0xde935f'
green: '0x282a2e'
yellow: '0x373b41'
blue: '0xb4b7b4'
magenta: '0xe0e0e0'
cyan: '0xa3685a'
white: '0xffffff'
draw_bold_text_with_bright_colors: false
selection:
save_to_clipboard: false
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x1d1f21'
cursor: '0xc5c8c6'
style:
shape: Beam
blinking: On
vi_mode_style: Block
key_bindings:
- { Key: C, mods: Super, action: Copy }
- { Key: V, mods: Super, action: Paste }
- { Key: F11, action: ToggleFullscreen }