diff --git a/source/Ox.UI/themes/oxdark/json/theme.jsonc b/source/Ox.UI/themes/oxdark/json/theme.jsonc index 81a9f629..1607c39a 100644 --- a/source/Ox.UI/themes/oxdark/json/theme.jsonc +++ b/source/Ox.UI/themes/oxdark/json/theme.jsonc @@ -23,8 +23,8 @@ "bodySpecialLinkActiveColor": [192, 192, 255], "bodySpecialLinkActiveGradient": [[64, 64, 64], [64, 64, 64]], "bodyReflectionGradient": [[16, 16, 16, 0.75], [16, 16, 16, 1]], - "bodySelectionBackground": [128, 128, 128], - "bodySelectionColor": [0, 0, 0], + "bodySelectionBackground": [192, 192, 192], + "bodySelectionColor": [255, 255, 255], "bodyWarningBorder": [192, 0, 0], "buttonGradient": [[96, 96, 96], [64, 64, 64]],