nixos/homeConfig/dotfiles/alacritty/alacritty.yml

90 lines
1.7 KiB
YAML

scrolling:
history: 10000
multiplier: 3
window:
opacity: 0.95
# github Alacritty Colors
colors:
# Default colors
primary:
background: '0x0d1117'
foreground: '0xb3b1ad'
# Normal colors
normal:
black: '0x484f58'
red: '0xff7b72'
green: '0x3fb950'
yellow: '0xd29922'
blue: '0x58a6ff'
magenta: '0xbc8cff'
cyan: '0x39c5cf'
white: '0xb1bac4'
# Bright colors
bright:
black: '0x6e7681'
red: '0xffa198'
green: '0x56d364'
yellow: '0xe3b341'
blue: '0x79c0ff'
magenta: '0xd2a8ff'
cyan: '0x56d4dd'
white: '0xf0f6fc'
indexed_colors:
- { index: 16, color: '0xd18616' }
- { index: 17, color: '0xffa198' }
#colors:
# primary:
# background: '0x0A0E14'
# foreground: '0xFFFFFF'
#
# text: '0x2e3440'
# cursor: '0xe5e9f0'
#
# normal:
# black: '0x01060E'
# red: '0xEA6C73'
# green: '0x91B362'
# yellow: '0xEBCB8B'
# blue: '0x81A1C1'
# magenta: '0xB48EAD'
# cyan: '0x88C0D0'
# white: '0xF5F5F5'
#
# bright:
# black: '0x686868'
# red: '0xF07178'
# green: '0xC2D94C'
# yellow: '0xEBCB8B'
# blue: '0x81A1C1'
# magenta: '0xB48EAD'
# cyan: '0x8FBCBB'
# white: '0xFFFFF2'
font:
normal:
family: TerminusWithNerdFont
style: Medium
bold:
family: TerminusWithNerdFont
style: Bold
italic:
family: TerminusWithNerdFont
style: Medium Italic
bold_italic:
family: TerminusWithNerdFont
style: Bold Italic
size: 14
cursor:
color: '#ffffff'
style:
shape: Underline
blinking: Always
blink-interval: 750