Remove comments

This commit is contained in:
renere 2024-06-29 21:24:14 +09:30
parent 6538f5d650
commit 1640749d43

View File

@ -1,12 +1,12 @@
const modernColours = { const modernColours = {
lighter: '#a6ccff', //aac6f8 lighter: '#a6ccff',
main: '#0084ff', //7aa0ec main: '#0084ff',
darker: '#0062f6', //5e80c5 darker: '#0062f6',
mainBackground: '#14172e', //2b3142 mainBackground: '#14172e',
lightBackground: '#181d37', //31374b lightBackground: '#181d37',
lighterBackground: '#222541', //363c52 lighterBackground: '#222541',
darkerBackgroundHighlight: '#32375b', //444d68 darkerBackgroundHighlight: '#32375b',
backgroundHighlight: '#464b77', //535e7e backgroundHighlight: '#464b77',
} }
// For Album, Playlist // For Album, Playlist