Skip to content

Commit

Permalink
Merge pull request #57 from dinbtechit/feature/55-Syntax_highlighting…
Browse files Browse the repository at this point in the history
…_for_shell_scripts-Part2

Feature - #55 fixing Syntax highlighting for shell scripts Themes
  • Loading branch information
dinbtechit authored May 7, 2023
2 parents 965d04e + 335e68d commit 85651d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/main/resources/themes/vscode_dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
</value>
</option>
<option name="BASH.SHEBANG" baseAttributes="BASH.LINE_COMMENT"/>
<option name="BASH.VAR_DEF">
<value>
<option name="FOREGROUND" value="d3d3c8"/>
</value>
</option>
<option name="BASH.VAR_USE">
<value>
<option name="FOREGROUND" value="9cdcfe"/>
Expand Down
5 changes: 0 additions & 5 deletions src/main/resources/themes/vscode_dark_brighter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
</value>
</option>
<option name="BASH.SHEBANG" baseAttributes="BASH.LINE_COMMENT"/>
<option name="BASH.VAR_DEF">
<value>
<option name="FOREGROUND" value="d3d3c8"/>
</value>
</option>
<option name="BASH.VAR_USE">
<value>
<option name="FOREGROUND" value="8cd7ff"/>
Expand Down

0 comments on commit 85651d3

Please sign in to comment.