summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-02 12:32:11 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-02 12:32:11 +0200
commita754815d14492c4e0d38226965c19773cbe96350 (patch)
tree477de834f954a71777da7c949117ef9101b84d46 /source/xrmoptions.c
parentc28dd35f3d80b12d5788404cd9a4a1deea9fbdc9 (diff)
Add converter back for old theme format.
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index 5713e22d..dd200a3d 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -171,6 +171,14 @@ static XrmOption xrmOptions[] = {
"Indicate how it match by underlining it.", CONFIG_DEFAULT },
{ xrm_String, "theme", { .str = &config.theme }, NULL,
"New style theme file", CONFIG_DEFAULT },
+ { xrm_String, "color-normal", { .str = &config.color_normal }, NULL,
+ "Color scheme for normal row", CONFIG_DEFAULT },
+ { xrm_String, "color-urgent", { .str = &config.color_urgent }, NULL,
+ "Color scheme for urgent row", CONFIG_DEFAULT },
+ { xrm_String, "color-active", { .str = &config.color_active }, NULL,
+ "Color scheme for active row", CONFIG_DEFAULT },
+ { xrm_String, "color-window", { .str = &config.color_window }, NULL,
+ "Color scheme window", CONFIG_DEFAULT },
};
/** Dynamic array of extra options */