1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-01-28 03:29:41 +02:00

FIX: update nord theme to have a base color for NameProperty

Right now there is no value for NameProperty making .chroma .py to be empty.

Because of that there are cases in which the color is wrongly used because it's not overwritten (for eg: when trying to use a light theme as the main one, and Nord under prefers-color-scheme: dark .

This sets the color to match the one from the theme preview that is applied for the methods
This commit is contained in:
Alexandru Bucur 2023-05-01 21:11:38 +02:00 committed by Alec Thomas
parent f720d5a474
commit bf8d359499

View File

@ -18,6 +18,7 @@
<entry type="NameOther" style="#d8dee9"/>
<entry type="NameTag" style="#81a1c1"/>
<entry type="NameVariable" style="#d8dee9"/>
<entry type="NameProperty" style="#8fbcbb"/>
<entry type="LiteralString" style="#a3be8c"/>
<entry type="LiteralStringDoc" style="#616e87"/>
<entry type="LiteralStringEscape" style="#ebcb8b"/>