1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-21 04:50:53 +02:00
Files
dotfiles/.config/alacritty/alacritty.yml
T
2020-05-05 10:43:39 +02:00

71 lines
1.1 KiB
YAML

title: Terminal
background_opacity: 0.8
env:
TERM: xterm-256color
window:
dynamic_padding: true
padding:
x: 30
y: 30
cursor:
hide_when_typing: true
font:
normal:
family: Hack Nerd Font
style: Regular
bold:
family: Hack Nerd Font
style: Bold
italic:
family: Hack Nerd Font
style: Italic
bold_italic:
family: Hack Nerd Font
style: Bold Italic
size: 12.5
offset:
x: 0
y: -1
key_bindings:
- { key: Return, mods: Control|Shift, action: SpawnNewInstance } # Spawn new instance in same directory
# Thinkpad Colors
colors:
# Default colors
primary:
background: '#171717'
foreground: '#eeeeee'
# Normal colors
normal:
black: '#000000'
blue: '#912d2d'
magenta: '#a12529'
red: '#cc2929' # thinkpad red
green: '#ca131e'
cyan: '#c11720'
yellow: '#e20817'
white: '#777777'
# Bright colors
bright:
black: '#000000'
blue: '#c93c3c'
magenta: '#cf2d33'
red: '#e82e2e' # thinkpad red
green: '#e61521'
cyan: '#e61924'
yellow: '#f50718'
white: '#777777'