BlulocoDark.conf 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. # vim:ft=kitty
  2. ## name: Bluloco Dark
  3. ## author: Umut Topuzoğlu
  4. ## license: LGPL-3.0
  5. ## upstream: https://github.com/uloco/bluloco.nvim/blob/main/terminal-themes/kitty/BlulocoDark.conf
  6. ## blurb: A fancy and sophisticated dark designer color theme
  7. #: The basic colors
  8. foreground #b9c0cb
  9. background #282c34
  10. selection_foreground #282c34
  11. selection_background #b9c0cb
  12. #: Cursor colors
  13. cursor #ffcc00
  14. cursor_text_color #282c34
  15. #: URL underline color when hovering with mouse
  16. url_color #3375FF
  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 #23272F
  24. macos_titlebar_color #23272F
  25. #: Tab bar colors
  26. active_tab_foreground #b9c0cb
  27. active_tab_background #44474D
  28. inactive_tab_foreground #6B6F79
  29. inactive_tab_background #1A1F27
  30. tab_bar_background #23272F
  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 #41444d
  42. color8 #8f9aae
  43. #: red
  44. color1 #fc2f52
  45. color9 #ff6480
  46. #: green
  47. color2 #25a45c
  48. color10 #3fc56b
  49. #: yellow
  50. color3 #ff936a
  51. color11 #f9c859
  52. #: blue
  53. color4 #3476ff
  54. color12 #10b1fe
  55. #: magenta
  56. color5 #7a82da
  57. color13 #ff78f8
  58. #: cyan
  59. color6 #4483aa
  60. color14 #5fb9bc
  61. #: white
  62. color7 #cdd4e0
  63. color15 #ffffff
  64. #: You can set the remaining 240 colors as color16 to color255.