-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue for appreciation #2
Comments
Hey👋 Can you share your config? Normally if you set |
@subframe7536 these are the extension props that i have {
"custom-ui-style.font.sansSerif": "JetbrainsMono Nerd Font",
"custom-ui-style.background.url": "file:///Users/jatin/Pictures/wall/fav.png",
"custom-ui-style.stylesheet": {
"span:not([class*='dyn-rule'])+span[class*='dyn-rule']": {
"border-top-left-radius": "3px",
"border-bottom-left-radius": "3px"
},
"span[class*='dyn-rule']:has(+span:not([class*='dyn-rule']))": {
"border-top-right-radius": "3px",
"border-bottom-right-radius": "3px"
},
".cdr": {
"border-radius": "3px"
},
".quick-input-widget": {
"top": "25vh !important"
},
".overlayWidgets .editorPlaceholder": {
"line-height": "unset !important"
}
},
"custom-ui-style.electron": {
"frame": false
},
"window.titleBarStyle": "native"
} EDIT: i got it working somehow its the same config yet works. where can i find the list of all props that are there for the electron config |
repro.mp4 |
|
hey man, insane respect for this 🙌🏻
i was hoping if i could get what all are supported options in election configuration object, my need is removing the title bar. i tried the configuration options i used in APC didn't work 😔
The text was updated successfully, but these errors were encountered: