add configs and some media
This commit is contained in:
29
global/configs/alacritty_g/themes/midnight-haze.yaml
Normal file
29
global/configs/alacritty_g/themes/midnight-haze.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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'
|
||||
Reference in New Issue
Block a user