Repository :
https://github.com/colorer/Colorer-schemes
On branch : master
Link :
https://github.com/colorer/Colorer-schemes/commit/a4c62ff107f869bff9748819a8b563b9f9ffcdbe
>---------------------------------------------------------------
commit a4c62ff107f869bff9748819a8b563b9f9ffcdbe
Author: Roman Kuzmin <
night...@gmail.com>
Date: Sun Dec 21 16:34:37 2025 +0000
powershell.hrc & visual.hrd (#195)
- tweak parameter and hash key regions
- use softer color for TODO comments
>---------------------------------------------------------------
a4c62ff107f869bff9748819a8b563b9f9ffcdbe
base/hrc/scripts/powershell.hrc | 6 +++---
base/hrd/console/contrib/visual.hrd | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/base/hrc/scripts/powershell.hrc b/base/hrc/scripts/powershell.hrc
index f828343..b4ee282 100644
--- a/base/hrc/scripts/powershell.hrc
+++ b/base/hrc/scripts/powershell.hrc
@@ -7,7 +7,7 @@ xsi:schemaLocation="
http://colorer.sf.net/2003/hrc http://colorer.sf.net/2003/hr
<type name="powershell">
<annotation><documentation><![CDATA[
-powershell.hrc by Roman Kuzmin, aka nightroman, 2025-10-27
+powershell.hrc by Roman Kuzmin, aka nightroman, 2025-12-13
visual.hrd is recommended as optimized for powershell.hrc
Regex syntax in strings after regex operators, [regex], and <#regex#>
@@ -35,12 +35,12 @@ SQL syntax in here-strings after <#sql#>
<region name="Directive" parent="def:Directive" description="#requires, ..."/>
<region name="EnumKey" parent="def:Parameter" description="Enum keys."/>
<region name="Error" parent="def:Error" description="Error and warning areas."/>
-<region name="HashKey" parent="def:Parameter" description="Hashtable keys."/>
+<region name="HashKey" parent="def:Label" description="Hashtable keys."/>
<region name="HelpDirective" parent="def:CommentDoc" description="Help comment directives."/>
<region name="Identifier" parent="def:Identifier" description="Command, member, etc. names"/>
<region name="Keyword" parent="def:Keyword" description="Keywords and known DSL."/>
<region name="Label" parent="def:Label" description="Loop labels."/>
-<region name="Parameter" parent="def:Parameter" description="Command parameters."/>
+<region name="Parameter" parent="def:Label" description="Command parameters."/>
<region name="Pipeline" parent="def:KeywordStrong" description="Pipeline and redirection operators."/>
<region name="String" parent="def:String" description="Literal text in string expressions."/>
<region name="StringEdge" parent="def:StringEdge" description="Edges of string literals."/>
diff --git a/base/hrd/console/contrib/visual.hrd b/base/hrd/console/contrib/visual.hrd
index d6442f0..fea4d3b 100644
--- a/base/hrd/console/contrib/visual.hrd
+++ b/base/hrd/console/contrib/visual.hrd
@@ -3,7 +3,7 @@
"
http://colorer.sf.net/2003/hrd.dtd">
<hrd xmlns="
http://colorer.sf.net/2003/hrd">
-<!--White background color scheme by Roman Kuzmin, aka NightRoman, 2021-12-04-->
+<!--White background by Roman Kuzmin, aka nightroman, 2025-12-20-->
<assign fore="#0" back="#F" name="def:Text"/>
@@ -64,7 +64,7 @@
<assign fore="#F" back="#4" name="def:Error"/>
<assign fore="#D" name="def:ErrorText"/>
-<assign fore="#F" back="#2" name="def:TODO"/>
+<assign fore="#0" back="#A" name="def:TODO"/>
<assign fore="#4" back="#7" name="def:Debug"/>
<assign back="#E" name="def:Insertion"/>