From 4b3d73f598c19bb108df8b3b5bb56be0c650f8a4 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 11 Feb 2013 12:43:17 +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 3d7354f5..0f6be3dc 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": [192, 192, 192], - "bodySelectedLightColor": [128, 128, 128], + "bodyFocusSelectedLightColor": [64, 64, 64], + "bodySelectedLightColor": [64, 64, 64], "bodyLinkColor": [0, 0, 128], "bodyReflectionGradient": [[144, 144, 144, 0.75], [144, 144, 144, 1]], "bodySelectionBackground": [192, 192, 192],