dotfiles/configs/alacritty.yml

74 lines
1.2 KiB
YAML
Raw Normal View History

window:
dimensions:
2022-07-22 09:58:51 +03:00
columns: 80
lines: 25
padding:
x: 5
y: 5
scrolling:
history: 100000
multiplier: 3
font:
normal:
family: JetBrains Mono
2022-08-09 11:16:22 +03:00
style: SemiBold
bold:
family: JetBrains Mono
style: Bold
italic:
family: JetBrains Mono
2022-08-09 11:16:22 +03:00
style: SemiBold Italic
2022-09-30 13:54:15 +03:00
size: 11.0
2022-09-11 14:26:57 +03:00
cursor:
shape: Block
blinking: on
2022-09-25 19:22:36 +03:00
# KDE Breeze (Ported from Konsole)
colors:
2022-08-09 11:16:22 +03:00
# Default colors
primary:
2022-09-25 19:22:36 +03:00
background: '0x232627'
foreground: '0xfcfcfc'
2022-08-31 18:30:39 +03:00
2022-09-25 19:22:36 +03:00
dim_foreground: '0xeff0f1'
bright_foreground: '0xffffff'
dim_background: '0x31363b'
bright_background: '0x000000'
2022-08-09 11:16:22 +03:00
# Normal colors
normal:
2022-09-25 19:22:36 +03:00
black: '0x232627'
red: '0xed1515'
green: '0x11d116'
yellow: '0xf67400'
blue: '0x1d99f3'
magenta: '0x9b59b6'
cyan: '0x1abc9c'
white: '0xfcfcfc'
2022-08-09 11:16:22 +03:00
# Bright colors
bright:
2022-09-25 19:22:36 +03:00
black: '0x7f8c8d'
red: '0xc0392b'
green: '0x1cdc9a'
yellow: '0xfdbc4b'
blue: '0x3daee9'
magenta: '0x8e44ad'
cyan: '0x16a085'
white: '0xffffff'
# Dim colors
dim:
black: '0x31363b'
red: '0x783228'
green: '0x17a262'
yellow: '0xb65619'
blue: '0x1b668f'
magenta: '0x614a73'
cyan: '0x186c60'
white: '0x63686d'