Switch to mako for notifications

This commit is contained in:
David Heinemeier Hansson
2025-06-22 20:48:38 -04:00
parent c5f1982274
commit d43639df15
18 changed files with 68 additions and 194 deletions

View File

@ -0,0 +1,10 @@
text-color=#cad3f5
border-color=#8aadf4
background-color=#24273a
width=300
height=110
padding=10
border-size=2
font=CaskaydiaMono Nerd Font 10
anchor=top-right
default-timeout=5000

View File

@ -1,10 +0,0 @@
.notification {
color: #cdd6f4;
background-color: rgba(30, 30, 46, 0.95);
border: 2px solid #313244;
}
.body {
color: #a6adc8;
}

View File

@ -0,0 +1,10 @@
text-color=#d3c6aa
border-color=#a7c080
background-color=#2d353b
width=300
height=110
padding=10
border-size=2
font=CaskaydiaMono Nerd Font 10
anchor=top-right
default-timeout=5000

View File

@ -1,10 +0,0 @@
.notification {
color: #d3c6aa;
background-color: rgba(45, 53, 59, 0.95);
border: 2px solid #475258;
}
.body {
color: #a7c080;
}

10
themes/gruvbox/mako.ini Normal file
View File

@ -0,0 +1,10 @@
text-color=#d4be98
border-color=#a9b665
background-color=#282828
width=300
height=110
padding=10
border-size=2
font=CaskaydiaMono Nerd Font 10
anchor=top-right
default-timeout=5000

View File

@ -1,10 +0,0 @@
.notification {
color: #d4be98;
background-color: rgba(40, 40, 40, 0.95);
border: 2px solid #3c3836;
}
.body {
color: #a9b665;
}

10
themes/kanagawa/mako.ini Normal file
View File

@ -0,0 +1,10 @@
text-color=#dcd7ba
border-color=#7e9cd8
background-color=#1f1f28
width=300
height=110
padding=10
border-size=2
font=CaskaydiaMono Nerd Font 10
anchor=top-right
default-timeout=5000

View File

@ -1,10 +0,0 @@
.notification {
color: #dcd7ba;
background-color: rgba(31, 31, 40, 0.95);
border: 2px solid #2d4f67;
}
.body {
color: #76946a;
}

10
themes/nord/mako.ini Normal file
View File

@ -0,0 +1,10 @@
text-color=#d8dee9
border-color=#81a1c1
background-color=#2e3440
width=300
height=110
padding=10
border-size=2
font=CaskaydiaMono Nerd Font 10
anchor=top-right
default-timeout=5000

View File

@ -1,10 +0,0 @@
.notification {
color: #d8dee9;
background-color: rgba(46, 52, 64, 0.95);
border: 2px solid #4c566a;
}
.body {
color: #a3be8c;
}

View File

@ -0,0 +1,10 @@
text-color=#a9b1d6
border-color=#7aa2f7
background-color=#1a1b26
width=300
height=110
padding=10
border-size=2
font=CaskaydiaMono Nerd Font 10
anchor=top-right
default-timeout=5000

View File

@ -1,10 +0,0 @@
.notification {
color: #cdd6f4;
background-color: rgba(26, 27, 38, 0.95);
border: 2px solid #313244;
}
.body {
color: #a6adc8;
}