diff --git a/config/.config/powerline/colorschemes/tmux/default.json b/config/.config/powerline/colorschemes/tmux/default.json new file mode 100644 index 0000000..0633ad0 --- /dev/null +++ b/config/.config/powerline/colorschemes/tmux/default.json @@ -0,0 +1,11 @@ +{ + "groups": { + "background": {"bg": "gray1"}, + "active_window_status": {"bg": "gray1"}, + "window_status": {"bg": "gray1"}, + "activity_status": {"bg": "gray1"}, + "bell_status": {"bg": "gray1"}, + "window": {"bg": "gray1"}, + "window:divider": {"bg": "gray1"} + } +} diff --git a/config/.config/powerline/config.json b/config/.config/powerline/config.json deleted file mode 100644 index ed7e1d2..0000000 --- a/config/.config/powerline/config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ext": { - "tmux": { - "colorscheme": "alpha" - } - } -}