Add paperless theme
This commit is contained in:
parent
5dc460cc00
commit
456fff6eef
1 changed files with 32 additions and 0 deletions
|
|
@ -0,0 +1,32 @@
|
|||
/* ==UserStyle==
|
||||
@name Gruvbox for Paperless
|
||||
@namespace git.m3.fyi/Marsn3
|
||||
@version 1.0.0
|
||||
@description Gruvbox Theme for Paperless
|
||||
@author Marsn3
|
||||
@homepageURL https://git.m3.fyi/Marsn3/userstyles
|
||||
@updateURL https://git.m3.fyi/Marsn3/userstyles/~raw/main/src/paperless.user.css
|
||||
@license MIT
|
||||
==/UserStyle== */
|
||||
@-moz-document domain("paper.m3.fyi") {
|
||||
body.color-scheme-system {
|
||||
--bs-body-color: var(--fg);
|
||||
--bs-body-bg: var(--bg1);
|
||||
--bs-light-rgb: var(--rgb-bg);
|
||||
--bs-danger: var(--red);
|
||||
--bs-danger-rgb: var(--rgb-red);
|
||||
--bs-border-color: var(--fg4);
|
||||
--pngx-bg-darker: var(--bg4);
|
||||
--bs-secondary: var(--fg2);
|
||||
--pngx-primary-text-contrast: var(--bg2) !important;
|
||||
}
|
||||
:root {
|
||||
--primary: var(--green);
|
||||
--secondary: var(--green-dim);
|
||||
--primary-fg: var(--fg);
|
||||
--header-color: var(--fg);
|
||||
}
|
||||
.text-muted {
|
||||
color: var(--fg4) !important;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue