Skip to content

Commit

Permalink
revert some color updates (#28)
Browse files Browse the repository at this point in the history
* revert color updates

* changelog and package
  • Loading branch information
alexdauenhauer authored Nov 18, 2023
1 parent 7626c17 commit f476410
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 20 deletions.
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.

## 1.5.2

- revert coloring for function calls
- revert coloring for logical keywords

## 1.5.1

- update bracket guide pairs (thanks @jereconjota)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Catppuccin Noctis",
"description": "Catppuccin palette with Noctis syntax highlighting!",
"publisher": "alexdauenhauer",
"version": "1.5.1",
"version": "1.5.2",
"icon": "images/logo.jpg",
"engines": {
"vscode": "^1.46.0"
Expand Down
19 changes: 0 additions & 19 deletions themes/Catppuccin Noctis-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1064,25 +1064,6 @@
"foreground": "#89b4fa"
}
},
{
"name": "FUNCTION-CALL",
"scope": [
"variable.parameter.function-call",
"variable.parameter.function-call.python",
],
"settings": {
"foreground": "#f2cdcd"
}
},
{
"name": "KEYWORD-LOGICAL",
"scope": [
"keyword.operator.logical",
],
"settings": {
"foreground": "#f5c2e7"
}
},
{
"name": "DECORATOR",
"scope": [
Expand Down

0 comments on commit f476410

Please sign in to comment.