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 Jul 16, 2023
1 parent 284af2b commit b38cd81
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions colors/base16-rose-pine-dawn.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Base16 Rosé Pine Dawn
# Scheme author: Emilia Dunfelt <sayhi@dunfelt.se>
# Scheme author: Emilia Dunfelt <edun@dunfelt.se>
# Template author: Tinted Theming: (https://github.com/tinted-theming)

# default statusbar colors
set-option -g status-style "fg=#6e6a86,bg=#fffaf3"
set-option -g status-style "fg=#797593,bg=#fffaf3"

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

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

# pane border
set-option -g pane-border-style "fg=#fffaf3"
Expand All @@ -19,14 +19,14 @@ set-option -g pane-active-border-style "fg=#f2e9de"
set-option -g message-style "fg=#575279,bg=#fffaf3"

# pane number display
set-option -g display-panes-active-colour "#d7827e"
set-option -g display-panes-colour "#ea9d34"
set-option -g display-panes-active-colour "#286983"
set-option -g display-panes-colour "#d7827e"

# clock
set-window-option -g clock-mode-colour "#d7827e"
set-window-option -g clock-mode-colour "#286983"

# copy mode highligh
set-window-option -g mode-style "fg=#6e6a86,bg=#f2e9de"
set-window-option -g mode-style "fg=#797593,bg=#f2e9de"

# bell
set-window-option -g window-status-bell-style "fg=#fffaf3,bg=#1f1d2e"
set-window-option -g window-status-bell-style "fg=#fffaf3,bg=#b4637a"
18 changes: 9 additions & 9 deletions colors/base16-rose-pine-moon.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Base16 Rosé Pine Moon
# Scheme author: Emilia Dunfelt <sayhi@dunfelt.se>
# Scheme author: Emilia Dunfelt <edun@dunfelt.se>
# Template author: Tinted Theming: (https://github.com/tinted-theming)

# default statusbar colors
set-option -g status-style "fg=#817c9c,bg=#2a273f"
set-option -g status-style "fg=#908caa,bg=#2a273f"

# default window title colors
set-window-option -g window-status-style "fg=#817c9c,bg=default"
set-window-option -g window-status-style "fg=#908caa,bg=default"

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

# pane border
set-option -g pane-border-style "fg=#2a273f"
Expand All @@ -19,14 +19,14 @@ set-option -g pane-active-border-style "fg=#393552"
set-option -g message-style "fg=#e0def4,bg=#2a273f"

# pane number display
set-option -g display-panes-active-colour "#ea9a97"
set-option -g display-panes-colour "#f6c177"
set-option -g display-panes-active-colour "#3e8fb0"
set-option -g display-panes-colour "#ea9a97"

# clock
set-window-option -g clock-mode-colour "#ea9a97"
set-window-option -g clock-mode-colour "#3e8fb0"

# copy mode highligh
set-window-option -g mode-style "fg=#817c9c,bg=#393552"
set-window-option -g mode-style "fg=#908caa,bg=#393552"

# bell
set-window-option -g window-status-bell-style "fg=#2a273f,bg=#ecebf0"
set-window-option -g window-status-bell-style "fg=#2a273f,bg=#eb6f92"
18 changes: 9 additions & 9 deletions colors/base16-rose-pine.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Base16 Rosé Pine
# Scheme author: Emilia Dunfelt <sayhi@dunfelt.se>
# Scheme author: Emilia Dunfelt <edun@dunfelt.se>
# Template author: Tinted Theming: (https://github.com/tinted-theming)

# default statusbar colors
set-option -g status-style "fg=#6e6a86,bg=#1f1d2e"
set-option -g status-style "fg=#908caa,bg=#1f1d2e"

# default window title colors
set-window-option -g window-status-style "fg=#6e6a86,bg=default"
set-window-option -g window-status-style "fg=#908caa,bg=default"

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

# pane border
set-option -g pane-border-style "fg=#1f1d2e"
Expand All @@ -19,14 +19,14 @@ set-option -g pane-active-border-style "fg=#26233a"
set-option -g message-style "fg=#e0def4,bg=#1f1d2e"

# pane number display
set-option -g display-panes-active-colour "#ebbcba"
set-option -g display-panes-colour "#f6c177"
set-option -g display-panes-active-colour "#31748f"
set-option -g display-panes-colour "#ebbcba"

# clock
set-window-option -g clock-mode-colour "#ebbcba"
set-window-option -g clock-mode-colour "#31748f"

# copy mode highligh
set-window-option -g mode-style "fg=#6e6a86,bg=#26233a"
set-window-option -g mode-style "fg=#908caa,bg=#26233a"

# bell
set-window-option -g window-status-bell-style "fg=#1f1d2e,bg=#e2e1e7"
set-window-option -g window-status-bell-style "fg=#1f1d2e,bg=#eb6f92"

0 comments on commit b38cd81

Please sign in to comment.