Add Photopea Theme
This commit is contained in:
parent
f54b1c714e
commit
e1fad54577
2 changed files with 15 additions and 11 deletions
|
|
@ -1,14 +1,16 @@
|
|||
/* ==UserStyle==
|
||||
@name meine-fahrschulapp Dracula
|
||||
@name Dracula for Meine Fahrschul-App
|
||||
@namespace git.m3.fyi/Marsn3
|
||||
@version 1.0.0
|
||||
@description Dracula Theme for meine-fahrschulapp.de
|
||||
@description A dark Theme for Meine Fahrschul-App
|
||||
@author Marsn3
|
||||
@homepageURL https://git.m3.fyi/Marsn3/custom-css
|
||||
@updateURL https://git.m3.fyi/projects/22/files/main/meine-fahrschule.user.css
|
||||
@license MIT
|
||||
==/UserStyle== */
|
||||
|
||||
@-moz-document domain("meine-fahrschulapp.de") {
|
||||
/*Base Colors*/
|
||||
/*~~~~~ Base Colors ~~~~~*/
|
||||
:root {
|
||||
--txtPrimaryColor: #f8f8f2;
|
||||
--txtHintColor: #7b81a6;
|
||||
|
|
|
|||
|
|
@ -1,14 +1,16 @@
|
|||
/* ==UserStyle==
|
||||
@name Pocketbase Dracula
|
||||
@name Dracula for Pocketbase
|
||||
@namespace git.m3.fyi/Marsn3
|
||||
@version 1.0.0
|
||||
@description Dracula Theme for Pocketbase
|
||||
@description A dark Theme for Pocketbase
|
||||
@author Marsn3
|
||||
@homepageURL https://git.m3.fyi/Marsn3/custom-css
|
||||
@updateURL
|
||||
@license MIT
|
||||
==/UserStyle== */
|
||||
|
||||
@-moz-document domain("api.m3.fyi") {
|
||||
/*Base Colors*/
|
||||
/*~~~~~ Base Colors ~~~~~*/
|
||||
:root {
|
||||
--monospaceFontFamily: "ComicCodeLigatures Nerd Font", "Ubuntu Mono",
|
||||
monospace, emoji;
|
||||
|
|
@ -36,14 +38,14 @@
|
|||
accent-color: var(--primaryColor);
|
||||
}
|
||||
|
||||
/*--- Buttoms ---*/
|
||||
/*~~~~~ Buttoms ~~~~~*/
|
||||
.btn.btn-secondary,
|
||||
.btn.btn-outline {
|
||||
color: var(--txtHintColor);
|
||||
background: var(--baseAlt4Color);
|
||||
}
|
||||
|
||||
/*--- Labels ---*/
|
||||
/*~~~~~ Labels ~~~~~*/
|
||||
.label.label-warning,
|
||||
.label.label-info,
|
||||
.label.label-success,
|
||||
|
|
@ -54,7 +56,7 @@
|
|||
color: var(--baseColor);
|
||||
}
|
||||
|
||||
/*--- Syntax Highlighting for Code fields ---*/
|
||||
/*~~~~~ Syntax Highlighting for Code fields ~~~~~*/
|
||||
.prism-light,
|
||||
code {
|
||||
background: var(--baseAlt4Color) !important;
|
||||
|
|
@ -90,12 +92,12 @@
|
|||
color: #bd93f9;
|
||||
}
|
||||
|
||||
/*--- Colored Delete Icon ---*/
|
||||
/*~~~~~ Colored Delete Icon ~~~~~*/
|
||||
.ri-delete-bin-7-line {
|
||||
color: var(--dangerColor);
|
||||
}
|
||||
|
||||
/*--- Syntax Highlighting for Regex Fields ---*/
|
||||
/*~~~~~ Syntax Highlighting for Regex Fields ~~~~~*/
|
||||
.ͼb {
|
||||
color: #bd93f9;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue