1
0
Fork 0
vdotfiles/gui/.config/alacritty/alacritty.yml
2023-10-06 13:54:51 +03:00

47 lines
902 B
YAML

scrolling:
history: 15000
font:
builtin_box_drawing: true
normal:
family: FantasqueSansM Nerd Font
size: 15
colors:
primary:
foreground: '0x657b83'
background: '0xfdf6e3'
cursor:
cursor: '0xcb4b16'
selection:
text: CellForeground
background: '0xeee8d5'
normal:
black: '0x073642'
red: '0xdc322f'
green: '0x859900'
yellow: '0xb58900'
blue: '0x268bd2'
magenta: '0xd33682'
cyan: '0x2aa198'
white: '0xeee8d5'
bright:
black: '0x002b36'
red: '0xcb4b16'
green: '0x586e75'
yellow: '0x657b83'
blue: '0x839496'
magenta: '0x6c71c4'
cyan: '0x93a1a1'
white: '0xfdf6e3'
cursor:
style:
shape: Block
mouse_bindings:
- { mouse: Middle, action: PasteSelection }
key_bindings:
- { key: V, mods: Alt, action: Paste }
- { key: C, mods: Alt, action: Copy }