Add Eternity-larry-wasteland dark theme

This commit is contained in:
2026-09-19 14:56:33 +03:00
parent 4f0fcaaddf
commit 5d416b89b4
10 changed files with 325 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
@import "../larry/mail.css";
#mailboxcontainer,
#folderlist-content,
#folderlist-footer,
#messagelistcontainer,
#messagelistheader,
#messagelistfooter,
#mailview-left,
#mailview-right {
background: var(--field);
border-color: var(--line);
color: var(--ink);
}
#messagelistheader,
#messagelistfooter {
background: var(--field) !important;
border-color: var(--line) !important;
}
#messagelistheader a,
#messagelistfooter a,
#folderlist-footer a {
color: var(--ink);
}
#messagelistheader a:hover,
#messagelistfooter a:hover,
#folderlist-footer a:hover {
background: var(--acid);
color: var(--paper);
}
#mailboxmenulink.listbutton.groupactions {
background: var(--field);
border-color: var(--line);
color: var(--ink);
}
#mailboxmenulink.listbutton.groupactions:hover {
background: var(--acid);
border-color: var(--acid);
color: var(--paper);
}