add alacritty themes and separated windows 11 folder
This commit is contained in:
28
configs/alacritty_g/themes/horizon-dark.toml
Normal file
28
configs/alacritty_g/themes/horizon-dark.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
# Colors (Horizon Dark)
|
||||
|
||||
# Primary colors
|
||||
[colors.primary]
|
||||
background = '#1c1e26'
|
||||
foreground = '#e0e0e0'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#16161c'
|
||||
red = '#e95678'
|
||||
green = '#29d398'
|
||||
yellow = '#fab795'
|
||||
blue = '#26bbd9'
|
||||
magenta = '#ee64ac'
|
||||
cyan = '#59e1e3'
|
||||
white = '#d5d8da'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#5b5858'
|
||||
red = '#ec6a88'
|
||||
green = '#3fdaa4'
|
||||
yellow = '#fbc3a7'
|
||||
blue = '#3fc4de'
|
||||
magenta = '#f075b5'
|
||||
cyan = '#6be4e6'
|
||||
white = '#d5d8da'
|
||||
Reference in New Issue
Block a user