Skip to content

Commit d67de2f

Browse files
committed
chore(release): v1.1.2
1 parent 0827bba commit d67de2f

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.1.2]
4+
5+
### Patch
6+
- Fixed colors related to findMatch
7+
- Fixed Cursor editor compatibility
8+
39
## [1.1.1]
410

511
### Patch

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Moonbloom Official Theme",
44
"description": "Gentle on the eyes, evoking the cozy tranquility of a serene night.",
55
"publisher": "Moonbloom",
6-
"version": "1.1.1",
6+
"version": "1.1.2",
77
"scripts": {
88
"convert-colors": "node ./scripts/convert-color-hex-to-uppercase.cjs ./color-schema.js && node ./scripts/convert-color-hex-to-uppercase.cjs ./themes/moonbloom-color-theme.json",
99
"vsce-publish": "vsce publish",

themes/moonbloom-color-theme.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@
120120
"editor.wordHighlightStrongBackground": "#C993E900",
121121
"editor.wordHighlightStrongBorder": "#C993E960",
122122

123-
"editor.findMatchBackground": "#191a2190",
123+
"editor.findMatchBackground": "#191A2190",
124124
"editor.findMatchBorder": "#6EB4E0",
125125
"editor.findMatchHighlightBackground": "#9291DC10",
126126
"editor.findMatchHighlightBorder": "#8C8BD1",
127127

128-
"editor.findMatchForeground": "#e1e2edee",
128+
"editor.findMatchForeground": "#E1E2EDEE",
129129

130-
"editor.findMatchHighlightForeground": "#e1e2edee",
130+
"editor.findMatchHighlightForeground": "#E1E2EDEE",
131131

132132
"searchEditor.findMatchBackground": "#8282A930",
133133
"searchEditor.findMatchBorder": "#9291DC60",
@@ -136,7 +136,7 @@
136136

137137
//"listFilterWidget.outline": "#0400FF",
138138

139-
"editorOverviewRuler.findMatchForeground": "#6EB4E0ee",
139+
"editorOverviewRuler.findMatchForeground": "#6EB4E0EE",
140140
//"editorOverviewRuler.rangeHighlightForeground": "#001AFFF0",
141141

142142
"editor.hoverHighlightBackground": "#8282A930",

0 commit comments

Comments
 (0)