From 5b3e4012159873688b7c9bd9ddc1405d1bbbfbd3 Mon Sep 17 00:00:00 2001 From: Lucas Hosseini Date: Sun, 20 Oct 2019 09:09:39 +0200 Subject: [PATCH] Update divider background color for tmux solarized (#1987) Current settings leads to the following under tmux (on the right side): --- powerline/config_files/colorschemes/solarized.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerline/config_files/colorschemes/solarized.json b/powerline/config_files/colorschemes/solarized.json index c0eba5ae..7951f0ba 100644 --- a/powerline/config_files/colorschemes/solarized.json +++ b/powerline/config_files/colorschemes/solarized.json @@ -9,7 +9,7 @@ "critical:failure": { "fg": "solarized:base3", "bg": "solarized:red", "attrs": [] }, "critical:success": { "fg": "solarized:base3", "bg": "solarized:green", "attrs": [] }, "background": { "fg": "solarized:base3", "bg": "solarized:base02", "attrs": [] }, - "background:divider": { "fg": "solarized:base1", "bg": "solarized:base02", "attrs": [] }, + "background:divider": { "fg": "solarized:base1", "bg": "solarized:base03", "attrs": [] }, "user": { "fg": "solarized:base3", "bg": "solarized:blue", "attrs": ["bold"] }, "virtualenv": { "fg": "solarized:base3", "bg": "solarized:green", "attrs": [] }, "branch": { "fg": "solarized:base1", "bg": "solarized:base02", "attrs": [] },