Fix dotfiles structure
This commit is contained in:
33
.config/alacritty/alacritty-themes/themes/Palenight.yml
Executable file
33
.config/alacritty/alacritty-themes/themes/Palenight.yml
Executable file
@@ -0,0 +1,33 @@
|
||||
# Colors (Palenight)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#292d3e'
|
||||
foreground: '#959dcb'
|
||||
bright_foreground: '#d0d0d0'
|
||||
|
||||
cursor:
|
||||
text: '#292d3e'
|
||||
cursor: '#959dcb'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#292d3e'
|
||||
red: '#f07178'
|
||||
green: '#c3e88d'
|
||||
yellow: '#ffcb6b'
|
||||
blue: '#82aaff'
|
||||
magenta: '#c792ea'
|
||||
cyan: '#89ddff'
|
||||
white: '#d0d0d0'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#434758'
|
||||
red: '#ff8b92'
|
||||
green: '#ddffa7'
|
||||
yellow: '#ffe585'
|
||||
blue: '#9cc4ff'
|
||||
magenta: '#e1acff'
|
||||
cyan: '#a3f7ff'
|
||||
white: '#ffffff'
|
||||
Reference in New Issue
Block a user