Box.conf 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. # vim:ft=kitty
  2. #: This is a template that can be used to create new kitty themes.
  3. #: Theme files should start with a metadata block consisting of
  4. #: lines beginning with ##. All metadata fields are optional.
  5. ## name: Box
  6. ## author: D3vil0p3r
  7. ## license: GPLv3
  8. ## blurb: Hack The Box inspired colorscheme.
  9. #: All the settings below are colors, which you can choose to modify, or use the
  10. #: defaults. You can also add non-color based settings if needed but note that
  11. #: these will not work with using kitty @ set-colors with this theme. For a
  12. #: reference on what these settings do see https://sw.kovidgoyal.net/kitty/conf/
  13. #: The basic colors
  14. foreground #9fef00
  15. background #141d2b
  16. selection_foreground #141d2b
  17. selection_background #a4b1cd
  18. #: Cursor colors
  19. cursor #9fef00
  20. cursor_text_color #111111
  21. #: URL underline color when hovering with mouse
  22. url_color #2ee7b6
  23. #: kitty window border colors and terminal bell colors
  24. active_border_color #00ff00
  25. inactive_border_color #cccccc
  26. bell_border_color #ff5a00
  27. visual_bell_color none
  28. #: OS Window titlebar colors
  29. wayland_titlebar_color system
  30. macos_titlebar_color system
  31. #: Tab bar colors
  32. active_tab_foreground #141d2b
  33. active_tab_background #9fef00
  34. inactive_tab_foreground #141d2b
  35. inactive_tab_background #a4b1cd
  36. tab_bar_background none
  37. tab_bar_margin_color none
  38. #: Colors for marks (marked text in the terminal)
  39. mark1_foreground black
  40. mark1_background #98d3cb
  41. mark2_foreground black
  42. mark2_background #f2dcd3
  43. mark3_foreground black
  44. mark3_background #f274bc
  45. #: The basic 16 colors
  46. #: black
  47. color0 #000000
  48. color8 #767676
  49. #: red
  50. color1 #cc0403
  51. color9 #f2201f
  52. #: green
  53. color2 #19cb00
  54. color10 #23fd00
  55. #: yellow
  56. color3 #cecb00
  57. color11 #fffd00
  58. #: blue
  59. color4 #0d73cc
  60. color12 #1a8fff
  61. #: magenta
  62. color5 #cb1ed1
  63. color13 #fd28ff
  64. #: cyan
  65. color6 #0dcdcd
  66. color14 #14ffff
  67. #: white
  68. color7 #dddddd
  69. color15 #ffffff