diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Light.LICENSE.txt b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Light.LICENSE.txt deleted file mode 100644 index 98783834..00000000 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Light.LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 CloudCannon - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Light.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Light.theme.json deleted file mode 100644 index ab2d5768..00000000 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Light.theme.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "name": "IntelliJ Light Preview", - "dark": false, - "author": "", - "editorScheme": "/Light.xml", - - "ui": { - "*": { - "selectionBackground": "#2675BF", - "selectionBackgroundInactive": "#D5D5D5", - "selectionInactiveBackground": "#D5D5D5", - - "disabledForeground": "#8C8C8C", - "disabledText": "#8C8C8C", - "inactiveForeground": "#8C8C8C", - - "infoForeground": "#808080", - "modifiedItemForeground": "#005ad9", - - "acceleratorSelectionForeground": "#FFFFFF", - - "separatorColor": "#d1d1d1", - "separatorForeground": "#999999" - }, - - "Borders": { - "color": "#D1D1D1", - "ContrastBorderColor": "#D1D1D1" - }, - - "Button": { - "shadowColor": "#A6A6A620", - "startBorderColor": "#C4C4C4", - "endBorderColor": "#C4C4C4", - "default": { - "foreground": "#FFFFFF", - "startBackground": "#528CC7", - "endBackground": "#4989CC", - "startBorderColor": "#487EB8", - "endBorderColor": "#346DAD", - "shadowColor": "#A6A6A650", - "focusedBorderColor": "#A9C9F5" - } - }, - - "ComboBox": { - "background": "#FFFFFF", - "nonEditableBackground": "#FFFFFF", - "ArrowButton.background": "#fafafa" - }, - - "ComboBoxButton.background": "#FFFFFF", - - "CompletionPopup": { - "selectionBackground": "#c5dffc", - "selectionInactiveBackground": "#e0e0e0" - }, - - "Component.borderColor": "#C4C4C4", - - "DefaultTabs.background": "#F2F2F2", - - "EditorTabs.underlinedTabBackground": "#ffffff", - - "Editor": { - "background": "#cccccc", - "foreground": "#737373", - "shortcutForeground": "#4274A6" - }, - - "Label.errorForeground": "#C7222D", - - "Link": { - "activeForeground": "#2470B3", - "hoverForeground": "#2470B3", - "pressedForeground": "#2470B3", - "visitedForeground": "#2470B3", - "secondaryForeground": "#77a8d9" - }, - - "Notification": { - "borderColor": "#D1D1D1" - }, - - "Menu.borderColor": "#d9d9d9", - - "Panel.background": "#F2F2F2", - - "PasswordField.background": "#FFFFFF", - - "Popup": { - "separatorColor": "#d9d9d9", - "Advertiser.borderColor": "#D1D1D1", - "borderColor": "#adadad" - }, - - "ProgressBar": { - "trackColor": "#D1D1D1", - "progressColor": "#1E82E6", - "indeterminateStartColor": "#91C5F2", - "indeterminateEndColor": "#1E82E6" - }, - - "StatusBar.borderColor": "#D1D1D1", - - "ToolWindow.Header.inactiveBackground": "#F2F2F2", - - "Tree.rowHeight": 20 - }, - - "icons": { - - "ColorPalette": { - "Checkbox.Border.Default": "#b0b0b0", - "Checkbox.Background.Selected": "#4F9EE3", - "Checkbox.Border.Selected": "#4B97D9" - } - } -} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.json index ac2533fa..ea644c30 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.json @@ -104,13 +104,6 @@ "sourceCodeUrl": "https://github.com/OlyaB/HighContrastTheme", "sourceCodePath": "blob/master/src/HighContrast.theme.json" }, - "Light.theme.json": { - "name": "IntelliJ Light Preview", - "license": "MIT", - "licenseFile": "Light.LICENSE.txt", - "sourceCodeUrl": "https://github.com/OlyaB/IntelliJLightTheme", - "sourceCodePath": "blob/master/src/Light.theme.json" - }, "LightFlatTheme.theme.json": { "name": "Light Flat", "license": "MIT",