BlulocoLight.conf 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. # vim:ft=kitty
  2. ## name: Bluloco Light
  3. ## author: Umut Topuzoğlu
  4. ## license: LGPL-3.0
  5. ## upstream: https://github.com/uloco/bluloco.nvim/blob/main/terminal-themes/kitty/BlulocoLight.conf
  6. ## blurb: A fancy and sophisticated light designer color theme
  7. #: The basic colors
  8. foreground #373a41
  9. background #f9f9f9
  10. selection_background #DAF1FF
  11. selection_foreground #373a41
  12. #: Cursor colors
  13. cursor #f32759
  14. cursor_text_color #373a41
  15. #: URL underline color when hovering with mouse
  16. url_color #275FE4
  17. #: kitty window border colors and terminal bell colors
  18. # active_border_color #00ff00
  19. # inactive_border_color #cccccc
  20. # bell_border_color #ff5a00
  21. # visual_bell_color none
  22. #: OS Window titlebar colors
  23. wayland_titlebar_color #ECECEC
  24. macos_titlebar_color #ECECEC
  25. #: Tab bar colors
  26. active_tab_foreground #373a41
  27. active_tab_background #f9f9f9
  28. inactive_tab_foreground #929396
  29. inactive_tab_background #E6E5E5
  30. tab_bar_background #ECECEC
  31. tab_bar_margin_color none
  32. #: Colors for marks (marked text in the terminal)
  33. # mark1_foreground black
  34. # mark1_background #98d3cb
  35. # mark2_foreground black
  36. # mark2_background #f2dcd3
  37. # mark3_foreground black
  38. # mark3_background #f274bc
  39. #: The basic 16 colors
  40. #: black
  41. color0 #373a41
  42. color8 #676a77
  43. #: red
  44. color1 #d52753
  45. color9 #ff6480
  46. #: green
  47. color2 #23974a
  48. color10 #3cbc66
  49. #: yellow
  50. color3 #df631c
  51. color11 #c5a332
  52. #: blue
  53. color4 #275fe4
  54. color12 #0099e1
  55. #: magenta
  56. color5 #823ff1
  57. color13 #ce33c0
  58. #: cyan
  59. color6 #27618d
  60. color14 #6d93bb
  61. #: white
  62. color7 #babbc2
  63. color15 #d3d3d3
  64. #: You can set the remaining 240 colors as color16 to color255.