add alacritty themes and separated windows 11 folder
This commit is contained in:
29
configs/alacritty_g/themes/zenburn.toml
Normal file
29
configs/alacritty_g/themes/zenburn.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
# Colors (Zenburn)
|
||||
# Orginally designed by jnurmine for vim.
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#3A3A3A'
|
||||
foreground = '#DCDCCC'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#1E2320'
|
||||
red = '#D78787'
|
||||
green = '#60B48A'
|
||||
yellow = '#DFAF8F'
|
||||
blue = '#506070'
|
||||
magenta = '#DC8CC3'
|
||||
cyan = '#8CD0D3'
|
||||
white = '#DCDCCC'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#709080'
|
||||
red = '#DCA3A3'
|
||||
green = '#C3BF9F'
|
||||
yellow = '#F0DFAF'
|
||||
blue = '#94BFF3'
|
||||
magenta = '#EC93D3'
|
||||
cyan = '#93E0E3'
|
||||
white = '#FFFFFF'
|
||||
Reference in New Issue
Block a user