From fcf4d143742ea1bf42babef32b11e9bbb2e863a0 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 5 Jun 2019 10:40:03 +0200 Subject: [PATCH] Document statusbar.time theme feature Users where under the impression that you can't colour the time displayed in the statusbar. Let's add it to the template, and also change all themes to use the same colour for the time as for the statusbar text. --- theme_template | 1 + themes/aqua | 1 + themes/batman | 1 + themes/bios | 1 + themes/boothj5 | 1 + themes/boothj5_laptop | 1 + themes/boothj5_slack | 1 + themes/forest | 1 + themes/hacker | 1 + themes/headache | 1 + themes/joker | 1 + themes/mono | 1 + themes/orange | 1 + themes/original | 1 + themes/original_bright | 1 + themes/shade | 1 + 16 files changed, 16 insertions(+) diff --git a/theme_template b/theme_template index feab8bfc..cba318d1 100644 --- a/theme_template +++ b/theme_template @@ -15,6 +15,7 @@ titlebar.dnd= titlebar.xa= statusbar= statusbar.text= +statusbar.time= statusbar.brackets= statusbar.active= statusbar.new= diff --git a/themes/aqua b/themes/aqua index 8c86da3a..48b3d4e7 100644 --- a/themes/aqua +++ b/themes/aqua @@ -15,6 +15,7 @@ titlebar.dnd=cyan titlebar.xa=bold_cyan statusbar=blue statusbar.text=bold_white +statusbar.time=bold_white statusbar.brackets=white statusbar.active=cyan statusbar.new=white diff --git a/themes/batman b/themes/batman index f9186525..fa7e7f18 100644 --- a/themes/batman +++ b/themes/batman @@ -5,6 +5,7 @@ statusbar=yellow titlebar.text=black titlebar.brackets=black statusbar.text=magenta +statusbar.time=magenta statusbar.brackets=black statusbar.active=magenta statusbar.new=magenta diff --git a/themes/bios b/themes/bios index aded8473..72e3a44d 100644 --- a/themes/bios +++ b/themes/bios @@ -15,6 +15,7 @@ titlebar.dnd=black titlebar.chat=black statusbar=white statusbar.text=black +statusbar.time=black statusbar.brackets=black statusbar.active=black statusbar.new=black diff --git a/themes/boothj5 b/themes/boothj5 index bbac89a6..d90cff03 100644 --- a/themes/boothj5 +++ b/themes/boothj5 @@ -15,6 +15,7 @@ titlebar.dnd=bold_red titlebar.chat=bold_green statusbar=blue statusbar.text=bold_white +statusbar.time=bold_white statusbar.brackets=bold_white statusbar.active=bold_cyan statusbar.new=bold_white diff --git a/themes/boothj5_laptop b/themes/boothj5_laptop index 4ca185fc..4b03427b 100644 --- a/themes/boothj5_laptop +++ b/themes/boothj5_laptop @@ -15,6 +15,7 @@ titlebar.dnd=bold_red titlebar.chat=bold_green statusbar=blue statusbar.text=bold_white +statusbar.time=bold_white statusbar.brackets=bold_white statusbar.active=bold_cyan statusbar.new=bold_white diff --git a/themes/boothj5_slack b/themes/boothj5_slack index b8efb132..ad126e9c 100644 --- a/themes/boothj5_slack +++ b/themes/boothj5_slack @@ -15,6 +15,7 @@ titlebar.dnd=bold_red titlebar.chat=bold_green statusbar=blue statusbar.text=bold_white +statusbar.time=bold_white statusbar.brackets=bold_white statusbar.active=bold_cyan statusbar.new=bold_white diff --git a/themes/forest b/themes/forest index d216a2f1..5675e496 100644 --- a/themes/forest +++ b/themes/forest @@ -15,6 +15,7 @@ titlebar.dnd=white titlebar.xa=white statusbar=green statusbar.text=black +statusbar.time=black statusbar.brackets=black statusbar.active=bold_green statusbar.new=white diff --git a/themes/hacker b/themes/hacker index 95785bf9..8639dbe6 100644 --- a/themes/hacker +++ b/themes/hacker @@ -15,6 +15,7 @@ titlebar.dnd=black titlebar.xa=black statusbar=green statusbar.text=black +statusbar.time=black statusbar.brackets=black statusbar.active=black statusbar.new=black diff --git a/themes/headache b/themes/headache index fd8ccca5..5b2f5cba 100644 --- a/themes/headache +++ b/themes/headache @@ -15,6 +15,7 @@ titlebar.dnd=black titlebar.xa=white statusbar=default statusbar.text=white +statusbar.time=white statusbar.brackets=red statusbar.active=cyan statusbar.new=white diff --git a/themes/joker b/themes/joker index db5e6d54..39324896 100644 --- a/themes/joker +++ b/themes/joker @@ -15,6 +15,7 @@ titlebar.dnd=black titlebar.xa=white statusbar=magenta statusbar.text=green +statusbar.time=green statusbar.brackets=cyan statusbar.active=green statusbar.new=white diff --git a/themes/mono b/themes/mono index fcb16230..e40a3278 100644 --- a/themes/mono +++ b/themes/mono @@ -15,6 +15,7 @@ titlebar.dnd=black titlebar.xa=black statusbar=white statusbar.text=black +statusbar.time=black statusbar.brackets=black statusbar.active=black statusbar.new=black diff --git a/themes/orange b/themes/orange index 353dc4d3..b3a92ead 100644 --- a/themes/orange +++ b/themes/orange @@ -15,6 +15,7 @@ titlebar.dnd=black titlebar.xa=white statusbar=green statusbar.text=black +statusbar.time=black statusbar.brackets=blue statusbar.active=white statusbar.new=white diff --git a/themes/original b/themes/original index 38eba694..ef325bd0 100644 --- a/themes/original +++ b/themes/original @@ -15,6 +15,7 @@ titlebar.dnd=white titlebar.xa=white statusbar=blue statusbar.text=white +statusbar.time=white statusbar.brackets=cyan statusbar.active=cyan statusbar.new=white diff --git a/themes/original_bright b/themes/original_bright index fea535ca..8f073610 100644 --- a/themes/original_bright +++ b/themes/original_bright @@ -15,6 +15,7 @@ titlebar.dnd=bold_white titlebar.xa=bold_white statusbar=blue statusbar.text=bold_white +statusbar.time=bold_white statusbar.brackets=bold_cyan statusbar.active=bold_cyan statusbar.new=bold_white diff --git a/themes/shade b/themes/shade index 7672ea32..980b7e7f 100644 --- a/themes/shade +++ b/themes/shade @@ -15,6 +15,7 @@ titlebar.dnd=red titlebar.xa=green statusbar=default statusbar.text=magenta +statusbar.time=magenta statusbar.brackets=magenta statusbar.active=white statusbar.new=green