Skip to content

Commit

Permalink
Fix annotation variable definition punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Oct 19, 2024
1 parent 3c30990 commit d7aaa8a
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Base16 Eighties Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
{
"name": "Annotation Variables",
"scope": "variable.annotation, variable.annotation punctuation.definition",
"scope": "variable.annotation, variable.annotation punctuation.definition.variable",
"foreground": "var(base08)"
},

Expand Down
2 changes: 1 addition & 1 deletion Base16 Mocha Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
{
"name": "Annotation Variables",
"scope": "variable.annotation, variable.annotation punctuation.definition",
"scope": "variable.annotation, variable.annotation punctuation.definition.variable",
"foreground": "var(base08)"
},

Expand Down
2 changes: 1 addition & 1 deletion Base16 Ocean Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
{
"name": "Annotation Variables",
"scope": "variable.annotation, variable.annotation punctuation.definition",
"scope": "variable.annotation, variable.annotation punctuation.definition.variable",
"foreground": "var(base08)"
},

Expand Down
2 changes: 1 addition & 1 deletion Base16 Ocean Light.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
},
{
"name": "Annotation Variables",
"scope": "variable.annotation, variable.annotation punctuation.definition",
"scope": "variable.annotation, variable.annotation punctuation.definition.variable",
"foreground": "var(base08)"
},

Expand Down
2 changes: 1 addition & 1 deletion Base16 Oceanic.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
{
"name": "Annotation Variables",
"scope": "variable.annotation, variable.annotation punctuation.definition",
"scope": "variable.annotation, variable.annotation punctuation.definition.variable",
"foreground": "var(base08)"
},

Expand Down
5 changes: 5 additions & 0 deletions widgets/Widget - Spacegray Eighties.hidden-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@
"foreground": "var(base08)",
"font_style": "italic"
},
{
"name": "Annotation Variables",
"scope": "variable.annotation, variable.annotation punctuation.definition.variable",
"foreground": "var(base08)"
},

// Literals

Expand Down
5 changes: 5 additions & 0 deletions widgets/Widget - Spacegray Light.hidden-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@
"foreground": "var(base08)",
"font_style": "italic"
},
{
"name": "Annotation Variables",
"scope": "variable.annotation, variable.annotation punctuation.definition.variable",
"foreground": "var(base08)"
},

// Literals

Expand Down
5 changes: 5 additions & 0 deletions widgets/Widget - Spacegray Mocha.hidden-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@
"foreground": "var(base08)",
"font_style": "italic"
},
{
"name": "Annotation Variables",
"scope": "variable.annotation, variable.annotation punctuation.definition.variable",
"foreground": "var(base08)"
},

// Literals

Expand Down
5 changes: 5 additions & 0 deletions widgets/Widget - Spacegray Oceanic.hidden-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@
"foreground": "var(base08)",
"font_style": "italic"
},
{
"name": "Annotation Variables",
"scope": "variable.annotation, variable.annotation punctuation.definition.variable",
"foreground": "var(base08)"
},

// Literals

Expand Down
5 changes: 5 additions & 0 deletions widgets/Widget - Spacegray.hidden-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@
"foreground": "var(base08)",
"font_style": "italic"
},
{
"name": "Annotation Variables",
"scope": "variable.annotation, variable.annotation punctuation.definition.variable",
"foreground": "var(base08)"
},

// Literals

Expand Down

0 comments on commit d7aaa8a

Please sign in to comment.