From 1640749d4344c4c6d6f33990c9e5c261d2ed496c Mon Sep 17 00:00:00 2001 From: renere Date: Sat, 29 Jun 2024 21:24:14 +0930 Subject: [PATCH] Remove comments --- ui/src/themes/modernDark.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/src/themes/modernDark.js b/ui/src/themes/modernDark.js index 440752b3f..ac11d3b15 100644 --- a/ui/src/themes/modernDark.js +++ b/ui/src/themes/modernDark.js @@ -1,12 +1,12 @@ const modernColours = { - lighter: '#a6ccff', //aac6f8 - main: '#0084ff', //7aa0ec - darker: '#0062f6', //5e80c5 - mainBackground: '#14172e', //2b3142 - lightBackground: '#181d37', //31374b - lighterBackground: '#222541', //363c52 - darkerBackgroundHighlight: '#32375b', //444d68 - backgroundHighlight: '#464b77', //535e7e + lighter: '#a6ccff', + main: '#0084ff', + darker: '#0062f6', + mainBackground: '#14172e', + lightBackground: '#181d37', + lighterBackground: '#222541', + darkerBackgroundHighlight: '#32375b', + backgroundHighlight: '#464b77', } // For Album, Playlist