1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 01:59:38 +02:00

Fine tune color for "keyword" style

Related feedback:
- https://github.com/uBlockOrigin/uBlock-issues/discussions/1963#discussioncomment-2173524
This commit is contained in:
Raymond Hill 2022-02-16 10:26:26 -05:00
parent 784ebb0905
commit 0676cf66b2
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -277,7 +277,7 @@
--sf-directive-ink: var(--ink-1);
--sf-error-ink: #ff8981; /* h15 S:100 Luv:70 */
--sf-error-surface: #ff898133; /* h15 S:100 Luv:70 @ 20% */
--sf-keyword-ink: #8c00e6; /* h:280 S:100 Luv:40 */
--sf-keyword-ink: #9b00ca; /* h:290 S:100 Luv:40 */
--sf-notice-ink: var(--ink-4);
--sf-readonly-ink: var(--ink-3);
--sf-tag-ink: #006e2e /* h:135 S:100 Luv:40 */;
@ -356,7 +356,7 @@
--sf-def-ink: #a2a2ff; /* h:266 S:100 Luv:70 */
--sf-error-ink: #ff8981; /* h15 S:100 Luv:70 */
--sf-error-surface: #ff898166; /* h15 S:100 Luv:70 @ 40% */
--sf-keyword-ink: #d5bbff; /* h:280 S:100 Luv:80 */
--sf-keyword-ink: #d78dff; /* h:290 S:100 Luv:70 */
--sf-tag-ink: #00c559 /* h:135 S:100 Luv:70 */;
--sf-value-ink: #ff8d48 /* h:30 S:100 Luv:70 */;
--sf-variable-ink: var(--ink-1);