Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

This is a code editor theme with extensive syntax highlight and workbench color customization implemented.

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