add alacritty themes and separated windows 11 folder
This commit is contained in:
28
configs/alacritty_g/themes/snazzy.toml
Normal file
28
configs/alacritty_g/themes/snazzy.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
# Colors (Snazzy)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#282a36'
|
||||
foreground = '#eff0eb'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#282a36'
|
||||
red = '#ff5c57'
|
||||
green = '#5af78e'
|
||||
yellow = '#f3f99d'
|
||||
blue = '#57c7ff'
|
||||
magenta = '#ff6ac1'
|
||||
cyan = '#9aedfe'
|
||||
white = '#f1f1f0'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#686868'
|
||||
red = '#ff5c57'
|
||||
green = '#5af78e'
|
||||
yellow = '#f3f99d'
|
||||
blue = '#57c7ff'
|
||||
magenta = '#ff6ac1'
|
||||
cyan = '#9aedfe'
|
||||
white = '#f1f1f0'
|
||||
Reference in New Issue
Block a user