diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-17 12:06:37 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-17 12:06:37 +0200 |
| commit | cfbd02e85f039a557cf6561b84b58097f70041d4 (patch) | |
| tree | 21cfca03e5f8bb5956f330aa6d6b8b48533d63b5 /dashboard.lua | |
| parent | 64482a7f4c11c430c4159954e05692b28f03f4f1 (diff) | |
| download | conky-theme-udt-cfbd02e85f039a557cf6561b84b58097f70041d4.tar.gz conky-theme-udt-cfbd02e85f039a557cf6561b84b58097f70041d4.zip | |
feat: expose the warning palette role
Diffstat (limited to 'dashboard.lua')
| -rw-r--r-- | dashboard.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard.lua b/dashboard.lua index 2d1666f..7e85fd7 100644 --- a/dashboard.lua +++ b/dashboard.lua @@ -75,6 +75,7 @@ local function palette() highlight = hex(CFG.color5), ok = hex(CFG.color6), critical = hex(CFG.color7), + warning = hex(CFG.color8), body = hex(CFG.default_color), -- The card fill, from default_shade_color (@BODY_SHADE@, `mantle` in -- Macchiato). It must NOT reuse color3: that is the border, and filling and |
