diff --git a/colors.scss b/colors.scss index 59df57d..c9c0a1c 100644 --- a/colors.scss +++ b/colors.scss @@ -1,12 +1,11 @@ -$background-1: #191919; -$background-2: #515151; -$background-3: #24222A; -$background-4: #302E38; -$highlight-1: #CD1D48; -$highlight-1s: #FF5580; -$highlight-2: #00FFAA; -$highlight-3: #8C66FF; -$highlight-3s: #A87AFF; -$text-1: #FFFFFF; -$text-2: #E0DBF0; - +$background-1: #262229; +$background-2: #474349; +$background-3: #262229; +$background-4: #262229; +$highlight-1: #624591; +$highlight-1s: #B2868D; +$highlight-2: #837197; +$highlight-3: #837197; +$highlight-3s: #C27DD6; +$text-1: #ECE5F0; +$text-2: #ECE5F0; diff --git a/style.scss b/style.scss index e03689b..03b4d66 100644 --- a/style.scss +++ b/style.scss @@ -217,6 +217,7 @@ button { min-height: 6px; min-width: 24px; border: none; + border-radius: 20px; box-shadow: none; color: $highlight-3; background: $highlight-3; diff --git a/widget/colors.tsx b/widget/colors.tsx new file mode 100644 index 0000000..d3b8294 --- /dev/null +++ b/widget/colors.tsx @@ -0,0 +1,4 @@ +let white = "#DCD2E2" +let primary = "#837197" + +export {white, primary} diff --git a/widget/player.tsx b/widget/player.tsx index a3111be..187288f 100644 --- a/widget/player.tsx +++ b/widget/player.tsx @@ -119,7 +119,7 @@ function PlayerWindow() { className="popupWindow" anchor = {TOP | RIGHT} namespace="lazerpopup" - marginRight={160}> + marginRight={100}>