31 lines
528 B
Plaintext
Executable File
31 lines
528 B
Plaintext
Executable File
# Kitty snow colors - light
|
|
# Just copy the contents into your kitty config file
|
|
|
|
# Michael Chris Lopez (http://github.com/mcchrish)
|
|
|
|
background #fbffff
|
|
foreground #535c65
|
|
selection_background #6d7782
|
|
selection_foreground #fbffff
|
|
url_color #906c33
|
|
cursor #434951
|
|
|
|
# normal
|
|
color0 #fbffff
|
|
color1 #ae5865
|
|
color2 #4d7f43
|
|
color3 #906c33
|
|
color4 #2b7ab2
|
|
color5 #8f63a2
|
|
color6 #008483
|
|
color7 #535c65
|
|
|
|
# bright
|
|
color8 #6d7782
|
|
color9 #ae5865
|
|
color10 #4d7f43
|
|
color11 #906c33
|
|
color12 #2b7ab2
|
|
color13 #8f63a2
|
|
color14 #008483
|
|
color15 #434951 |