2 Commits

Author SHA1 Message Date
naomi b0595f4856 release: v1.1.1 2025-02-23 14:17:19 -08:00
naomi a70b4efdb0 fix: lighten colour for comments 2025-02-23 14:16:03 -08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "ocean-breeze",
"displayName": "Ocean Breeze",
"icon": "icon.png",
"version": "1.1.0",
"version": "1.1.1",
"description": "A soothing VSCode theme inspired by the aqua hues of the ocean.",
"engines": {
"vscode": "^1.96.4"
+1 -1
View File
@@ -64,7 +64,7 @@
{
"scope": ["comment", "punctuation.definition.comment"],
"settings": {
"foreground": "#113c33",
"foreground": "#35675c",
"fontStyle": "italic"
}
},