Color tweaks.

This commit is contained in:
Shawn Anderson 2024-02-02 13:04:40 -08:00
parent 38c7976be9
commit 6568bd09b4
2 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,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.
# Specifying '0' will disable scrolling. # Specifying '0' will disable scrolling.
@ -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

View File

@ -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