Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ceciljacob/code-plus-theme
This is a code editor theme with extensive syntax highlight and workbench color customization implemented.
https://github.com/ceciljacob/code-plus-theme
dark-theme extension theme visual-studio-code visual-studio-extension
Last synced: 3 months ago
JSON representation
This is a code editor theme with extensive syntax highlight and workbench color customization implemented.
- Host: GitHub
- URL: https://github.com/ceciljacob/code-plus-theme
- Owner: ceciljacob
- License: other
- Created: 2021-07-18T19:12:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T13:10:20.000Z (over 2 years ago)
- Last Synced: 2024-07-30T20:59:48.990Z (5 months ago)
- Topics: dark-theme, extension, theme, visual-studio-code, visual-studio-extension
- Homepage: https://marketplace.visualstudio.com/items?itemName=ceciljacob.code-plus-theme
- Size: 364 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: ChangeLog.md
- License: License.md
Awesome Lists containing this project
README
# Theme +
This is a code editor theme with extensive syntax highlight and workbench color customization implemented. The entire color palette has been selected with a focus on offering usability over an extended period.
> __ChangeLog__
> - Support for the new in-built bracket colorization feature.
> - Improved contrast for all selected and similar results of a search operation.
## Theme Screenshot
### Theme + Dark Blue Theme
![Theme + Dark Blue Theme](image/theme-dark-blue-theme-screenshot.png)
### Theme + Dark Brown Theme
![Theme + Dark Brown Theme](image/theme-dark-brown-theme-screenshot.png)
## Installation
1 - Open the __Extensions__ sidebar panel from within the Visual Studio Code editor window.
`Menu Path : View > Extensions`
`Keyboard Shortcut : Ctrl + Shift + X`2 - Search for the theme in the extension marketplace search and then click the __Install__ button.
__`Search Term : code-plus-theme`__3 - Enable the installed theme from the Color Theme drop down list.
`Menu Path : Code / File > Preferences > Color Theme > Theme +`
`Keyboard Shortcut : Ctrl + K Ctrl + T`
## Share Extension
Please share this theme extension with others that might find it useful.
__Share To :__ [LinkedIn](https://www.linkedin.com/shareArticle?mini=true&url=https://marketplace.visualstudio.com/items?itemname=ceciljacob.code-plus-theme) | [Twitter](https://twitter.com/intent/tweet?url=https://marketplace.visualstudio.com/items?itemname=ceciljacob.code-plus-theme) | [Facebook](https://www.facebook.com/sharer/sharer.php?u=https://marketplace.visualstudio.com/items?itemname=ceciljacob.code-plus-theme)
## Feedback
Please report issues related to this theme on the repository page.
[GitHub Repository](https://github.com/ceciljacob/code-plus-theme/issues)
## Author Information
The author of this extension also posts other technology related information.
__Follow On :__ [LinkedIn](https://www.linkedin.com/in/ceciljacob) | [Twitter](https://www.twitter.com/ceciljacob)
The associated web site also contains further resources that might be of use.
__Web Site :__ [Cecil Jacob](https://www.ceciljacob.com) - ( `https://www.ceciljacob.com` )
## License & Disclaimer
__Creative Commons Attribution 4.0 International License__
This work is licensed under the terms of the license available below.
__License :__ [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/legalcode)
## Recommended Custom Setting
The recommended setting for other popular extensions when used with this theme is below.
### Add Within Settings File - ( `settings.json` )
Custom Setting - [Indent Rainbow](https://marketplace.visualstudio.com/items?itemName=oderwat.indentrainbow)
``` JSON
"indentRainbow.colors": [
"rgba(194,142,96,0.05)",
"rgba(0,180,214,0.05)",
"rgba(244,226,134,0.05)",
"rgba(93,138,116,0.05)"
],
"indentRainbow.errorColor": "rgba(223,91,2,0.15)",```
Custom Setting - [Bracket Pair Colorizer 2](https://marketplace.visualstudio.com/items?itemName=coenraads.bracket-pair-colorizer-2)
``` JSON
"bracket-pair-colorizer-2.colorMode": "Consecutive",
"bracket-pair-colorizer-2.colors": [
"#c28e60",
"#00b4d6",
"#f4e286"
],
"bracket-pair-colorizer-2.unmatchedScopeColor": "#ba4d06",```
Custom Setting - [Bracket Pair Colorizer](https://marketplace.visualstudio.com/items?itemName=coenraads.bracket-pair-colorizer)
``` JSON
"bracketPairColorizer.consecutivePairColors": [
["{", "}"],
["<", ">"],
["(", ")"],
["[", "]"],
[
"#c28e60",
"#00b4d6",
"#f4e286"
],
"#ba4d06"
],```
Copyright © Cecil Jacob