summaryrefslogtreecommitdiff
path: root/src/interface/Appearance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/Appearance.cpp')
-rw-r--r--src/interface/Appearance.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interface/Appearance.cpp b/src/interface/Appearance.cpp
index c089d76..2922722 100644
--- a/src/interface/Appearance.cpp
+++ b/src/interface/Appearance.cpp
@@ -17,6 +17,7 @@ namespace ui
BackgroundHover(30, 30, 30),
BackgroundInactive(0, 0, 0),
BackgroundActive(255, 255, 255),
+ BackgroundDisabled(100, 100, 100),
TextHover(255, 255, 255),
TextInactive(255, 255, 255),
@@ -29,4 +30,4 @@ namespace ui
icon(NoIcon)
{};
-} \ No newline at end of file
+}