From c9d089ce5fa6c4dc8446b1e1862b3b04501f5c41 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 1 Feb 2013 11:47:21 +0530 Subject: [PATCH] fix aqua theme icon lists --- source/Ox.UI/themes/aqua/json/theme.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/themes/aqua/json/theme.jsonc b/source/Ox.UI/themes/aqua/json/theme.jsonc index 1a551b80..cd965f35 100644 --- a/source/Ox.UI/themes/aqua/json/theme.jsonc +++ b/source/Ox.UI/themes/aqua/json/theme.jsonc @@ -138,7 +138,7 @@ "mediaColor": [255, 255, 255], "mediaReflectionGradient": [[128, 128, 128, 0.75], [128, 128, 128, 1]], "mediaListIconLoadingBorder": [160, 160, 160], - "mediaListIconLoadingGradient": [[112, 112, 112], [144, 144, 144]], + "mediaListIconLoadingGradient": [[144, 144, 144], [112, 112, 112]], "mediaListIconFocusSelectedBorder": [64, 128, 192], "mediaListIconFocusSelectedShadow": [64, 128, 192], "mediaListIconSelectedBorder": [160, 160, 160],