mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
themes_customize.md: fix Window.border sample (IJSDK-923)
This commit is contained in:
parent
d9912aa779
commit
c5e9199ed8
@ -258,7 +258,7 @@ The following example sets a new border width and color for all windows:
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"ui": {
|
"ui": {
|
||||||
"Window.border" : "4, 4, 4, 4, E6E6E6"
|
"Window.border" : "4,4,4,4,E6E6E6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user