Skip to content

Commit d9cea3e

Browse files
authored
Merge pull request #80 from kkga/kitty-tabbar-colors
add kitty tabbar colors and rebuild conf files
2 parents 76e611f + 354f22e commit d9cea3e

File tree

5 files changed

+46
-11
lines changed

5 files changed

+46
-11
lines changed

terminals/kitty/kitty-selenized-black.conf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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
78
foreground #b9b9b9
89
background #181818
910

@@ -40,6 +41,12 @@ selection_foreground none
4041
#: The background for text selected with the mouse.
4142
selection_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

terminals/kitty/kitty-selenized-dark.conf

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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
78
foreground #adbcbc
89
background #103c48
910

@@ -38,16 +39,22 @@ dim_opacity 0.625
3839
selection_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
5360
color1 #fa5750

terminals/kitty/kitty-selenized-light.conf

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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
78
foreground #53676d
89
background #fbf3db
910

@@ -38,16 +39,22 @@ dim_opacity 0.625
3839
selection_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
5360
color1 #d2212d

terminals/kitty/kitty-selenized-white.conf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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
78
foreground #474747
89
background #ffffff
910

@@ -40,6 +41,12 @@ selection_foreground none
4041
#: The background for text selected with the mouse.
4142
selection_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

utils/templates/kitty.conf.template

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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
78
foreground !!COL!{fg_0.srgb}!
89
background !!COL!{bg_0.srgb}!
910

@@ -40,6 +41,12 @@ selection_foreground none
4041
#: The background for text selected with the mouse.
4142
selection_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

0 commit comments

Comments
 (0)