Updated colors for gruvbox theme

This commit is contained in:
Trey Blancher 2021-12-01 23:24:12 -05:00
parent a98d8d50f3
commit 0265d2e1cd
2 changed files with 113 additions and 49 deletions

View File

@ -113,22 +113,23 @@ bind s choose-tree -sZ -O name
# This tmux statusbar config was created by tmuxline.vim # This tmux statusbar config was created by tmuxline.vim
# # on Sun, 20 Oct 2019 # # on Sun, 20 Oct 2019
# #
set -g status-justify "left" source-file ~/.tmux_colors.conf
set -g status "on" #set -g status-justify "left"
set -g status-left-style "none" #set -g status "on"
set -g message-command-style "fg=colour231,bg=colour31" #set -g status-left-style "none"
set -g status-right-style "none" #set -g message-command-style "fg=colour231,bg=colour31"
set -g pane-active-border-style "fg=colour254" #set -g status-right-style "none"
set -g status-style "none,bg=colour234" #set -g pane-active-border-style "fg=colour254"
set -g message-style "fg=colour231,bg=colour31" #set -g status-style "none,bg=colour234"
set -g pane-border-style "fg=colour240" #set -g message-style "fg=colour231,bg=colour31"
set -g status-right-length "100" #set -g pane-border-style "fg=colour240"
set -g status-left-length "100" #set -g status-right-length "100"
setw -g window-status-activity-style "none" #set -g status-left-length "100"
setw -g window-status-separator "" #setw -g window-status-activity-style "none"
setw -g window-status-style "none,fg=colour250,bg=colour234" #setw -g window-status-separator ""
set -g status-left "#[fg=colour16,bg=colour254,bold] #S #[fg=colour254,bg=colour234,nobold,nounderscore,noitalics]" #setw -g window-status-style "none,fg=colour250,bg=colour234"
set -g status-right "$wg_is_keys_off #[fg=colour236,bg=colour234,nobold,nounderscore,noitalics]#[fg=colour247,bg=colour236] %Y-%m-%d  %H:%M #[fg=colour252,bg=colour236,nobold,nounderscore,noitalics]#[fg=colour235,bg=colour252] #h " #set -g status-left "#[fg=colour16,bg=colour254,bold] #S #[fg=colour254,bg=colour234,nobold,nounderscore,noitalics]"
setw -g window-status-format "#[fg=colour244,bg=colour234] #I #[fg=colour250,bg=colour234] #W " #set -g status-right "$wg_is_keys_off #[fg=colour236,bg=colour234,nobold,nounderscore,noitalics]#[fg=colour247,bg=colour236] %Y-%m-%d  %H:%M #[fg=colour252,bg=colour236,nobold,nounderscore,noitalics]#[fg=colour235,bg=colour252] #h "
setw -g window-status-current-format "#[fg=colour234,bg=colour31,nobold,nounderscore,noitalics]#[fg=colour117,bg=colour31] #I #[fg=colour231,bg=colour31,bold] #W #[fg=colour31,bg=colour234,nobold,nounderscore,noitalics]" #setw -g window-status-format "#[fg=colour244,bg=colour234] #I #[fg=colour250,bg=colour234] #W "
#setw -g window-status-current-format "#[fg=colour234,bg=colour31,nobold,nounderscore,noitalics]#[fg=colour117,bg=colour31] #I #[fg=colour231,bg=colour31,bold] #W #[fg=colour31,bg=colour234,nobold,nounderscore,noitalics]"
#

View File

@ -172,39 +172,99 @@ font:
draw_bold_text_with_bright_colors: true draw_bold_text_with_bright_colors: true
# Colors (Solarized Dark) # Colors (Solarized Dark)
#colors:
# # Default colors
# primary:
# background: '0x002b36' # base03
# foreground: '0x839496' # base0
#
# # Cursor colors
# cursor:
# text: '0x002b36' # base03
# cursor: '0x839496' # base0
#
# # Normal colors
# normal:
# black: '0x073642' # base02
# red: '0xdc322f' # red
# green: '0x859900' # green
# yellow: '0xb58900' # yellow
# blue: '0x268bd2' # blue
# magenta: '0xd33682' # magenta
# cyan: '0x2aa198' # cyan
# white: '0xeee8d5' # base2
#
# # Bright colors
# bright:
# black: '0x002b36' # base03
# red: '0xcb4b16' # orange
# green: '0x586e75' # base01
# yellow: '0x657b83' # base00
# blue: '0x839496' # base0
# magenta: '0x6c71c4' # violet
# cyan: '0x93a1a1' # base1
# white: '0xfdf6e3' # base3
# Colors (Gruvbox dark)
colors: colors:
# Default colors
primary: primary:
background: '0x002b36' # base03 # hard contrast background - '#1d2021'
foreground: '0x839496' # base0 background: &gruvbox_dark_bg '#282828'
# soft contrast background - '#32302f'
# Cursor colors foreground: '#ffd7af'
bright_foreground: '#ebdbb2'
dim_foreground: '#a89984'
cursor: cursor:
text: '0x002b36' # base03 text: CellBackground
cursor: '0x839496' # base0 cursor: CellForeground
vi_mode_cursor:
# Normal colors text: CellBackground
normal: cursor: CellForeground
black: '0x073642' # base02 # search:
red: '0xdc322f' # red # matches:
green: '0x859900' # green # foreground: '#000000'
yellow: '0xb58900' # yellow # background: '#ffffff'
blue: '0x268bd2' # blue # focused_match:
magenta: '0xd33682' # magenta # foreground: CellBackground
cyan: '0x2aa198' # cyan # background: CellForeground
white: '0xeee8d5' # base2 # bar:
# background: ''
# Bright colors # foreground: ''
# line_indicator:
# foreground: None
# background: None
selection:
text: CellBackground
background: CellForeground
bright: bright:
black: '0x002b36' # base03 black: '#928374'
red: '0xcb4b16' # orange red: '#fb4934'
green: '0x586e75' # base01 green: '#b8bb26'
yellow: '0x657b83' # base00 yellow: '#fabd2f'
blue: '0x839496' # base0 blue: '#83a598'
magenta: '0x6c71c4' # violet magenta: '#d3869b'
cyan: '0x93a1a1' # base1 cyan: '#8ec07c'
white: '0xfdf6e3' # base3 white: '#ebdbb2'
normal:
black: *gruvbox_dark_bg
red: '#cc241d'
green: '#98971a'
yellow: '#d79921'
blue: '#458588'
magenta: '#b16286'
cyan: '#689d6a'
white: '#a89984'
dim:
black: '#32302f'
red: '#9d0006'
green: '#79740e'
yellow: '#b57614'
blue: '#076678'
magenta: '#8f3f71'
cyan: '#427b58'
white: '#928374'
# indexed_colors: []
# Colors (Tomorrow Night Bright) # Colors (Tomorrow Night Bright)
#colors: #colors:
# Default colors # Default colors
@ -382,7 +442,10 @@ cursor:
# - ▇ Block # - ▇ Block
# - _ Underline # - _ Underline
# - | Beam # - | Beam
style: Block style:
shape: Block
blinking: Always
blink_interval: 500
# If this is `true`, the cursor will be rendered as a hollow box when the # If this is `true`, the cursor will be rendered as a hollow box when the
# window is not focused. # window is not focused.