diff options
author | Martin <spam-github@mdosch.de> | 2019-09-25 11:25:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-25 11:25:23 +0200 |
commit | 95f365565b1ad6f6e4bd5ff7ac7a88eeccb68bbc (patch) | |
tree | 234359e5d1ae1ac38b8faaf6aa77903919727efe | |
parent | 3ddcfb194a7c978a29d09035ad65bb64d7a26d69 (diff) | |
download | profani-tty-95f365565b1ad6f6e4bd5ff7ac7a88eeccb68bbc.tar.gz |
Update theme solarized dark
The theme `solarized dark` is updated to play well with the newly added `statusbar.active` from #1195
-rw-r--r-- | themes/solarized-dark | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/solarized-dark b/themes/solarized-dark index 6249e9d1..170fbec7 100644 --- a/themes/solarized-dark +++ b/themes/solarized-dark @@ -16,8 +16,9 @@ titlebar.xa=orange4 statusbar=black statusbar.text=default statusbar.brackets=default -statusbar.active=default -statusbar.new=orange1 +statusbar.active=default +statusbar.new=yellow +statusbar.current=orange1 statusbar.time=default main.text=default main.text.me=default |