mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix use of accent colors
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
include=~/.local/share/omarchy/default/mako/core.ini
|
include=~/.local/share/omarchy/default/mako/core.ini
|
||||||
|
|
||||||
text-color={{ foreground }}
|
text-color={{ foreground }}
|
||||||
border-color={{ foreground }}
|
border-color={{ accent }}
|
||||||
background-color={{ background }}
|
background-color={{ background }}
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
@define-color border-color {{ foreground }};
|
@define-color border-color {{ foreground }};
|
||||||
@define-color label {{ foreground }};
|
@define-color label {{ foreground }};
|
||||||
@define-color image {{ foreground }};
|
@define-color image {{ foreground }};
|
||||||
@define-color progress {{ foreground }};
|
@define-color progress {{ accent }};
|
||||||
|
|||||||
Reference in New Issue
Block a user