GitHub_Light.conf 747 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # vim:ft=kitty
  2. ## name: GitHub Light
  3. ## author: GitHub
  4. ## license: MIT
  5. #: The basic colors
  6. foreground #24292f
  7. background #ffffff
  8. selection_foreground #ffffff
  9. selection_background #0969da
  10. #: Cursor colors
  11. cursor #0969da
  12. #: Tab bar colors
  13. tab_bar_background #f6f8fa
  14. active_tab_foreground #24292f
  15. active_tab_background #ffffff
  16. inactive_tab_foreground #57606a
  17. inactive_tab_background #f6f8fa
  18. #: The basic 16 colors
  19. #: black
  20. color0 #24292f
  21. color8 #57606a
  22. #: red
  23. color1 #cf222e
  24. color9 #a40e26
  25. #: green
  26. color2 #116329
  27. color10 #1a7f37
  28. #: yellow
  29. color3 #4d2d00
  30. color11 #633c01
  31. #: blue
  32. color4 #0969da
  33. color12 #218bff
  34. #: magenta
  35. color5 #8250df
  36. color13 #a475f9
  37. #: cyan
  38. color6 #1b7c83
  39. color14 #3192aa
  40. #: white
  41. color7 #6e7781
  42. color15 #8c959f