aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Skinning.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-10 15:19:26 -0500
committerMichael <[email protected]>2017-02-10 15:19:26 -0500
commitf6ab3b3e8530dc3390980a378344b849e6cfa0de (patch)
tree6e70579df594c19f6eedf1a5980a66ec2838016c /ShiftOS_TheReturn/Skinning.cs
parent8df06f34b8267070a346e8adc5b0daab7fba5fe4 (diff)
downloadshiftos_thereturn-f6ab3b3e8530dc3390980a378344b849e6cfa0de.tar.gz
shiftos_thereturn-f6ab3b3e8530dc3390980a378344b849e6cfa0de.tar.bz2
shiftos_thereturn-f6ab3b3e8530dc3390980a378344b849e6cfa0de.zip
App Launcher text is now skinnable.
Find the new App Launcher Text Color and App Launcher font settings in Desktop -> App Launcher in Shifter!
Diffstat (limited to 'ShiftOS_TheReturn/Skinning.cs')
-rw-r--r--ShiftOS_TheReturn/Skinning.cs22
1 files changed, 22 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Skinning.cs b/ShiftOS_TheReturn/Skinning.cs
index 7434088..eaede42 100644
--- a/ShiftOS_TheReturn/Skinning.cs
+++ b/ShiftOS_TheReturn/Skinning.cs
@@ -766,6 +766,28 @@ namespace ShiftOS.Engine {
[ShifterMeta("Desktop")]
[ShifterCategory("App Launcher")]
+ [RequiresUpgrade("shift_app_launcher")]
+ [ShifterName("App Launcher Text Color")]
+ [ShifterDescription("Change the color of the App Launcher text.")]
+ public Color AppLauncherTextColor = Skin.DefaultForeground;
+
+ [ShifterMeta("Desktop")]
+ [ShifterCategory("App Launcher")]
+ [RequiresUpgrade("shift_app_launcher")]
+ [ShifterName("App Launcher Selected Text Color")]
+ [ShifterDescription("Change the color of the app launcher's text while it is selected.")]
+ public Color AppLauncherSelectedTextColor = Skin.TitleFG;
+
+ [ShifterMeta("Desktop")]
+ [ShifterCategory("App Launcher")]
+ [RequiresUpgrade("shift_app_launcher")]
+ [ShifterName("App Launcher Font")]
+ [ShifterDescription("Change the font that the App Launcher text is displayed in.")]
+ public Font AppLauncherFont = Skin.SysFont2;
+
+
+ [ShifterMeta("Desktop")]
+ [ShifterCategory("App Launcher")]
[ShifterName("App launcher text")]
[ShifterDescription("The text displayed on the app launcher.")]
[RequiresUpgrade("shift_app_launcher")]