summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-07 19:42:14 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-07 19:42:14 +1100
commit630885daab9bae4ed8fd911fee1b51e4241f7bd7 (patch)
treeda6ddb3c83a98a27329371dada53a7d3a92f5f9a /src/modules
parentlauncher: fixes (diff)
downloadcaelestia-shell-630885daab9bae4ed8fd911fee1b51e4241f7bd7.tar.gz
caelestia-shell-630885daab9bae4ed8fd911fee1b51e4241f7bd7.tar.bz2
caelestia-shell-630885daab9bae4ed8fd911fee1b51e4241f7bd7.zip
update for scheme refactor
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/launcher/actions.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/launcher/actions.tsx b/src/modules/launcher/actions.tsx
index ffbd4b1..05005a4 100644
--- a/src/modules/launcher/actions.tsx
+++ b/src/modules/launcher/actions.tsx
@@ -258,7 +258,7 @@ const Scheme = ({ scheme, name, colours }: { scheme?: string; name: string; colo
<box>
<box valign={Gtk.Align.CENTER}>
<box className="swatch big left" css={"background-color: " + palette.base + ";"} />
- <box className="swatch big right" css={"background-color: " + palette.accent + ";"} />
+ <box className="swatch big right" css={"background-color: " + palette.primary + ";"} />
</box>
<box vertical className="has-sublabel">
<label truncate xalign={0} label={scheme ? `${scheme} (${name})` : name} />