Skip to content

Commit

Permalink
Update with the latest tinted-theming colorschemes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinted-theming-bot committed Oct 8, 2023
1 parent 105a5de commit c02050b
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 0 deletions.
32 changes: 32 additions & 0 deletions colors/base16-everforest-dark-hard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Base16 Everforest Dark Hard
# Scheme author: Oskar Liew (https://github.com/OskarLiew)
# Template author: Tinted Theming: (https://github.com/tinted-theming)

# default statusbar colors
set-option -g status-style "fg=#9da9a0,bg=#2e383c"

# default window title colors
set-window-option -g window-status-style "fg=#9da9a0,bg=default"

# active window title colors
set-window-option -g window-status-current-style "fg=#dbbc7f,bg=default"

# pane border
set-option -g pane-border-style "fg=#2e383c"
set-option -g pane-active-border-style "fg=#414b50"

# message text
set-option -g message-style "fg=#d3c6aa,bg=#2e383c"

# pane number display
set-option -g display-panes-active-colour "#83c092"
set-option -g display-panes-colour "#dbbc7f"

# clock
set-window-option -g clock-mode-colour "#83c092"

# copy mode highligh
set-window-option -g mode-style "fg=#9da9a0,bg=#414b50"

# bell
set-window-option -g window-status-bell-style "fg=#2e383c,bg=#7fbbb3"
32 changes: 32 additions & 0 deletions colors/base16-oxocarbon-dark.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Base16 Oxocarbon Dark
# Scheme author: shaunsingh/IBM
# Template author: Tinted Theming: (https://github.com/tinted-theming)

# default statusbar colors
set-option -g status-style "fg=#dde1e6,bg=#262626"

# default window title colors
set-window-option -g window-status-style "fg=#dde1e6,bg=default"

# active window title colors
set-window-option -g window-status-current-style "fg=#ee5396,bg=default"

# pane border
set-option -g pane-border-style "fg=#262626"
set-option -g pane-active-border-style "fg=#393939"

# message text
set-option -g message-style "fg=#f2f4f8,bg=#262626"

# pane number display
set-option -g display-panes-active-colour "#33b1ff"
set-option -g display-panes-colour "#ee5396"

# clock
set-window-option -g clock-mode-colour "#33b1ff"

# copy mode highligh
set-window-option -g mode-style "fg=#dde1e6,bg=#393939"

# bell
set-window-option -g window-status-bell-style "fg=#262626,bg=#3ddbd9"
32 changes: 32 additions & 0 deletions colors/base16-oxocarbon-light.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Base16 Oxocarbon Light
# Scheme author: shaunsingh/IBM
# Template author: Tinted Theming: (https://github.com/tinted-theming)

# default statusbar colors
set-option -g status-style "fg=#262626,bg=#dde1e6"

# default window title colors
set-window-option -g window-status-style "fg=#262626,bg=default"

# active window title colors
set-window-option -g window-status-current-style "fg=#ff6f00,bg=default"

# pane border
set-option -g pane-border-style "fg=#dde1e6"
set-option -g pane-active-border-style "fg=#525252"

# message text
set-option -g message-style "fg=#393939,bg=#dde1e6"

# pane number display
set-option -g display-panes-active-colour "#0f62fe"
set-option -g display-panes-colour "#ff6f00"

# clock
set-window-option -g clock-mode-colour "#0f62fe"

# copy mode highligh
set-window-option -g mode-style "fg=#262626,bg=#525252"

# bell
set-window-option -g window-status-bell-style "fg=#dde1e6,bg=#ff7eb6"

0 comments on commit c02050b

Please sign in to comment.