Fix accentColor selection
This commit is contained in:
parent
d4a49df6b0
commit
887d38cdb4
1 changed files with 3 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Photopea Dracula
|
@name Photopea Gruvbox
|
||||||
@namespace git.m3.fyi/Marsn3
|
@namespace git.m3.fyi/Marsn3
|
||||||
@version 1.0.0
|
@version 1.0.0
|
||||||
@description Dracula Theme for Photopea
|
@description Gruvbox 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/Marsn3/custom-css/~raw/main/src/photopea.user.css
|
@updateURL https://git.m3.fyi/Marsn3/custom-css/~raw/main/src/photopea.user.css
|
||||||
|
|
@ -11,8 +11,7 @@
|
||||||
"Aqua":"var(--aqua)",
|
"Aqua":"var(--aqua)",
|
||||||
"Green*":"var(--green)",
|
"Green*":"var(--green)",
|
||||||
"Orange":"var(--orange)",
|
"Orange":"var(--orange)",
|
||||||
"Blue":"var(-blue
|
"Blue":"var(--blue)",
|
||||||
)",
|
|
||||||
"Purple":"var(--purple)",
|
"Purple":"var(--purple)",
|
||||||
"Red":"var(--red)",
|
"Red":"var(--red)",
|
||||||
"Yellow":"var(--yellow)"
|
"Yellow":"var(--yellow)"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue