Add Alacritty theme files

This commit is contained in:
Serhii Korzh 2023-10-29 09:31:48 +01:00
parent 83b01adefe
commit 1c5a96ca0f
Signed by: serge
GPG Key ID: A047CB52F2F640B7
2 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# Colors (Everforest Dark)
colors:
# Default colors
primary:
background: '0x2d353b'
foreground: '0xd3c6aa'
# Normal colors
normal:
black: '0x475258'
red: '0xe67e80'
green: '0xa7c080'
yellow: '0xdbbc7f'
blue: '0x7fbbb3'
magenta: '0xd699b6'
cyan: '0x83c092'
white: '0xd3c6aa'
# Bright colors
bright:
black: '0x475258'
red: '0xe67e80'
green: '0xa7c080'
yellow: '0xdbbc7f'
blue: '0x7fbbb3'
magenta: '0xd699b6'
cyan: '0x83c092'
white: '0xd3c6aa'

View File

@ -0,0 +1,29 @@
# Colors (Everforest Light)
colors:
# Default colors
primary:
background: '0xfdf6e3'
foreground: '0x5c6a72'
# Normal colors
normal:
black: '0x5c6a72'
red: '0xf85552'
green: '0x8da101'
yellow: '0xdfa000'
blue: '0x3a94c5'
magenta: '0xdf69ba'
cyan: '0x35a77c'
white: '0xe0dcc7'
# Bright Colors
bright:
black: '0xe0dcc7'
red: '0xf85552'
green: '0x8da101'
yellow: '0xdfa000'
blue: '0x3a94c5'
magenta: '0xdf69ba'
cyan: '0x35a77c'
white: '0xe0dcc7'