From 9bd37f26ac3ba85b06a61c8995da9dfd43ab014c Mon Sep 17 00:00:00 2001 From: chlorospingus Date: Mon, 13 Oct 2025 19:06:08 -0700 Subject: [PATCH] purple --- colors.scss | 23 +++++++++++------------ style.scss | 1 + widget/colors.tsx | 4 ++++ widget/player.tsx | 2 +- widget/power.tsx | 4 ++-- widget/workspaces.tsx | 5 +++-- 6 files changed, 22 insertions(+), 17 deletions(-) create mode 100644 widget/colors.tsx 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}>