mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "theme_basics",
|
|
"dark": false,
|
|
"author": "IntelliJ Platform SDK",
|
|
"editorScheme": "/Lightning.xml",
|
|
|
|
"colors": {
|
|
"basicBackground": "#E1E1E1"
|
|
},
|
|
|
|
"ui": {
|
|
"*": {
|
|
"background": "#FFFFFF",
|
|
"foreground": "#0C5800",
|
|
"selectionBackground": "#AED7E3",
|
|
"selectionForeground": "#032294",
|
|
"selectionInactiveBackground": "#BBE7F4",
|
|
"selectionBackgroundInactive": "#BBE7F4"
|
|
},
|
|
"Label.foreground": "#3959CC",
|
|
"Label.background": "#F6E9C9",
|
|
"Panel.background": "basicBackground",
|
|
"Window.border": "4,4,4,4,E6E6E6"
|
|
},
|
|
|
|
"icons": {
|
|
"/actions/compile.svg": "/factory.svg",
|
|
"/actions/execute.svg": "/run.svg",
|
|
"ColorPalette": {
|
|
"Actions.Blue": "#5BC0DE",
|
|
"Actions.Red": "#D9534F",
|
|
"Actions.Yellow": "#FFEEAD",
|
|
"Actions.Grey": "#354E5A",
|
|
"Objects.Blue": "#5BC0DE",
|
|
"Objects.Red": "#D9534F",
|
|
"Objects.Yellow": "#FFEEAD",
|
|
"Objects.Purple": "#BA7FBA",
|
|
"Objects.Pink": "#FFC5E8",
|
|
"Objects.Grey": "#4694AE",
|
|
"Objects.BlackText": "#0C5800",
|
|
"#59A869": "#00C5C0FF"
|
|
}
|
|
},
|
|
|
|
"background": {
|
|
"image": "/austria.png",
|
|
"transparency": 10,
|
|
"fill": "scale",
|
|
"anchor": "center"
|
|
}
|
|
} |