Change alacritty theme

This commit is contained in:
Ivan Bushchik 2022-07-22 09:58:51 +03:00
parent 3b709c5ee2
commit 482fc966d6
No known key found for this signature in database
GPG key ID: 3E4E9C7D66E44BF7

View file

@ -1,7 +1,7 @@
window: window:
dimensions: dimensions:
columns: 60 columns: 80
lines: 20 lines: 25
padding: padding:
x: 5 x: 5
y: 5 y: 5
@ -24,23 +24,37 @@ font:
family: JetBrains Mono family: JetBrains Mono
style: Italic style: Italic
size: 11.0 size: 9.0
# Colors (Solarized Dark)
colors: colors:
# Default colors
primary: primary:
background: '0x002b36' # hard contrast: background = '0x1d2021'
foreground: '0x839496' background: '0x282828'
# soft contrast: background = '0x32302f'
foreground: '0xebdbb2'
# Normal colors
normal: normal:
black: '0x073642' black: '0x282828'
red: '0xdc322f' red: '0xcc241d'
green: '0x859900' green: '0x98971a'
yellow: '0xb58900' yellow: '0xd79921'
blue: '0x268bd2' blue: '0x458588'
magenta: '0xd33682' magenta: '0xb16286'
cyan: '0x2aa198' cyan: '0x689d6a'
white: '0xeee8d5' white: '0xa89984'
# Bright colors
bright:
black: '0x928374'
red: '0xfb4934'
green: '0xb8bb26'
yellow: '0xfabd2f'
blue: '0x83a598'
magenta: '0xd3869b'
cyan: '0x8ec07c'
white: '0xebdbb2'
cursor: cursor:
shape: Block shape: Block
@ -49,4 +63,4 @@ cursor:
shell: shell:
program: /bin/zsh program: /bin/zsh
args: args:
- --login - --login