diff --git a/package.json b/package.json index 6d4c8fb9c..3db2817d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redaction", - "version": "3.423.0", + "version": "3.424.0", "private": true, "license": "MIT", "scripts": { diff --git a/paligo-theme.tar.gz b/paligo-theme.tar.gz index 1f81f7fbb..6cbf012ad 100644 Binary files a/paligo-theme.tar.gz and b/paligo-theme.tar.gz differ diff --git a/paligo-theme/paligo-styles/redacto-theme.css b/paligo-theme/paligo-styles/redacto-theme.css index fc5511db6..76ac4602e 100644 --- a/paligo-theme/paligo-styles/redacto-theme.css +++ b/paligo-theme/paligo-styles/redacto-theme.css @@ -320,13 +320,23 @@ li.searchresultitem { --iqser-grey-6: #f0f1f4; --iqser-grey-7: #9398a0; --iqser-grey-8: #f9fafb; + --iqser-grey-9: #f5f5f7; + --iqser-grey-10: #313d4e; + --iqser-grey-11: #ecedf0; --iqser-green-1: #00ff00; --iqser-green-2: #5ce594; + --iqser-orange-1: #ff801a; --iqser-yellow-1: #ffb83b; --iqser-yellow-2: #fdbd00; --iqser-yellow-rgb: 253, 189, 0; --iqser-red-1: #dd4d50; + --iqser-red-2: #f16164; + --iqser-blue-1: #4875f7; + --iqser-blue-2: #48c9f7; + --iqser-blue-3: #5b97db; + --iqser-blue-4: #374c81; --iqser-blue-5: #c5d3eb; + --iqser-pink-1: #f125de; --iqser-helpmode-primary: green; }