Add theme option for time in a status bar

This commit is contained in:
Lukasz Marcinowski
2017-02-15 14:34:57 +01:00
committed by Lukasz Marcinowski
parent f1a5d12950
commit 91bc302acf
4 changed files with 8 additions and 0 deletions

View File

@@ -2224,6 +2224,7 @@ cons_theme_properties(void)
_cons_theme_bar_prop(THEME_STATUS_BRACKET, "statusbar.brackets");
_cons_theme_bar_prop(THEME_STATUS_ACTIVE, "statusbar.active");
_cons_theme_bar_prop(THEME_STATUS_NEW, "statusbar.new");
_cons_theme_bar_prop(THEME_STATUS_TIME, "statusbar.time");
_cons_theme_prop(THEME_TIME, "main.time");
_cons_theme_prop(THEME_TEXT, "main.text");