+ chg: Python default dark-mode colors for comment and keywords

This commit is contained in:
METANEOCORTEX\Kotti 2023-08-26 17:32:52 +02:00
parent ead6d98f7c
commit 34b1e7ebc4

View File

@ -491,8 +491,8 @@ Variable=fore:#B4E1F5
Cmdlet=fore:#F8B076; back:#544604
Alias=bold; fore:#B4E1F5
[Python Script]
Comment=fore:#F76D70
Keyword=bold; fore:#AECDF6
Comment=fore:#82AA94
Keyword=bold; fore:#4D89C6
Keyword 2nd=fore:#AECDF6
Attribute=fore:#C2C2C2
String Single Quoted=fore:#46F545