Skip to content

Commit

Permalink
2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fisheva committed Jul 26, 2024
1 parent a5af986 commit eb1b431
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.history
.history
node_modules
3 changes: 2 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.history
.vscode
documents/
images/
images/
node_modules
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.6.8 (2024-07-26)

* Change All UI

```UI
editorStickyScrollHover.background: #2F323C/#E3E6ED → #598DEF3F/#0065ff19
terminalStickyScrollHover.background: #2F323C/#E3E6ED → #598DEF3F/#0065ff19
```

2.6.7 (2024-07-25)

* Add All UI
Expand Down
Binary file removed eva-theme-2.6.7.vsix
Binary file not shown.
Binary file added eva-theme-2.6.8.vsix
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eva-theme",
"displayName": "Eva Theme",
"description": "A comfortable and semantic theme.",
"version": "2.6.7",
"version": "2.6.8",
"publisher": "fisheva",
"license": "SEE LICENSE IN<LICENSE.md>",
"icon": "eva.jpg",
Expand Down
2 changes: 1 addition & 1 deletion themes/Eva-Dark-Bold.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"editorOverviewRuler.wordHighlightTextForeground": "#008099BF",
"editorPane.background": "#282c34",
"editorRuler.foreground": "#676E95",
"editorStickyScrollHover.background": "#2F323C",
"editorStickyScrollHover.background": "#598DEF3F",
"editorSuggestWidget.background": "#23272F",
"editorSuggestWidget.border": "#181A1F",
"editorSuggestWidget.foreground": "#8E99B1",
Expand Down
2 changes: 1 addition & 1 deletion themes/Eva-Dark-Italic-Bold.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"editorOverviewRuler.wordHighlightTextForeground": "#008099BF",
"editorPane.background": "#282c34",
"editorRuler.foreground": "#676E95",
"editorStickyScrollHover.background": "#2F323C",
"editorStickyScrollHover.background": "#598DEF3F",
"editorSuggestWidget.background": "#23272F",
"editorSuggestWidget.border": "#181A1F",
"editorSuggestWidget.foreground": "#8E99B1",
Expand Down
2 changes: 1 addition & 1 deletion themes/Eva-Dark-Italic.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"editorOverviewRuler.wordHighlightTextForeground": "#008099BF",
"editorPane.background": "#282c34",
"editorRuler.foreground": "#676E95",
"editorStickyScrollHover.background": "#2F323C",
"editorStickyScrollHover.background": "#598DEF3F",
"editorSuggestWidget.background": "#23272F",
"editorSuggestWidget.border": "#181A1F",
"editorSuggestWidget.foreground": "#8E99B1",
Expand Down
2 changes: 1 addition & 1 deletion themes/Eva-Dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"editorOverviewRuler.wordHighlightTextForeground": "#008099BF",
"editorPane.background": "#282c34",
"editorRuler.foreground": "#676E95",
"editorStickyScrollHover.background": "#2F323C",
"editorStickyScrollHover.background": "#598DEF3F",
"editorSuggestWidget.background": "#23272F",
"editorSuggestWidget.border": "#181A1F",
"editorSuggestWidget.foreground": "#8E99B1",
Expand Down
2 changes: 1 addition & 1 deletion themes/Eva-Light-Bold.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"editorOverviewRuler.wordHighlightTextForeground": "#00BEC4AD",
"editorPane.background": "#EBEEF5",
"editorRuler.foreground": "#B3B3B4",
"editorStickyScrollHover.background": "#E3E6ED",
"editorStickyScrollHover.background": "#0065ff19",
"editorSuggestWidget.background": "#F1F4FB",
"editorSuggestWidget.border": "#CED1D7",
"editorSuggestWidget.foreground": "#8E8E90",
Expand Down
2 changes: 1 addition & 1 deletion themes/Eva-Light-Italic-Bold.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"editorOverviewRuler.wordHighlightTextForeground": "#00BEC4AD",
"editorPane.background": "#EBEEF5",
"editorRuler.foreground": "#B3B3B4",
"editorStickyScrollHover.background": "#E3E6ED",
"editorStickyScrollHover.background": "#0065ff19",
"editorSuggestWidget.background": "#F1F4FB",
"editorSuggestWidget.border": "#CED1D7",
"editorSuggestWidget.foreground": "#8E8E90",
Expand Down
2 changes: 1 addition & 1 deletion themes/Eva-Light-Italic.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"editorOverviewRuler.wordHighlightTextForeground": "#00BEC4AD",
"editorPane.background": "#EBEEF5",
"editorRuler.foreground": "#B3B3B4",
"editorStickyScrollHover.background": "#E3E6ED",
"editorStickyScrollHover.background": "#0065ff19",
"editorSuggestWidget.background": "#F1F4FB",
"editorSuggestWidget.border": "#CED1D7",
"editorSuggestWidget.foreground": "#8E8E90",
Expand Down
2 changes: 1 addition & 1 deletion themes/Eva-Light.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"editorOverviewRuler.wordHighlightTextForeground": "#00BEC4AD",
"editorPane.background": "#EBEEF5",
"editorRuler.foreground": "#B3B3B4",
"editorStickyScrollHover.background": "#E3E6ED",
"editorStickyScrollHover.background": "#0065ff19",
"editorSuggestWidget.background": "#F1F4FB",
"editorSuggestWidget.border": "#CED1D7",
"editorSuggestWidget.foreground": "#8E8E90",
Expand Down

0 comments on commit eb1b431

Please sign in to comment.