moonlight.conf 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # vim:ft=kitty
  2. ## name: moonlight
  3. ## author: Ramon Saraiva
  4. ## license: MIT
  5. ## upstream: https://raw.githubusercontent.com/ramonsaraiva/kitty-moonlight/main/moonlight.conf
  6. ## blurb: A port of moonlight vscode extension for kitty terminal
  7. foreground #e4f3fa
  8. background #212337
  9. selection_foreground #e4f3fa
  10. selection_background #403c64
  11. cursor #5cb4fc
  12. cursor_text_color #111111
  13. url_color #80cbc4
  14. active_tab_foreground #e4f3fa
  15. active_tab_background #403c64
  16. inactive_tab_foreground #e4f3fa
  17. inactive_tab_background #212337
  18. tab_bar_background none
  19. tab_bar_margin_color none
  20. color0 #000000
  21. color8 #767676
  22. color1 #ff757f
  23. color9 #f78b92
  24. color2 #2df4c0
  25. color10 #4ff0c6
  26. color3 #ffc777
  27. color11 #fcce8b
  28. color4 #04d1f9
  29. color12 #2ddbfc
  30. color5 #ecb2f0
  31. color13 #ebc5ed
  32. color6 #b994f1
  33. color14 #bf9ef0
  34. color7 #eeffff
  35. color15 #edf7f7