Initial commit
This commit is contained in:
commit
5f78d74eca
178 changed files with 1952 additions and 0 deletions
46
.config/kitty/theme.conf
Executable file
46
.config/kitty/theme.conf
Executable file
|
@ -0,0 +1,46 @@
|
|||
# vim:ft=kitty
|
||||
|
||||
## name: E-Ink
|
||||
## author: Algilbert Gomez (https://github.com/alexxGmZ)
|
||||
## license: MIT
|
||||
## upstream: https://github.com/alexxGmZ/e-ink.kitty/blob/main/E-Ink.conf
|
||||
## blurb: A grayscale theme aiming to imitate e-ink displays.
|
||||
|
||||
foreground #474747
|
||||
background #CCCCCC
|
||||
selection_foreground none
|
||||
selection_background #AEAEAE
|
||||
|
||||
cursor none
|
||||
|
||||
# black
|
||||
color0 #CCCCCC
|
||||
color8 #5E5E5E
|
||||
|
||||
# red
|
||||
color1 #333333
|
||||
color9 #333333
|
||||
|
||||
# green
|
||||
color2 #9A9A9A
|
||||
color10 #9A9A9A
|
||||
|
||||
# yellow
|
||||
color3 #868686
|
||||
color11 #868686
|
||||
|
||||
# blue
|
||||
color4 #727272
|
||||
color12 #727272
|
||||
|
||||
# magenta
|
||||
color5 #AEAEAE
|
||||
color13 #AEAEAE
|
||||
|
||||
# cyan
|
||||
color6 #4A4A4A
|
||||
color14 #4A4A4A
|
||||
|
||||
# black
|
||||
color7 #5E5E5E
|
||||
color15 #7C7C7C
|
Loading…
Add table
Add a link
Reference in a new issue