From 69a43a87e821c614fd856fd5ea103b9e7e51f984 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 27 Oct 2015 22:41:27 +0100 Subject: Make session list in toggle box configurable concerning font color and button bg color. --- src/settings.vala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/settings.vala') diff --git a/src/settings.vala b/src/settings.vala index 9aef819..e7e424d 100644 --- a/src/settings.vala +++ b/src/settings.vala @@ -43,6 +43,8 @@ public class AGSettings public static const string KEY_GROUP_FILTER = "group-filter"; public static const string KEY_IDLE_TIMEOUT = "idle-timeout"; public static const string KEY_REMOTE_SERVICE_FQDN = "remote-service-fqdn"; + public static const string KEY_TOGGLEBOX_FONT_FGCOLOR = "togglebox-font-fgcolor"; + public static const string KEY_TOGGLEBOX_BUTTON_BGCOLOR = "togglebox-button-bgcolor"; public static bool get_boolean (string key) { -- cgit v1.2.3