Fix dotfiles structure
This commit is contained in:
27
.config/alacritty/alacritty-themes/themes/Kitty.yml
Executable file
27
.config/alacritty/alacritty-themes/themes/Kitty.yml
Executable file
@@ -0,0 +1,27 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#000000'
|
||||
foreground: '#dddddd'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#cc0403'
|
||||
green: '#19cb00'
|
||||
yellow: '#cecb00'
|
||||
blue: '#0d73cc'
|
||||
magenta: '#cb1ed1'
|
||||
cyan: '#0dcdcd'
|
||||
white: '#dddddd'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#767676'
|
||||
red: '#f2201f'
|
||||
green: '#23fd00'
|
||||
yellow: '#fffd00'
|
||||
blue: '#1a8fff'
|
||||
magenta: '#fd28ff'
|
||||
cyan: '#14ffff'
|
||||
white: '#ffffff'
|
||||
Reference in New Issue
Block a user