From b33658ed6b38a9cfa246a931d2f559109f0333b0 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Mon, 8 Jul 2013 12:58:50 +0000 Subject: [PATCH] oxdark theme: update selection background and color --- source/Ox.UI/themes/oxdark/json/theme.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]],