diff options
author | listout <listout@protonmail.com> | 2022-03-28 00:18:28 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-03-28 00:18:28 +0530 |
commit | 4aaf1cbc8f67273220a19a87defe4b7c150f7325 (patch) | |
tree | 5c433443a14f5cb2c813e5d54ebdc987c1a36565 /.tmux.conf | |
parent | cfcc1b00e45b32a00e3e29a3c671beabd0ed6952 (diff) |
colorscheme: substrata
Moving to substrata color scheme
Affected files:
- .config/bspwm/bspwmrc
- .config/dunst/dunstrc
- .config/kitty/kitty.conf
- .config/nvim/configs/appearance.vim
- .config/nvim/configs/plugins.vim
- .config/polybar/config
- .config/rofi/config.rasi
- .tmux.conf
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 29 |
1 files changed, 2 insertions, 27 deletions
@@ -66,30 +66,5 @@ bind -r K resize-pane -U 5 bind -r L resize-pane -R 5 # styling -set -g mode-style "fg=#7aa2f7,bg=#3b4261" - -set -g message-style "fg=#7aa2f7,bg=#3b4261" -set -g message-command-style "fg=#7aa2f7,bg=#3b4261" - -set -g pane-border-style "fg=#3b4261" -set -g pane-active-border-style "fg=#7aa2f7" - -set -g status "on" -set -g status-justify "left" - -set -g status-style "fg=#7aa2f7,bg=#1f2335" - -set -g status-left-length "100" -set -g status-right-length "100" - -set -g status-left-style NONE -set -g status-right-style NONE - -set -g status-left "#[fg=#15161E,bg=#7aa2f7,bold] #S #[fg=#7aa2f7,bg=#1f2335,nobold,nounderscore,noitalics]" -set -g status-right "#[fg=#1f2335,bg=#1f2335,nobold,nounderscore,noitalics] #[fg=#7aa2f7,bg=#1f2335] #{prefix_highlight} #[fg=#3b4261,bg=#1f2335,nobold,nounderscore,noitalics] #[fg=#7aa2f7,bg=#3b4261] %Y-%m-%d %I:%M %p #[fg=#7aa2f7,bg=#3b4261,nobold,nounderscore,noitalics] #[fg=#15161E,bg=#7aa2f7,bold] #h " - -setw -g window-status-activity-style "underscore,fg=#a9b1d6,bg=#1f2335" -setw -g window-status-separator "" -setw -g window-status-style "NONE,fg=#a9b1d6,bg=#1f2335" -setw -g window-status-format "#[fg=#1f2335,bg=#1f2335,nobold,nounderscore,noitalics] #[default] #I #W #F #[fg=#1f2335,bg=#1f2335,nobold,nounderscore,noitalics] " -setw -g window-status-current-format "#[fg=#1f2335,bg=#3b4261,nobold,nounderscore,noitalics] #[fg=#7aa2f7,bg=#3b4261,bold] #I #W #F #[fg=#3b4261,bg=#1f2335,nobold,nounderscore,noitalics] " +set -g status-style bg='#1c1c1c' +set -g status-style fg='#b5b4c9' |