From f6ab3b3e8530dc3390980a378344b849e6cfa0de Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 10 Feb 2017 15:19:26 -0500 Subject: App Launcher text is now skinnable. Find the new App Launcher Text Color and App Launcher font settings in Desktop -> App Launcher in Shifter! --- ShiftOS_TheReturn/Skinning.cs | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ShiftOS_TheReturn/Skinning.cs') 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 @@ -764,6 +764,28 @@ namespace ShiftOS.Engine { [ShifterDescription("Use an image as your desktop background.")] public byte[] DesktopBackgroundImage = null; + [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")] -- cgit v1.2.3