Fuxx
This commit is contained in:
parent
8268fba83d
commit
7ed2a6e110
9565 changed files with 1315332 additions and 90 deletions
33
home/.config/alacritty/colors.yml
Normal file
33
home/.config/alacritty/colors.yml
Normal file
|
@ -0,0 +1,33 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "#20272E"
|
||||
foreground: "#d8d8d8"
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: "#d8d8d8"
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "#d8d8d8"
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#181818'
|
||||
red: '#ab4642'
|
||||
green: '#a1b56c'
|
||||
yellow: '#f7ca88'
|
||||
blue: '#7cafc2'
|
||||
magenta: '#ba8baf'
|
||||
cyan: '#86c1b9'
|
||||
white: '#d8d8d8'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#585858'
|
||||
red: '#ab4642'
|
||||
green: '#a1b56c'
|
||||
yellow: '#f7ca88'
|
||||
blue: '#7cafc2'
|
||||
magenta: '#ba8baf'
|
||||
cyan: '#86c1b9'
|
||||
white: '#f8f8f8'
|
Loading…
Add table
Add a link
Reference in a new issue