Neowave.conf 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. # vim:ft=kitty
  2. ## name: Neowave
  3. ## author: Everett Howard (neveretth)
  4. ## license: MIT license - https://www.mit.edu/~amini/LICENSE.md
  5. ## blurb: A very vibrant and very neon colorscheme.
  6. #: The basic colors
  7. foreground #00ffff
  8. background #161021
  9. selection_foreground #000000
  10. selection_background #50ff50
  11. #: Cursor colors
  12. cursor #00ffff
  13. cursor_text_color #161021
  14. #: URL underline color when hovering with mouse
  15. url_color #00ff00
  16. #: kitty window border colors and terminal bell colors
  17. active_border_color #00ffff
  18. inactive_border_color #161021
  19. visual_bell_color none
  20. bell_border_color #ff5a00
  21. #: Tab bar colors
  22. active_tab_foreground #000
  23. active_tab_background #eee
  24. inactive_tab_foreground #444
  25. inactive_tab_background #999
  26. tab_bar_background none
  27. tab_bar_margin_color none
  28. #: Colors for marks (marked text in the terminal)
  29. mark1_foreground black
  30. mark1_background #98d3cb
  31. mark2_foreground black
  32. mark2_background #f2dcd3
  33. mark3_foreground black
  34. mark3_background #f274bc
  35. #: The basic 16 colors
  36. #: black
  37. color0 #123e7c
  38. color8 #1c61c2
  39. #: red
  40. color1 #ff0000
  41. color9 #ff0000
  42. #: green
  43. color2 #df00df
  44. color10 #df00df
  45. #: yellow
  46. color3 #ff7f00
  47. color11 #ff7f00
  48. #: blue
  49. color4 #00ff00
  50. color12 #00ff00
  51. #: magenta
  52. color5 #c11cd1
  53. color13 #711c91
  54. #: cyan
  55. color6 #0afdf6
  56. color14 #0afdf6
  57. #: white
  58. color7 #d7d7d5
  59. color15 #d7d7d5