Skip to content

Commit d2768f3

Browse files
committed
tmux: set 'bg2' as background in 'message-style' fixed #164
1 parent a8ecc5b commit d2768f3

10 files changed

+32
-31
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- tmp-fix: deleted lua queries #159
1919
- nvim-dev-icons colors fixed projekt0n/circles.nvim#6
2020
- make: tmux prefix fixed
21+
- tmux: set `bg2` as background in 'message-style' fixed #164
2122

2223
## [v0.0.4] - 11 Jan 2022
2324

Makefile

+7-7
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@ tmux_pre:
4949
@touch $(tmux_theme)
5050

5151
tmux_dark: tmux_pre
52-
@cat $(exts)/tmux/github_dark.tmux > $(tmux_theme)
52+
@cat $(exts)/tmux/github_dark.conf > $(tmux_theme)
5353

5454
tmux_dimmed: tmux_pre
55-
@cat $(exts)/tmux/github_dimmed.tmux > $(tmux_theme)
55+
@cat $(exts).conf/github_dimmed.conf > $.conf_theme)
5656

5757
tmux_dark_default: tmux_pre
58-
@cat $(exts)/tmux/github_dark_default.tmux > $(tmux_theme)
58+
@cat $(exts).conf/github_dark_default.conf > $.conf_theme)
5959

6060
tmux_dark_colorblind: tmux_pre
61-
@cat $(exts)/tmux/github_dark_colorblind.tmux > $(tmux_theme)
61+
@cat $(exts).conf/github_dark_colorblind.conf > $.conf_theme)
6262

6363
tmux_light: tmux_pre
64-
@cat $(exts)/tmux/github_light.tmux > $(tmux_theme)
64+
@cat $(exts).conf/github_light.conf > $.conf_theme)
6565

6666
tmux_light_default: tmux_pre
67-
@cat $(exts)/tmux/github_light_default.tmux > $(tmux_theme)
67+
@cat $(exts).conf/github_light_default.conf > $.conf_theme)
6868

6969
tmux_light_colorblind: tmux_pre
70-
@cat $(exts)/tmux/github_light_colorblind.tmux > $(tmux_theme)
70+
@cat $(exts).conf/github_light_colorblind.conf > $.conf_theme)

lua/github-theme/terminal/tmux.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ return function(cfg)
1212
1313
# Github colors for Tmux
1414
15-
set -g mode-style "fg=${fg},bg=${fg_gutter}"
15+
set -g mode-style "fg=${fg},bg=${bg2}"
1616
17-
set -g message-style "fg=${fg},bg=${fg_gutter}"
18-
set -g message-command-style "fg=${fg},bg=${fg_gutter}"
17+
set -g message-style "fg=${fg},bg=${bg2}"
18+
set -g message-command-style "fg=${fg},bg=${bg2}"
1919
2020
set -g pane-border-style "fg=${bg_visual}"
2121
set -g pane-active-border-style "fg=${blue}"

terminal/tmux/github_dark.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# Github colors for Tmux
44

5-
set -g mode-style "fg=#c9d1d9,bg=#e1e4e8"
5+
set -g mode-style "fg=#c9d1d9,bg=#1f2428"
66

7-
set -g message-style "fg=#c9d1d9,bg=#e1e4e8"
8-
set -g message-command-style "fg=#c9d1d9,bg=#e1e4e8"
7+
set -g message-style "fg=#c9d1d9,bg=#1f2428"
8+
set -g message-command-style "fg=#c9d1d9,bg=#1f2428"
99

1010
set -g pane-border-style "fg=#444c56"
1111
set -g pane-active-border-style "fg=#2188ff"

terminal/tmux/github_dark_colorblind.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# Github colors for Tmux
44

5-
set -g mode-style "fg=#c9d1d9,bg=#c5c5c5"
5+
set -g mode-style "fg=#c9d1d9,bg=#090c10"
66

7-
set -g message-style "fg=#c9d1d9,bg=#c5c5c5"
8-
set -g message-command-style "fg=#c9d1d9,bg=#c5c5c5"
7+
set -g message-style "fg=#c9d1d9,bg=#090c10"
8+
set -g message-command-style "fg=#c9d1d9,bg=#090c10"
99

1010
set -g pane-border-style "fg=#b3b1ad"
1111
set -g pane-active-border-style "fg=#58a6ff"

terminal/tmux/github_dark_default.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# Github colors for Tmux
44

5-
set -g mode-style "fg=#c9d1d9,bg=#c5c5c5"
5+
set -g mode-style "fg=#c9d1d9,bg=#090c10"
66

7-
set -g message-style "fg=#c9d1d9,bg=#c5c5c5"
8-
set -g message-command-style "fg=#c9d1d9,bg=#c5c5c5"
7+
set -g message-style "fg=#c9d1d9,bg=#090c10"
8+
set -g message-command-style "fg=#c9d1d9,bg=#090c10"
99

1010
set -g pane-border-style "fg=#b3b1ad"
1111
set -g pane-active-border-style "fg=#58a6ff"

terminal/tmux/github_dimmed.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# Github colors for Tmux
44

5-
set -g mode-style "fg=#adbac7,bg=#768390"
5+
set -g mode-style "fg=#adbac7,bg=#1e2228"
66

7-
set -g message-style "fg=#adbac7,bg=#768390"
8-
set -g message-command-style "fg=#adbac7,bg=#768390"
7+
set -g message-style "fg=#adbac7,bg=#1e2228"
8+
set -g message-command-style "fg=#adbac7,bg=#1e2228"
99

1010
set -g pane-border-style "fg=#444c56"
1111
set -g pane-active-border-style "fg=#539bf5"

terminal/tmux/github_light.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# Github colors for Tmux
44

5-
set -g mode-style "fg=#24292f,bg=#babbbd"
5+
set -g mode-style "fg=#24292f,bg=#f6f8fa"
66

7-
set -g message-style "fg=#24292f,bg=#babbbd"
8-
set -g message-command-style "fg=#24292f,bg=#babbbd"
7+
set -g message-style "fg=#24292f,bg=#f6f8fa"
8+
set -g message-command-style "fg=#24292f,bg=#f6f8fa"
99

1010
set -g pane-border-style "fg=#e1e4e8"
1111
set -g pane-active-border-style "fg=#0366d6"

terminal/tmux/github_light_colorblind.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# Github colors for Tmux
44

5-
set -g mode-style "fg=#24292f,bg=#24292e"
5+
set -g mode-style "fg=#24292f,bg=#f6f8fa"
66

7-
set -g message-style "fg=#24292f,bg=#24292e"
8-
set -g message-command-style "fg=#24292f,bg=#24292e"
7+
set -g message-style "fg=#24292f,bg=#f6f8fa"
8+
set -g message-command-style "fg=#24292f,bg=#f6f8fa"
99

1010
set -g pane-border-style "fg=#e1e4e8"
1111
set -g pane-active-border-style "fg=#0969da"

terminal/tmux/github_light_default.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# Github colors for Tmux
44

5-
set -g mode-style "fg=#24292f,bg=#24292e"
5+
set -g mode-style "fg=#24292f,bg=#f6f8fa"
66

7-
set -g message-style "fg=#24292f,bg=#24292e"
8-
set -g message-command-style "fg=#24292f,bg=#24292e"
7+
set -g message-style "fg=#24292f,bg=#f6f8fa"
8+
set -g message-command-style "fg=#24292f,bg=#f6f8fa"
99

1010
set -g pane-border-style "fg=#e1e4e8"
1111
set -g pane-active-border-style "fg=#0969da"

0 commit comments

Comments
 (0)