configs/.config/alacritty/alacritty.yml

58 lines
1.0 KiB
YAML
Raw Normal View History

2020-09-13 21:06:35 +02:00
env:
TERM: "xterm-256color"
2020-12-23 20:19:47 +01:00
shell:
program: /usr/bin/xonsh
2021-04-22 23:59:12 +02:00
# program: /usr/bin/bash
2020-12-23 20:19:47 +01:00
2020-11-11 18:55:40 +01:00
# Font configuration (changes require restart)
font:
# The size to use.
size: 8
normal:
family: Comic Mono
style: Regular
# The bold font face
bold:
family: Comic Mono
style: Bold
# The italic font face
italic:
family: Comic Mono
2020-09-13 21:06:35 +02:00
key_bindings:
2021-01-22 22:46:38 +01:00
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
2022-01-25 07:53:59 +01:00
window.opacity: 0.85
2021-10-23 22:40:30 +02:00
# Colors (Tomorrow Night Bright)
colors:
# Default colors
primary:
background: '0x000000'
foreground: '0xeaeaea'
# Normal colors
normal:
black: '0x000000'
red: '0xd54e53'
green: '0xb9ca4a'
yellow: '0xe6c547'
blue: '0x7aa6da'
magenta: '0xc397d8'
cyan: '0x70c0ba'
white: '0x424242'
# Bright colors
bright:
black: '0x666666'
red: '0xff3334'
green: '0x9ec400'
yellow: '0xe7c547'
blue: '0x7aa6da'
magenta: '0xb77ee0'
cyan: '0x54ced6'
white: '0x2a2a2a'