diff options
Diffstat (limited to '')
| -rw-r--r-- | .config/mako/colors | 1 | ||||
| -rw-r--r-- | .config/mako/colors-dark | 25 | ||||
| -rw-r--r-- | .config/mako/colors-light | 25 |
3 files changed, 51 insertions, 0 deletions
diff --git a/.config/mako/colors b/.config/mako/colors new file mode 100644 index 0000000..8d074ce --- /dev/null +++ b/.config/mako/colors @@ -0,0 +1 @@ +include=~/.config/mako/colors-light diff --git a/.config/mako/colors-dark b/.config/mako/colors-dark new file mode 100644 index 0000000..cca216d --- /dev/null +++ b/.config/mako/colors-dark @@ -0,0 +1,25 @@ +font=DejaVu Sans Mono 8 +background-color=#080808 +text-color=#e0e2ea +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=#590008 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 |