Skip to content

Commit

Permalink
docs: update features and example
Browse files Browse the repository at this point in the history
  • Loading branch information
subframe7536 committed Oct 18, 2024
1 parent 409fd4f commit afed7b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ VSCode extension that custom ui css style in both editor and webview
- Unified global font family
- Setup background image
- Custom nest stylesheet for both editor and webview
- Custom Electron BrowserWindow options

## Configurations

Expand Down Expand Up @@ -59,6 +60,9 @@ VSCode extension that custom ui css style in both editor and webview

```json
{
"custom-ui-style.font.sansSerif": "Maple UI, -apple-system",
"custom-ui-style.background.url": "file:///D:/image/ide-bg.jpg",
"custom-ui-style.webview.monospaceSelector": [".codeblock", ".prism [class*='language-']"],
"custom-ui-style.stylesheet": {
"span:not([class*='dyn-rule'])+span[class*='dyn-rule']": {
"border-top-left-radius": "3px",
Expand Down

0 comments on commit afed7b8

Please sign in to comment.