From cce6c954bab1c71a1ca16b5e183b44b6606920c9 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 28 Feb 2013 16:51:08 +0530 Subject: [PATCH] update oxmedium highlight color --- source/Ox.UI/themes/oxmedium/json/theme.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/themes/oxmedium/json/theme.jsonc b/source/Ox.UI/themes/oxmedium/json/theme.jsonc index 8cb9be2a..af1d4034 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -12,8 +12,8 @@ "bodyBorder": [128, 128, 128], "bodyColor": [0, 0, 0], "bodyBrightColor": [0, 0, 0], - "bodyHighlightColor": [255, 255, 0], - "bodyHighlightGradient": [[0, 0, 0, 0], [0, 0, 0, 0]], + "bodyHighlightColor": [0, 0, 0], + "bodyHighlightGradient": [[255, 255, 0], [255, 255, 0]], "bodyLightColor": [64, 64, 64], "bodyFocusSelectedLightColor": [192, 192, 192], "bodySelectedLightColor": [192, 192, 192],