Skip to content

Commit

Permalink
FIX: update nord theme to have a base color for NameProperty
Browse files Browse the repository at this point in the history
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
  • Loading branch information
CoolGoose authored and alecthomas committed May 1, 2023
1 parent f720d5a commit bf8d359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/nord.xml
Expand Up @@ -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"/>
Expand Down

0 comments on commit bf8d359

Please sign in to comment.