From c02050bebb60dbb20cb433cd4d8ce668ecc11ba7 Mon Sep 17 00:00:00 2001 From: tinted-theming-bot Date: Sun, 8 Oct 2023 00:45:02 +0000 Subject: [PATCH] Update with the latest tinted-theming colorschemes --- colors/base16-everforest-dark-hard.conf | 32 +++++++++++++++++++++++++ colors/base16-oxocarbon-dark.conf | 32 +++++++++++++++++++++++++ colors/base16-oxocarbon-light.conf | 32 +++++++++++++++++++++++++ 3 files changed, 96 insertions(+) create mode 100644 colors/base16-everforest-dark-hard.conf create mode 100644 colors/base16-oxocarbon-dark.conf create mode 100644 colors/base16-oxocarbon-light.conf diff --git a/colors/base16-everforest-dark-hard.conf b/colors/base16-everforest-dark-hard.conf new file mode 100644 index 0000000..d41db44 --- /dev/null +++ b/colors/base16-everforest-dark-hard.conf @@ -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" diff --git a/colors/base16-oxocarbon-dark.conf b/colors/base16-oxocarbon-dark.conf new file mode 100644 index 0000000..de6c3ff --- /dev/null +++ b/colors/base16-oxocarbon-dark.conf @@ -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" diff --git a/colors/base16-oxocarbon-light.conf b/colors/base16-oxocarbon-light.conf new file mode 100644 index 0000000..c5ec531 --- /dev/null +++ b/colors/base16-oxocarbon-light.conf @@ -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"