Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@believer
Created October 7, 2020 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save believer/386b977c3363e73073d4d14848dc1af7 to your computer and use it in GitHub Desktop.
Save believer/386b977c3363e73073d4d14848dc1af7 to your computer and use it in GitHub Desktop.
Kitty color setup
#: 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