File tree 10 files changed +32
-31
lines changed
lua/github-theme/terminal
10 files changed +32
-31
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
- tmp-fix: deleted lua queries #159
19
19
- nvim-dev-icons colors fixed projekt0n/circles.nvim #6
20
20
- make: tmux prefix fixed
21
+ - tmux: set ` bg2 ` as background in 'message-style' fixed #164
21
22
22
23
## [ v0.0.4] - 11 Jan 2022
23
24
Original file line number Diff line number Diff line change @@ -49,22 +49,22 @@ tmux_pre:
49
49
@touch $(tmux_theme )
50
50
51
51
tmux_dark : tmux_pre
52
- @cat $(exts ) /tmux/github_dark.tmux > $(tmux_theme )
52
+ @cat $(exts ) /tmux/github_dark.conf > $(tmux_theme )
53
53
54
54
tmux_dimmed : tmux_pre
55
- @cat $(exts ) /tmux/ github_dimmed.tmux > $( tmux_theme )
55
+ @cat $(exts ) .conf/ github_dimmed.conf > $.conf_theme )
56
56
57
57
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 )
59
59
60
60
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 )
62
62
63
63
tmux_light : tmux_pre
64
- @cat $(exts ) /tmux/ github_light.tmux > $( tmux_theme )
64
+ @cat $(exts ) .conf/ github_light.conf > $.conf_theme )
65
65
66
66
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 )
68
68
69
69
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 )
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ return function(cfg)
12
12
13
13
# Github colors for Tmux
14
14
15
- set -g mode-style "fg=${fg},bg=${fg_gutter }"
15
+ set -g mode-style "fg=${fg},bg=${bg2 }"
16
16
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 }"
19
19
20
20
set -g pane-border-style "fg=${bg_visual}"
21
21
set -g pane-active-border-style "fg=${blue}"
Original file line number Diff line number Diff line change 2
2
3
3
# Github colors for Tmux
4
4
5
- set -g mode-style " fg=#c9d1d9,bg=#e1e4e8 "
5
+ set -g mode-style " fg=#c9d1d9,bg=#1f2428 "
6
6
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 "
9
9
10
10
set -g pane-border-style " fg=#444c56"
11
11
set -g pane-active-border-style " fg=#2188ff"
Original file line number Diff line number Diff line change 2
2
3
3
# Github colors for Tmux
4
4
5
- set -g mode-style " fg=#c9d1d9,bg=#c5c5c5 "
5
+ set -g mode-style " fg=#c9d1d9,bg=#090c10 "
6
6
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 "
9
9
10
10
set -g pane-border-style " fg=#b3b1ad"
11
11
set -g pane-active-border-style " fg=#58a6ff"
Original file line number Diff line number Diff line change 2
2
3
3
# Github colors for Tmux
4
4
5
- set -g mode-style " fg=#c9d1d9,bg=#c5c5c5 "
5
+ set -g mode-style " fg=#c9d1d9,bg=#090c10 "
6
6
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 "
9
9
10
10
set -g pane-border-style " fg=#b3b1ad"
11
11
set -g pane-active-border-style " fg=#58a6ff"
Original file line number Diff line number Diff line change 2
2
3
3
# Github colors for Tmux
4
4
5
- set -g mode-style " fg=#adbac7,bg=#768390 "
5
+ set -g mode-style " fg=#adbac7,bg=#1e2228 "
6
6
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 "
9
9
10
10
set -g pane-border-style " fg=#444c56"
11
11
set -g pane-active-border-style " fg=#539bf5"
Original file line number Diff line number Diff line change 2
2
3
3
# Github colors for Tmux
4
4
5
- set -g mode-style " fg=#24292f,bg=#babbbd "
5
+ set -g mode-style " fg=#24292f,bg=#f6f8fa "
6
6
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 "
9
9
10
10
set -g pane-border-style " fg=#e1e4e8"
11
11
set -g pane-active-border-style " fg=#0366d6"
Original file line number Diff line number Diff line change 2
2
3
3
# Github colors for Tmux
4
4
5
- set -g mode-style " fg=#24292f,bg=#24292e "
5
+ set -g mode-style " fg=#24292f,bg=#f6f8fa "
6
6
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 "
9
9
10
10
set -g pane-border-style " fg=#e1e4e8"
11
11
set -g pane-active-border-style " fg=#0969da"
Original file line number Diff line number Diff line change 2
2
3
3
# Github colors for Tmux
4
4
5
- set -g mode-style " fg=#24292f,bg=#24292e "
5
+ set -g mode-style " fg=#24292f,bg=#f6f8fa "
6
6
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 "
9
9
10
10
set -g pane-border-style " fg=#e1e4e8"
11
11
set -g pane-active-border-style " fg=#0969da"
You can’t perform that action at this time.
0 commit comments