tmux + alacritty opacity
This commit is contained in:
parent
51f5010dc9
commit
e7e09b47df
@ -28,7 +28,7 @@ multiplier = 3
|
|||||||
|
|
||||||
[window]
|
[window]
|
||||||
dynamic_title = true
|
dynamic_title = true
|
||||||
opacity = 1
|
opacity = 0.87
|
||||||
|
|
||||||
[window.dimensions]
|
[window.dimensions]
|
||||||
columns = 150
|
columns = 150
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
# vim: ft=tmux
|
# vim: ft=tmux
|
||||||
|
|
||||||
|
|
||||||
_tmux_color_inactive_background="colour236"
|
_tmux_color_inactive_background="terminal" # "colour236"
|
||||||
_tmux_color_inactive_foreground="colour247"
|
_tmux_color_inactive_foreground="colour247"
|
||||||
_tmux_color_main_background="terminal"
|
_tmux_color_main_background="terminal"
|
||||||
_tmux_color_border="colour24"
|
_tmux_color_border="colour12"
|
||||||
_tmux_color_menu="colour24"
|
_tmux_color_menu="colour24"
|
||||||
_tmux_color_activity_style="colour239"
|
_tmux_color_activity_style="colour239"
|
||||||
|
|
||||||
@ -48,4 +48,4 @@ setw -g clock-mode-style 24
|
|||||||
set -g pane-border-lines double
|
set -g pane-border-lines double
|
||||||
set -g pane-border-indicators colour
|
set -g pane-border-indicators colour
|
||||||
set -g pane-border-style "bg=$_tmux_color_inactive_background"
|
set -g pane-border-style "bg=$_tmux_color_inactive_background"
|
||||||
set -g pane-active-border-style "bg=$_tmux_color_inactive_background,fg=$_tmux_color_border"
|
set -g pane-active-border-style "bg=$_tmux_color_inactive_background,fg=$_tmux_color_border"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user