From 0c2e0b7ce6c3cc779867623b14d82fde572e273a Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 11 Feb 2013 12:44:24 +0530 Subject: [PATCH] update medium theme --- 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 0f6be3dc..cd379df0 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -15,8 +15,8 @@ "bodyHighlightColor": [255, 0, 0], "bodyHighlightGradient": [[0, 0, 0, 0], [0, 0, 0, 0]], "bodyLightColor": [64, 64, 64], - "bodyFocusSelectedLightColor": [64, 64, 64], - "bodySelectedLightColor": [64, 64, 64], + "bodyFocusSelectedLightColor": [192, 192, 192], + "bodySelectedLightColor": [192, 192, 192], "bodyLinkColor": [0, 0, 128], "bodyReflectionGradient": [[144, 144, 144, 0.75], [144, 144, 144, 1]], "bodySelectionBackground": [192, 192, 192],