From 87e30acdd012d9752416f24e48cb50da6b28bf8d Mon Sep 17 00:00:00 2001 From: tinted-theming-bot Date: Sun, 25 Aug 2024 00:56:42 +0000 Subject: [PATCH] Update with the latest tinted-theming colorschemes --- colors/base16-everforest-dark-hard.conf | 12 ++--- colors/base16-everforest.conf | 34 ++++++------- colors/base16-onedark-dark.conf | 63 +++++++++++++++++++++++++ colors/base16-papercolor-dark.conf | 2 +- colors/base16-papercolor-light.conf | 2 +- colors/base16-shades-of-purple.conf | 2 +- colors/base16-snazzy.conf | 2 +- colors/base16-terracotta-dark.conf | 63 +++++++++++++++++++++++++ colors/base16-terracotta.conf | 63 +++++++++++++++++++++++++ 9 files changed, 216 insertions(+), 27 deletions(-) create mode 100644 colors/base16-onedark-dark.conf create mode 100644 colors/base16-terracotta-dark.conf create mode 100644 colors/base16-terracotta.conf diff --git a/colors/base16-everforest-dark-hard.conf b/colors/base16-everforest-dark-hard.conf index aaf563a..c7bf2f0 100644 --- a/colors/base16-everforest-dark-hard.conf +++ b/colors/base16-everforest-dark-hard.conf @@ -1,5 +1,5 @@ # Base16 Everforest Dark Hard -# Scheme author: Oskar Liew (https://github.com/OskarLiew) +# Scheme author: Sainnhe Park (https://github.com/sainnhe) # Template author: Tinted Theming: (https://github.com/tinted-theming) # default statusbar colors @@ -16,26 +16,26 @@ set-option -g pane-border-style "fg=#2e383c" set-option -g pane-active-border-style "fg=#9da9a0" # message text -set-option -g message-style "fg=#e4e1cd,bg=#414b50" +set-option -g message-style "fg=#edeada,bg=#414b50" # pane number display set-option -g display-panes-active-colour "#9da9a0" set-option -g display-panes-colour "#2e383c" # clock -set-window-option -g clock-mode-colour "#a7c080" +set-window-option -g clock-mode-colour "#7fbbb3" # copy mode highlight set-window-option -g mode-style "fg=#9da9a0,bg=#414b50" # bell -set-window-option -g window-status-bell-style "fg=#272e33,bg=#7fbbb3" +set-window-option -g window-status-bell-style "fg=#272e33,bg=#e67e80" # style for window titles with activity set-window-option -g window-status-activity-style "fg=#d3c6aa,bg=#2e383c" # style for command messages -set-option -g message-command-style "fg=#e4e1cd,bg=#414b50" +set-option -g message-command-style "fg=#edeada,bg=#414b50" # Optional active/inactive pane state # BASE16_TMUX_OPTION_ACTIVE is a legacy variable @@ -56,7 +56,7 @@ if-shell '[ "$TINTED_TMUX_OPTION_STATUSBAR" = "1" ] || [ "$BASE16_TMUX_OPTION_ST set-option -g status-right-length "80" set-option -g status-right-style none set-window-option -g window-status-current-format "#[fg=#2e383c,bg=#dbbc7f,nobold,noitalics,nounderscore]#[fg=#414b50,bg=#dbbc7f] #I #[fg=#414b50,bg=#dbbc7f,bold] #W# #[fg=#dbbc7f,bg=#2e383c,nobold,noitalics,nounderscore]" - set-window-option -g window-status-format "#[fg=#2e383c,bg=#414b50,noitalics]#[fg=#e4e1cd,bg=#414b50] #I #[fg=#e4e1cd,bg=#414b50] #W #[fg=#414b50,bg=#2e383c,noitalics]" + set-window-option -g window-status-format "#[fg=#2e383c,bg=#414b50,noitalics]#[fg=#edeada,bg=#414b50] #I #[fg=#edeada,bg=#414b50] #W #[fg=#414b50,bg=#2e383c,noitalics]" set-window-option -g window-status-separator "" } diff --git a/colors/base16-everforest.conf b/colors/base16-everforest.conf index f55eb36..f6853b3 100644 --- a/colors/base16-everforest.conf +++ b/colors/base16-everforest.conf @@ -3,45 +3,45 @@ # Template author: Tinted Theming: (https://github.com/tinted-theming) # default statusbar colors -set-option -g status-style "fg=#9da9a0,bg=#374247" +set-option -g status-style "fg=#9da9a0,bg=#343f44" # default window title colors -set-window-option -g window-status-style "fg=#9da9a0,bg=#374247" +set-window-option -g window-status-style "fg=#9da9a0,bg=#343f44" # active window title colors -set-window-option -g window-status-current-style "fg=#dbbc7f,bg=#374247" +set-window-option -g window-status-current-style "fg=#dbbc7f,bg=#343f44" # pane border -set-option -g pane-border-style "fg=#374247" +set-option -g pane-border-style "fg=#343f44" set-option -g pane-active-border-style "fg=#9da9a0" # message text -set-option -g message-style "fg=#e4e1cd,bg=#4a555b" +set-option -g message-style "fg=#e6e2cc,bg=#475258" # pane number display set-option -g display-panes-active-colour "#9da9a0" -set-option -g display-panes-colour "#374247" +set-option -g display-panes-colour "#343f44" # clock -set-window-option -g clock-mode-colour "#a7c080" +set-window-option -g clock-mode-colour "#7fbbb3" # copy mode highlight -set-window-option -g mode-style "fg=#9da9a0,bg=#4a555b" +set-window-option -g mode-style "fg=#9da9a0,bg=#475258" # bell -set-window-option -g window-status-bell-style "fg=#2f383e,bg=#7fbbb3" +set-window-option -g window-status-bell-style "fg=#2d353b,bg=#e67e80" # style for window titles with activity -set-window-option -g window-status-activity-style "fg=#d3c6aa,bg=#374247" +set-window-option -g window-status-activity-style "fg=#d3c6aa,bg=#343f44" # style for command messages -set-option -g message-command-style "fg=#e4e1cd,bg=#4a555b" +set-option -g message-command-style "fg=#e6e2cc,bg=#475258" # Optional active/inactive pane state # BASE16_TMUX_OPTION_ACTIVE is a legacy variable if-shell '[ "$TINTED_TMUX_OPTION_ACTIVE" = "1" ] || [ "$BASE16_TMUX_OPTION_ACTIVE" = "1" ]' { - set-window-option -g window-active-style "fg=#d3c6aa,bg=#2f383e" - set-window-option -g window-style "fg=#d3c6aa,bg=#374247" + set-window-option -g window-active-style "fg=#d3c6aa,bg=#2d353b" + set-window-option -g window-style "fg=#d3c6aa,bg=#343f44" } # Optional statusbar @@ -49,14 +49,14 @@ if-shell '[ "$TINTED_TMUX_OPTION_ACTIVE" = "1" ] || [ "$BASE16_TMUX_OPTION_ACTIV if-shell '[ "$TINTED_TMUX_OPTION_STATUSBAR" = "1" ] || [ "$BASE16_TMUX_OPTION_STATUSBAR" = "1" ]' { set-option -g status "on" set-option -g status-justify "left" - set-option -g status-left "#[fg=#d3c6aa,bg=#859289] #S #[fg=#859289,bg=#374247,nobold,noitalics,nounderscore]" + set-option -g status-left "#[fg=#d3c6aa,bg=#859289] #S #[fg=#859289,bg=#343f44,nobold,noitalics,nounderscore]" set-option -g status-left-length "80" set-option -g status-left-style none - set-option -g status-right "#[fg=#4a555b,bg=#374247 nobold, nounderscore, noitalics]#[fg=#9da9a0,bg=#4a555b] %Y-%m-%d  %H:%M #[fg=#d3c6aa,bg=#4a555b,nobold,noitalics,nounderscore]#[fg=#374247,bg=#d3c6aa] #h " + set-option -g status-right "#[fg=#475258,bg=#343f44 nobold, nounderscore, noitalics]#[fg=#9da9a0,bg=#475258] %Y-%m-%d  %H:%M #[fg=#d3c6aa,bg=#475258,nobold,noitalics,nounderscore]#[fg=#343f44,bg=#d3c6aa] #h " set-option -g status-right-length "80" set-option -g status-right-style none - set-window-option -g window-status-current-format "#[fg=#374247,bg=#dbbc7f,nobold,noitalics,nounderscore]#[fg=#4a555b,bg=#dbbc7f] #I #[fg=#4a555b,bg=#dbbc7f,bold] #W# #[fg=#dbbc7f,bg=#374247,nobold,noitalics,nounderscore]" - set-window-option -g window-status-format "#[fg=#374247,bg=#4a555b,noitalics]#[fg=#e4e1cd,bg=#4a555b] #I #[fg=#e4e1cd,bg=#4a555b] #W #[fg=#4a555b,bg=#374247,noitalics]" + set-window-option -g window-status-current-format "#[fg=#343f44,bg=#dbbc7f,nobold,noitalics,nounderscore]#[fg=#475258,bg=#dbbc7f] #I #[fg=#475258,bg=#dbbc7f,bold] #W# #[fg=#dbbc7f,bg=#343f44,nobold,noitalics,nounderscore]" + set-window-option -g window-status-format "#[fg=#343f44,bg=#475258,noitalics]#[fg=#e6e2cc,bg=#475258] #I #[fg=#e6e2cc,bg=#475258] #W #[fg=#475258,bg=#343f44,noitalics]" set-window-option -g window-status-separator "" } diff --git a/colors/base16-onedark-dark.conf b/colors/base16-onedark-dark.conf new file mode 100644 index 0000000..d4ef096 --- /dev/null +++ b/colors/base16-onedark-dark.conf @@ -0,0 +1,63 @@ +# Base16 OneDark Dark +# Scheme author: olimorris (https://github.com/olimorris) +# Template author: Tinted Theming: (https://github.com/tinted-theming) + +# default statusbar colors +set-option -g status-style "fg=#565c64,bg=#1c1f24" + +# default window title colors +set-window-option -g window-status-style "fg=#565c64,bg=#1c1f24" + +# active window title colors +set-window-option -g window-status-current-style "fg=#e5c07b,bg=#1c1f24" + +# pane border +set-option -g pane-border-style "fg=#1c1f24" +set-option -g pane-active-border-style "fg=#565c64" + +# message text +set-option -g message-style "fg=#b6bdca,bg=#2c313a" + +# pane number display +set-option -g display-panes-active-colour "#565c64" +set-option -g display-panes-colour "#1c1f24" + +# clock +set-window-option -g clock-mode-colour "#61afef" + +# copy mode highlight +set-window-option -g mode-style "fg=#565c64,bg=#2c313a" + +# bell +set-window-option -g window-status-bell-style "fg=#000000,bg=#ef596f" + +# style for window titles with activity +set-window-option -g window-status-activity-style "fg=#abb2bf,bg=#1c1f24" + +# style for command messages +set-option -g message-command-style "fg=#b6bdca,bg=#2c313a" + +# Optional active/inactive pane state +# BASE16_TMUX_OPTION_ACTIVE is a legacy variable +if-shell '[ "$TINTED_TMUX_OPTION_ACTIVE" = "1" ] || [ "$BASE16_TMUX_OPTION_ACTIVE" = "1" ]' { + set-window-option -g window-active-style "fg=#abb2bf,bg=#000000" + set-window-option -g window-style "fg=#abb2bf,bg=#1c1f24" +} + +# Optional statusbar +# BASE16_TMUX_OPTION_STATUSBAR is a legacy variable +if-shell '[ "$TINTED_TMUX_OPTION_STATUSBAR" = "1" ] || [ "$BASE16_TMUX_OPTION_STATUSBAR" = "1" ]' { + set-option -g status "on" + set-option -g status-justify "left" + set-option -g status-left "#[fg=#abb2bf,bg=#434852] #S #[fg=#434852,bg=#1c1f24,nobold,noitalics,nounderscore]" + set-option -g status-left-length "80" + set-option -g status-left-style none + set-option -g status-right "#[fg=#2c313a,bg=#1c1f24 nobold, nounderscore, noitalics]#[fg=#565c64,bg=#2c313a] %Y-%m-%d  %H:%M #[fg=#abb2bf,bg=#2c313a,nobold,noitalics,nounderscore]#[fg=#1c1f24,bg=#abb2bf] #h " + set-option -g status-right-length "80" + set-option -g status-right-style none + set-window-option -g window-status-current-format "#[fg=#1c1f24,bg=#e5c07b,nobold,noitalics,nounderscore]#[fg=#2c313a,bg=#e5c07b] #I #[fg=#2c313a,bg=#e5c07b,bold] #W# #[fg=#e5c07b,bg=#1c1f24,nobold,noitalics,nounderscore]" + set-window-option -g window-status-format "#[fg=#1c1f24,bg=#2c313a,noitalics]#[fg=#b6bdca,bg=#2c313a] #I #[fg=#b6bdca,bg=#2c313a] #W #[fg=#2c313a,bg=#1c1f24,noitalics]" + set-window-option -g window-status-separator "" +} + +# vim: set ft=tmux tw=0: diff --git a/colors/base16-papercolor-dark.conf b/colors/base16-papercolor-dark.conf index 21bf246..e37616c 100644 --- a/colors/base16-papercolor-dark.conf +++ b/colors/base16-papercolor-dark.conf @@ -1,5 +1,5 @@ # Base16 PaperColor Dark -# Scheme author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) +# Scheme author: Jon Leopard (http://github.com/jonleopard), based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) # Template author: Tinted Theming: (https://github.com/tinted-theming) # default statusbar colors diff --git a/colors/base16-papercolor-light.conf b/colors/base16-papercolor-light.conf index 70d9691..6dc2ee5 100644 --- a/colors/base16-papercolor-light.conf +++ b/colors/base16-papercolor-light.conf @@ -1,5 +1,5 @@ # Base16 PaperColor Light -# Scheme author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) +# Scheme author: Jon Leopard (http://github.com/jonleopard), based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) # Template author: Tinted Theming: (https://github.com/tinted-theming) # default statusbar colors diff --git a/colors/base16-shades-of-purple.conf b/colors/base16-shades-of-purple.conf index f8981e6..fda3ccb 100644 --- a/colors/base16-shades-of-purple.conf +++ b/colors/base16-shades-of-purple.conf @@ -1,5 +1,5 @@ # Base16 Shades of Purple -# Scheme author: Iolar Demartini Junior (http://github.com/demartini) based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode). +# Scheme author: Iolar Demartini Junior (http://github.com/demartini), based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode) # Template author: Tinted Theming: (https://github.com/tinted-theming) # default statusbar colors diff --git a/colors/base16-snazzy.conf b/colors/base16-snazzy.conf index d305739..99bf85d 100644 --- a/colors/base16-snazzy.conf +++ b/colors/base16-snazzy.conf @@ -1,5 +1,5 @@ # Base16 Snazzy -# Scheme author: Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy) +# Scheme author: Chawye Hsu (https://github.com/chawyehsu), based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy) # Template author: Tinted Theming: (https://github.com/tinted-theming) # default statusbar colors diff --git a/colors/base16-terracotta-dark.conf b/colors/base16-terracotta-dark.conf new file mode 100644 index 0000000..f69caef --- /dev/null +++ b/colors/base16-terracotta-dark.conf @@ -0,0 +1,63 @@ +# Base16 Terracotta Dark +# Scheme author: Alexander Rossell Hayes (https://github.com/rossellhayes) +# Template author: Tinted Theming: (https://github.com/tinted-theming) + +# default statusbar colors +set-option -g status-style "fg=#a78e84,bg=#362b27" + +# default window title colors +set-window-option -g window-status-style "fg=#a78e84,bg=#362b27" + +# active window title colors +set-window-option -g window-status-current-style "fg=#ffc37a,bg=#362b27" + +# pane border +set-option -g pane-border-style "fg=#362b27" +set-option -g pane-active-border-style "fg=#a78e84" + +# message text +set-option -g message-style "fg=#cabbb5,bg=#473933" + +# pane number display +set-option -g display-panes-active-colour "#a78e84" +set-option -g display-panes-colour "#362b27" + +# clock +set-window-option -g clock-mode-colour "#b0a4c3" + +# copy mode highlight +set-window-option -g mode-style "fg=#a78e84,bg=#473933" + +# bell +set-window-option -g window-status-bell-style "fg=#241d1a,bg=#f6998f" + +# style for window titles with activity +set-window-option -g window-status-activity-style "fg=#b8a59d,bg=#362b27" + +# style for command messages +set-option -g message-command-style "fg=#cabbb5,bg=#473933" + +# Optional active/inactive pane state +# BASE16_TMUX_OPTION_ACTIVE is a legacy variable +if-shell '[ "$TINTED_TMUX_OPTION_ACTIVE" = "1" ] || [ "$BASE16_TMUX_OPTION_ACTIVE" = "1" ]' { + set-window-option -g window-active-style "fg=#b8a59d,bg=#241d1a" + set-window-option -g window-style "fg=#b8a59d,bg=#362b27" +} + +# Optional statusbar +# BASE16_TMUX_OPTION_STATUSBAR is a legacy variable +if-shell '[ "$TINTED_TMUX_OPTION_STATUSBAR" = "1" ] || [ "$BASE16_TMUX_OPTION_STATUSBAR" = "1" ]' { + set-option -g status "on" + set-option -g status-justify "left" + set-option -g status-left "#[fg=#b8a59d,bg=#594740] #S #[fg=#594740,bg=#362b27,nobold,noitalics,nounderscore]" + set-option -g status-left-length "80" + set-option -g status-left-style none + set-option -g status-right "#[fg=#473933,bg=#362b27 nobold, nounderscore, noitalics]#[fg=#a78e84,bg=#473933] %Y-%m-%d  %H:%M #[fg=#b8a59d,bg=#473933,nobold,noitalics,nounderscore]#[fg=#362b27,bg=#b8a59d] #h " + set-option -g status-right-length "80" + set-option -g status-right-style none + set-window-option -g window-status-current-format "#[fg=#362b27,bg=#ffc37a,nobold,noitalics,nounderscore]#[fg=#473933,bg=#ffc37a] #I #[fg=#473933,bg=#ffc37a,bold] #W# #[fg=#ffc37a,bg=#362b27,nobold,noitalics,nounderscore]" + set-window-option -g window-status-format "#[fg=#362b27,bg=#473933,noitalics]#[fg=#cabbb5,bg=#473933] #I #[fg=#cabbb5,bg=#473933] #W #[fg=#473933,bg=#362b27,noitalics]" + set-window-option -g window-status-separator "" +} + +# vim: set ft=tmux tw=0: diff --git a/colors/base16-terracotta.conf b/colors/base16-terracotta.conf new file mode 100644 index 0000000..12ffc03 --- /dev/null +++ b/colors/base16-terracotta.conf @@ -0,0 +1,63 @@ +# Base16 Terracotta +# Scheme author: Alexander Rossell Hayes (https://github.com/rossellhayes) +# Template author: Tinted Theming: (https://github.com/tinted-theming) + +# default statusbar colors +set-option -g status-style "fg=#59453d,bg=#dfd6d1" + +# default window title colors +set-window-option -g window-status-style "fg=#59453d,bg=#dfd6d1" + +# active window title colors +set-window-option -g window-status-current-style "fg=#ce943e,bg=#dfd6d1" + +# pane border +set-option -g pane-border-style "fg=#dfd6d1" +set-option -g pane-active-border-style "fg=#59453d" + +# message text +set-option -g message-style "fg=#352a25,bg=#d0c1bb" + +# pane number display +set-option -g display-panes-active-colour "#59453d" +set-option -g display-panes-colour "#dfd6d1" + +# clock +set-window-option -g clock-mode-colour "#625574" + +# copy mode highlight +set-window-option -g mode-style "fg=#59453d,bg=#d0c1bb" + +# bell +set-window-option -g window-status-bell-style "fg=#efeae8,bg=#a75045" + +# style for window titles with activity +set-window-option -g window-status-activity-style "fg=#473731,bg=#dfd6d1" + +# style for command messages +set-option -g message-command-style "fg=#352a25,bg=#d0c1bb" + +# Optional active/inactive pane state +# BASE16_TMUX_OPTION_ACTIVE is a legacy variable +if-shell '[ "$TINTED_TMUX_OPTION_ACTIVE" = "1" ] || [ "$BASE16_TMUX_OPTION_ACTIVE" = "1" ]' { + set-window-option -g window-active-style "fg=#473731,bg=#efeae8" + set-window-option -g window-style "fg=#473731,bg=#dfd6d1" +} + +# Optional statusbar +# BASE16_TMUX_OPTION_STATUSBAR is a legacy variable +if-shell '[ "$TINTED_TMUX_OPTION_STATUSBAR" = "1" ] || [ "$BASE16_TMUX_OPTION_STATUSBAR" = "1" ]' { + set-option -g status "on" + set-option -g status-justify "left" + set-option -g status-left "#[fg=#473731,bg=#c0aca4] #S #[fg=#c0aca4,bg=#dfd6d1,nobold,noitalics,nounderscore]" + set-option -g status-left-length "80" + set-option -g status-left-style none + set-option -g status-right "#[fg=#d0c1bb,bg=#dfd6d1 nobold, nounderscore, noitalics]#[fg=#59453d,bg=#d0c1bb] %Y-%m-%d  %H:%M #[fg=#473731,bg=#d0c1bb,nobold,noitalics,nounderscore]#[fg=#dfd6d1,bg=#473731] #h " + set-option -g status-right-length "80" + set-option -g status-right-style none + set-window-option -g window-status-current-format "#[fg=#dfd6d1,bg=#ce943e,nobold,noitalics,nounderscore]#[fg=#d0c1bb,bg=#ce943e] #I #[fg=#d0c1bb,bg=#ce943e,bold] #W# #[fg=#ce943e,bg=#dfd6d1,nobold,noitalics,nounderscore]" + set-window-option -g window-status-format "#[fg=#dfd6d1,bg=#d0c1bb,noitalics]#[fg=#352a25,bg=#d0c1bb] #I #[fg=#352a25,bg=#d0c1bb] #W #[fg=#d0c1bb,bg=#dfd6d1,noitalics]" + set-window-option -g window-status-separator "" +} + +# vim: set ft=tmux tw=0: