cyberpunk.conf 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. ## name: Cyberpunk
  2. ## license: MIT
  3. ## upstream: https://raw.githubusercontent.com/jandre953/kitty-cyberpunk/master/cyberpunk.conf
  4. ## blurb: A cyberpunk theme based on the Cyberpunk VIM Colorscheme by thedenisnikulin.
  5. #: The basic colors
  6. foreground #FF0055
  7. background #120B10
  8. selection_foreground none
  9. selection_background #563466
  10. #: Cursor colors
  11. cursor #00FFC8
  12. cursor_text_color background
  13. #: URL underline color when hovering with mouse
  14. url_color #FFFC58
  15. #: kitty window border colors and terminal bell colors
  16. active_border_color #FF0055
  17. inactive_border_color #101116
  18. bell_border_color #FF0055
  19. visual_bell_color none
  20. #: Tab bar colors
  21. active_tab_foreground #140007
  22. active_tab_background #FF0055
  23. inactive_tab_foreground #FF0055
  24. inactive_tab_background #120B10
  25. tab_bar_background #140007
  26. tab_bar_margin_color #140007
  27. #: The basic 16 colors
  28. #: black
  29. color0 #000000
  30. color8 #777777
  31. #: red
  32. color1 #FF0055
  33. color9 #FF4081
  34. #: green
  35. color2 #009550
  36. color10 #00FF9C
  37. #: yellow
  38. color3 #F4EF00
  39. color11 #FFFC58
  40. #: blue
  41. color4 #6766B3
  42. color12 #76C1FF
  43. #: magenta
  44. color5 #D57BFF
  45. color13 #C592FF
  46. #: cyan
  47. color6 #0DCDCD
  48. color14 #00FFC8
  49. #: white
  50. color7 #EEFFFF
  51. color15 #FFFFFF