fairyfloss.conf 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. ## name: fairyfloss
  2. ## author: Snuggle · https://github.com/Snuggle
  3. ## license: MIT
  4. ## upstream: https://github.com/Snuggle/kitty-themes
  5. ## blurb: A theme inspired by the popular fairyfloss colour theme
  6. #: All the settings below are colors, which you can choose to modify, or use the
  7. #: defaults. You can also add non-color based settings if needed but note that
  8. #: these will not work with using kitty @ set-colors with this theme. For a
  9. #: reference on what these settings do see https://sw.kovidgoyal.net/kitty/conf/
  10. #: The basic colors
  11. foreground #f8f8f0
  12. background #5a5475
  13. selection_foreground #ad5877
  14. selection_background #ffb8d1
  15. #: Cursor colors
  16. cursor #ffb8d1
  17. # cursor_text_color #111111
  18. #: URL underline color when hovering with mouse
  19. url_color #ad5877
  20. #: kitty window border colors and terminal bell colors
  21. # active_border_color #00ff00
  22. # inactive_border_color #cccccc
  23. # bell_border_color #ff5a00
  24. # visual_bell_color none
  25. #: OS Window titlebar colors
  26. # wayland_titlebar_color system
  27. # macos_titlebar_color system
  28. #: Tab bar colors
  29. # active_tab_foreground #000
  30. # active_tab_background #eee
  31. # inactive_tab_foreground #444
  32. # inactive_tab_background #999
  33. # tab_bar_background none
  34. # tab_bar_margin_color none
  35. #: Colors for marks (marked text in the terminal)
  36. # mark1_foreground black
  37. # mark1_background #98d3cb
  38. # mark2_foreground black
  39. # mark2_background #f2dcd3
  40. # mark3_foreground black
  41. # mark3_background #f274bc
  42. #: The basic 16 colors
  43. #: black
  44. color0 #464258
  45. color8 #c19fd8
  46. #: red
  47. color1 #ff857f
  48. color9 #f44747
  49. #: green
  50. color2 #ad5877
  51. color10 #ffb8d1
  52. #: yellow
  53. color3 #e6c000
  54. color11 #ffea00
  55. #: blue
  56. color4 #6c71c4
  57. color12 #6796e6
  58. #: magenta
  59. color5 #b267e6
  60. color13 #c5a3ff
  61. #: cyan
  62. color6 #afecad
  63. color14 #b2ffdd
  64. #: white
  65. color7 #cccccc
  66. color15 #f8f8f0
  67. #: You can set the remaining 240 colors as color16 to color255.