-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwalker.css
More file actions
13 lines (12 loc) · 727 Bytes
/
walker.css
File metadata and controls
13 lines (12 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Clawmarchy AMOLED Dark Theme - Walker
* Static override -- replaces template-generated walker.css
* Source: colors.toml values hardcoded
* Update: Manual -- accent changes affect 2 values; palette changes affect all
*/
/* === Color Variables (required by Omarchy Walker theme CSS) === */
@define-color selected-text #7B6CBD; /* colors.toml: accent */
@define-color text #E8E0D0; /* colors.toml: foreground */
@define-color base #000000; /* colors.toml: background */
@define-color border #7B6CBD; /* colors.toml: accent (accent border on search) */
@define-color foreground #E8E0D0; /* colors.toml: foreground */
@define-color background #000000; /* colors.toml: background */