diff --git a/package.json b/package.json index 8054bf369..ed8f91f9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redaction", - "version": "2.255.0", + "version": "2.256.0", "private": true, "license": "MIT", "scripts": { diff --git a/paligo-theme.tar.gz b/paligo-theme.tar.gz index acfb1d8ff..fa162c8ec 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 9eb8f7ed9..d919be25a 100644 --- a/paligo-theme/paligo-styles/redacto-theme.css +++ b/paligo-theme/paligo-styles/redacto-theme.css @@ -335,6 +335,7 @@ li.searchresultitem { --iqser-light: white; --iqser-separator: rgba(226, 228, 233, 0.9); --iqser-quick-filter-border: #d3d5da; + --iqser-grey-1: #283241; --iqser-grey-2: #f4f5f7; --iqser-grey-3: #aaacb3; --iqser-grey-4: #e2e4e9; @@ -345,6 +346,8 @@ li.searchresultitem { --iqser-green-2: #5ce594; --iqser-yellow-1: #ffb83b; --iqser-yellow-2: #fdbd00; + --iqser-red-1: #dd4d50; + --iqser-blue-5: #c5d3eb; --iqser-helpmode-primary: green; }