diff --git a/source/Ox.UI/themes/oxdark/json/theme.jsonc b/source/Ox.UI/themes/oxdark/json/theme.jsonc index e51dc303..fff61269 100644 --- a/source/Ox.UI/themes/oxdark/json/theme.jsonc +++ b/source/Ox.UI/themes/oxdark/json/theme.jsonc @@ -20,7 +20,7 @@ "bodyLinkColor": [128, 128, 255], "bodySpecialLinkColor": [128, 128, 255], "bodySpecialLinkGradient": [[48, 48, 48], [48, 48, 48]], - "bodySpecialLinkActiveColor": [128, 128, 255], + "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], diff --git a/source/Ox.UI/themes/oxmedium/json/theme.jsonc b/source/Ox.UI/themes/oxmedium/json/theme.jsonc index 9bf2ac40..227ca51e 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -20,7 +20,7 @@ "bodyLinkColor": [0, 0, 128], "bodySpecialLinkColor": [0, 0, 128], "bodySpecialLinkGradient": [[160, 160, 160], [160, 160, 160]], - "bodySpecialLinkActiveColor": [0, 0, 128], + "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],