File tree Expand file tree Collapse file tree 5 files changed +46
-11
lines changed
Expand file tree Collapse file tree 5 files changed +46
-11
lines changed Original file line number Diff line number Diff line change 11# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
22
3+ # Selenized black color scheme for Kitty
4+
35#: Color scheme {{{
46
57#: The foreground and background colors
6- Selenized black color scheme for Kitty
78foreground #b9b9b9
89background #181818
910
@@ -40,6 +41,12 @@ selection_foreground none
4041#: The background for text selected with the mouse.
4142selection_background #3b3b3b
4243
44+ #: Tab bar colors
45+ active_tab_foreground #dedede
46+ active_tab_background #3b3b3b
47+ inactive_tab_foreground #777777
48+ inactive_tab_background #181818
49+ tab_bar_background #181818
4350
4451#: The 16 terminal colors. There are 8 basic colors, each color has a
4552#: dull and bright version. You can also set the remaining colors from
Original file line number Diff line number Diff line change 11# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
22
3+ # Selenized dark color scheme for Kitty
4+
35#: Color scheme {{{
46
57#: The foreground and background colors
6- Selenized dark color scheme for Kitty
78foreground #adbcbc
89background #103c48
910
@@ -38,16 +39,22 @@ dim_opacity 0.625
3839selection_foreground none
3940
4041#: The background for text selected with the mouse.
41- selection_background #2d5b69
42+ selection_background #325b66
4243
44+ #: Tab bar colors
45+ active_tab_foreground #cad8d9
46+ active_tab_background #325b66
47+ inactive_tab_foreground #72898f
48+ inactive_tab_background #103c48
49+ tab_bar_background #103c48
4350
4451#: The 16 terminal colors. There are 8 basic colors, each color has a
4552#: dull and bright version. You can also set the remaining colors from
4653#: the 256 color table as color16 to color255.
4754
4855#: black
49- color0 #184956
50- color8 #2d5b69
56+ color0 #174956
57+ color8 #325b66
5158
5259#: red
5360color1 #fa5750
Original file line number Diff line number Diff line change 11# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
22
3+ # Selenized light color scheme for Kitty
4+
35#: Color scheme {{{
46
57#: The foreground and background colors
6- Selenized light color scheme for Kitty
78foreground #53676d
89background #fbf3db
910
@@ -38,16 +39,22 @@ dim_opacity 0.625
3839selection_foreground none
3940
4041#: The background for text selected with the mouse.
41- selection_background #d5cdb6
42+ selection_background #cfcebe
4243
44+ #: Tab bar colors
45+ active_tab_foreground #3a4d53
46+ active_tab_background #cfcebe
47+ inactive_tab_foreground #909995
48+ inactive_tab_background #fbf3db
49+ tab_bar_background #fbf3db
4350
4451#: The 16 terminal colors. There are 8 basic colors, each color has a
4552#: dull and bright version. You can also set the remaining colors from
4653#: the 256 color table as color16 to color255.
4754
4855#: black
49- color0 #ece3cc
50- color8 #d5cdb6
56+ color0 #e9e4d0
57+ color8 #cfcebe
5158
5259#: red
5360color1 #d2212d
Original file line number Diff line number Diff line change 11# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
22
3+ # Selenized white color scheme for Kitty
4+
35#: Color scheme {{{
46
57#: The foreground and background colors
6- Selenized white color scheme for Kitty
78foreground #474747
89background #ffffff
910
@@ -40,6 +41,12 @@ selection_foreground none
4041#: The background for text selected with the mouse.
4142selection_background #cdcdcd
4243
44+ #: Tab bar colors
45+ active_tab_foreground #282828
46+ active_tab_background #cdcdcd
47+ inactive_tab_foreground #878787
48+ inactive_tab_background #ffffff
49+ tab_bar_background #ffffff
4350
4451#: The 16 terminal colors. There are 8 basic colors, each color has a
4552#: dull and bright version. You can also set the remaining colors from
Original file line number Diff line number Diff line change 11# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
22
3+ # !!COL!{name}! color scheme for Kitty
4+
35#: Color scheme {{{
46
57#: The foreground and background colors
6- !!COL!{name}! color scheme for Kitty
78foreground !!COL!{fg_0.srgb}!
89background !!COL!{bg_0.srgb}!
910
@@ -40,6 +41,12 @@ selection_foreground none
4041#: The background for text selected with the mouse.
4142selection_background !!COL!{bg_2.srgb}!
4243
44+ #: Tab bar colors
45+ active_tab_foreground !!COL!{fg_1.srgb}!
46+ active_tab_background !!COL!{bg_2.srgb}!
47+ inactive_tab_foreground !!COL!{dim_0.srgb}!
48+ inactive_tab_background !!COL!{bg_0.srgb}!
49+ tab_bar_background !!COL!{bg_0.srgb}!
4350
4451#: The 16 terminal colors. There are 8 basic colors, each color has a
4552#: dull and bright version. You can also set the remaining colors from
You can’t perform that action at this time.
0 commit comments