Fix dotfiles structure
This commit is contained in:
32
.config/alacritty/alacritty-themes/themes/IR-Black.yml
Executable file
32
.config/alacritty/alacritty-themes/themes/IR-Black.yml
Executable file
@@ -0,0 +1,32 @@
|
||||
# Colors (IR Black)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#000000'
|
||||
foreground: '#ffffff'
|
||||
|
||||
cursor:
|
||||
text: '#ffffff'
|
||||
cursor: '#ffffff'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#4e4e4e'
|
||||
red: '#ff6c60'
|
||||
green: '#a8ff60'
|
||||
yellow: '#ffffb6'
|
||||
blue: '#96cbfe'
|
||||
magenta: '#ff73fd'
|
||||
cyan: '#c6c5fe'
|
||||
white: '#eeeeee'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#7c7c7c'
|
||||
red: '#ffb6b0'
|
||||
green: '#ceffab'
|
||||
yellow: '#ffffcb'
|
||||
blue: '#b5dcfe'
|
||||
magenta: '#ff9cfe'
|
||||
cyan: '#dfdffe'
|
||||
white: '#ffffff'
|
||||
Reference in New Issue
Block a user