mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
* Initial theme * JSON theme construction and integration with sdk project. Added theme documentation. * Added images and review feedback * Added internal mode and internal actions documentation * More feedback * Removed stub internal menu entries. * Reduced use of images, clarified IntelliJ Platform, IDE. * OlyaB feedback and compress images * Moved json file to resources folder * 19.1 -> 2019.1 * Strong note about availability of Custom UI Themes * Removed reference to UiDefaultsHardcodedKeys.java * Added IJSDK-567 content + cautioning UI Control keys may be deprecated. * Better SVG icons, clarify macOS scroll bar name attributes. * Generalize IntelliJ references, soften description of High Contrast scheme file as reference. * Updated custom color editor scheme descriptions. * Corrected position of editor scheme declaration.
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "theme_basics",
|
|
"dark": false,
|
|
"author": "IntelliJ Platform SDK",
|
|
|
|
"ui": {
|
|
"*": {
|
|
"background": "#FFFFFF",
|
|
"foreground": "#0C5800",
|
|
"selectionBackground": "#AED7E3",
|
|
"selectionForeground": "#032294",
|
|
"selectionInactiveBackground": "#BBE7F4",
|
|
"selectionBackgroundInactive": "#BBE7F4"
|
|
},
|
|
|
|
"Label.foreground": "#3959CC",
|
|
"Label.background": "#F6E9C9",
|
|
|
|
"Panel.background": "#E1E1E1",
|
|
|
|
"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"
|
|
}
|
|
},
|
|
|
|
"editorScheme": "/Lightning.xml",
|
|
|
|
"background": {
|
|
"image": "/austria.png",
|
|
"transparency": 10,
|
|
"fill": "scale",
|
|
"anchor": "center"
|
|
}
|
|
} |