diff --git a/source/Ox.UI/themes/aqua/json/theme.jsonc b/source/Ox.UI/themes/aqua/json/theme.jsonc index 6584080a..6e99f6fa 100644 --- a/source/Ox.UI/themes/aqua/json/theme.jsonc +++ b/source/Ox.UI/themes/aqua/json/theme.jsonc @@ -230,6 +230,7 @@ "symbolPassedColor": [0, 160, 0], "symbolSelectedColor": [255, 255, 255], "symbolVideoColor": [255, 255, 255], + "symbolVideoIconColor": [255, 255, 255], "symbolWarningColor": [255, 0, 0], "tooltipBorder": [128, 128, 128, 0.96], diff --git a/source/Ox.UI/themes/oxdark/json/theme.jsonc b/source/Ox.UI/themes/oxdark/json/theme.jsonc index 37fe6246..63add6b0 100644 --- a/source/Ox.UI/themes/oxdark/json/theme.jsonc +++ b/source/Ox.UI/themes/oxdark/json/theme.jsonc @@ -230,6 +230,7 @@ "symbolPassedColor": [0, 192, 0], "symbolSelectedColor": [255, 255, 255], "symbolVideoColor": [255, 255, 255], + "symbolVideoIconColor": [255, 255, 255], "symbolWarningColor": [255, 0, 0], "tooltipBorder": [128, 128, 128, 0.96], diff --git a/source/Ox.UI/themes/oxlight/json/theme.jsonc b/source/Ox.UI/themes/oxlight/json/theme.jsonc index fec600f2..7eb172f9 100644 --- a/source/Ox.UI/themes/oxlight/json/theme.jsonc +++ b/source/Ox.UI/themes/oxlight/json/theme.jsonc @@ -230,6 +230,7 @@ "symbolPassedColor": [0, 160, 0], "symbolSelectedColor": [0, 0, 0], "symbolVideoColor": [64, 64, 64], + "symbolVideoIconColor": [255, 255, 255], "symbolWarningColor": [255, 0, 0], "tooltipBorder": [128, 128, 128, 0.96], diff --git a/source/Ox.UI/themes/oxmedium/json/theme.jsonc b/source/Ox.UI/themes/oxmedium/json/theme.jsonc index 94b6c4fb..925512ac 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -230,6 +230,7 @@ "symbolPassedColor": [64, 192, 64], "symbolSelectedColor": [255, 255, 255], "symbolVideoColor": [0, 0, 0], + "symbolVideoIconColor": [255, 255, 255], "symbolWarningColor": [255, 0, 0], "tooltipBorder": [128, 128, 128, 0.96],