From 8f4b90e7e3dec65c2e65990963880477e00f864a Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 29 Dec 2012 13:57:04 +0100 Subject: [PATCH] update theme jsonc --- source/Ox.UI/themes/classic/json/theme.jsonc | 8 ++++++-- source/Ox.UI/themes/modern/json/theme.jsonc | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/source/Ox.UI/themes/classic/json/theme.jsonc b/source/Ox.UI/themes/classic/json/theme.jsonc index 892937e5..af37f081 100644 --- a/source/Ox.UI/themes/classic/json/theme.jsonc +++ b/source/Ox.UI/themes/classic/json/theme.jsonc @@ -15,6 +15,8 @@ "bodyHighlightColor": [16, 16, 16], "bodyHighlightGradient": [[255, 255, 0], [255, 255, 0]], "bodyLightColor": [128, 128, 128], + "bodyFocusSelectedLightColor": [128, 128, 128], + "bodySelectedLightColor": [128, 128, 128], "bodyReflectionGradient": [[240, 240, 240, 0.75], [240, 240, 240, 1]], "bodySelectionBackground": [192, 192, 192], "bodyWarningBorder": [255, 64, 64], @@ -83,6 +85,8 @@ "listCellBorder": [232, 232, 232], "listHeadBorder": [192, 192, 192], // wrong? + "listHeadSelectedColor": [0, 0, 0], + "listHeadSelectedGradient": [[208, 208, 208], [176, 176, 176]], "listIconLoadingBorder": [208, 208, 208], "listIconLoadingGradient": [[255, 255, 255], [224, 224, 224]], @@ -96,8 +100,8 @@ "listIconLabelSelectedBorder": [160, 160, 160], "listIconLabelSelectedGradient": [[160, 160, 160, 0.5], [160, 160, 160, 0.5]], "listIconLabelSelectedShadow": [160, 160, 160], - "listIconTextShadow": [255, 255, 255], - "listIconTextFocusSelectedShadow": [224, 224, 224], + "listIconTextShadow": [240, 240, 240], + "listIconTextFocusSelectedShadow": [255, 255, 255], "listIconTextSelectedShadow": [240, 240, 240], "listItemBorder": [224, 224, 224], diff --git a/source/Ox.UI/themes/modern/json/theme.jsonc b/source/Ox.UI/themes/modern/json/theme.jsonc index a98d2234..045cc9d9 100644 --- a/source/Ox.UI/themes/modern/json/theme.jsonc +++ b/source/Ox.UI/themes/modern/json/theme.jsonc @@ -15,6 +15,8 @@ "bodyHighlightColor": [255, 255, 0], "bodyHighlightGradient": [[16, 16, 16], [16, 16, 16]], "bodyLightColor": [128, 128, 128], + "bodyFocusSelectedLightColor": [128, 128, 128], + "bodySelectedLightColor": [128, 128, 128], "bodyReflectionGradient": [[16, 16, 16, 0.75], [16, 16, 16, 1]], "bodySelectionBackground": [192, 192, 192], "bodyWarningBorder": [192, 0, 0], @@ -83,6 +85,8 @@ "listCellBorder": [24, 24, 24], "listHeadBorder": [24, 24, 24], + "listHeadSelectedColor": [255, 255, 255], + "listHeadSelectedGradient": [[80, 80, 80], [48, 48, 48]], "listIconLoadingBorder": [48, 48, 48], "listIconLoadingGradient": [[32, 32, 32], [0, 0, 0]], @@ -96,8 +100,8 @@ "listIconLabelSelectedBorder": [92, 92, 92], // wrong? "listIconLabelSelectedGradient": [[92, 92, 92, 0.5], [92, 92, 92, 0.5]], // wrong? "listIconLabelSelectedShadow": [64, 64, 64], // wrong? - "listIconTextShadow": [0, 0, 0], - "listIconTextFocusSelectedShadow": [32, 32, 32], + "listIconTextShadow": [16, 16, 16], + "listIconTextFocusSelectedShadow": [0, 0, 0], "listIconTextSelectedShadow": [16, 16, 16], "listItemBorder": [32, 32, 32],