From 6619e971a5cea19fe542562de07b7b51fa25651e Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 21 Feb 2013 01:43:16 +0530 Subject: [PATCH] update themes (videoMenuDisabledColor) --- source/Ox.UI/themes/aqua/json/theme.jsonc | 2 +- source/Ox.UI/themes/oxdark/json/theme.jsonc | 2 +- source/Ox.UI/themes/oxlight/json/theme.jsonc | 2 +- source/Ox.UI/themes/oxmedium/json/theme.jsonc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/Ox.UI/themes/aqua/json/theme.jsonc b/source/Ox.UI/themes/aqua/json/theme.jsonc index cabe5677..ba105fd9 100644 --- a/source/Ox.UI/themes/aqua/json/theme.jsonc +++ b/source/Ox.UI/themes/aqua/json/theme.jsonc @@ -216,7 +216,7 @@ "videoInputGradient": [[32, 32, 32, 0.75], [64, 64, 64, 0.75]], "videoMenuBackground": [32, 32, 32, 0.5], "videoMenuBorder": [64, 64, 64, 0.5], - "videoMenuDisabledColor": [160, 160, 160], + "videoMenuDisabledColor": [255, 255, 255, 0.5], "videoMenuSelectedGradient": [[48, 48, 48, 0.5], [16, 16, 16, 0.5]], "videoAnnotationEditableEditingBackground": [160, 224, 160], diff --git a/source/Ox.UI/themes/oxdark/json/theme.jsonc b/source/Ox.UI/themes/oxdark/json/theme.jsonc index 564e82f6..3c67c54b 100644 --- a/source/Ox.UI/themes/oxdark/json/theme.jsonc +++ b/source/Ox.UI/themes/oxdark/json/theme.jsonc @@ -216,7 +216,7 @@ "videoInputGradient": [[32, 32, 32, 0.75], [64, 64, 64, 0.75]], "videoMenuBackground": [32, 32, 32, 0.5], "videoMenuBorder": [64, 64, 64, 0.5], - "videoMenuDisabledColor": [128, 128, 128], + "videoMenuDisabledColor": [255, 255, 255, 0.5], "videoMenuSelectedGradient": [[64, 64, 64, 0.5], [32, 32, 32, 0.5]], "videoAnnotationEditableEditingBackground": [64, 128, 64], diff --git a/source/Ox.UI/themes/oxlight/json/theme.jsonc b/source/Ox.UI/themes/oxlight/json/theme.jsonc index 04bb4c9d..d03df680 100644 --- a/source/Ox.UI/themes/oxlight/json/theme.jsonc +++ b/source/Ox.UI/themes/oxlight/json/theme.jsonc @@ -216,7 +216,7 @@ "videoInputGradient": [[192, 192, 192, 0.75], [224, 224, 224, 0.75]], "videoMenuBackground": [224, 224, 224, 0.5], "videoMenuBorder": [192, 192, 192, 0.5], - "videoMenuDisabledColor": [160, 160, 160], + "videoMenuDisabledColor": [0, 0, 0, 0.5], "videoMenuSelectedGradient": [[240, 240, 240, 0.5], [208, 208, 208, 0.5]], "videoAnnotationEditableEditingBackground": [160, 224, 160], diff --git a/source/Ox.UI/themes/oxmedium/json/theme.jsonc b/source/Ox.UI/themes/oxmedium/json/theme.jsonc index 1f0adc0e..f24ce843 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -216,7 +216,7 @@ "videoInputGradient": [[128, 128, 128, 0.75], [160, 160, 160, 0.75]], "videoMenuBackground": [160, 160, 160, 0.5], "videoMenuBorder": [144, 144, 144, 0.5], - "videoMenuDisabledColor": [128, 128, 128], + "videoMenuDisabledColor": [0, 0, 0, 0.5], "videoMenuSelectedGradient": [[128, 128, 128, 0.5], [128, 128, 128, 0.5]], "videoAnnotationEditableEditingBackground": [64, 192, 64],