h_pux.conf 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. # vim:ft=kitty
  2. ## name: H-PUX
  3. ## author: Jacob Chapman
  4. ## license: CC0 Public Domain
  5. ## upstream: https://github.com/chapmanjacobd/computer/blob/main/.config/kitty/theme.conf
  6. #: The basic colors
  7. foreground #000000
  8. background #d1bca7
  9. selection_foreground #dfdbc3
  10. selection_background #223322
  11. #: Cursor colors
  12. cursor #73635a
  13. # cursor_text_color #111111
  14. #: URL underline color when hovering with mouse
  15. # url_color #0087bd
  16. #: kitty window border colors and terminal bell colors
  17. # active_border_color #00ff00
  18. # inactive_border_color #cccccc
  19. # bell_border_color #ff5a00
  20. # visual_bell_color none
  21. #: OS Window titlebar colors
  22. # wayland_titlebar_color system
  23. # macos_titlebar_color system
  24. #: Tab bar colors
  25. # active_tab_foreground #000
  26. # active_tab_background #eee
  27. # inactive_tab_foreground #444
  28. # inactive_tab_background #999
  29. # tab_bar_background none
  30. # tab_bar_margin_color none
  31. #: Colors for marks (marked text in the terminal)
  32. # mark1_foreground black
  33. # mark1_background #98d3cb
  34. # mark2_foreground black
  35. # mark2_background #f2dcd3
  36. # mark3_foreground black
  37. # mark3_background #f274bc
  38. #: The basic 16 colors
  39. #: black
  40. color0 #000000
  41. color8 #545454
  42. #: red
  43. color1 #8c0000
  44. color9 #ff0000
  45. #: green
  46. color2 #007d00
  47. color10 #00ee00
  48. #: yellow
  49. color3 #8c7000
  50. color11 #ffff00
  51. #: blue
  52. color4 #003cb4
  53. color12 #0000ff
  54. #: magenta
  55. color5 #820082
  56. color13 #ff00ff
  57. #: cyan
  58. color6 #008b8b
  59. color14 #00cdcd
  60. # : white
  61. color7 #bbbbbb
  62. color15 #ffffff
  63. #: You can set the remaining 240 colors as color16 to color255.