add alacritty themes and separated windows 11 folder
This commit is contained in:
28
configs/alacritty_g/themes/dark_pastels.toml
Normal file
28
configs/alacritty_g/themes/dark_pastels.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
# Colors (Konsole's Dark Pastels)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#2C2C2C'
|
||||
foreground = '#DCDCCC'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#3F3F3F'
|
||||
red = '#705050'
|
||||
green = '#60B48A'
|
||||
yellow = '#DFAF8F'
|
||||
blue = '#9AB8D7'
|
||||
magenta = '#DC8CC3'
|
||||
cyan = '#8CD0D3'
|
||||
white = '#DCDCCC'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#709080'
|
||||
red = '#DCA3A3'
|
||||
green = '#72D5A3'
|
||||
yellow = '#F0DFAF'
|
||||
blue = '#94BFF3'
|
||||
magenta = '#EC93D3'
|
||||
cyan = '#93E0E3'
|
||||
white = '#FFFFFF'
|
||||
Reference in New Issue
Block a user