-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
Description
Description of the Issue
Some of themes look like they are in need of updates, particularly choosing to pick on Bespin as its first on the list.
Maybe as a quick cleanup could replace fgColor="000000" to the themes default color. BDAE9D
Steps to Reproduce the Issue
- Set theme to Bespin because themes are cool
- get side tracked, start working on a python program
Expected Behavior
Actual Behavior
Debug Information
Are the themes in %APPDATA%\notepad++\themes supposed to be updated automatically? Probably something on my end. I saw a note about a RC being available, when it goes "gold" I'll pay closer attention to the update process instead of the usual next next next
diff --git a/PowerEditor/installer/themes/Bespin.xml b/PowerEditor/installer/themes/Bespin.xml
index 7d888f2d..d492e9e9 100644
--- a/PowerEditor/installer/themes/Bespin.xml
+++ b/PowerEditor/installer/themes/Bespin.xml
@@ -359,10 +359,10 @@ Credits:
<WordsStyle name="STRING" styleID="3" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="4" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORDS" styleID="5" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
- <WordsStyle name="TRIPLE" styleID="6" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
- <WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
- <WordsStyle name="CLASSNAME" styleID="8" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
- <WordsStyle name="DEFNAME" styleID="9" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
+ <WordsStyle name="TRIPLE" styleID="6" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
+ <WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
+ <WordsStyle name="CLASSNAME" styleID="8" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
+ <WordsStyle name="DEFNAME" styleID="9" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
Reactions are currently unavailable


