Change alacritty color theme from nord to ayu
This commit is contained in:
parent
11b24d0620
commit
103526ef22
@ -23,30 +23,30 @@ env:
|
|||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '0x2E3440'
|
background: '0x212733'
|
||||||
foreground: '0xD8DEE9'
|
foreground: '0xD9D7CE'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '0x3B4252'
|
black: '0x1F2430'
|
||||||
red: '0xBF616A'
|
red: '0xFF3333'
|
||||||
green: '0xA3BE8C'
|
green: '0xBAE67E'
|
||||||
yellow: '0xEBCB8B'
|
yellow: '0xFFD580'
|
||||||
blue: '0x81A1C1'
|
blue: '0x73D0FF'
|
||||||
magenta: '0xB48EAD'
|
magenta: '0xF28779'
|
||||||
cyan: '0x88C0D0'
|
cyan: '0x95E6CB'
|
||||||
white: '0xE5E9F0'
|
white: '0xFFFFFF'
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: '0x4C566A'
|
black: '0x292B30'
|
||||||
red: '0xBF616A'
|
red: '0xFF6666'
|
||||||
green: '0xA3BE8C'
|
green: '0xCEE6AC'
|
||||||
yellow: '0xEBCB8B'
|
yellow: '0xFFE6B3'
|
||||||
blue: '0x81A1C1'
|
blue: '0xA6E1FF'
|
||||||
magenta: '0xB48EAD'
|
magenta: '0xFFD6DA'
|
||||||
cyan: '0x8FBCBB'
|
cyan: '0xFFFFFF'
|
||||||
white: '0xECEFF4'
|
white: '0xFFFFFF'
|
||||||
|
|
||||||
window:
|
window:
|
||||||
padding:
|
padding:
|
||||||
|
Loading…
Reference in New Issue
Block a user