diff --git a/source/Ox.UI/themes/aqua/json/theme.jsonc b/source/Ox.UI/themes/aqua/json/theme.jsonc index de14cf2f..7961c7bc 100644 --- a/source/Ox.UI/themes/aqua/json/theme.jsonc +++ b/source/Ox.UI/themes/aqua/json/theme.jsonc @@ -24,6 +24,7 @@ "bodySpecialLinkActiveGradient": [[208, 208, 208], [208, 208, 208]], "bodyReflectionGradient": [[240, 240, 240, 0.75], [240, 240, 240, 1]], "bodySelectionBackground": [192, 192, 192], + "bodySelectionColor": [0, 0, 0], "bodyWarningBorder": [255, 64, 64], "buttonGradient": [[240, 240, 240], [208, 208, 208]], diff --git a/source/Ox.UI/themes/oxdark/json/theme.jsonc b/source/Ox.UI/themes/oxdark/json/theme.jsonc index fff61269..7bf1c6c6 100644 --- a/source/Ox.UI/themes/oxdark/json/theme.jsonc +++ b/source/Ox.UI/themes/oxdark/json/theme.jsonc @@ -23,7 +23,8 @@ "bodySpecialLinkActiveColor": [192, 192, 255], "bodySpecialLinkActiveGradient": [[64, 64, 64], [64, 64, 64]], "bodyReflectionGradient": [[16, 16, 16, 0.75], [16, 16, 16, 1]], - "bodySelectionBackground": [192, 192, 192], + "bodySelectionBackground": [128, 128, 128], + "bodySelectionColor": [0, 0, 0], "bodyWarningBorder": [192, 0, 0], "buttonGradient": [[96, 96, 96], [64, 64, 64]], diff --git a/source/Ox.UI/themes/oxlight/json/theme.jsonc b/source/Ox.UI/themes/oxlight/json/theme.jsonc index 5aaad89d..f323d54d 100644 --- a/source/Ox.UI/themes/oxlight/json/theme.jsonc +++ b/source/Ox.UI/themes/oxlight/json/theme.jsonc @@ -24,6 +24,7 @@ "bodySpecialLinkActiveGradient": [[192, 192, 192], [192, 192, 192]], "bodyReflectionGradient": [[240, 240, 240, 0.75], [240, 240, 240, 1]], "bodySelectionBackground": [192, 192, 192], + "bodySelectionColor": [0, 0, 0], "bodyWarningBorder": [255, 64, 64], "buttonGradient": [[224, 224, 224], [192, 192, 192]], diff --git a/source/Ox.UI/themes/oxmedium/json/theme.jsonc b/source/Ox.UI/themes/oxmedium/json/theme.jsonc index 5331976c..5ea78281 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -23,7 +23,8 @@ "bodySpecialLinkActiveColor": [0, 0, 64], "bodySpecialLinkActiveGradient": [[176, 176, 176], [176, 176, 176]], "bodyReflectionGradient": [[144, 144, 144, 0.75], [144, 144, 144, 1]], - "bodySelectionBackground": [192, 192, 192], + "bodySelectionBackground": [112, 112, 112], + "bodySelectionColor": [0, 0, 0], "bodyWarningBorder": [255, 64, 64], "buttonGradient": [[176, 176, 176], [144, 144, 144]],