Color tweaks.
This commit is contained in:
parent
38c7976be9
commit
6568bd09b4
|
|
@ -16,7 +16,6 @@ window:
|
||||||
|
|
||||||
startup_mode: Fullscreen
|
startup_mode: Fullscreen
|
||||||
opacity: 0.77
|
opacity: 0.77
|
||||||
|
|
||||||
|
|
||||||
scrolling:
|
scrolling:
|
||||||
# Maximum number of lines in the scrollback buffer.
|
# Maximum number of lines in the scrollback buffer.
|
||||||
|
|
@ -49,7 +48,7 @@ draw_bold_text_with_bright_colors: true
|
||||||
colors:
|
colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
primary:
|
primary:
|
||||||
background: '#16141D'
|
background: '#010101'
|
||||||
foreground: '#D0CFCC'
|
foreground: '#D0CFCC'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
# Tmux Power
|
# Tmux Power
|
||||||
set -g @plugin 'linuxiscool/tmux-power'
|
set -g @plugin 'linuxiscool/tmux-power'
|
||||||
#set -g @tmux_power_theme 'moon' # dark slate blue
|
#set -g @tmux_power_theme 'moon' # dark slate blue
|
||||||
set -g @tmux_power_theme 'redwine' # dark slate blue
|
set -g @tmux_power_theme 'forest' # dark slate blue
|
||||||
#set -g @tmux_power_date_icon '☃️ ☃️ ☃️ February' # set it to a blank will disable the icon
|
#set -g @tmux_power_date_icon '☃️ ☃️ ☃️ February' # set it to a blank will disable the icon
|
||||||
set -g @tmux_power_date_icon '🍂 %A %B %d' # set it to a blank will disable the icon
|
set -g @tmux_power_date_icon '🍂 %A %B %d' # set it to a blank will disable the icon
|
||||||
set -g @tmux_power_time_icon '⌚' # emoji can be used if your terminal supports
|
set -g @tmux_power_time_icon '⌚' # emoji can be used if your terminal supports
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue