-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update with the latest tinted-theming colorschemes
- Loading branch information
1 parent
105a5de
commit c02050b
Showing
3 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |