From 2e62f20e52a96e526bb354481da92793c8224325 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 28 Feb 2013 16:34:32 +0530 Subject: [PATCH] fix oxmedium highlight color --- 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 b75d09cf..8cb9be2a 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -12,7 +12,7 @@ "bodyBorder": [128, 128, 128], "bodyColor": [0, 0, 0], "bodyBrightColor": [0, 0, 0], - "bodyHighlightColor": [255, 0, 0], + "bodyHighlightColor": [255, 255, 0], "bodyHighlightGradient": [[0, 0, 0, 0], [0, 0, 0, 0]], "bodyLightColor": [64, 64, 64], "bodyFocusSelectedLightColor": [192, 192, 192],