Skip to content

Commit

Permalink
fix: change red color for both versions
Browse files Browse the repository at this point in the history
For some ports, errors in terminal was unreadable. Changing red color
fix this problem.

See ArmandPhilippot/coldark-vscode#1
  • Loading branch information
ArmandPhilippot committed Nov 21, 2020
1 parent ddc0ca2 commit 61a9db6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The colors differ slightly from VS Code since the scopes are not the same. In ad
| `#af00af` | ![#af00af][#af00af] | **Magenta** - Untracked elements, Token Expression value Support, Regular Expressions, Escape Characters, Constant Characters, Storage Modifiers, Instances, Markup List Punctuation, CSS values | `coldark12` |
| `#7c00aa` | ![#7c00aa][#7c00aa] | **Purple** - Unverified, Functions, CSS Classes & IDs | `coldark13` |
| `#a04900` | ![#a04900][#a04900] | **Orange** - Warnings, Status bar (debugging), Keywords, Storage, CSS Pseudo elements | `coldark14` |
| `#c70100` | ![#c70100][#c70100] | **Red** - Errors, Deleted, Invalids, Deprecated | `coldark15` |
| `#c22f2e` | ![#c22f2e][#c22f2e] | **Red** - Errors, Deleted, Invalids, Deprecated | `coldark15` |

### Dark Theme

Expand All @@ -60,7 +60,7 @@ The colors differ slightly from VS Code since the scopes are not the same. In ad
| `#f4adf4` | ![#f4adf4][#f4adf4] | **Magenta** - Untracked elements, Token Expression value Support, Regular Expressions, Escape Characters, Constant Characters, Storage Modifiers, Instances, Markup List Punctuation, CSS values | `coldark12` |
| `#c699e3` | ![#c699e3][#c699e3] | **Purple** - Unverified, Functions, CSS Classes & IDs | `coldark13` |
| `#e9ae7e` | ![#e9ae7e][#e9ae7e] | **Orange** - Warnings, Status bar (debugging), Keywords, Storage, CSS Pseudo elements | `coldark14` |
| `#f57a73` | ![#f57a73][#f57a73] | **Red** - Errors, Deleted, Invalids, Deprecated | `coldark15` |
| `#cd6660` | ![#cd6660][#cd6660] | **Red** - Errors, Deleted, Invalids, Deprecated | `coldark15` |

## Screenshots

Expand Down Expand Up @@ -137,7 +137,7 @@ This project is open source and available under the [LGPLv2.1 License](https://g

<!-- Syntax - Light Theme Colors -->

[#c70100]: https://placehold.it/20/c70100/000000?text=+
[#c22f2e]: https://placehold.it/20/c22f2e/000000?text=+
[#116b00]: https://placehold.it/20/116b00/000000?text=+
[#755f00]: https://placehold.it/20/755f00/000000?text=+
[#005a8e]: https://placehold.it/20/005a8e/000000?text=+
Expand All @@ -148,7 +148,7 @@ This project is open source and available under the [LGPLv2.1 License](https://g

<!-- Syntax - Dark Theme Colors -->

[#f57a73]: https://placehold.it/20/f57a73/000000?text=+
[#cd6660]: https://placehold.it/20/cd6660/000000?text=+
[#91d076]: https://placehold.it/20/91d076/000000?text=+
[#e6d37a]: https://placehold.it/20/e6d37a/000000?text=+
[#6cb8e6]: https://placehold.it/20/6cb8e6/000000?text=+
Expand Down
2 changes: 1 addition & 1 deletion coldark-cold.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<color name="coldark12" value="#af00af"/>
<color name="coldark13" value="#7c00aa"/>
<color name="coldark14" value="#a04900"/>
<color name="coldark15" value="#c70100"/>
<color name="coldark15" value="#c22f2e"/>

<!-- Global Settings -->
<style name="text" foreground="coldark05" background="coldark00"/>
Expand Down
2 changes: 1 addition & 1 deletion coldark-dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<color name="coldark12" value="#f4adf4"/>
<color name="coldark13" value="#c699e3"/>
<color name="coldark14" value="#e9ae7e"/>
<color name="coldark15" value="#f57a73"/>
<color name="coldark15" value="#cd6660"/>

<!-- Global Settings -->
<style name="text" foreground="coldark05" background="coldark00"/>
Expand Down

0 comments on commit 61a9db6

Please sign in to comment.