30 lines
658 B
YAML
30 lines
658 B
YAML
|
|
# Midnight Haze theme
|
||
|
|
# Source: https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme/blob/main/midnight-haze.yml
|
||
|
|
colors:
|
||
|
|
# Default colors
|
||
|
|
primary:
|
||
|
|
background: '0x0c0c16'
|
||
|
|
foreground: '0xd8dee9'
|
||
|
|
|
||
|
|
# Normal colors
|
||
|
|
normal:
|
||
|
|
black: '0x2c2c3d'
|
||
|
|
red: '0xff6e6e'
|
||
|
|
green: '0x9ec875'
|
||
|
|
yellow: '0xffa759'
|
||
|
|
blue: '0x70a7d4'
|
||
|
|
magenta: '0xd291e0'
|
||
|
|
cyan: '0x96e0e0'
|
||
|
|
white: '0xd8dee9'
|
||
|
|
|
||
|
|
# Bright colors
|
||
|
|
bright:
|
||
|
|
black: '0x414166'
|
||
|
|
red: '0xff8d8d'
|
||
|
|
green: '0xb3d987'
|
||
|
|
yellow: '0xffc57f'
|
||
|
|
blue: '0x9bb3d3'
|
||
|
|
magenta: '0xffa1ff'
|
||
|
|
cyan: '0x9cd8d8'
|
||
|
|
white: '0xffffff'
|