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