From 2851687bbbb96f1e033ab47c5c106a9497f716a7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 8 Jan 2026 09:18:22 +0100 Subject: [PATCH] Fix use of accent colors --- default/themed/mako.ini.tpl | 2 +- default/themed/swayosd.css.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default/themed/mako.ini.tpl b/default/themed/mako.ini.tpl index 51e9c66f..5abc7988 100644 --- a/default/themed/mako.ini.tpl +++ b/default/themed/mako.ini.tpl @@ -1,5 +1,5 @@ include=~/.local/share/omarchy/default/mako/core.ini text-color={{ foreground }} -border-color={{ foreground }} +border-color={{ accent }} background-color={{ background }} diff --git a/default/themed/swayosd.css.tpl b/default/themed/swayosd.css.tpl index 3f609e17..e06402c4 100644 --- a/default/themed/swayosd.css.tpl +++ b/default/themed/swayosd.css.tpl @@ -2,4 +2,4 @@ @define-color border-color {{ foreground }}; @define-color label {{ foreground }}; @define-color image {{ foreground }}; -@define-color progress {{ foreground }}; +@define-color progress {{ accent }};