Skip to content

Commit

Permalink
2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fisheva committed Jul 31, 2024
1 parent 34eec53 commit a90d1a6
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.7.2

* Add All UI

```UI
editorSuggestWidget.focusHighlightForeground: #4480F4/#598def
```

2.7.0 ~ 2.7.1 (2024-07-31)

* Add All UI
Expand Down
1 change: 1 addition & 0 deletions themes/Eva-Dark-Bold.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"editorStickyScrollHover.background": "#598DEF3F",
"editorSuggestWidget.background": "#23272F",
"editorSuggestWidget.border": "#181A1F",
"editorSuggestWidget.focusHighlightForeground": "#4480F4",
"editorSuggestWidget.foreground": "#8E99B1",
"editorSuggestWidget.highlightForeground": "#4480F4",
"editorSuggestWidget.selectedBackground": "#598DEF64",
Expand Down
1 change: 1 addition & 0 deletions themes/Eva-Dark-Italic-Bold.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"editorStickyScrollHover.background": "#598DEF3F",
"editorSuggestWidget.background": "#23272F",
"editorSuggestWidget.border": "#181A1F",
"editorSuggestWidget.focusHighlightForeground": "#4480F4",
"editorSuggestWidget.foreground": "#8E99B1",
"editorSuggestWidget.highlightForeground": "#4480F4",
"editorSuggestWidget.selectedBackground": "#598DEF64",
Expand Down
1 change: 1 addition & 0 deletions themes/Eva-Dark-Italic.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"editorStickyScrollHover.background": "#598DEF3F",
"editorSuggestWidget.background": "#23272F",
"editorSuggestWidget.border": "#181A1F",
"editorSuggestWidget.focusHighlightForeground": "#4480F4",
"editorSuggestWidget.foreground": "#8E99B1",
"editorSuggestWidget.highlightForeground": "#4480F4",
"editorSuggestWidget.selectedBackground": "#598DEF64",
Expand Down
1 change: 1 addition & 0 deletions themes/Eva-Dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"editorStickyScrollHover.background": "#598DEF3F",
"editorSuggestWidget.background": "#23272F",
"editorSuggestWidget.border": "#181A1F",
"editorSuggestWidget.focusHighlightForeground": "#4480F4",
"editorSuggestWidget.foreground": "#8E99B1",
"editorSuggestWidget.highlightForeground": "#4480F4",
"editorSuggestWidget.selectedBackground": "#598DEF64",
Expand Down
1 change: 1 addition & 0 deletions themes/Eva-Light-Bold.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"editorStickyScrollHover.background": "#0065ff19",
"editorSuggestWidget.background": "#F1F4FB",
"editorSuggestWidget.border": "#CED1D7",
"editorSuggestWidget.focusHighlightForeground": "#598DEF",
"editorSuggestWidget.foreground": "#8E8E90",
"editorSuggestWidget.highlightForeground": "#598DEF",
"editorSuggestWidget.selectedBackground": "#0065FF33",
Expand Down
1 change: 1 addition & 0 deletions themes/Eva-Light-Italic-Bold.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"editorStickyScrollHover.background": "#0065ff19",
"editorSuggestWidget.background": "#F1F4FB",
"editorSuggestWidget.border": "#CED1D7",
"editorSuggestWidget.focusHighlightForeground": "#598DEF",
"editorSuggestWidget.foreground": "#8E8E90",
"editorSuggestWidget.highlightForeground": "#598DEF",
"editorSuggestWidget.selectedBackground": "#0065FF33",
Expand Down
1 change: 1 addition & 0 deletions themes/Eva-Light-Italic.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"editorStickyScrollHover.background": "#0065ff19",
"editorSuggestWidget.background": "#F1F4FB",
"editorSuggestWidget.border": "#CED1D7",
"editorSuggestWidget.focusHighlightForeground": "#598DEF",
"editorSuggestWidget.foreground": "#8E8E90",
"editorSuggestWidget.highlightForeground": "#598DEF",
"editorSuggestWidget.selectedBackground": "#0065FF33",
Expand Down
1 change: 1 addition & 0 deletions themes/Eva-Light.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"editorStickyScrollHover.background": "#0065ff19",
"editorSuggestWidget.background": "#F1F4FB",
"editorSuggestWidget.border": "#CED1D7",
"editorSuggestWidget.focusHighlightForeground": "#598DEF",
"editorSuggestWidget.foreground": "#8E8E90",
"editorSuggestWidget.highlightForeground": "#598DEF",
"editorSuggestWidget.selectedBackground": "#0065FF33",
Expand Down

0 comments on commit a90d1a6

Please sign in to comment.