Skip to content

Commit

Permalink
tweaks to functions and tokens (#4)
Browse files Browse the repository at this point in the history
* tweaks to functions and tokens

* update screenshots and changelog

* 0.4.3
  • Loading branch information
Alex Dauenhauer authored Feb 13, 2022
1 parent a632c39 commit c666692
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 32 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.3

- minor tweaks to some tokens

## 0.4.2

- update JSON keys punctuation to lavender
Expand Down
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.
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": "0.4.2",
"version": "0.4.3",
"icon": "images/logo.jpg",
"engines": {
"vscode": "^1.46.0"
Expand Down
62 changes: 31 additions & 31 deletions themes/Catppuccin Noctis-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"editor.wordHighlightStrongBorder": "#C9CBFFb6",
"editorBracketMatch.background": "#161320",
"editorBracketMatch.border": "#89DCEB",
"editorCodeLens.foreground": "#C9CBFF",
"editorCodeLens.foreground": "#6E6C7E",
"editorCursor.foreground": "#FAE3B0",
"editorError.border": "#302D41",
"editorError.foreground": "#F28FAD70",
Expand Down Expand Up @@ -701,7 +701,7 @@
"keyword.control.def.ruby"
],
"settings": {
"foreground": "#89DCEB"
"foreground": "#DDB6F2"
}
},
{
Expand Down Expand Up @@ -793,7 +793,7 @@
"meta.type.parameters entity.name.type",
"meta.type.annotation entity.name.type",
"punctuation.definition.typeparameters",
"source.python support.type.python",
// "source.python support.type.python",
"comment.block.documentation.phpdoc.php keyword.other.type.php",
"storage.type.php",
"keyword.type",
Expand Down Expand Up @@ -842,7 +842,8 @@
"source.scala entity.name.class",
"markup.raw.monospace",
"markup.mark",
"markup.meta.attribute-list"
"markup.meta.attribute-list",
"meta.function.parameters.python",
],
"settings": {
"foreground": "#C9CBFF"
Expand Down Expand Up @@ -1029,33 +1030,33 @@
"punctuation.decorator",
"source.tf support.class"
],
"settings": {
"foreground": "#DDB6F2"
}
},
{
"name": "FUNCTION DEF",
"scope": [
"entity.name.function",
],
"settings": {
"foreground": "#96CDFB"
}
},
{
"name": "CLASS DEF",
"scope": [
"entity.name.type",
"storage.type.string.python",
"source.python meta.function-call.python support.type.python",
"entity.other.inherited-class.python",
"entity.name.type.class.python",
"entity.name.type.class.python punctuation.definition.class.begin.python",
],
"settings": {
"foreground": "#FAE3B0"
}
},
// {
// "name": "FUNCTION DEF",
// "scope": [
// "entity.name.function",
// ],
// "settings": {
// "foreground": "#96CDFB"
// }
// },
// {
// "name": "CLASS DEF",
// "scope": [
// "entity.name.type",
// "storage.type.string.python",
// "source.python meta.function-call.python support.type.python",
// "entity.other.inherited-class.python",
// "entity.name.type.class.python",
// "entity.name.type.class.python punctuation.definition.class.begin.python",
// ],
// "settings": {
// "foreground": "#FAE3B0"
// }
// },
{
"name": "SUPPORT",
"scope": [
Expand Down Expand Up @@ -1091,7 +1092,7 @@
"entity.name.scope-resolution.function.call"
],
"settings": {
"foreground": "#96CDFB"
"foreground": "#89DCEB"
}
},
{
Expand Down Expand Up @@ -1141,7 +1142,7 @@
"markup.substitution"
],
"settings": {
"foreground": "#96CDFB"
"foreground": "#F2CDCD"
}
},
{
Expand All @@ -1161,8 +1162,7 @@
"variable.parameter.function.language.special",
],
"settings": {
"foreground": "#F2CDCD"
// "foreground": "#56f747"
"foreground": "#E8A2AF"
}
},
{
Expand Down

0 comments on commit c666692

Please # to comment.