Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bracket pair colors #1

Merged
merged 2 commits into from
Feb 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to the "catppuccin-noctis" extension will be documented in t

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## 0.4.0

- add bracket pair colorization
- fix text colorization to be white
- update screenshots

## 0.3.0

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@ Javascript
## Description
I absolutely love the syntax highlighting in the [Noctis](https://github.com/liviuschera/noctis) theme by Liviu Schera, but [Catppuccin](https://github.com/catppuccin/catppuccin) is absolutely blowing up right now and it is such a nice palette, I had to try to combine the two. This is the result!

## 👍 For Best Experience 👍
add bracket pair colorization to your `settings.json`
```
{
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
}
```
**Enjoy!**
Binary file modified images/js_sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/python_sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/ts_sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 21 additions & 17 deletions themes/Catppuccin Noctis-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,25 @@
"editorGutter.background": "#1E1E2E",
"editorGutter.deletedBackground": "#F28FAD60",
"editorGutter.modifiedBackground": "#96CDFB60",
"editorBracketHighlight.foreground1": "#FAE3B0",
"editorBracketHighlight.foreground2": "#DDB6F2",
"editorBracketHighlight.foreground3": "#96CDFB",
"editorBracketHighlight.foreground4": "#F8BD96",
"editorBracketHighlight.foreground5": "#B5E8E0",
"editorBracketHighlight.foreground6": "#F5C2E7",
"editorBracketHighlight.unexpectedBracket.foreground": "#F28FAD",
"editorBracketPairGuide.activeBackground1": "#FAE3B0",
"editorBracketPairGuide.activeBackground2": "#DDB6F2",
"editorBracketPairGuide.activeBackground3": "#96CDFB",
"editorBracketPairGuide.activeBackground4": "#F8BD96",
"editorBracketPairGuide.activeBackground5": "#B5E8E0",
"editorBracketPairGuide.activeBackground6": "#F5C2E7",
"editorBracketPairGuide.background1": "#FAE3B0",
"editorBracketPairGuide.background2": "#DDB6F2",
"editorBracketPairGuide.background3": "#96CDFB",
"editorBracketPairGuide.background4": "#F8BD96",
"editorBracketPairGuide.background5": "#B5E8E0",
"editorBracketPairGuide.background6": "#F5C2E7",
"editorHint.border": "#161320",
"editorHint.foreground": "#ABE9B3",
"editorHoverWidget.background": "#1E1E2E",
Expand Down Expand Up @@ -208,7 +227,7 @@
"progressBar.background": "#C9CBFF",
"quickInput.background": "#1E1E2E",
"quickInput.foreground": "#988BA2",
"quickInput.list.focusBackground": "#D9E0EE20",
"quickInputList.focusBackground": "#D9E0EE20",
"scrollbar.shadow": "#161320",
"scrollbarSlider.activeBackground": "#C9CBFF50",
"scrollbarSlider.background": "#D9E0EE20",
Expand Down Expand Up @@ -577,21 +596,6 @@
"foreground": "#6E6C7E"
}
},
// {
// "name": "DOCSTRING",
// "scope": [
// "string.quoted.docstring.multi",
// "string.quoted.multi",
// "source.python string.quoted.docstring.multi.python punctuation.definition.string.begin.python",
// "source.python string.quoted.docstring.multi.python punctuation.definition.string.end.python",
// "source.python string.quoted.multi.python punctuation.definition.string.begin.python",
// "source.python string.quoted.multi.python punctuation.definition.string.end.python",
// "markup.fenced_code.block"
// ],
// "settings": {
// "foreground": "#988BA2",
// }
// },
{
"name": "TEXT",
"scope": [
Expand Down Expand Up @@ -628,7 +632,7 @@
"markup.other.anchor string"
],
"settings": {
"foreground": "#F8BD96"
"foreground": "#D9E0EE"
}
},
{
Expand Down