Fix use of accent colors

This commit is contained in:
David Heinemeier Hansson
2026-01-08 09:18:22 +01:00
parent 7d9858a013
commit 2851687bbb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
include=~/.local/share/omarchy/default/mako/core.ini
text-color={{ foreground }}
border-color={{ foreground }}
border-color={{ accent }}
background-color={{ background }}

View File

@@ -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 }};