fix(editor): Make JSON highlight color different from background on light theme (#19543)

This commit is contained in:
Jaakko Husso
2025-09-15 13:35:02 +03:00
committed by GitHub
parent c15e9437ee
commit e589cde9c3

View File

@@ -219,7 +219,7 @@
--color-json-brackets: var(--p-gray-670);
--color-json-brackets-hover: var(--p-color-alt-e-430);
--color-json-line: var(--p-gray-200);
--color-json-highlight: var(--p-gray-070);
--color-json-highlight: var(--color-background-base);
--color-code-background: var(--p-white);
--color-code-background-readonly: var(--p-gray-040);
--color-code-lineHighlight: var(--p-gray-320-a-010);