EYHN / vscode-vibrancy

Enable Acrylic/Glass effect for your VS Code.
MIT License
561 stars 37 forks source link

OPEN ISSUE fix - [The rename box also becomes transparent #49] #125

Closed andremalveira closed 2 years ago

andremalveira commented 2 years ago

Hi, I really liked your project and I'm already using it! I noticed that the rename box [f2] was also transparent and saw that there was an open problem with it, so I found the solution by adding the following properties to css:

.monaco-editor.rename-box.preview { background: rgb (30 30 30/90%)! important; // background color edge radius: 0.4rem! important; // just aesthetics filling: 0.3 rem! important; // just aesthetics }

Sincerely André Malveira.