Skip to content

Commit

Permalink
powershell colors
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn committed Mar 21, 2023
1 parent 0441206 commit 759815c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion OneMore/Colorizer/Languages/powershell.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{
"pattern": "\\b(begin|break|catch|continue|data|do|dynamicparam|elseif|else|end|exit|filter|finally|foreach|for|from|function|if|in|param|process|return|switch|throw|trap|try|until|while)\\b",
"captures": [
"Keyword"
"PowerShellKeyword"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions OneMore/Colorizer/Themes/dark-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"OliveDrab": "#6B8E23",
"OrangeRed": "#FF4500",
"PowderBlue": "#B0E0E6",
"Purple": "#800080",
"Red": "#FF0000",
"Purple": "#8064A2",
"Red": "#E30303",
"Teal": "#008080",
"White": "#000000",
"Yellow": "#FFFF00",
Expand Down
12 changes: 8 additions & 4 deletions OneMore/Colorizer/Themes/light-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"OliveDrab": "#6B8E23",
"OrangeRed": "#FF4500",
"CornflowerBlue": "#6495ED",
"Purple": "#800080",
"Red": "#FF0000",
"Purple": "#8064A2",
"Red": "#E30303",
"Teal": "#008080",
"White": "#FFFFFF",
"Yellow": "#FFFF00"
Expand Down Expand Up @@ -176,7 +176,11 @@
},
{
"name": "PowerShellCommand",
"foreground": "BlueSteel"
"foreground": "Blue"
},
{
"name": "PowerShellKeyword",
"foreground": "Purple"
},
{
"name": "PowerShellOperator",
Expand All @@ -188,7 +192,7 @@
},
{
"name": "PowerShellVariable",
"foreground": "BlueGray"
"foreground": "Red"
},
{
"name": "Predefined",
Expand Down

0 comments on commit 759815c

Please sign in to comment.