Skip to content

Commit

Permalink
0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLuo0 committed Aug 5, 2024
1 parent 99bcdaf commit db524ee
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.7.10]
- be29ed6: fix: option order
- 4a030e6: fix: remove `brightness(30%)` from default mica filter
- 6d1b10a: fix: mica fix is only enabled when fake mica is enabled
- 99bcdaf: feat: add filter in dark mode for fake mica

## [0.7.8]
- 13e9e9a: feat: fakeMica effect
- 8006990: feat: add hover-overlay
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Plz read this document before installation

## Preview
![Animation](image/Animation.gif) \
![FakeMica](image/FakeMica.jpg)\
![CodeHover](image/CodeHover.jpg) \
![ContextMenu](image/ContextMenu.jpg) \
![MenuBar](image/MenuBar.jpg) \
![SearchBar](image/SearchBar.jpg) \
![CommandPanel](image/CommandPanel.jpg) \
![PanelHeader](image/PanelHeader.jpg) \
![FakeMica](image/FakeMica.jpg)
![PanelHeader](image/PanelHeader.jpg)
## Install
* Install this extension
* Open command panel, type in `Frosted Glass Theme: Enable`, press enter
Expand Down
4 changes: 2 additions & 2 deletions READMECN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

## 预览图
![Animation](image/Animation.gif) \
![FakeMica](image/FakeMica.jpg)\
![CodeHover](image/CodeHover.jpg) \
![ContextMenu](image/ContextMenu.jpg) \
![MenuBar](image/MenuBar.jpg) \
![SearchBar](image/SearchBar.jpg) \
![CommandPanel](image/CommandPanel.jpg) \
![PanelHeader](image/PanelHeader.jpg) \
![FakeMica](image/FakeMica.jpg)
![PanelHeader](image/PanelHeader.jpg)
## 安装
* 安装本扩展
* 打开命令面板,输入`Frosted Glass Theme: Enable`,回车
Expand Down
Binary file modified image/FakeMica.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"publisher": "RichardLuo",
"description": "Bring frosted glass menu (like windows acrylic or mac os) to your vscode!",
"version": "0.7.9",
"version": "0.7.10",
"repository": {
"type": "git",
"url": "https://github.com/RichardLuo0/vscode-frosted-glass-theme"
Expand Down

0 comments on commit db524ee

Please sign in to comment.