From 887d38cdb42514d5c83bbe7da94c903dcdf3fa39 Mon Sep 17 00:00:00 2001 From: Mars Niermann Date: Mon, 27 Feb 2023 20:41:54 +0100 Subject: [PATCH] Fix accentColor selection --- src/photopea.user.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/photopea.user.css b/src/photopea.user.css index 70f4bbb..94cb139 100644 --- a/src/photopea.user.css +++ b/src/photopea.user.css @@ -1,8 +1,8 @@ /* ==UserStyle== -@name Photopea Dracula +@name Photopea Gruvbox @namespace git.m3.fyi/Marsn3 @version 1.0.0 -@description Dracula Theme for Photopea +@description Gruvbox Theme for Photopea @author Marsn3 @homepageURL https://git.m3.fyi/Marsn3/custom-css @updateURL https://git.m3.fyi/Marsn3/custom-css/~raw/main/src/photopea.user.css @@ -11,8 +11,7 @@ "Aqua":"var(--aqua)", "Green*":"var(--green)", "Orange":"var(--orange)", - "Blue":"var(-blue - )", + "Blue":"var(--blue)", "Purple":"var(--purple)", "Red":"var(--red)", "Yellow":"var(--yellow)"