Fix dotfiles structure
This commit is contained in:
31
.config/alacritty/alacritty-themes/themes/Hyper.yml
Executable file
31
.config/alacritty/alacritty-themes/themes/Hyper.yml
Executable file
@@ -0,0 +1,31 @@
|
||||
# Colors (Hyper)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#000000'
|
||||
foreground: '#ffffff'
|
||||
cursor:
|
||||
text: '#F81CE5'
|
||||
cursor: '#ffffff'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#fe0100'
|
||||
green: '#33ff00'
|
||||
yellow: '#feff00'
|
||||
blue: '#0066ff'
|
||||
magenta: '#cc00ff'
|
||||
cyan: '#00ffff'
|
||||
white: '#d0d0d0'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#808080'
|
||||
red: '#fe0100'
|
||||
green: '#33ff00'
|
||||
yellow: '#feff00'
|
||||
blue: '#0066ff'
|
||||
magenta: '#cc00ff'
|
||||
cyan: '#00ffff'
|
||||
white: '#FFFFFF'
|
||||
Reference in New Issue
Block a user