Fix dotfiles structure
This commit is contained in:
28
.config/alacritty/alacritty-themes/themes/Wombat.yml
Executable file
28
.config/alacritty/alacritty-themes/themes/Wombat.yml
Executable file
@@ -0,0 +1,28 @@
|
||||
# Colors (Wombat)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#1f1f1f'
|
||||
foreground: '#e5e1d8'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#f7786d'
|
||||
green: '#bde97c'
|
||||
yellow: '#efdfac'
|
||||
blue: '#6ebaf8'
|
||||
magenta: '#ef88ff'
|
||||
cyan: '#90fdf8'
|
||||
white: '#e5e1d8'
|
||||
|
||||
# Bright 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