who knows

This commit is contained in:
atagen 2023-05-20 22:28:48 +10:00
parent bb2e813df8
commit aae14e214e
11 changed files with 512 additions and 218 deletions

View file

@ -2,19 +2,19 @@
* vim: ft=less
*/
@define-color cc-bg #060604;
@define-color cc-bg #PANELBG;
@define-color noti-border-color #2f343f;
@define-color noti-bg #060604;
@define-color noti-bg-hover #1e2233;
@define-color noti-bg-focus #2f343f;
@define-color noti-close-bg #060604;
@define-color noti-close-bg-hover #1e2233;
@define-color noti-border-color #BORDER;
@define-color noti-bg #NOTIBGNORM;
@define-color noti-bg-hover #NOTIBGHOVER;
@define-color noti-bg-focus #NOTIBGFOCUS;
@define-color noti-close-bg #NOTIBGCLOSE;
@define-color noti-close-bg-hover #NOTIBGHOVERCLOSE;
@define-color bg-selected #2f343f;
@define-color bg-selected #BGSELECTED;
* {
font-family: "Montreux Classic", sans-serif;
font-family: "FONT", sans-serif;
}
.notification-row {