aboutsummaryrefslogtreecommitdiff
path: root/src/settings.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.vala')
-rw-r--r--src/settings.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.vala b/src/settings.vala
index 9eef320..c90f3da 100644
--- a/src/settings.vala
+++ b/src/settings.vala
@@ -55,6 +55,8 @@ public class AGSettings : Object
public const string KEY_REMOTE_SERVICE_CONFIGURE_URI = "remote-service-configure-uri";
public const string KEY_TOGGLEBOX_FONT_FGCOLOR = "togglebox-font-fgcolor";
public const string KEY_TOGGLEBOX_BUTTON_BGCOLOR = "togglebox-button-bgcolor";
+ public const string KEY_FLATBUTTON_BGCOLOR = "flatbutton-bgcolor";
+ public const string KEY_FLATBUTTON_BORDERCOLOR = "flatbutton-bordercolor";
public const string KEY_ENABLE_HIDPI = "enable-hidpi";
public const string KEY_MENUBAR_ALPHA = "menubar-alpha";