add alacritty themes and separated windows 11 folder
This commit is contained in:
28
configs/alacritty_g/themes/wombat.toml
Normal file
28
configs/alacritty_g/themes/wombat.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
# Colors (Wombat)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#1f1f1f'
|
||||
foreground = '#e5e1d8'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#000000'
|
||||
red = '#f7786d'
|
||||
green = '#bde97c'
|
||||
yellow = '#efdfac'
|
||||
blue = '#6ebaf8'
|
||||
magenta = '#ef88ff'
|
||||
cyan = '#90fdf8'
|
||||
white = '#e5e1d8'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#b4b4b4'
|
||||
red = '#f99f92'
|
||||
green = '#e3f7a1'
|
||||
yellow = '#f2e9bf'
|
||||
blue = '#b3d2ff'
|
||||
magenta = '#e5bdff'
|
||||
cyan = '#c2fefa'
|
||||
white = '#ffffff'
|
||||
Reference in New Issue
Block a user