add alacritty themes and separated windows 11 folder
This commit is contained in:
26
configs/alacritty_g/themes/thelovelace.toml
Normal file
26
configs/alacritty_g/themes/thelovelace.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#1D1F28'
|
||||
foreground = '#FDFDFD'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
# Bright colors
|
||||
black = '#282A36'
|
||||
red = '#F37F97'
|
||||
green = '#5ADECD'
|
||||
yellow = '#F2A272'
|
||||
blue = '#8897F4'
|
||||
magenta = '#C574DD'
|
||||
cyan = '#79E6F3'
|
||||
white = '#FDFDFD'
|
||||
|
||||
[colors.bright]
|
||||
black = '#414458'
|
||||
red = '#FF4971'
|
||||
green = '#18E3C8'
|
||||
yellow = '#EBCB8B'
|
||||
blue = '#FF8037'
|
||||
magenta = '#556FFF'
|
||||
cyan = '#3FDCEE'
|
||||
white = '#BEBEC1'
|
||||
Reference in New Issue
Block a user