Created
October 7, 2020 07:46
-
-
Save believer/386b977c3363e73073d4d14848dc1af7 to your computer and use it in GitHub Desktop.
Kitty color setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#: The 16 terminal colors. There are 8 basic colors, each color has a | |
#: dull and bright version. You can also set the remaining colors from | |
#: the 256 color table as color16 to color255. | |
color0 #051626 | |
color8 #334452 | |
#: black | |
color1 #ef5350 | |
color9 #ef5350 | |
#: red | |
color2 #22da6e | |
color10 #22da6e | |
#: green | |
color3 #addb67 | |
color11 #ffeb95 | |
#: yellow | |
color4 #82aaff | |
color12 #82aaff | |
#: blue | |
color5 #c792ea | |
color13 #c792ea | |
#: magenta | |
color6 #21c7a8 | |
color14 #7fdbca | |
#: cyan | |
color7 #ffffff | |
color15 #ffffff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment