From 1c3af5e352c521a6e120169660a9c0c664f656e7 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 19 Feb 2013 23:44:21 +0530 Subject: [PATCH] classic theme: update menuDisabledColor --- source/Ox.UI/themes/oxmedium/json/theme.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/themes/oxmedium/json/theme.jsonc b/source/Ox.UI/themes/oxmedium/json/theme.jsonc index c99d1261..6d9a72ff 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -162,7 +162,7 @@ "menuBackground": [160, 160, 160, 0.96], "menuBorder": [144, 144, 144, 0.96], "menuShadow": [0, 0, 0, 0.75], - "menuDisabledColor": [64, 64, 64], + "menuDisabledColor": [96, 96, 96], "menuSelectedColor": [255, 255, 255], "menuSelectedGradient": [[128, 128, 128, 0.96], [128, 128, 128, 0.96]],