Add Moodle Theme
This commit is contained in:
parent
fc522849a4
commit
a6d619cebb
2 changed files with 44 additions and 9 deletions
|
|
@ -5,21 +5,56 @@
|
||||||
@description Dracula Theme for Photopea
|
@description Dracula Theme for Photopea
|
||||||
@author Marsn3
|
@author Marsn3
|
||||||
@homepageURL https://git.m3.fyi/Marsn3/custom-css
|
@homepageURL https://git.m3.fyi/Marsn3/custom-css
|
||||||
@updateURL https://git.m3.fyi/projects/22/raw/main/src/photopea.user.css
|
@updateURL https://git.m3.fyi/Marsn3/custom-css/~raw/main/src/photopea.user.css
|
||||||
@license MIT
|
@license MIT
|
||||||
@var select accentColor "Accent Color" {
|
@var select accentColor "Accent Color" {
|
||||||
"Cyan":"#8be9fd",
|
"Aqua":"var(--aqua)",
|
||||||
"Green":"#50fa7b",
|
"Green*":"var(--green)",
|
||||||
"Orange":"#ffb86c",
|
"Orange":"var(--orange)",
|
||||||
"Pink":"#ff79c6",
|
"Blue":"var(-blue
|
||||||
"Purple*":"#bd93f9",
|
)",
|
||||||
"Red":"#ff5555",
|
"Purple":"var(--purple)",
|
||||||
"Yellow":"#f1fa8c"
|
"Red":"var(--red)",
|
||||||
|
"Yellow":"var(--yellow)"
|
||||||
}
|
}
|
||||||
==/UserStyle== */
|
==/UserStyle== */
|
||||||
@-moz-document domain("photopea.com") {
|
@-moz-document domain("photopea.com") {
|
||||||
/*~~~~~ Base Colors ~~~~~*/
|
/*~~~~~ Base Colors ~~~~~*/
|
||||||
html {
|
html {
|
||||||
|
--bg_h: #1d2021;
|
||||||
|
--bg: #282828;
|
||||||
|
--bg_s: #32302f;
|
||||||
|
--bg1: #3c3836;
|
||||||
|
--bg2: #504945;
|
||||||
|
--bg3: #665c54;
|
||||||
|
--bg4: #7c6f64;
|
||||||
|
|
||||||
|
--fg: #fbf1c7;
|
||||||
|
--fg1: #ebdbb2;
|
||||||
|
--fg2: #d5c4a1;
|
||||||
|
--fg3: #bdae93;
|
||||||
|
--fg4: #a89984;
|
||||||
|
|
||||||
|
--red: #fb4934;
|
||||||
|
--green: #b8bb26;
|
||||||
|
--yellow: #fabd2f;
|
||||||
|
--blue: #83a598;
|
||||||
|
--purple: #d3869b;
|
||||||
|
--aqua: #8ec07c;
|
||||||
|
--gray: #928374;
|
||||||
|
--orange: #fe8019;
|
||||||
|
|
||||||
|
--red-dim: #cc2412;
|
||||||
|
--green-dim: #98971a;
|
||||||
|
--yellow-dim: #d79921;
|
||||||
|
--blue-dim: #458588;
|
||||||
|
--purple-dim: #b16286;
|
||||||
|
--aqua-dim: #689d6a;
|
||||||
|
--gray-dim: #a89984;
|
||||||
|
--orange-dim: #d65d0e;
|
||||||
|
--monospaceFontFamily: "ComicCodeLigatures Nerd Font", "Ubuntu Mono",
|
||||||
|
monospace, emoji;
|
||||||
|
|
||||||
--base: #282a36 !important;
|
--base: #282a36 !important;
|
||||||
--bg-panel: #373949 !important;
|
--bg-panel: #373949 !important;
|
||||||
--bg-canvas: #44475a !important;
|
--bg-canvas: #44475a !important;
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
@description A dark Theme for Pocketbase
|
@description A dark Theme for Pocketbase
|
||||||
@author Marsn3
|
@author Marsn3
|
||||||
@homepageURL https://git.m3.fyi/Marsn3/custom-css
|
@homepageURL https://git.m3.fyi/Marsn3/custom-css
|
||||||
@updateURL https://git.m3.fyi/projects/22/raw/main/src/pocketbase.user.css
|
@updateURL https://git.m3.fyi/Marsn3/custom-css/~raw/main/src/pocketbase.user.css
|
||||||
@license MIT
|
@license MIT
|
||||||
==/UserStyle== */
|
==/UserStyle== */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue