mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
25 lines
480 B
YAML
25 lines
480 B
YAML
colors:
|
|
primary:
|
|
background: '0x272a34'
|
|
foreground: '0xFFFFFF'
|
|
|
|
normal:
|
|
black: '0x1F2229'
|
|
red: '0xEC0101'
|
|
green: '0x47D4B9'
|
|
yellow: '0xFF8A18'
|
|
blue: '0x277FFF'
|
|
magenta: '0xD71655'
|
|
cyan: '0x05A1F7'
|
|
white: '0xFFFFFF'
|
|
|
|
|
|
bright:
|
|
black: '0x1F2229'
|
|
red: '0xD41919'
|
|
green: '0x5EBDAB'
|
|
yellow: '0xFEA44C'
|
|
blue: '0x367bf0'
|
|
magenta: '0xBF2E5D'
|
|
cyan: '0x49AEE6'
|
|
white: '0xFFFFFF'
|