Skip to content

Commit 58d3f59

Browse files
committed
Better kitty themes
1 parent 07d00e1 commit 58d3f59

File tree

2 files changed

+178
-24
lines changed

2 files changed

+178
-24
lines changed
Lines changed: 89 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,98 @@
1+
# vim:ft=kitty
2+
3+
## name: Bluloco Dark
4+
## author: Umut Topuzoğlu
5+
## license: LGPL-3.0
6+
## upstream: https://github.com/uloco/bluloco.nvim/blob/main/terminal-themes/kitty/BlulocoDark.conf
7+
8+
## blurb: A fancy and sophisticated dark designer color theme
9+
10+
#: The basic colors
11+
12+
foreground #b9c0cb
13+
background #282c34
14+
selection_foreground #282c34
15+
selection_background #b9c0cb
16+
17+
18+
#: Cursor colors
19+
20+
cursor #ffcc00
21+
cursor_text_color #282c34
22+
23+
24+
#: URL underline color when hovering with mouse
25+
26+
url_color #3375FF
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 #23272F
40+
macos_titlebar_color #23272F
41+
42+
43+
#: Tab bar colors
44+
45+
active_tab_foreground #b9c0cb
46+
active_tab_background #44474D
47+
inactive_tab_foreground #6B6F79
48+
inactive_tab_background #1A1F27
49+
tab_bar_background #23272F
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
166
color0 #41444d
2-
color1 #fc2f52
3-
color2 #25a45c
4-
color3 #ff936a
5-
color4 #3476ff
6-
color5 #7a82da
7-
color6 #4483aa
8-
color7 #cdd4e0
967
color8 #8f9aae
68+
69+
#: red
70+
color1 #fc2f52
1071
color9 #ff6480
72+
73+
#: green
74+
color2 #25a45c
1175
color10 #3fc56b
76+
77+
#: yellow
78+
color3 #ff936a
1279
color11 #f9c859
80+
81+
#: blue
82+
color4 #3476ff
1383
color12 #10b1fe
84+
85+
#: magenta
86+
color5 #7a82da
1487
color13 #ff78f8
88+
89+
#: cyan
90+
color6 #4483aa
1591
color14 #5fb9bc
92+
93+
#: white
94+
color7 #cdd4e0
1695
color15 #ffffff
17-
background #282c34
18-
selection_foreground #282c34
19-
cursor #ffcc00
20-
foreground #b9c0cb
21-
selection_background #b9c0cb
96+
97+
98+
#: You can set the remaining 240 colors as color16 to color255.
Lines changed: 89 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,98 @@
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
166
color0 #373a41
2-
color1 #d52753
3-
color2 #23974a
4-
color3 #df631c
5-
color4 #275fe4
6-
color5 #823ff1
7-
color6 #27618d
8-
color7 #babbc2
967
color8 #676a77
68+
69+
#: red
70+
color1 #d52753
1071
color9 #ff6480
72+
73+
#: green
74+
color2 #23974a
1175
color10 #3cbc66
76+
77+
#: yellow
78+
color3 #df631c
1279
color11 #c5a332
80+
81+
#: blue
82+
color4 #275fe4
1383
color12 #0099e1
84+
85+
#: magenta
86+
color5 #823ff1
1487
color13 #ce33c0
88+
89+
#: cyan
90+
color6 #27618d
1591
color14 #6d93bb
92+
93+
#: white
94+
color7 #babbc2
1695
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

Comments
 (0)