Darker Area for Code

A darker and more colourful preview code area for a more comfortable and stylish look.
This commit is contained in:
Electron - Mark Firth 2020-11-24 01:44:56 +10:00 committed by Sean Yesmunt
parent 00c6d80ec9
commit f0a961b8f8

View file

@ -119,9 +119,9 @@
--color-editor-attr: #68ccf9;
--color-editor-string: #ff8b6b;
--color-editor-inline-code-fg: #ce9178;
--color-editor-inline-code-fg-preview: #eeeeee;
--color-editor-inline-code-fg-preview: #e8b692;
--color-editor-inline-code-bg: rgba(20, 68, 102, 0.3);
--color-editor-inline-code-bg-preview: #8f9499;
--color-editor-inline-code-bg-preview: #464b50;
--color-editor-selected: #264f78;
--color-editor-link: var(--color-link);
--color-editor-url: var(--color-editor-string);