From 141ae9866d631e9808262720a17f35747f8d3b55 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 29 Dec 2012 15:55:25 +0100 Subject: [PATCH] update theme jsonc --- source/Ox.UI/themes/classic/json/theme.jsonc | 12 ++++++------ source/Ox.UI/themes/modern/json/theme.jsonc | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/source/Ox.UI/themes/classic/json/theme.jsonc b/source/Ox.UI/themes/classic/json/theme.jsonc index af37f081..5fdcea50 100644 --- a/source/Ox.UI/themes/classic/json/theme.jsonc +++ b/source/Ox.UI/themes/classic/json/theme.jsonc @@ -1,6 +1,6 @@ { - "themeName": "Light", + "themeName": "0x Light", "themeBackgroundLightness": 0.75, "themeColorLightness": 0.25, @@ -17,6 +17,7 @@ "bodyLightColor": [128, 128, 128], "bodyFocusSelectedLightColor": [128, 128, 128], "bodySelectedLightColor": [128, 128, 128], + "bodyLinkColor": [0, 0, 128], "bodyReflectionGradient": [[240, 240, 240, 0.75], [240, 240, 240, 1]], "bodySelectionBackground": [192, 192, 192], "bodyWarningBorder": [255, 64, 64], @@ -75,15 +76,13 @@ "inputActiveGradient": [[192, 192, 192], [240, 240, 240]], "inputDisabledGradient": [[224, 224, 224], [224, 224, 224]], "inputErrorColor": [192, 64, 64], + "inputFocusBorder": [176, 176, 176], + "inputFocusShadow": [128, 128, 128], "inputPlaceholderColor": [160, 160, 160], "labelBackground": [208, 208, 208], "labelDisabledColor": [128, 128, 128], - "linkColor": [0, 0, 128], - - "listCellBorder": [232, 232, 232], - "listHeadBorder": [192, 192, 192], // wrong? "listHeadSelectedColor": [0, 0, 0], "listHeadSelectedGradient": [[208, 208, 208], [176, 176, 176]], @@ -104,7 +103,7 @@ "listIconTextFocusSelectedShadow": [255, 255, 255], "listIconTextSelectedShadow": [240, 240, 240], - "listItemBorder": [224, 224, 224], + "listItemBorder": [232, 232, 232], "listItemGradient": [[240, 240, 240], [240, 240, 240]], "listItemOddGradient": [[242, 242, 242], [242, 242, 242]], "listItemEvenGradient": [[238, 238, 238], [238, 238, 238]], @@ -136,6 +135,7 @@ "mapPlaceStreetColor": [255, 255, 0], "menuBackground": [208, 208, 208, 0.96], + "menuBorder": [192, 192, 192, 0.96], "menuShadow": [0, 0, 0, 0.75], "menuDisabledColor": [160, 160, 160], "menuSelectedColor": [0, 0, 0], diff --git a/source/Ox.UI/themes/modern/json/theme.jsonc b/source/Ox.UI/themes/modern/json/theme.jsonc index 045cc9d9..18e48286 100644 --- a/source/Ox.UI/themes/modern/json/theme.jsonc +++ b/source/Ox.UI/themes/modern/json/theme.jsonc @@ -1,6 +1,6 @@ { - "themeName": "Dark", + "themeName": "0x Dark", "themeLightnessBackground": 0.25, "themeLightnessColor": 0.75, @@ -17,6 +17,7 @@ "bodyLightColor": [128, 128, 128], "bodyFocusSelectedLightColor": [128, 128, 128], "bodySelectedLightColor": [128, 128, 128], + "bodyLinkColor": [128, 128, 255], "bodyReflectionGradient": [[16, 16, 16, 0.75], [16, 16, 16, 1]], "bodySelectionBackground": [192, 192, 192], "bodyWarningBorder": [192, 0, 0], @@ -75,15 +76,13 @@ "inputActiveGradient": [[16, 16, 16], [48, 48, 48]], "inputDisabledGradient": [[16, 16, 16], [16, 16, 16]], "inputErrorColor": [255, 64, 64], + "inputFocusBorder": [48, 48, 48], + "inputFocusShadow": [0, 0, 0, 0], "inputPlaceholderColor": [96, 96, 96], "labelBackground": [80, 80, 80], "labelDisabledColor": [128, 128, 128], - "linkColor": [128, 128, 255], - - "listCellBorder": [24, 24, 24], - "listHeadBorder": [24, 24, 24], "listHeadSelectedColor": [255, 255, 255], "listHeadSelectedGradient": [[80, 80, 80], [48, 48, 48]], @@ -104,7 +103,7 @@ "listIconTextFocusSelectedShadow": [0, 0, 0], "listIconTextSelectedShadow": [16, 16, 16], - "listItemBorder": [32, 32, 32], + "listItemBorder": [24, 24, 24], "listItemGradient": [[16, 16, 16], [16, 16, 16]], "listItemOddGradient": [[14, 14, 14], [14, 14, 14]], "listItemEvenGradient": [[18, 18, 18], [18, 18, 18]], @@ -135,8 +134,9 @@ "mapPlaceRegionColor": [0, 192, 192], "mapPlaceStreetColor": [255, 255, 0], - "menuShadow": [0, 0, 0, 0.75], "menuBackground": [48, 48, 48, 0.96], + "menuBorder": [64, 64, 64, 0.96], + "menuShadow": [0, 0, 0, 0.75], "menuDisabledColor": [128, 128, 128], "menuSelectedColor": [255, 255, 255], "menuSelectedGradient": [[64, 64, 64, 0.96], [64, 64, 64, 0.96]],