diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-08 13:18:14 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-04-08 13:18:14 +0900 |
| commit | b61b58ce2c1371d6f904f108fa7feed3abfbe5c7 (patch) | |
| tree | 008a5cf54ecbfffb97ddac30e44c8ab224395ab0 /.config/mako/colors-light | |
| parent | d4620f3ac119263fee90bd819eadaf84fc8d50b7 (diff) | |
*
Automated-commit-by: dots Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/mako/colors-light')
| -rw-r--r-- | .config/mako/colors-light | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.config/mako/colors-light b/.config/mako/colors-light new file mode 100644 index 0000000..a07a751 --- /dev/null +++ b/.config/mako/colors-light @@ -0,0 +1,25 @@ +font=DejaVu Sans Mono 8 +background-color=#fffffb +text-color=#080808 +border-color=#70649a +progress-color=source #70649a + +[urgency=high] +border-size=2 +border-color=#ffc0b9 + +[category=error] +border-size=2 +border-color=#ffc0b9 + +[category=warning] +border-size=2 +border-color=#fce094 + +[category=success] +border-size=2 +border-color=#b3f6c0 + +[category=alert] +border-size=0 +background-color=#ffc0b9 |