diff --git a/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemeInfo.java b/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemeInfo.java index c1411466..5f3c50e9 100644 --- a/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemeInfo.java +++ b/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemeInfo.java @@ -36,9 +36,4 @@ class IJThemeInfo this.themeFile = themeFile; this.lafClassName = lafClassName; } - - @Override - public String toString() { - return name; - } } diff --git a/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemesPanel.java b/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemesPanel.java index 24b8c251..b7b5d467 100644 --- a/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemesPanel.java +++ b/flatlaf-demo/src/main/java/com/formdev/flatlaf/demo/intellijthemes/IJThemesPanel.java @@ -69,7 +69,12 @@ public class IJThemesPanel int index, boolean isSelected, boolean cellHasFocus ) { String title = categories.get( index ); - JComponent c = (JComponent) super.getListCellRendererComponent( list, value, index, isSelected, cellHasFocus ); + String name = ((IJThemeInfo)value).name; + int sep = name.indexOf( '/' ); + if( sep >= 0 ) + name = name.substring( sep + 1 ).trim(); + + JComponent c = (JComponent) super.getListCellRendererComponent( list, name, index, isSelected, cellHasFocus ); if( title != null ) c.setBorder( new CompoundBorder( new ListCellTitledBorder( themesList, title ), c.getBorder() ) ); return c; @@ -99,9 +104,28 @@ public class IJThemesPanel themes.add( new IJThemeInfo( "Flat IntelliJ", null, null, null, FlatIntelliJLaf.class.getName() ) ); themes.add( new IJThemeInfo( "Flat Darcula", null, null, null, FlatDarculaLaf.class.getName() ) ); - // add bundles themes + // add uncategorized bundled themes categories.put( themes.size(), "IntelliJ Themes" ); - themes.addAll( themesManager.bundledThemes ); + for( IJThemeInfo ti : themesManager.bundledThemes ) { + if( !ti.name.contains( "/" ) ) + themes.add( ti ); + } + + // add categorized bundled themes + String lastCategory = null; + for( IJThemeInfo ti : themesManager.bundledThemes ) { + int sep = ti.name.indexOf( '/' ); + if( sep < 0 ) + continue; + + String category = ti.name.substring( 0, sep ).trim(); + if( !Objects.equals( lastCategory, category ) ) { + lastCategory = category; + categories.put( themes.size(), category ); + } + + themes.add( ti ); + } // add themes from directory categories.put( themes.size(), "Current Directory" ); diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Arc Dark Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Arc Dark Contrast.theme.json new file mode 100644 index 00000000..25bcfd95 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Arc Dark Contrast.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Arc Dark Contrast", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Arc Dark.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#8b9eb5", + "background": "#2f343f", + "borderColor": "#404552", + "disabledBackground": "#474B57", + "disabledForeground": "#D3DAE3", + "disabledText": "#D3DAE3", + "focusColor": "#3F3F46", + "focusedBorderColor": "#42A5F5", + "foreground": "#D3DAE3", + "inactiveBackground": "#474B57", + "inactiveForeground": "#8b9eb5", + "infoForeground": "#8b9eb5", + "selectionBackground": "#8888FF", + "selectionBackgroundInactive": "#393f4c", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#393f4c", + "separatorColor": "#404552" + }, + "activeCaption": "#2f343f", + "ActionButton": { + "hoverBackground": "#42A5F550", + "hoverBorderColor": "#42A5F550", + "pressedBackground": "#42A5F550", + "pressedBorderColor": "#42A5F550" + }, + "Autocomplete": { + "selectionBackground": "#8888FF" + }, + "Borders.ContrastBorderColor": "#2f343f", + "Borders.color": "#404552", + "Button": { + "arc": 0, + "background": "#2f343f", + "default": { + "endBackground": "#41416A", + "endBorderColor": "#41416A", + "foreground": "#FFFFFF", + "focusColor": "#42A5F5", + "focusedBorderColor": "#42A5F5", + "shadowColor": "#41416A", + "startBackground": "#41416A", + "startBorderColor": "#41416A" + }, + "disabledBorderColor": "#383C4A", + "disabledText": "#D3DAE3", + "endBackground": "#383C4A", + "endBorderColor": "#383C4A", + "focus": "#3F3F46", + "focusedBorderColor": "#42A5F5", + "foreground": "#8b9eb5", + "highlight": "#FFFFFF", + "mt.background": "#383C4A", + "mt.foreground": "#8b9eb5", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#41416A", + "mt.selection.color2": "#41416A", + "startBackground": "#383C4A", + "startBorderColor": "#383C4A", + "shadowColor": "#383C4A", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#2f343f", + "disabledText": "#D3DAE3", + "foreground": "#D3DAE3", + "select": "#42A5F5" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#8b9eb5", + "acceleratorSelectionForeground": "#8b9eb5", + "background": "#2f343f", + "disabledBackground": "#2f343f", + "disabledForeground": "#D3DAE3", + "foreground": "#D3DAE3", + "selectionBackground": "#8888FF", + "selectionForeground": "#FFFFFF" + }, + "ColorChooser": { + "background": "#2f343f", + "foreground": "#D3DAE3", + "swatchesDefaultRecentColor": "#D3DAE3" + }, + "ComboBoxButton.background": "#383C4A", + "ComboBox": { + "ArrowButton": { + "background": "#383C4A", + "disabledIconColor": "#D3DAE3", + "iconColor": "#D3DAE3", + "nonEditableBackground": "#2f343f" + }, + "background": "#262b33", + "buttonBackground": "#383C4A", + "disabledForeground": "#D3DAE3", + "foreground": "#D3DAE3", + "modifiedItemForeground": "#42A5F5", + "nonEditableBackground": "#393f4c", + "padding": "5,5,5,5", + "selectionBackground": "#41416A", + "selectionForeground": "#FFFFFF" + }, + "ComboPopup.border": "#404552", + "CompletionPopup": { + "background": "#393f4c", + "foreground": "#D3DAE3", + "infoForeground": "#8b9eb5", + "matchForeground": "#42A5F52", + "matchSelectionForeground": "#42A5F5", + "nonFocusedState": "false", + "nonFocusedMask": "#08507C", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#8b9eb5", + "selectionInactiveBackground": "#3F3F46", + "selectionBackground": "#8888FF80", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#3F3F46", + "disabledBorderColor": "#383C4A", + "focusColor": "#42A5F5", + "focusedBorderColor": "#42A5F5", + "hoverIconColor": "#42A5F5", + "infoForeground": "#8b9eb5", + "iconColor": "#D3DAE3" + }, + "control": "#2f343f", + "controlText": "#8b9eb5", + "Counter": { + "background": "#42A5F5", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#8b9eb5", + "changedValueForeground": "#42A5F5", + "errorMessageForeground": "#CF6A4C", + "evaluatingExpressionForeground": "#8b9eb5", + "exceptionForeground": "#F9EE98", + "modifyingValueForeground": "#42A5F5", + "valueForeground": "#42A5F5" + } + }, + "DebuggerTabs": { + "selectedBackground": "#3F3F46", + "underlinedTabBackground": "#3F3F46" + }, + "DebuggerPopup": { + "borderColor": "#3F3F46" + }, + "DefaultTabs": { + "background": "#2f343f", + "borderColor": "#2f343f", + "hoverBackground": "#41416A", + "hoverColor": "#262b33", + "hoverMaskColor": "#3F3F46", + "inactiveUnderlineColor": "#D3DAE3", + "inactiveMaskColor": "#262b33", + "underlineColor": "#42A5F5", + "underlinedTabBackground":"#41416A" + }, + "Desktop.background": "#2f343f", + "DialogWrapper.southPanelBackground": "#2f343f", + "DialogWrapper.southPanelDivider": "#2f343f", + "DragAndDrop": { + "areaBackground": "#2f343f", + "areaBorderColor": "#2f343f", + "areaForeground": "#D3DAE3" + }, + "Editor": { + "background": "#262b33", + "foreground": "#D3DAE3", + "shortcutForeground": "#8b9eb5" + }, + "EditorPane": { + "background": "#262b33", + "caretForeground": "#42A5F5", + "foreground": "#D3DAE3", + "inactiveBackground": "#2f343f", + "inactiveForeground": "#D3DAE3", + "selectionBackground": "#8888FF", + "selectionForeground": "#FFFFFF" + }, + "EditorTabs": { + "borderColor": "#393f4c", + "hoverColor": "#3F3F46", + "hoverMaskColor": "#3F3F46", + "inactiveMaskColor": "#2f343f", + "inactiveColoredFileBackground": "#2f343f", + "inactiveUnderlineColor": "#D3DAE3", + "selectedForeground": "#D3DAE3", + "selectedBackground": "#41416A", + "underlineColor": "#42A5F5", + "underlinedTabBackground": "#41416A" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#474B57", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#404552", + "FormattedTextField": { + "background": "#262b33", + "caretForeground": "#42A5F5", + "foreground": "#D3DAE3", + "inactiveBackground": "#383C4A", + "inactiveForeground": "#D3DAE3", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#41416A" + }, + "Group": { + "disabledSeparatorColor": "#404552", + "separatorColor": "#404552" + }, + "GutterTooltip": { + "infoForeground": "#D3DAE3", + "lineSeparatorColor": "#2f343f" + }, + "HeaderColor": { + "active": "#2f343f", + "inactive": "#262b33" + }, + "HelpTooltip": { + "background": "#2f343f", + "borderColor": "#404552", + "foreground": "#D3DAE3", + "infoForeground": "#8b9eb5", + "shortcutForeground": "#8b9eb5" + }, + "Hyperlink.linkColor": "#42A5F5", + "inactiveCaption": "#393f4c", + "inactiveCaptionBorder": "#2f343f", + "inactiveCaptionText": "#8b9eb5", + "info": "#8b9eb5", + "infoText": "#8b9eb5", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#404552", + "InplaceRefactoringPopup": { + "borderColor": "#2f343f" + }, + "InternalFrame": { + "activeTitleForeground": "#D3DAE3", + "background": "#2f343f", + "inactiveTitleForeground": "#8b9eb5" + }, + "Label": { + "background": "#2f343f", + "disabledForeground": "#D3DAE3", + "disabledShadow": "#2f343f", + "disabledText": "#D3DAE3", + "foreground": "#D3DAE3", + "infoForeground": "#8b9eb5", + "selectedForeground": "#FFFFFF" + }, + "Link": { + "activeForeground": "#42A5F5", + "hoverForeground": "#42A5F5", + "pressedForeground": "#42A5F5", + "secondaryForeground": "#8b9eb5", + "visitedForeground": "#42A5F5" + }, + "List": { + "background": "#393f4c", + "foreground": "#D3DAE3", + "selectionBackground": "#8888FF", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#08507C25" + }, + "material": { + "background": "#2f343f", + "branchColor": "#D3DAE3", + "contrast": "#262b33", + "foreground": "#D3DAE3", + "mergeCommits": "#383C4A", + "primaryColor": "#8b9eb5", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#2f343f", + "tab.borderColor": "#42A5F5", + "tagColor": "#8b9eb5" + }, + "MemoryIndicator": { + "allocatedBackground": "#393f4c", + "usedColor": "#3F3F46", + "usedBackground": "#3F3F46" + }, + "Menu": { + "acceleratorForeground": "#8b9eb5", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#2f343f", + "border": "4,2,4,2", + "borderColor": "#393f4c", + "disabledBackground": "#393f4c", + "disabledForeground": "#D3DAE3", + "foreground": "#D3DAE3", + "selectionBackground": "#8888FF", + "selectionForeground": "#FFFFFF", + "separatorColor": "#404552" + }, + "MenuBar": { + "background": "#262b33", + "borderColor": "#2f343f", + "disabledBackground": "#2f343f", + "disabledForeground": "#D3DAE3", + "foreground": "#D3DAE3", + "highlight": "#2f343f", + "selectionBackground": "#8888FF", + "selectionForeground": "#FFFFFF", + "shadow": "#262b33" + }, + "MenuItem": { + "acceleratorForeground": "#8b9eb5", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#2f343f", + "disabledBackground": "#2f343f", + "disabledForeground": "#D3DAE3", + "foreground": "#D3DAE3", + "selectionBackground": "#8888FF", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#D3DAE3", + "borderColor": "#2f343f" + }, + "NewClass": { + "Panel": { + "background": "#2f343f" + }, + "SearchField": { + "background": "#262b33" + } + }, + "Notification": { + "background": "#262a33", + "borderColor": "#262a33", + "errorBackground": "#262a33", + "errorBorderColor": "#262a33", + "foreground": "#D3DAE3", + "MoreButton": { + "background": "#383C4A", + "foreground": "#D3DAE3", + "innerBorderColor": "#383C4A" + }, + "ToolWindow": { + "errorBackground": "#262a33", + "errorBorderColor": "#262a33", + "informativeBackground": "#262a33", + "informativeBorderColor": "#262a33", + "warningBackground": "#262a33", + "warningBorderColor": "#262a33" + } + }, + "OnePixelDivider.background": "#404552", + "OptionPane": { + "background": "#2f343f", + "foreground": "#D3DAE3", + "messageForeground": "#D3DAE3" + }, + "Outline": { + "color": "#383C4A" + }, + "Panel": { + "background": "#2f343f", + "foreground": "#D3DAE3" + }, + "ParameterInfo": { + "background": "#393f4c", + "borderColor": "#41416A", + "currentOverloadBackground": "#41416A", + "currentParameterForeground": "#42A5F5", + "disabledForeground": "#D3DAE3", + "foreground": "#D3DAE3", + "infoForeground": "#8b9eb5", + "lineSeparatorColor": "#41416A" + }, + "PasswordField": { + "background": "#262b33", + "capsLockIconColor": "#42A5F5", + "caretForeground": "#42A5F5", + "foreground": "#D3DAE3", + "inactiveForeground": "#D3DAE3", + "selectionBackground": "#41416A", + "selectionForeground": "#FFFFFF" + }, + "Plugins": { + "background": "#2f343f", + "disabledForeground": "#D3DAE3", + "eapTagBackground": "#3F3F46", + "lightSelectionBackground": "#8888FF", + "selectionBackground": "#8888FF", + "tagForeground": "#42A5F5", + "tagBackground": "#3F3F46", + "Button": { + "installBackground": "#383C4A", + "installBorderColor": "#383C4A", + "installForeground": "#D3DAE3", + "installFocusedBackground": "#3F3F46", + "installFillForeground": "#8b9eb5", + "installFillBackground": "#383C4A", + "updateBackground": "#383C4A", + "updateBorderColor": "#383C4A", + "updateForeground": "#D3DAE3" + }, + "SearchField": { + "background": "#262b33", + "borderColor": "#404552" + }, + "SectionHeader": { + "background": "#393f4c", + "foreground": "#D3DAE3" + }, + "Tab": { + "hoverBackground": "#41416A", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#41416A" + } + }, + "Popup": { + "Advertiser": { + "background": "#2f343f", + "borderColor": "#2f343f", + "foreground": "#42A5F5" + }, + "borderColor": "#262b33", + "inactiveBorderColor": "#2f343f", + "innerBorderColor": "#393f4c", + "Header": { + "activeBackground": "#2f343f", + "inactiveBackground": "#262b33" + }, + "paintBorder": true, + "separatorForeground": "#D3DAE3", + "separatorColor": "#393f4c", + "Toolbar": { + "background": "#262b33", + "borderColor": "#262b33" + } + }, + "PopupMenu": { + "background": "#2f343f", + "border": "2,0,2,0", + "foreground": "#D3DAE3", + "translucentBackground": "#2f343f" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#2f343f", + "foreground": "#42A5F5", + "indeterminateEndColor": "#42A5F5", + "indeterminateStartColor": "#42A5F5", + "progressColor": "#42A5F5", + "selectionBackground": "#3F3F46", + "trackColor": "#3F3F46" + }, + "RadioButton": { + "background": "#2f343f", + "disabledText": "#D3DAE3", + "foreground": "#D3DAE3" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#8b9eb5", + "acceleratorSelectionForeground": "#8b9eb5", + "background": "#2f343f", + "disabledBackground": "#2f343f", + "disabledForeground": "#D3DAE3", + "foreground": "#D3DAE3", + "selectionBackground": "#8888FF", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#2f343f", + "hoverThumbBorderColor": "#42A5F5", + "hoverThumbColor": "#42A5F5", + "hoverTrackColor": "#2f343f30", + "Mac": { + "hoverThumbBorderColor": "#42A5F5", + "hoverThumbColor": "#42A5F5", + "hoverTrackColor": "#2f343f30", + "thumbBorderColor": "#42A5F570", + "thumbColor": "#42A5F570", + "trackColor": "#2f343f30", + "Transparent": { + "hoverThumbBorderColor": "#42A5F5", + "hoverThumbColor": "#42A5F5", + "hoverTrackColor": "#2f343f30", + "thumbBorderColor": "#42A5F570", + "thumbColor": "#42A5F570", + "trackColor": "#2f343f30" + } + }, + "thumb": "#3F3F46", + "thumbBorderColor": "#42A5F570", + "thumbColor": "#42A5F570", + "trackColor": "#2f343f30", + "Transparent": { + "hoverThumbBorderColor": "#42A5F5", + "hoverThumbColor": "#42A5F5", + "hoverTrackColor": "#2f343f30", + "thumbBorderColor": "#42A5F570", + "thumbColor": "#42A5F570", + "trackColor": "#2f343f30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#262b33", + "foreground": "#8b9eb5" + }, + "Header": { + "background": "#2f343f" + }, + "List": { + "separatorForeground": "#D3DAE3", + "separatorColor": "#404552" + }, + "SearchField": { + "background": "#2f343f", + "borderColor": "#262b33", + "infoForeground": "#8b9eb5" + }, + "Tab": { + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#3F3F46" + } + }, + "SearchMatch": { + "endBackground": "#42A5F5", + "startBackground": "#42A5F5" + }, + "Separator": { + "background": "#393f4c", + "foreground": "#393f4c", + "separatorColor": "#393f4c" + }, + "SidePanel": { + "background": "#262b33" + }, + "Slider": { + "background": "#2f343f", + "foreground": "#D3DAE3", + "majorTickLength": 6, + "tickColor": "#393f4c", + "trackWidth": 7, + "thumb": "#42A5F5" + }, + "SpeedSearch": { + "background": "#3F3F46", + "borderColor": "#404552", + "foreground": "#D3DAE3", + "errorForeground": "#D3DAE3" + }, + "Spinner": { + "background": "#2f343f", + "border": "3,3,3,3", + "foreground": "#D3DAE3", + "selectionForeground": "#FFFFFF" + }, + "SplitPane": { + "background": "#2f343f", + "highlight": "#262b33" + }, + "SplitPaneDivider.draggingColor": "#393f4c", + "StatusBar": { + "borderColor": "#2f343f" + }, + "TabbedPane": { + "background": "#2f343f", + "contentAreaColor": "#3F3F46", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#404552", + "disabledForeground": "#D3DAE3", + "disabledUnderlineColor": "#D3DAE3", + "focus": "#41416A", + "focusColor": "#41416A", + "fontSizeOffset": 0, + "foreground": "#D3DAE3", + "highlight": "#404552", + "hoverColor": "#3F3F46", + "labelShift": 0, + "selectedForeground": "#FFFFFF", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#262b33", + "Table": { + "background": "#2f343f", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#42A5F5", + "dropLineShortColor": "#42A5F5", + "focusCellBackground": "#41416A", + "focusCellForeground": "#FFFFFF", + "foreground": "#D3DAE3", + "gridColor": "#2f343f", + "highlightOuter": "#41416A", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#8b9eb5", + "lightSelectionInactiveBackground": "#393f4c", + "selectionBackground": "#41416A", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#08507C25", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#D3DAE3", + "stripeColor": "#262b33" + }, + "TableHeader": { + "background": "#2f343f", + "borderColor": "#2f343f", + "bottomSeparatorColor": "#393f4c", + "cellBorder": "4,0,4,0", + "foreground": "#D3DAE3", + "focusCellBackground": "#41416A", + "focusCellForeground": "#FFFFFF", + "height": 25, + "separatorColor": "#393f4c" + }, + "text": "#8b9eb5", + "textInactiveText": "#8b9eb5", + "textText": "#8b9eb5", + "TextArea": { + "background": "#262b33", + "caretForeground": "#42A5F5", + "foreground": "#D3DAE3", + "inactiveForeground": "#D3DAE3", + "selectionBackground": "#41416A", + "selectionForeground": "#FFFFFF" + }, + "TextField": { + "background": "#262b33", + "caretForeground": "#42A5F5", + "foreground": "#D3DAE3", + "inactiveForeground": "#D3DAE3", + "selectionBackground": "#41416A", + "selectionForeground": "#FFFFFF" + }, + "TextPane": { + "background": "#262b33", + "caretForeground": "#42A5F5", + "foreground": "#D3DAE3", + "inactiveForeground": "#D3DAE3", + "selectionBackground": "#41416A", + "selectionForeground": "#FFFFFF" + }, + "TitlePane": { + "background": "#262b33", + "Button.hoverBackground": "#3F3F46", + "inactiveBackground": "#393f4c", + "infoForeground": "#8b9eb5", + "inactiveInfoForeground": "#8b9eb5" + }, + "TitledBorder.titleColor": "#D3DAE3", + "ToggleButton": { + "borderColor": "#383C4A", + "buttonColor": "#D3DAE3", + "disabledText": "#D3DAE3", + "foreground": "#D3DAE3", + "offForeground": "#2f343f", + "offBackground": "#2f343f", + "onBackground": "#42A5F5", + "onForeground": "#42A5F5" + }, + "ToolBar": { + "background": "#262b33", + "borderHandleColor": "#8b9eb5", + "floatingForeground": "#8b9eb5", + "foreground": "#D3DAE3" + }, + "ToolTip": { + "Actions.background": "#2f343f", + "Actions.infoForeground": "#8b9eb5", + "background": "#2f343f", + "borderColor": "#3F3F46", + "foreground": "#D3DAE3", + "infoForeground": "#8b9eb5", + "separatorColor": "#404552", + "shortcutForeground": "#8b9eb5" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#41416A", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#262b33" + }, + "Header": { + "background": "#2f343f", + "borderColor": "#393f4c", + "inactiveBackground": "#2f343f" + }, + "HeaderCloseButton": { + "background": "#2f343f" + }, + "HeaderTab": { + "hoverBackground": "#3F3F46", + "hoverInactiveBackground": "#393f4c", + "inactiveUnderlineColor": "#42A5F5", + "selectedBackground": "#262b33", + "selectedInactiveBackground": "#262b33", + "underlineColor": "#42A5F5", + "underlinedTabBackground": "#3F3F46", + "underlinedTabInactiveBackground": "#393f4c" + } + }, + "Tree": { + "background": "#262b33", + "foreground": "#8b9eb5", + "hash": "#404552", + "modifiedItemForeground": "#42A5F5", + "rowHeight": 28, + "selectionBackground": "#08507C", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#08507C25", + "textBackground": "#262b33" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#2f343f", + "Preview.background": "#2f343f" + }, + "ValidationTooltip": { + "errorBackground": "#262a33", + "errorBorderColor": "#262a33", + "warningBackground": "#262a33", + "warningBorderColor": "#262a33" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#2f343f" + }, + "GitLog": { + "localBranchIconColor": "#42A5F5", + "otherIconColor": "#8b9eb5", + "remoteBranchIconColor": "#D3DAE3", + "tagIconColor": "#8b9eb5" + }, + "HgLog": { + "branchIconColor": "#42A5F5", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#D3DAE3", + "localTagIconColor": "#8b9eb5", + "mqTagIconColor": "#8b9eb5", + "tagIconColor": "#8b9eb5", + "tipIconColor": "#8b9eb5" + }, + "Log": { + "Commit.unmatchedForeground": "#8b9eb5", + "Commit.currentBranchBackground": "#08507C" + }, + "RefLabel": { + "foreground": "#FFFFFF", + "backgroundBase": "#3F3F46" + } + }, + "Viewport": { + "background": "#262b33", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#2f343f", + "borderColor": "#2f343f", + "captionBackground": "#262b33", + "captionForeground": "#D3DAE3", + "footerBackground": "#262b33", + "footerForeground": "#D3DAE3", + "headerBackground": "#2f343f", + "headerForeground": "#D3DAE3", + "separatorColor": "#404552", + "Projects": { + "background": "#393f4c", + "selectionBackground": "#8888FF", + "selectionInactiveBackground": "#393f4c" + } + }, + "window": "#262b33", + "windowBorder": "#404552", + "windowText": "#8b9eb5", + "Window.border": "#404552" + }, + "icons": { + "ColorPalette": { + "#43494A": "#262b33", + "#6B6B6B": "#8b9eb5", + "#A7A7A7": "#2f343f", + "#3D6185": "#42A5F5", + "#466D94": "#42A5F5", + "#3C3F41": "#2f343f", + "#545556": "#D3DAE3", + "#606060": "#D3DAE3", + "#9AA7B0": "#D3DAE3", + "#675133": "#42A5F5", + "Actions.Blue": "#7587A6", + "Actions.Green": "#8F9D6A", + "Actions.Grey": "#8b9eb5", + "Actions.GreyInline": "#747C84", + "Actions.GreyInline.Dark": "#D3DAE3", + "Actions.Red": "#CF6A4C", + "Actions.Yellow": "#F9EE98", + "Checkbox.Background.Default": "#262b33", + "Checkbox.Background.Default.Dark": "#262b33", + "Checkbox.Background.Disabled": "#474B57", + "Checkbox.Background.Disabled.Dark": "#474B57", + "Checkbox.Border.Default": "#404552", + "Checkbox.Border.Default.Dark": "#404552", + "Checkbox.Border.Disabled": "#D3DAE3", + "Checkbox.Border.Disabled.Dark": "#D3DAE3", + "Checkbox.Focus.Thin.Default": "#42A5F5", + "Checkbox.Focus.Thin.Default.Dark": "#42A5F5", + "Checkbox.Focus.Wide": "#42A5F5", + "Checkbox.Focus.Wide.Dark": "#42A5F5", + "Checkbox.Foreground.Disabled": "#D3DAE3", + "Checkbox.Foreground.Disabled.Dark": "#D3DAE3", + "Checkbox.Background.Selected": "#42A5F5", + "Checkbox.Background.Selected.Dark": "#42A5F5", + "Checkbox.Border.Selected": "#42A5F5", + "Checkbox.Border.Selected.Dark": "#42A5F5", + "Checkbox.Foreground.Selected": "#D3DAE3", + "Checkbox.Foreground.Selected.Dark": "#D3DAE3", + "Checkbox.Focus.Thin.Selected": "#D3DAE3", + "Checkbox.Focus.Thin.Selected.Dark": "#D3DAE3", + "Objects.Grey": "#747C84", + "Objects.Blue": "#7587A6", + "Objects.RedStatus": "#CF6A4C", + "Objects.Red": "#CF6A4C", + "Objects.Pink": "#9B859D", + "Objects.Yellow": "#F9EE98", + "Objects.Green": "#8F9D6A", + "Objects.Purple": "#9B859D", + "Objects.BlackText": "#D3DAE3", + "Objects.YellowDark": "#CDA869", + "Objects.GreenAndroid": "#8F9D6A" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Arc Dark.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Arc Dark.theme.json new file mode 100644 index 00000000..b6f16290 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Arc Dark.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Arc Dark", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Arc Dark.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#8b9eb5", + "background": "#2f343f", + "borderColor": "#404552", + "disabledBackground": "#474B57", + "disabledForeground": "#D3DAE3", + "disabledText": "#D3DAE3", + "focusColor": "#3F3F46", + "focusedBorderColor": "#42A5F5", + "foreground": "#D3DAE3", + "inactiveBackground": "#474B57", + "inactiveForeground": "#8b9eb5", + "infoForeground": "#8b9eb5", + "selectionBackground": "#8888FF", + "selectionBackgroundInactive": "#393f4c", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#393f4c", + "separatorColor": "#404552" + }, + "activeCaption": "#2f343f", + "ActionButton": { + "hoverBackground": "#42A5F550", + "hoverBorderColor": "#42A5F550", + "pressedBackground": "#42A5F550", + "pressedBorderColor": "#42A5F550" + }, + "Autocomplete": { + "selectionBackground": "#8888FF" + }, + "Borders.ContrastBorderColor": "#2f343f", + "Borders.color": "#404552", + "Button": { + "arc": 0, + "background": "#2f343f", + "default": { + "endBackground": "#41416A", + "endBorderColor": "#41416A", + "foreground": "#FFFFFF", + "focusColor": "#42A5F5", + "focusedBorderColor": "#42A5F5", + "shadowColor": "#41416A", + "startBackground": "#41416A", + "startBorderColor": "#41416A" + }, + "disabledBorderColor": "#383C4A", + "disabledText": "#D3DAE3", + "endBackground": "#383C4A", + "endBorderColor": "#383C4A", + "focus": "#3F3F46", + "focusedBorderColor": "#42A5F5", + "foreground": "#8b9eb5", + "highlight": "#FFFFFF", + "mt.background": "#383C4A", + "mt.foreground": "#8b9eb5", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#41416A", + "mt.selection.color2": "#41416A", + "startBackground": "#383C4A", + "startBorderColor": "#383C4A", + "shadowColor": "#383C4A", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#2f343f", + "disabledText": "#D3DAE3", + "foreground": "#D3DAE3", + "select": "#42A5F5" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#8b9eb5", + "acceleratorSelectionForeground": "#8b9eb5", + "background": "#2f343f", + "disabledBackground": "#2f343f", + "disabledForeground": "#D3DAE3", + "foreground": "#D3DAE3", + "selectionBackground": "#8888FF", + "selectionForeground": "#FFFFFF" + }, + "ColorChooser": { + "background": "#2f343f", + "foreground": "#D3DAE3", + "swatchesDefaultRecentColor": "#D3DAE3" + }, + "ComboBoxButton.background": "#383C4A", + "ComboBox": { + "ArrowButton": { + "background": "#383C4A", + "disabledIconColor": "#D3DAE3", + "iconColor": "#D3DAE3", + "nonEditableBackground": "#2f343f" + }, + "background": "#2f343f", + "buttonBackground": "#383C4A", + "disabledForeground": "#D3DAE3", + "foreground": "#D3DAE3", + "modifiedItemForeground": "#42A5F5", + "nonEditableBackground": "#393f4c", + "padding": "5,5,5,5", + "selectionBackground": "#41416A", + "selectionForeground": "#FFFFFF" + }, + "ComboPopup.border": "#404552", + "CompletionPopup": { + "background": "#393f4c", + "foreground": "#D3DAE3", + "infoForeground": "#8b9eb5", + "matchForeground": "#42A5F52", + "matchSelectionForeground": "#42A5F5", + "nonFocusedState": "false", + "nonFocusedMask": "#08507C", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#8b9eb5", + "selectionInactiveBackground": "#3F3F46", + "selectionBackground": "#8888FF80", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#3F3F46", + "disabledBorderColor": "#383C4A", + "focusColor": "#42A5F5", + "focusedBorderColor": "#42A5F5", + "hoverIconColor": "#42A5F5", + "infoForeground": "#8b9eb5", + "iconColor": "#D3DAE3" + }, + "control": "#2f343f", + "controlText": "#8b9eb5", + "Counter": { + "background": "#42A5F5", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#8b9eb5", + "changedValueForeground": "#42A5F5", + "errorMessageForeground": "#CF6A4C", + "evaluatingExpressionForeground": "#8b9eb5", + "exceptionForeground": "#F9EE98", + "modifyingValueForeground": "#42A5F5", + "valueForeground": "#42A5F5" + } + }, + "DebuggerTabs": { + "selectedBackground": "#3F3F46", + "underlinedTabBackground": "#3F3F46" + }, + "DebuggerPopup": { + "borderColor": "#3F3F46" + }, + "DefaultTabs": { + "background": "#2f343f", + "borderColor": "#2f343f", + "hoverBackground": "#41416A", + "hoverColor": "#2f343f", + "hoverMaskColor": "#3F3F46", + "inactiveUnderlineColor": "#D3DAE3", + "inactiveMaskColor": "#2f343f", + "underlineColor": "#42A5F5", + "underlinedTabBackground":"#41416A" + }, + "Desktop.background": "#2f343f", + "DialogWrapper.southPanelBackground": "#2f343f", + "DialogWrapper.southPanelDivider": "#2f343f", + "DragAndDrop": { + "areaBackground": "#2f343f", + "areaBorderColor": "#2f343f", + "areaForeground": "#D3DAE3" + }, + "Editor": { + "background": "#2f343f", + "foreground": "#D3DAE3", + "shortcutForeground": "#8b9eb5" + }, + "EditorPane": { + "background": "#2f343f", + "caretForeground": "#42A5F5", + "foreground": "#D3DAE3", + "inactiveBackground": "#2f343f", + "inactiveForeground": "#D3DAE3", + "selectionBackground": "#8888FF", + "selectionForeground": "#FFFFFF" + }, + "EditorTabs": { + "borderColor": "#393f4c", + "hoverColor": "#3F3F46", + "hoverMaskColor": "#3F3F46", + "inactiveMaskColor": "#2f343f", + "inactiveColoredFileBackground": "#2f343f", + "inactiveUnderlineColor": "#D3DAE3", + "selectedForeground": "#D3DAE3", + "selectedBackground": "#41416A", + "underlineColor": "#42A5F5", + "underlinedTabBackground": "#41416A" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#474B57", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#404552", + "FormattedTextField": { + "background": "#2f343f", + "caretForeground": "#42A5F5", + "foreground": "#D3DAE3", + "inactiveBackground": "#383C4A", + "inactiveForeground": "#D3DAE3", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#41416A" + }, + "Group": { + "disabledSeparatorColor": "#404552", + "separatorColor": "#404552" + }, + "GutterTooltip": { + "infoForeground": "#D3DAE3", + "lineSeparatorColor": "#2f343f" + }, + "HeaderColor": { + "active": "#2f343f", + "inactive": "#262b33" + }, + "HelpTooltip": { + "background": "#2f343f", + "borderColor": "#404552", + "foreground": "#D3DAE3", + "infoForeground": "#8b9eb5", + "shortcutForeground": "#8b9eb5" + }, + "Hyperlink.linkColor": "#42A5F5", + "inactiveCaption": "#393f4c", + "inactiveCaptionBorder": "#2f343f", + "inactiveCaptionText": "#8b9eb5", + "info": "#8b9eb5", + "infoText": "#8b9eb5", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#404552", + "InplaceRefactoringPopup": { + "borderColor": "#2f343f" + }, + "InternalFrame": { + "activeTitleForeground": "#D3DAE3", + "background": "#2f343f", + "inactiveTitleForeground": "#8b9eb5" + }, + "Label": { + "background": "#2f343f", + "disabledForeground": "#D3DAE3", + "disabledShadow": "#2f343f", + "disabledText": "#D3DAE3", + "foreground": "#D3DAE3", + "infoForeground": "#8b9eb5", + "selectedForeground": "#FFFFFF" + }, + "Link": { + "activeForeground": "#42A5F5", + "hoverForeground": "#42A5F5", + "pressedForeground": "#42A5F5", + "secondaryForeground": "#8b9eb5", + "visitedForeground": "#42A5F5" + }, + "List": { + "background": "#393f4c", + "foreground": "#D3DAE3", + "selectionBackground": "#8888FF", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#08507C25" + }, + "material": { + "background": "#2f343f", + "branchColor": "#D3DAE3", + "contrast": "#262b33", + "foreground": "#D3DAE3", + "mergeCommits": "#383C4A", + "primaryColor": "#8b9eb5", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#2f343f", + "tab.borderColor": "#42A5F5", + "tagColor": "#8b9eb5" + }, + "MemoryIndicator": { + "allocatedBackground": "#393f4c", + "usedColor": "#3F3F46", + "usedBackground": "#3F3F46" + }, + "Menu": { + "acceleratorForeground": "#8b9eb5", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#2f343f", + "border": "4,2,4,2", + "borderColor": "#393f4c", + "disabledBackground": "#393f4c", + "disabledForeground": "#D3DAE3", + "foreground": "#D3DAE3", + "selectionBackground": "#8888FF", + "selectionForeground": "#FFFFFF", + "separatorColor": "#404552" + }, + "MenuBar": { + "background": "#2f343f", + "borderColor": "#2f343f", + "disabledBackground": "#2f343f", + "disabledForeground": "#D3DAE3", + "foreground": "#D3DAE3", + "highlight": "#2f343f", + "selectionBackground": "#8888FF", + "selectionForeground": "#FFFFFF", + "shadow": "#2f343f" + }, + "MenuItem": { + "acceleratorForeground": "#8b9eb5", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#2f343f", + "disabledBackground": "#2f343f", + "disabledForeground": "#D3DAE3", + "foreground": "#D3DAE3", + "selectionBackground": "#8888FF", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#D3DAE3", + "borderColor": "#2f343f" + }, + "NewClass": { + "Panel": { + "background": "#2f343f" + }, + "SearchField": { + "background": "#2f343f" + } + }, + "Notification": { + "background": "#262a33", + "borderColor": "#262a33", + "errorBackground": "#262a33", + "errorBorderColor": "#262a33", + "foreground": "#D3DAE3", + "MoreButton": { + "background": "#383C4A", + "foreground": "#D3DAE3", + "innerBorderColor": "#383C4A" + }, + "ToolWindow": { + "errorBackground": "#262a33", + "errorBorderColor": "#262a33", + "informativeBackground": "#262a33", + "informativeBorderColor": "#262a33", + "warningBackground": "#262a33", + "warningBorderColor": "#262a33" + } + }, + "OnePixelDivider.background": "#404552", + "OptionPane": { + "background": "#2f343f", + "foreground": "#D3DAE3", + "messageForeground": "#D3DAE3" + }, + "Outline": { + "color": "#383C4A" + }, + "Panel": { + "background": "#2f343f", + "foreground": "#D3DAE3" + }, + "ParameterInfo": { + "background": "#393f4c", + "borderColor": "#41416A", + "currentOverloadBackground": "#41416A", + "currentParameterForeground": "#42A5F5", + "disabledForeground": "#D3DAE3", + "foreground": "#D3DAE3", + "infoForeground": "#8b9eb5", + "lineSeparatorColor": "#41416A" + }, + "PasswordField": { + "background": "#2f343f", + "capsLockIconColor": "#42A5F5", + "caretForeground": "#42A5F5", + "foreground": "#D3DAE3", + "inactiveForeground": "#D3DAE3", + "selectionBackground": "#41416A", + "selectionForeground": "#FFFFFF" + }, + "Plugins": { + "background": "#2f343f", + "disabledForeground": "#D3DAE3", + "eapTagBackground": "#3F3F46", + "lightSelectionBackground": "#8888FF", + "selectionBackground": "#8888FF", + "tagForeground": "#42A5F5", + "tagBackground": "#3F3F46", + "Button": { + "installBackground": "#383C4A", + "installBorderColor": "#383C4A", + "installForeground": "#D3DAE3", + "installFocusedBackground": "#3F3F46", + "installFillForeground": "#8b9eb5", + "installFillBackground": "#383C4A", + "updateBackground": "#383C4A", + "updateBorderColor": "#383C4A", + "updateForeground": "#D3DAE3" + }, + "SearchField": { + "background": "#2f343f", + "borderColor": "#404552" + }, + "SectionHeader": { + "background": "#393f4c", + "foreground": "#D3DAE3" + }, + "Tab": { + "hoverBackground": "#41416A", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#41416A" + } + }, + "Popup": { + "Advertiser": { + "background": "#2f343f", + "borderColor": "#2f343f", + "foreground": "#42A5F5" + }, + "borderColor": "#262b33", + "inactiveBorderColor": "#2f343f", + "innerBorderColor": "#393f4c", + "Header": { + "activeBackground": "#2f343f", + "inactiveBackground": "#262b33" + }, + "paintBorder": true, + "separatorForeground": "#D3DAE3", + "separatorColor": "#393f4c", + "Toolbar": { + "background": "#262b33", + "borderColor": "#262b33" + } + }, + "PopupMenu": { + "background": "#2f343f", + "border": "2,0,2,0", + "foreground": "#D3DAE3", + "translucentBackground": "#2f343f" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#2f343f", + "foreground": "#42A5F5", + "indeterminateEndColor": "#42A5F5", + "indeterminateStartColor": "#42A5F5", + "progressColor": "#42A5F5", + "selectionBackground": "#3F3F46", + "trackColor": "#3F3F46" + }, + "RadioButton": { + "background": "#2f343f", + "disabledText": "#D3DAE3", + "foreground": "#D3DAE3" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#8b9eb5", + "acceleratorSelectionForeground": "#8b9eb5", + "background": "#2f343f", + "disabledBackground": "#2f343f", + "disabledForeground": "#D3DAE3", + "foreground": "#D3DAE3", + "selectionBackground": "#8888FF", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#2f343f", + "hoverThumbBorderColor": "#42A5F5", + "hoverThumbColor": "#42A5F5", + "hoverTrackColor": "#2f343f30", + "Mac": { + "hoverThumbBorderColor": "#42A5F5", + "hoverThumbColor": "#42A5F5", + "hoverTrackColor": "#2f343f30", + "thumbBorderColor": "#42A5F570", + "thumbColor": "#42A5F570", + "trackColor": "#2f343f30", + "Transparent": { + "hoverThumbBorderColor": "#42A5F5", + "hoverThumbColor": "#42A5F5", + "hoverTrackColor": "#2f343f30", + "thumbBorderColor": "#42A5F570", + "thumbColor": "#42A5F570", + "trackColor": "#2f343f30" + } + }, + "thumb": "#3F3F46", + "thumbBorderColor": "#42A5F570", + "thumbColor": "#42A5F570", + "trackColor": "#2f343f30", + "Transparent": { + "hoverThumbBorderColor": "#42A5F5", + "hoverThumbColor": "#42A5F5", + "hoverTrackColor": "#2f343f30", + "thumbBorderColor": "#42A5F570", + "thumbColor": "#42A5F570", + "trackColor": "#2f343f30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#262b33", + "foreground": "#8b9eb5" + }, + "Header": { + "background": "#2f343f" + }, + "List": { + "separatorForeground": "#D3DAE3", + "separatorColor": "#404552" + }, + "SearchField": { + "background": "#2f343f", + "borderColor": "#262b33", + "infoForeground": "#8b9eb5" + }, + "Tab": { + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#3F3F46" + } + }, + "SearchMatch": { + "endBackground": "#42A5F5", + "startBackground": "#42A5F5" + }, + "Separator": { + "background": "#393f4c", + "foreground": "#393f4c", + "separatorColor": "#393f4c" + }, + "SidePanel": { + "background": "#2f343f" + }, + "Slider": { + "background": "#2f343f", + "foreground": "#D3DAE3", + "majorTickLength": 6, + "tickColor": "#393f4c", + "trackWidth": 7, + "thumb": "#42A5F5" + }, + "SpeedSearch": { + "background": "#3F3F46", + "borderColor": "#404552", + "foreground": "#D3DAE3", + "errorForeground": "#D3DAE3" + }, + "Spinner": { + "background": "#2f343f", + "border": "3,3,3,3", + "foreground": "#D3DAE3", + "selectionForeground": "#FFFFFF" + }, + "SplitPane": { + "background": "#2f343f", + "highlight": "#2f343f" + }, + "SplitPaneDivider.draggingColor": "#393f4c", + "StatusBar": { + "borderColor": "#2f343f" + }, + "TabbedPane": { + "background": "#2f343f", + "contentAreaColor": "#3F3F46", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#404552", + "disabledForeground": "#D3DAE3", + "disabledUnderlineColor": "#D3DAE3", + "focus": "#41416A", + "focusColor": "#41416A", + "fontSizeOffset": 0, + "foreground": "#D3DAE3", + "highlight": "#404552", + "hoverColor": "#3F3F46", + "labelShift": 0, + "selectedForeground": "#FFFFFF", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#2f343f", + "Table": { + "background": "#2f343f", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#42A5F5", + "dropLineShortColor": "#42A5F5", + "focusCellBackground": "#41416A", + "focusCellForeground": "#FFFFFF", + "foreground": "#D3DAE3", + "gridColor": "#2f343f", + "highlightOuter": "#41416A", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#8b9eb5", + "lightSelectionInactiveBackground": "#393f4c", + "selectionBackground": "#41416A", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#08507C25", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#D3DAE3", + "stripeColor": "#262b33" + }, + "TableHeader": { + "background": "#2f343f", + "borderColor": "#2f343f", + "bottomSeparatorColor": "#393f4c", + "cellBorder": "4,0,4,0", + "foreground": "#D3DAE3", + "focusCellBackground": "#41416A", + "focusCellForeground": "#FFFFFF", + "height": 25, + "separatorColor": "#393f4c" + }, + "text": "#8b9eb5", + "textInactiveText": "#8b9eb5", + "textText": "#8b9eb5", + "TextArea": { + "background": "#2f343f", + "caretForeground": "#42A5F5", + "foreground": "#D3DAE3", + "inactiveForeground": "#D3DAE3", + "selectionBackground": "#41416A", + "selectionForeground": "#FFFFFF" + }, + "TextField": { + "background": "#2f343f", + "caretForeground": "#42A5F5", + "foreground": "#D3DAE3", + "inactiveForeground": "#D3DAE3", + "selectionBackground": "#41416A", + "selectionForeground": "#FFFFFF" + }, + "TextPane": { + "background": "#2f343f", + "caretForeground": "#42A5F5", + "foreground": "#D3DAE3", + "inactiveForeground": "#D3DAE3", + "selectionBackground": "#41416A", + "selectionForeground": "#FFFFFF" + }, + "TitlePane": { + "background": "#262b33", + "Button.hoverBackground": "#3F3F46", + "inactiveBackground": "#393f4c", + "infoForeground": "#8b9eb5", + "inactiveInfoForeground": "#8b9eb5" + }, + "TitledBorder.titleColor": "#D3DAE3", + "ToggleButton": { + "borderColor": "#383C4A", + "buttonColor": "#D3DAE3", + "disabledText": "#D3DAE3", + "foreground": "#D3DAE3", + "offForeground": "#2f343f", + "offBackground": "#2f343f", + "onBackground": "#42A5F5", + "onForeground": "#42A5F5" + }, + "ToolBar": { + "background": "#2f343f", + "borderHandleColor": "#8b9eb5", + "floatingForeground": "#8b9eb5", + "foreground": "#D3DAE3" + }, + "ToolTip": { + "Actions.background": "#2f343f", + "Actions.infoForeground": "#8b9eb5", + "background": "#2f343f", + "borderColor": "#3F3F46", + "foreground": "#D3DAE3", + "infoForeground": "#8b9eb5", + "separatorColor": "#404552", + "shortcutForeground": "#8b9eb5" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#41416A", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#262b33" + }, + "Header": { + "background": "#2f343f", + "borderColor": "#393f4c", + "inactiveBackground": "#2f343f" + }, + "HeaderCloseButton": { + "background": "#2f343f" + }, + "HeaderTab": { + "hoverBackground": "#3F3F46", + "hoverInactiveBackground": "#393f4c", + "inactiveUnderlineColor": "#42A5F5", + "selectedBackground": "#262b33", + "selectedInactiveBackground": "#262b33", + "underlineColor": "#42A5F5", + "underlinedTabBackground": "#3F3F46", + "underlinedTabInactiveBackground": "#393f4c" + } + }, + "Tree": { + "background": "#2f343f", + "foreground": "#8b9eb5", + "hash": "#404552", + "modifiedItemForeground": "#42A5F5", + "rowHeight": 28, + "selectionBackground": "#08507C", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#08507C25", + "textBackground": "#2f343f" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#2f343f", + "Preview.background": "#2f343f" + }, + "ValidationTooltip": { + "errorBackground": "#262a33", + "errorBorderColor": "#262a33", + "warningBackground": "#262a33", + "warningBorderColor": "#262a33" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#2f343f" + }, + "GitLog": { + "localBranchIconColor": "#42A5F5", + "otherIconColor": "#8b9eb5", + "remoteBranchIconColor": "#D3DAE3", + "tagIconColor": "#8b9eb5" + }, + "HgLog": { + "branchIconColor": "#42A5F5", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#D3DAE3", + "localTagIconColor": "#8b9eb5", + "mqTagIconColor": "#8b9eb5", + "tagIconColor": "#8b9eb5", + "tipIconColor": "#8b9eb5" + }, + "Log": { + "Commit.unmatchedForeground": "#8b9eb5", + "Commit.currentBranchBackground": "#08507C" + }, + "RefLabel": { + "foreground": "#FFFFFF", + "backgroundBase": "#3F3F46" + } + }, + "Viewport": { + "background": "#2f343f", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#2f343f", + "borderColor": "#2f343f", + "captionBackground": "#262b33", + "captionForeground": "#D3DAE3", + "footerBackground": "#262b33", + "footerForeground": "#D3DAE3", + "headerBackground": "#2f343f", + "headerForeground": "#D3DAE3", + "separatorColor": "#404552", + "Projects": { + "background": "#393f4c", + "selectionBackground": "#8888FF", + "selectionInactiveBackground": "#393f4c" + } + }, + "window": "#2f343f", + "windowBorder": "#404552", + "windowText": "#8b9eb5", + "Window.border": "#404552" + }, + "icons": { + "ColorPalette": { + "#43494A": "#262b33", + "#6B6B6B": "#8b9eb5", + "#A7A7A7": "#2f343f", + "#3D6185": "#42A5F5", + "#466D94": "#42A5F5", + "#3C3F41": "#2f343f", + "#545556": "#D3DAE3", + "#606060": "#D3DAE3", + "#9AA7B0": "#D3DAE3", + "#675133": "#42A5F5", + "Actions.Blue": "#7587A6", + "Actions.Green": "#8F9D6A", + "Actions.Grey": "#8b9eb5", + "Actions.GreyInline": "#747C84", + "Actions.GreyInline.Dark": "#D3DAE3", + "Actions.Red": "#CF6A4C", + "Actions.Yellow": "#F9EE98", + "Checkbox.Background.Default": "#262b33", + "Checkbox.Background.Default.Dark": "#262b33", + "Checkbox.Background.Disabled": "#474B57", + "Checkbox.Background.Disabled.Dark": "#474B57", + "Checkbox.Border.Default": "#404552", + "Checkbox.Border.Default.Dark": "#404552", + "Checkbox.Border.Disabled": "#D3DAE3", + "Checkbox.Border.Disabled.Dark": "#D3DAE3", + "Checkbox.Focus.Thin.Default": "#42A5F5", + "Checkbox.Focus.Thin.Default.Dark": "#42A5F5", + "Checkbox.Focus.Wide": "#42A5F5", + "Checkbox.Focus.Wide.Dark": "#42A5F5", + "Checkbox.Foreground.Disabled": "#D3DAE3", + "Checkbox.Foreground.Disabled.Dark": "#D3DAE3", + "Checkbox.Background.Selected": "#42A5F5", + "Checkbox.Background.Selected.Dark": "#42A5F5", + "Checkbox.Border.Selected": "#42A5F5", + "Checkbox.Border.Selected.Dark": "#42A5F5", + "Checkbox.Foreground.Selected": "#D3DAE3", + "Checkbox.Foreground.Selected.Dark": "#D3DAE3", + "Checkbox.Focus.Thin.Selected": "#D3DAE3", + "Checkbox.Focus.Thin.Selected.Dark": "#D3DAE3", + "Objects.Grey": "#747C84", + "Objects.Blue": "#7587A6", + "Objects.RedStatus": "#CF6A4C", + "Objects.Red": "#CF6A4C", + "Objects.Pink": "#9B859D", + "Objects.Yellow": "#F9EE98", + "Objects.Green": "#8F9D6A", + "Objects.Purple": "#9B859D", + "Objects.BlackText": "#D3DAE3", + "Objects.YellowDark": "#CDA869", + "Objects.GreenAndroid": "#8F9D6A" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Dark Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Dark Contrast.theme.json new file mode 100644 index 00000000..dce97813 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Dark Contrast.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Atom One Dark Contrast", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Atom One Dark.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#979FAD", + "background": "#282C34", + "borderColor": "#282C34", + "disabledBackground": "#3c4150", + "disabledForeground": "#6B727D", + "disabledText": "#6B727D", + "focusColor": "#383D48", + "focusedBorderColor": "#2979ff", + "foreground": "#979FAD", + "inactiveBackground": "#3c4150", + "inactiveForeground": "#979FAD", + "infoForeground": "#979FAD", + "selectionBackground": "#3A3F4B", + "selectionBackgroundInactive": "#2F333D", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#2F333D", + "separatorColor": "#282C34" + }, + "activeCaption": "#282C34", + "ActionButton": { + "hoverBackground": "#2979ff50", + "hoverBorderColor": "#2979ff50", + "pressedBackground": "#2979ff50", + "pressedBorderColor": "#2979ff50" + }, + "Autocomplete": { + "selectionBackground": "#3A3F4B" + }, + "Borders.ContrastBorderColor": "#282C34", + "Borders.color": "#282C34", + "Button": { + "arc": 0, + "background": "#282C34", + "default": { + "endBackground": "#383E49", + "endBorderColor": "#383E49", + "foreground": "#FFFFFF", + "focusColor": "#2979ff", + "focusedBorderColor": "#2979ff", + "shadowColor": "#383E49", + "startBackground": "#383E49", + "startBorderColor": "#383E49" + }, + "disabledBorderColor": "#3A3F4B", + "disabledText": "#6B727D", + "endBackground": "#3A3F4B", + "endBorderColor": "#3A3F4B", + "focus": "#383D48", + "focusedBorderColor": "#2979ff", + "foreground": "#979FAD", + "highlight": "#FFFFFF", + "mt.background": "#3A3F4B", + "mt.foreground": "#979FAD", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#383E49", + "mt.selection.color2": "#383E49", + "startBackground": "#3A3F4B", + "startBorderColor": "#3A3F4B", + "shadowColor": "#3A3F4B", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#282C34", + "disabledText": "#6B727D", + "foreground": "#979FAD", + "select": "#2979ff" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#979FAD", + "acceleratorSelectionForeground": "#979FAD", + "background": "#282C34", + "disabledBackground": "#282C34", + "disabledForeground": "#6B727D", + "foreground": "#979FAD", + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF" + }, + "ColorChooser": { + "background": "#282C34", + "foreground": "#979FAD", + "swatchesDefaultRecentColor": "#979FAD" + }, + "ComboBoxButton.background": "#3A3F4B", + "ComboBox": { + "ArrowButton": { + "background": "#3A3F4B", + "disabledIconColor": "#6B727D", + "iconColor": "#979FAD", + "nonEditableBackground": "#282C34" + }, + "background": "#21252B", + "buttonBackground": "#3A3F4B", + "disabledForeground": "#6B727D", + "foreground": "#979FAD", + "modifiedItemForeground": "#2979ff", + "nonEditableBackground": "#2F333D", + "padding": "5,5,5,5", + "selectionBackground": "#383E49", + "selectionForeground": "#FFFFFF" + }, + "ComboPopup.border": "#282C34", + "CompletionPopup": { + "background": "#2F333D", + "foreground": "#979FAD", + "infoForeground": "#979FAD", + "matchForeground": "#2979ff2", + "matchSelectionForeground": "#2979ff", + "nonFocusedState": "false", + "nonFocusedMask": "#3A3F4B", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#979FAD", + "selectionInactiveBackground": "#383D48", + "selectionBackground": "#3A3F4B80", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#383D48", + "disabledBorderColor": "#3A3F4B", + "focusColor": "#2979ff", + "focusedBorderColor": "#2979ff", + "hoverIconColor": "#2979ff", + "infoForeground": "#979FAD", + "iconColor": "#979FAD" + }, + "control": "#282C34", + "controlText": "#979FAD", + "Counter": { + "background": "#2979ff", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#979FAD", + "changedValueForeground": "#2979ff", + "errorMessageForeground": "#F07178", + "evaluatingExpressionForeground": "#979FAD", + "exceptionForeground": "#E5C17C", + "modifyingValueForeground": "#2979ff", + "valueForeground": "#2979ff" + } + }, + "DebuggerTabs": { + "selectedBackground": "#383D48", + "underlinedTabBackground": "#383D48" + }, + "DebuggerPopup": { + "borderColor": "#383D48" + }, + "DefaultTabs": { + "background": "#282C34", + "borderColor": "#282C34", + "hoverBackground": "#383E49", + "hoverColor": "#21252B", + "hoverMaskColor": "#383D48", + "inactiveUnderlineColor": "#6B727D", + "inactiveMaskColor": "#21252B", + "underlineColor": "#2979ff", + "underlinedTabBackground":"#383E49" + }, + "Desktop.background": "#282C34", + "DialogWrapper.southPanelBackground": "#282C34", + "DialogWrapper.southPanelDivider": "#282C34", + "DragAndDrop": { + "areaBackground": "#282C34", + "areaBorderColor": "#282C34", + "areaForeground": "#979FAD" + }, + "Editor": { + "background": "#21252B", + "foreground": "#979FAD", + "shortcutForeground": "#979FAD" + }, + "EditorPane": { + "background": "#21252B", + "caretForeground": "#2979ff", + "foreground": "#979FAD", + "inactiveBackground": "#282C34", + "inactiveForeground": "#6B727D", + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF" + }, + "EditorTabs": { + "borderColor": "#2F333D", + "hoverColor": "#383D48", + "hoverMaskColor": "#383D48", + "inactiveMaskColor": "#282C34", + "inactiveColoredFileBackground": "#282C34", + "inactiveUnderlineColor": "#6B727D", + "selectedForeground": "#979FAD", + "selectedBackground": "#383E49", + "underlineColor": "#2979ff", + "underlinedTabBackground": "#383E49" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#3c4150", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#282C34", + "FormattedTextField": { + "background": "#21252B", + "caretForeground": "#2979ff", + "foreground": "#979FAD", + "inactiveBackground": "#3A3F4B", + "inactiveForeground": "#6B727D", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#383E49" + }, + "Group": { + "disabledSeparatorColor": "#282C34", + "separatorColor": "#282C34" + }, + "GutterTooltip": { + "infoForeground": "#979FAD", + "lineSeparatorColor": "#282C34" + }, + "HeaderColor": { + "active": "#282C34", + "inactive": "#21252B" + }, + "HelpTooltip": { + "background": "#282C34", + "borderColor": "#282C34", + "foreground": "#979FAD", + "infoForeground": "#979FAD", + "shortcutForeground": "#979FAD" + }, + "Hyperlink.linkColor": "#2979ff", + "inactiveCaption": "#2F333D", + "inactiveCaptionBorder": "#282C34", + "inactiveCaptionText": "#979FAD", + "info": "#979FAD", + "infoText": "#979FAD", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#282C34", + "InplaceRefactoringPopup": { + "borderColor": "#282C34" + }, + "InternalFrame": { + "activeTitleForeground": "#979FAD", + "background": "#282C34", + "inactiveTitleForeground": "#979FAD" + }, + "Label": { + "background": "#282C34", + "disabledForeground": "#6B727D", + "disabledShadow": "#282C34", + "disabledText": "#6B727D", + "foreground": "#979FAD", + "infoForeground": "#979FAD", + "selectedForeground": "#FFFFFF" + }, + "Link": { + "activeForeground": "#2979ff", + "hoverForeground": "#2979ff", + "pressedForeground": "#2979ff", + "secondaryForeground": "#979FAD", + "visitedForeground": "#2979ff" + }, + "List": { + "background": "#2F333D", + "foreground": "#979FAD", + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#3A3F4B25" + }, + "material": { + "background": "#282C34", + "branchColor": "#979FAD", + "contrast": "#21252B", + "foreground": "#979FAD", + "mergeCommits": "#3A3F4B", + "primaryColor": "#979FAD", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#282C34", + "tab.borderColor": "#2979ff", + "tagColor": "#979FAD" + }, + "MemoryIndicator": { + "allocatedBackground": "#2F333D", + "usedColor": "#383D48", + "usedBackground": "#383D48" + }, + "Menu": { + "acceleratorForeground": "#979FAD", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#282C34", + "border": "4,2,4,2", + "borderColor": "#2F333D", + "disabledBackground": "#2F333D", + "disabledForeground": "#6B727D", + "foreground": "#979FAD", + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF", + "separatorColor": "#282C34" + }, + "MenuBar": { + "background": "#21252B", + "borderColor": "#282C34", + "disabledBackground": "#282C34", + "disabledForeground": "#6B727D", + "foreground": "#979FAD", + "highlight": "#282C34", + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF", + "shadow": "#21252B" + }, + "MenuItem": { + "acceleratorForeground": "#979FAD", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#282C34", + "disabledBackground": "#282C34", + "disabledForeground": "#6B727D", + "foreground": "#979FAD", + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#979FAD", + "borderColor": "#282C34" + }, + "NewClass": { + "Panel": { + "background": "#282C34" + }, + "SearchField": { + "background": "#21252B" + } + }, + "Notification": { + "background": "#282C34", + "borderColor": "#282C34", + "errorBackground": "#282C34", + "errorBorderColor": "#282C34", + "foreground": "#979FAD", + "MoreButton": { + "background": "#3A3F4B", + "foreground": "#979FAD", + "innerBorderColor": "#3A3F4B" + }, + "ToolWindow": { + "errorBackground": "#282C34", + "errorBorderColor": "#282C34", + "informativeBackground": "#282C34", + "informativeBorderColor": "#282C34", + "warningBackground": "#282C34", + "warningBorderColor": "#282C34" + } + }, + "OnePixelDivider.background": "#282C34", + "OptionPane": { + "background": "#282C34", + "foreground": "#979FAD", + "messageForeground": "#979FAD" + }, + "Outline": { + "color": "#3A3F4B" + }, + "Panel": { + "background": "#282C34", + "foreground": "#979FAD" + }, + "ParameterInfo": { + "background": "#2F333D", + "borderColor": "#383E49", + "currentOverloadBackground": "#383E49", + "currentParameterForeground": "#2979ff", + "disabledForeground": "#6B727D", + "foreground": "#979FAD", + "infoForeground": "#979FAD", + "lineSeparatorColor": "#383E49" + }, + "PasswordField": { + "background": "#21252B", + "capsLockIconColor": "#2979ff", + "caretForeground": "#2979ff", + "foreground": "#979FAD", + "inactiveForeground": "#6B727D", + "selectionBackground": "#383E49", + "selectionForeground": "#FFFFFF" + }, + "Plugins": { + "background": "#282C34", + "disabledForeground": "#6B727D", + "eapTagBackground": "#383D48", + "lightSelectionBackground": "#3A3F4B", + "selectionBackground": "#3A3F4B", + "tagForeground": "#2979ff", + "tagBackground": "#383D48", + "Button": { + "installBackground": "#3A3F4B", + "installBorderColor": "#3A3F4B", + "installForeground": "#979FAD", + "installFocusedBackground": "#383D48", + "installFillForeground": "#979FAD", + "installFillBackground": "#3A3F4B", + "updateBackground": "#3A3F4B", + "updateBorderColor": "#3A3F4B", + "updateForeground": "#979FAD" + }, + "SearchField": { + "background": "#21252B", + "borderColor": "#282C34" + }, + "SectionHeader": { + "background": "#2F333D", + "foreground": "#979FAD" + }, + "Tab": { + "hoverBackground": "#383E49", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#383E49" + } + }, + "Popup": { + "Advertiser": { + "background": "#282C34", + "borderColor": "#282C34", + "foreground": "#2979ff" + }, + "borderColor": "#21252B", + "inactiveBorderColor": "#282C34", + "innerBorderColor": "#2F333D", + "Header": { + "activeBackground": "#282C34", + "inactiveBackground": "#21252B" + }, + "paintBorder": true, + "separatorForeground": "#979FAD", + "separatorColor": "#2F333D", + "Toolbar": { + "background": "#21252B", + "borderColor": "#21252B" + } + }, + "PopupMenu": { + "background": "#282C34", + "border": "2,0,2,0", + "foreground": "#979FAD", + "translucentBackground": "#282C34" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#282C34", + "foreground": "#2979ff", + "indeterminateEndColor": "#2979ff", + "indeterminateStartColor": "#2979ff", + "progressColor": "#2979ff", + "selectionBackground": "#383D48", + "trackColor": "#383D48" + }, + "RadioButton": { + "background": "#282C34", + "disabledText": "#6B727D", + "foreground": "#979FAD" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#979FAD", + "acceleratorSelectionForeground": "#979FAD", + "background": "#282C34", + "disabledBackground": "#282C34", + "disabledForeground": "#6B727D", + "foreground": "#979FAD", + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#282C34", + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#282C3430", + "Mac": { + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#282C3430", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#282C3430", + "Transparent": { + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#282C3430", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#282C3430" + } + }, + "thumb": "#383D48", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#282C3430", + "Transparent": { + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#282C3430", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#282C3430" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#21252B", + "foreground": "#979FAD" + }, + "Header": { + "background": "#282C34" + }, + "List": { + "separatorForeground": "#979FAD", + "separatorColor": "#282C34" + }, + "SearchField": { + "background": "#282C34", + "borderColor": "#21252B", + "infoForeground": "#979FAD" + }, + "Tab": { + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#383D48" + } + }, + "SearchMatch": { + "endBackground": "#2979ff", + "startBackground": "#2979ff" + }, + "Separator": { + "background": "#2F333D", + "foreground": "#2F333D", + "separatorColor": "#2F333D" + }, + "SidePanel": { + "background": "#21252B" + }, + "Slider": { + "background": "#282C34", + "foreground": "#979FAD", + "majorTickLength": 6, + "tickColor": "#2F333D", + "trackWidth": 7, + "thumb": "#2979ff" + }, + "SpeedSearch": { + "background": "#383D48", + "borderColor": "#282C34", + "foreground": "#979FAD", + "errorForeground": "#979FAD" + }, + "Spinner": { + "background": "#282C34", + "border": "3,3,3,3", + "foreground": "#979FAD", + "selectionForeground": "#FFFFFF" + }, + "SplitPane": { + "background": "#282C34", + "highlight": "#21252B" + }, + "SplitPaneDivider.draggingColor": "#2F333D", + "StatusBar": { + "borderColor": "#282C34" + }, + "TabbedPane": { + "background": "#282C34", + "contentAreaColor": "#383D48", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#282C34", + "disabledForeground": "#6B727D", + "disabledUnderlineColor": "#6B727D", + "focus": "#383E49", + "focusColor": "#383E49", + "fontSizeOffset": 0, + "foreground": "#979FAD", + "highlight": "#282C34", + "hoverColor": "#383D48", + "labelShift": 0, + "selectedForeground": "#FFFFFF", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#21252B", + "Table": { + "background": "#282C34", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#2979ff", + "dropLineShortColor": "#2979ff", + "focusCellBackground": "#383E49", + "focusCellForeground": "#FFFFFF", + "foreground": "#979FAD", + "gridColor": "#282C34", + "highlightOuter": "#383E49", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#979FAD", + "lightSelectionInactiveBackground": "#2F333D", + "selectionBackground": "#383E49", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#3A3F4B25", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#979FAD", + "stripeColor": "#21252B" + }, + "TableHeader": { + "background": "#282C34", + "borderColor": "#282C34", + "bottomSeparatorColor": "#2F333D", + "cellBorder": "4,0,4,0", + "foreground": "#979FAD", + "focusCellBackground": "#383E49", + "focusCellForeground": "#FFFFFF", + "height": 25, + "separatorColor": "#2F333D" + }, + "text": "#979FAD", + "textInactiveText": "#979FAD", + "textText": "#979FAD", + "TextArea": { + "background": "#21252B", + "caretForeground": "#2979ff", + "foreground": "#979FAD", + "inactiveForeground": "#6B727D", + "selectionBackground": "#383E49", + "selectionForeground": "#FFFFFF" + }, + "TextField": { + "background": "#21252B", + "caretForeground": "#2979ff", + "foreground": "#979FAD", + "inactiveForeground": "#6B727D", + "selectionBackground": "#383E49", + "selectionForeground": "#FFFFFF" + }, + "TextPane": { + "background": "#21252B", + "caretForeground": "#2979ff", + "foreground": "#979FAD", + "inactiveForeground": "#6B727D", + "selectionBackground": "#383E49", + "selectionForeground": "#FFFFFF" + }, + "TitlePane": { + "background": "#21252B", + "Button.hoverBackground": "#383D48", + "inactiveBackground": "#2F333D", + "infoForeground": "#979FAD", + "inactiveInfoForeground": "#979FAD" + }, + "TitledBorder.titleColor": "#979FAD", + "ToggleButton": { + "borderColor": "#3A3F4B", + "buttonColor": "#979FAD", + "disabledText": "#6B727D", + "foreground": "#979FAD", + "offForeground": "#282C34", + "offBackground": "#282C34", + "onBackground": "#2979ff", + "onForeground": "#2979ff" + }, + "ToolBar": { + "background": "#21252B", + "borderHandleColor": "#979FAD", + "floatingForeground": "#979FAD", + "foreground": "#979FAD" + }, + "ToolTip": { + "Actions.background": "#282C34", + "Actions.infoForeground": "#979FAD", + "background": "#282C34", + "borderColor": "#383D48", + "foreground": "#979FAD", + "infoForeground": "#979FAD", + "separatorColor": "#282C34", + "shortcutForeground": "#979FAD" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#383E49", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#21252B" + }, + "Header": { + "background": "#282C34", + "borderColor": "#2F333D", + "inactiveBackground": "#282C34" + }, + "HeaderCloseButton": { + "background": "#282C34" + }, + "HeaderTab": { + "hoverBackground": "#383D48", + "hoverInactiveBackground": "#2F333D", + "inactiveUnderlineColor": "#2979ff", + "selectedBackground": "#21252B", + "selectedInactiveBackground": "#21252B", + "underlineColor": "#2979ff", + "underlinedTabBackground": "#383D48", + "underlinedTabInactiveBackground": "#2F333D" + } + }, + "Tree": { + "background": "#21252B", + "foreground": "#979FAD", + "hash": "#282C34", + "modifiedItemForeground": "#2979ff", + "rowHeight": 28, + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#3A3F4B25", + "textBackground": "#21252B" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#282C34", + "Preview.background": "#282C34" + }, + "ValidationTooltip": { + "errorBackground": "#282C34", + "errorBorderColor": "#282C34", + "warningBackground": "#282C34", + "warningBorderColor": "#282C34" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#282C34" + }, + "GitLog": { + "localBranchIconColor": "#2979ff", + "otherIconColor": "#979FAD", + "remoteBranchIconColor": "#979FAD", + "tagIconColor": "#979FAD" + }, + "HgLog": { + "branchIconColor": "#2979ff", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#6B727D", + "localTagIconColor": "#979FAD", + "mqTagIconColor": "#979FAD", + "tagIconColor": "#979FAD", + "tipIconColor": "#979FAD" + }, + "Log": { + "Commit.unmatchedForeground": "#979FAD", + "Commit.currentBranchBackground": "#3A3F4B" + }, + "RefLabel": { + "foreground": "#FFFFFF", + "backgroundBase": "#383D48" + } + }, + "Viewport": { + "background": "#21252B", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#282C34", + "borderColor": "#282C34", + "captionBackground": "#21252B", + "captionForeground": "#979FAD", + "footerBackground": "#21252B", + "footerForeground": "#979FAD", + "headerBackground": "#282C34", + "headerForeground": "#979FAD", + "separatorColor": "#282C34", + "Projects": { + "background": "#2F333D", + "selectionBackground": "#3A3F4B", + "selectionInactiveBackground": "#2F333D" + } + }, + "window": "#21252B", + "windowBorder": "#282C34", + "windowText": "#979FAD", + "Window.border": "#282C34" + }, + "icons": { + "ColorPalette": { + "#43494A": "#21252B", + "#6B6B6B": "#979FAD", + "#A7A7A7": "#282C34", + "#3D6185": "#2979ff", + "#466D94": "#2979ff", + "#3C3F41": "#282C34", + "#545556": "#6B727D", + "#606060": "#6B727D", + "#9AA7B0": "#979FAD", + "#675133": "#2979ff", + "Actions.Blue": "#61AEEF", + "Actions.Green": "#98C379", + "Actions.Grey": "#979FAD", + "Actions.GreyInline": "#59626F", + "Actions.GreyInline.Dark": "#979FAD", + "Actions.Red": "#F07178", + "Actions.Yellow": "#E5C17C", + "Checkbox.Background.Default": "#21252B", + "Checkbox.Background.Default.Dark": "#21252B", + "Checkbox.Background.Disabled": "#3c4150", + "Checkbox.Background.Disabled.Dark": "#3c4150", + "Checkbox.Border.Default": "#282C34", + "Checkbox.Border.Default.Dark": "#282C34", + "Checkbox.Border.Disabled": "#6B727D", + "Checkbox.Border.Disabled.Dark": "#6B727D", + "Checkbox.Focus.Thin.Default": "#2979ff", + "Checkbox.Focus.Thin.Default.Dark": "#2979ff", + "Checkbox.Focus.Wide": "#2979ff", + "Checkbox.Focus.Wide.Dark": "#2979ff", + "Checkbox.Foreground.Disabled": "#6B727D", + "Checkbox.Foreground.Disabled.Dark": "#6B727D", + "Checkbox.Background.Selected": "#2979ff", + "Checkbox.Background.Selected.Dark": "#2979ff", + "Checkbox.Border.Selected": "#2979ff", + "Checkbox.Border.Selected.Dark": "#2979ff", + "Checkbox.Foreground.Selected": "#979FAD", + "Checkbox.Foreground.Selected.Dark": "#979FAD", + "Checkbox.Focus.Thin.Selected": "#979FAD", + "Checkbox.Focus.Thin.Selected.Dark": "#979FAD", + "Objects.Grey": "#59626F", + "Objects.Blue": "#61AEEF", + "Objects.RedStatus": "#F07178", + "Objects.Red": "#F07178", + "Objects.Pink": "#C679DD", + "Objects.Yellow": "#E5C17C", + "Objects.Green": "#98C379", + "Objects.Purple": "#C679DD", + "Objects.BlackText": "#979FAD", + "Objects.YellowDark": "#D19A66", + "Objects.GreenAndroid": "#98C379" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Dark.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Dark.theme.json new file mode 100644 index 00000000..f7cdd2ff --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Dark.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Atom One Dark", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Atom One Dark.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#979FAD", + "background": "#282C34", + "borderColor": "#282C34", + "disabledBackground": "#3c4150", + "disabledForeground": "#6B727D", + "disabledText": "#6B727D", + "focusColor": "#383D48", + "focusedBorderColor": "#2979ff", + "foreground": "#979FAD", + "inactiveBackground": "#3c4150", + "inactiveForeground": "#979FAD", + "infoForeground": "#979FAD", + "selectionBackground": "#3A3F4B", + "selectionBackgroundInactive": "#2F333D", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#2F333D", + "separatorColor": "#282C34" + }, + "activeCaption": "#282C34", + "ActionButton": { + "hoverBackground": "#2979ff50", + "hoverBorderColor": "#2979ff50", + "pressedBackground": "#2979ff50", + "pressedBorderColor": "#2979ff50" + }, + "Autocomplete": { + "selectionBackground": "#3A3F4B" + }, + "Borders.ContrastBorderColor": "#282C34", + "Borders.color": "#282C34", + "Button": { + "arc": 0, + "background": "#282C34", + "default": { + "endBackground": "#383E49", + "endBorderColor": "#383E49", + "foreground": "#FFFFFF", + "focusColor": "#2979ff", + "focusedBorderColor": "#2979ff", + "shadowColor": "#383E49", + "startBackground": "#383E49", + "startBorderColor": "#383E49" + }, + "disabledBorderColor": "#3A3F4B", + "disabledText": "#6B727D", + "endBackground": "#3A3F4B", + "endBorderColor": "#3A3F4B", + "focus": "#383D48", + "focusedBorderColor": "#2979ff", + "foreground": "#979FAD", + "highlight": "#FFFFFF", + "mt.background": "#3A3F4B", + "mt.foreground": "#979FAD", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#383E49", + "mt.selection.color2": "#383E49", + "startBackground": "#3A3F4B", + "startBorderColor": "#3A3F4B", + "shadowColor": "#3A3F4B", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#282C34", + "disabledText": "#6B727D", + "foreground": "#979FAD", + "select": "#2979ff" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#979FAD", + "acceleratorSelectionForeground": "#979FAD", + "background": "#282C34", + "disabledBackground": "#282C34", + "disabledForeground": "#6B727D", + "foreground": "#979FAD", + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF" + }, + "ColorChooser": { + "background": "#282C34", + "foreground": "#979FAD", + "swatchesDefaultRecentColor": "#979FAD" + }, + "ComboBoxButton.background": "#3A3F4B", + "ComboBox": { + "ArrowButton": { + "background": "#3A3F4B", + "disabledIconColor": "#6B727D", + "iconColor": "#979FAD", + "nonEditableBackground": "#282C34" + }, + "background": "#282C34", + "buttonBackground": "#3A3F4B", + "disabledForeground": "#6B727D", + "foreground": "#979FAD", + "modifiedItemForeground": "#2979ff", + "nonEditableBackground": "#2F333D", + "padding": "5,5,5,5", + "selectionBackground": "#383E49", + "selectionForeground": "#FFFFFF" + }, + "ComboPopup.border": "#282C34", + "CompletionPopup": { + "background": "#2F333D", + "foreground": "#979FAD", + "infoForeground": "#979FAD", + "matchForeground": "#2979ff2", + "matchSelectionForeground": "#2979ff", + "nonFocusedState": "false", + "nonFocusedMask": "#3A3F4B", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#979FAD", + "selectionInactiveBackground": "#383D48", + "selectionBackground": "#3A3F4B80", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#383D48", + "disabledBorderColor": "#3A3F4B", + "focusColor": "#2979ff", + "focusedBorderColor": "#2979ff", + "hoverIconColor": "#2979ff", + "infoForeground": "#979FAD", + "iconColor": "#979FAD" + }, + "control": "#282C34", + "controlText": "#979FAD", + "Counter": { + "background": "#2979ff", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#979FAD", + "changedValueForeground": "#2979ff", + "errorMessageForeground": "#F07178", + "evaluatingExpressionForeground": "#979FAD", + "exceptionForeground": "#E5C17C", + "modifyingValueForeground": "#2979ff", + "valueForeground": "#2979ff" + } + }, + "DebuggerTabs": { + "selectedBackground": "#383D48", + "underlinedTabBackground": "#383D48" + }, + "DebuggerPopup": { + "borderColor": "#383D48" + }, + "DefaultTabs": { + "background": "#282C34", + "borderColor": "#282C34", + "hoverBackground": "#383E49", + "hoverColor": "#282C34", + "hoverMaskColor": "#383D48", + "inactiveUnderlineColor": "#6B727D", + "inactiveMaskColor": "#282C34", + "underlineColor": "#2979ff", + "underlinedTabBackground":"#383E49" + }, + "Desktop.background": "#282C34", + "DialogWrapper.southPanelBackground": "#282C34", + "DialogWrapper.southPanelDivider": "#282C34", + "DragAndDrop": { + "areaBackground": "#282C34", + "areaBorderColor": "#282C34", + "areaForeground": "#979FAD" + }, + "Editor": { + "background": "#282C34", + "foreground": "#979FAD", + "shortcutForeground": "#979FAD" + }, + "EditorPane": { + "background": "#282C34", + "caretForeground": "#2979ff", + "foreground": "#979FAD", + "inactiveBackground": "#282C34", + "inactiveForeground": "#6B727D", + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF" + }, + "EditorTabs": { + "borderColor": "#2F333D", + "hoverColor": "#383D48", + "hoverMaskColor": "#383D48", + "inactiveMaskColor": "#282C34", + "inactiveColoredFileBackground": "#282C34", + "inactiveUnderlineColor": "#6B727D", + "selectedForeground": "#979FAD", + "selectedBackground": "#383E49", + "underlineColor": "#2979ff", + "underlinedTabBackground": "#383E49" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#3c4150", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#282C34", + "FormattedTextField": { + "background": "#282C34", + "caretForeground": "#2979ff", + "foreground": "#979FAD", + "inactiveBackground": "#3A3F4B", + "inactiveForeground": "#6B727D", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#383E49" + }, + "Group": { + "disabledSeparatorColor": "#282C34", + "separatorColor": "#282C34" + }, + "GutterTooltip": { + "infoForeground": "#979FAD", + "lineSeparatorColor": "#282C34" + }, + "HeaderColor": { + "active": "#282C34", + "inactive": "#21252B" + }, + "HelpTooltip": { + "background": "#282C34", + "borderColor": "#282C34", + "foreground": "#979FAD", + "infoForeground": "#979FAD", + "shortcutForeground": "#979FAD" + }, + "Hyperlink.linkColor": "#2979ff", + "inactiveCaption": "#2F333D", + "inactiveCaptionBorder": "#282C34", + "inactiveCaptionText": "#979FAD", + "info": "#979FAD", + "infoText": "#979FAD", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#282C34", + "InplaceRefactoringPopup": { + "borderColor": "#282C34" + }, + "InternalFrame": { + "activeTitleForeground": "#979FAD", + "background": "#282C34", + "inactiveTitleForeground": "#979FAD" + }, + "Label": { + "background": "#282C34", + "disabledForeground": "#6B727D", + "disabledShadow": "#282C34", + "disabledText": "#6B727D", + "foreground": "#979FAD", + "infoForeground": "#979FAD", + "selectedForeground": "#FFFFFF" + }, + "Link": { + "activeForeground": "#2979ff", + "hoverForeground": "#2979ff", + "pressedForeground": "#2979ff", + "secondaryForeground": "#979FAD", + "visitedForeground": "#2979ff" + }, + "List": { + "background": "#2F333D", + "foreground": "#979FAD", + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#3A3F4B25" + }, + "material": { + "background": "#282C34", + "branchColor": "#979FAD", + "contrast": "#21252B", + "foreground": "#979FAD", + "mergeCommits": "#3A3F4B", + "primaryColor": "#979FAD", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#282C34", + "tab.borderColor": "#2979ff", + "tagColor": "#979FAD" + }, + "MemoryIndicator": { + "allocatedBackground": "#2F333D", + "usedColor": "#383D48", + "usedBackground": "#383D48" + }, + "Menu": { + "acceleratorForeground": "#979FAD", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#282C34", + "border": "4,2,4,2", + "borderColor": "#2F333D", + "disabledBackground": "#2F333D", + "disabledForeground": "#6B727D", + "foreground": "#979FAD", + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF", + "separatorColor": "#282C34" + }, + "MenuBar": { + "background": "#282C34", + "borderColor": "#282C34", + "disabledBackground": "#282C34", + "disabledForeground": "#6B727D", + "foreground": "#979FAD", + "highlight": "#282C34", + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF", + "shadow": "#282C34" + }, + "MenuItem": { + "acceleratorForeground": "#979FAD", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#282C34", + "disabledBackground": "#282C34", + "disabledForeground": "#6B727D", + "foreground": "#979FAD", + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#979FAD", + "borderColor": "#282C34" + }, + "NewClass": { + "Panel": { + "background": "#282C34" + }, + "SearchField": { + "background": "#282C34" + } + }, + "Notification": { + "background": "#282C34", + "borderColor": "#282C34", + "errorBackground": "#282C34", + "errorBorderColor": "#282C34", + "foreground": "#979FAD", + "MoreButton": { + "background": "#3A3F4B", + "foreground": "#979FAD", + "innerBorderColor": "#3A3F4B" + }, + "ToolWindow": { + "errorBackground": "#282C34", + "errorBorderColor": "#282C34", + "informativeBackground": "#282C34", + "informativeBorderColor": "#282C34", + "warningBackground": "#282C34", + "warningBorderColor": "#282C34" + } + }, + "OnePixelDivider.background": "#282C34", + "OptionPane": { + "background": "#282C34", + "foreground": "#979FAD", + "messageForeground": "#979FAD" + }, + "Outline": { + "color": "#3A3F4B" + }, + "Panel": { + "background": "#282C34", + "foreground": "#979FAD" + }, + "ParameterInfo": { + "background": "#2F333D", + "borderColor": "#383E49", + "currentOverloadBackground": "#383E49", + "currentParameterForeground": "#2979ff", + "disabledForeground": "#6B727D", + "foreground": "#979FAD", + "infoForeground": "#979FAD", + "lineSeparatorColor": "#383E49" + }, + "PasswordField": { + "background": "#282C34", + "capsLockIconColor": "#2979ff", + "caretForeground": "#2979ff", + "foreground": "#979FAD", + "inactiveForeground": "#6B727D", + "selectionBackground": "#383E49", + "selectionForeground": "#FFFFFF" + }, + "Plugins": { + "background": "#282C34", + "disabledForeground": "#6B727D", + "eapTagBackground": "#383D48", + "lightSelectionBackground": "#3A3F4B", + "selectionBackground": "#3A3F4B", + "tagForeground": "#2979ff", + "tagBackground": "#383D48", + "Button": { + "installBackground": "#3A3F4B", + "installBorderColor": "#3A3F4B", + "installForeground": "#979FAD", + "installFocusedBackground": "#383D48", + "installFillForeground": "#979FAD", + "installFillBackground": "#3A3F4B", + "updateBackground": "#3A3F4B", + "updateBorderColor": "#3A3F4B", + "updateForeground": "#979FAD" + }, + "SearchField": { + "background": "#282C34", + "borderColor": "#282C34" + }, + "SectionHeader": { + "background": "#2F333D", + "foreground": "#979FAD" + }, + "Tab": { + "hoverBackground": "#383E49", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#383E49" + } + }, + "Popup": { + "Advertiser": { + "background": "#282C34", + "borderColor": "#282C34", + "foreground": "#2979ff" + }, + "borderColor": "#21252B", + "inactiveBorderColor": "#282C34", + "innerBorderColor": "#2F333D", + "Header": { + "activeBackground": "#282C34", + "inactiveBackground": "#21252B" + }, + "paintBorder": true, + "separatorForeground": "#979FAD", + "separatorColor": "#2F333D", + "Toolbar": { + "background": "#21252B", + "borderColor": "#21252B" + } + }, + "PopupMenu": { + "background": "#282C34", + "border": "2,0,2,0", + "foreground": "#979FAD", + "translucentBackground": "#282C34" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#282C34", + "foreground": "#2979ff", + "indeterminateEndColor": "#2979ff", + "indeterminateStartColor": "#2979ff", + "progressColor": "#2979ff", + "selectionBackground": "#383D48", + "trackColor": "#383D48" + }, + "RadioButton": { + "background": "#282C34", + "disabledText": "#6B727D", + "foreground": "#979FAD" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#979FAD", + "acceleratorSelectionForeground": "#979FAD", + "background": "#282C34", + "disabledBackground": "#282C34", + "disabledForeground": "#6B727D", + "foreground": "#979FAD", + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#282C34", + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#282C3430", + "Mac": { + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#282C3430", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#282C3430", + "Transparent": { + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#282C3430", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#282C3430" + } + }, + "thumb": "#383D48", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#282C3430", + "Transparent": { + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#282C3430", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#282C3430" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#21252B", + "foreground": "#979FAD" + }, + "Header": { + "background": "#282C34" + }, + "List": { + "separatorForeground": "#979FAD", + "separatorColor": "#282C34" + }, + "SearchField": { + "background": "#282C34", + "borderColor": "#21252B", + "infoForeground": "#979FAD" + }, + "Tab": { + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#383D48" + } + }, + "SearchMatch": { + "endBackground": "#2979ff", + "startBackground": "#2979ff" + }, + "Separator": { + "background": "#2F333D", + "foreground": "#2F333D", + "separatorColor": "#2F333D" + }, + "SidePanel": { + "background": "#282C34" + }, + "Slider": { + "background": "#282C34", + "foreground": "#979FAD", + "majorTickLength": 6, + "tickColor": "#2F333D", + "trackWidth": 7, + "thumb": "#2979ff" + }, + "SpeedSearch": { + "background": "#383D48", + "borderColor": "#282C34", + "foreground": "#979FAD", + "errorForeground": "#979FAD" + }, + "Spinner": { + "background": "#282C34", + "border": "3,3,3,3", + "foreground": "#979FAD", + "selectionForeground": "#FFFFFF" + }, + "SplitPane": { + "background": "#282C34", + "highlight": "#282C34" + }, + "SplitPaneDivider.draggingColor": "#2F333D", + "StatusBar": { + "borderColor": "#282C34" + }, + "TabbedPane": { + "background": "#282C34", + "contentAreaColor": "#383D48", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#282C34", + "disabledForeground": "#6B727D", + "disabledUnderlineColor": "#6B727D", + "focus": "#383E49", + "focusColor": "#383E49", + "fontSizeOffset": 0, + "foreground": "#979FAD", + "highlight": "#282C34", + "hoverColor": "#383D48", + "labelShift": 0, + "selectedForeground": "#FFFFFF", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#282C34", + "Table": { + "background": "#282C34", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#2979ff", + "dropLineShortColor": "#2979ff", + "focusCellBackground": "#383E49", + "focusCellForeground": "#FFFFFF", + "foreground": "#979FAD", + "gridColor": "#282C34", + "highlightOuter": "#383E49", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#979FAD", + "lightSelectionInactiveBackground": "#2F333D", + "selectionBackground": "#383E49", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#3A3F4B25", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#979FAD", + "stripeColor": "#21252B" + }, + "TableHeader": { + "background": "#282C34", + "borderColor": "#282C34", + "bottomSeparatorColor": "#2F333D", + "cellBorder": "4,0,4,0", + "foreground": "#979FAD", + "focusCellBackground": "#383E49", + "focusCellForeground": "#FFFFFF", + "height": 25, + "separatorColor": "#2F333D" + }, + "text": "#979FAD", + "textInactiveText": "#979FAD", + "textText": "#979FAD", + "TextArea": { + "background": "#282C34", + "caretForeground": "#2979ff", + "foreground": "#979FAD", + "inactiveForeground": "#6B727D", + "selectionBackground": "#383E49", + "selectionForeground": "#FFFFFF" + }, + "TextField": { + "background": "#282C34", + "caretForeground": "#2979ff", + "foreground": "#979FAD", + "inactiveForeground": "#6B727D", + "selectionBackground": "#383E49", + "selectionForeground": "#FFFFFF" + }, + "TextPane": { + "background": "#282C34", + "caretForeground": "#2979ff", + "foreground": "#979FAD", + "inactiveForeground": "#6B727D", + "selectionBackground": "#383E49", + "selectionForeground": "#FFFFFF" + }, + "TitlePane": { + "background": "#21252B", + "Button.hoverBackground": "#383D48", + "inactiveBackground": "#2F333D", + "infoForeground": "#979FAD", + "inactiveInfoForeground": "#979FAD" + }, + "TitledBorder.titleColor": "#979FAD", + "ToggleButton": { + "borderColor": "#3A3F4B", + "buttonColor": "#979FAD", + "disabledText": "#6B727D", + "foreground": "#979FAD", + "offForeground": "#282C34", + "offBackground": "#282C34", + "onBackground": "#2979ff", + "onForeground": "#2979ff" + }, + "ToolBar": { + "background": "#282C34", + "borderHandleColor": "#979FAD", + "floatingForeground": "#979FAD", + "foreground": "#979FAD" + }, + "ToolTip": { + "Actions.background": "#282C34", + "Actions.infoForeground": "#979FAD", + "background": "#282C34", + "borderColor": "#383D48", + "foreground": "#979FAD", + "infoForeground": "#979FAD", + "separatorColor": "#282C34", + "shortcutForeground": "#979FAD" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#383E49", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#21252B" + }, + "Header": { + "background": "#282C34", + "borderColor": "#2F333D", + "inactiveBackground": "#282C34" + }, + "HeaderCloseButton": { + "background": "#282C34" + }, + "HeaderTab": { + "hoverBackground": "#383D48", + "hoverInactiveBackground": "#2F333D", + "inactiveUnderlineColor": "#2979ff", + "selectedBackground": "#21252B", + "selectedInactiveBackground": "#21252B", + "underlineColor": "#2979ff", + "underlinedTabBackground": "#383D48", + "underlinedTabInactiveBackground": "#2F333D" + } + }, + "Tree": { + "background": "#282C34", + "foreground": "#979FAD", + "hash": "#282C34", + "modifiedItemForeground": "#2979ff", + "rowHeight": 28, + "selectionBackground": "#3A3F4B", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#3A3F4B25", + "textBackground": "#282C34" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#282C34", + "Preview.background": "#282C34" + }, + "ValidationTooltip": { + "errorBackground": "#282C34", + "errorBorderColor": "#282C34", + "warningBackground": "#282C34", + "warningBorderColor": "#282C34" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#282C34" + }, + "GitLog": { + "localBranchIconColor": "#2979ff", + "otherIconColor": "#979FAD", + "remoteBranchIconColor": "#979FAD", + "tagIconColor": "#979FAD" + }, + "HgLog": { + "branchIconColor": "#2979ff", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#6B727D", + "localTagIconColor": "#979FAD", + "mqTagIconColor": "#979FAD", + "tagIconColor": "#979FAD", + "tipIconColor": "#979FAD" + }, + "Log": { + "Commit.unmatchedForeground": "#979FAD", + "Commit.currentBranchBackground": "#3A3F4B" + }, + "RefLabel": { + "foreground": "#FFFFFF", + "backgroundBase": "#383D48" + } + }, + "Viewport": { + "background": "#282C34", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#282C34", + "borderColor": "#282C34", + "captionBackground": "#21252B", + "captionForeground": "#979FAD", + "footerBackground": "#21252B", + "footerForeground": "#979FAD", + "headerBackground": "#282C34", + "headerForeground": "#979FAD", + "separatorColor": "#282C34", + "Projects": { + "background": "#2F333D", + "selectionBackground": "#3A3F4B", + "selectionInactiveBackground": "#2F333D" + } + }, + "window": "#282C34", + "windowBorder": "#282C34", + "windowText": "#979FAD", + "Window.border": "#282C34" + }, + "icons": { + "ColorPalette": { + "#43494A": "#21252B", + "#6B6B6B": "#979FAD", + "#A7A7A7": "#282C34", + "#3D6185": "#2979ff", + "#466D94": "#2979ff", + "#3C3F41": "#282C34", + "#545556": "#6B727D", + "#606060": "#6B727D", + "#9AA7B0": "#979FAD", + "#675133": "#2979ff", + "Actions.Blue": "#61AEEF", + "Actions.Green": "#98C379", + "Actions.Grey": "#979FAD", + "Actions.GreyInline": "#59626F", + "Actions.GreyInline.Dark": "#979FAD", + "Actions.Red": "#F07178", + "Actions.Yellow": "#E5C17C", + "Checkbox.Background.Default": "#21252B", + "Checkbox.Background.Default.Dark": "#21252B", + "Checkbox.Background.Disabled": "#3c4150", + "Checkbox.Background.Disabled.Dark": "#3c4150", + "Checkbox.Border.Default": "#282C34", + "Checkbox.Border.Default.Dark": "#282C34", + "Checkbox.Border.Disabled": "#6B727D", + "Checkbox.Border.Disabled.Dark": "#6B727D", + "Checkbox.Focus.Thin.Default": "#2979ff", + "Checkbox.Focus.Thin.Default.Dark": "#2979ff", + "Checkbox.Focus.Wide": "#2979ff", + "Checkbox.Focus.Wide.Dark": "#2979ff", + "Checkbox.Foreground.Disabled": "#6B727D", + "Checkbox.Foreground.Disabled.Dark": "#6B727D", + "Checkbox.Background.Selected": "#2979ff", + "Checkbox.Background.Selected.Dark": "#2979ff", + "Checkbox.Border.Selected": "#2979ff", + "Checkbox.Border.Selected.Dark": "#2979ff", + "Checkbox.Foreground.Selected": "#979FAD", + "Checkbox.Foreground.Selected.Dark": "#979FAD", + "Checkbox.Focus.Thin.Selected": "#979FAD", + "Checkbox.Focus.Thin.Selected.Dark": "#979FAD", + "Objects.Grey": "#59626F", + "Objects.Blue": "#61AEEF", + "Objects.RedStatus": "#F07178", + "Objects.Red": "#F07178", + "Objects.Pink": "#C679DD", + "Objects.Yellow": "#E5C17C", + "Objects.Green": "#98C379", + "Objects.Purple": "#C679DD", + "Objects.BlackText": "#979FAD", + "Objects.YellowDark": "#D19A66", + "Objects.GreenAndroid": "#98C379" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Light Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Light Contrast.theme.json new file mode 100644 index 00000000..1de8581b --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Light Contrast.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Atom One Light", + "dark": false, + "author": "Mallowigi", + "editorScheme": "/colors/Atom One Light.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#9D9D9F", + "background": "#FAFAFA", + "borderColor": "#DBDBDC", + "disabledBackground": "#DBDBDC", + "disabledForeground": "#424243", + "disabledText": "#424243", + "focusColor": "#EAEAEB", + "focusedBorderColor": "#2979ff", + "foreground": "#232324", + "inactiveBackground": "#DBDBDC", + "inactiveForeground": "#9D9D9F", + "infoForeground": "#9D9D9F", + "selectionBackground": "#DBDBDC", + "selectionBackgroundInactive": "#EAEAEB", + "selectionForeground": "#232324", + "selectionInactiveBackground": "#EAEAEB", + "separatorColor": "#DBDBDC" + }, + "activeCaption": "#FAFAFA", + "ActionButton": { + "hoverBackground": "#2979ff50", + "hoverBorderColor": "#2979ff50", + "pressedBackground": "#2979ff50", + "pressedBorderColor": "#2979ff50" + }, + "Autocomplete": { + "selectionBackground": "#DBDBDC" + }, + "Borders.ContrastBorderColor": "#FAFAFA", + "Borders.color": "#DBDBDC", + "Button": { + "arc": 0, + "background": "#FAFAFA", + "default": { + "endBackground": "#DBDBDC", + "endBorderColor": "#DBDBDC", + "foreground": "#232324", + "focusColor": "#2979ff", + "focusedBorderColor": "#2979ff", + "shadowColor": "#DBDBDC", + "startBackground": "#DBDBDC", + "startBorderColor": "#DBDBDC" + }, + "disabledBorderColor": "#DBDBDC", + "disabledText": "#424243", + "endBackground": "#DBDBDC", + "endBorderColor": "#DBDBDC", + "focus": "#EAEAEB", + "focusedBorderColor": "#2979ff", + "foreground": "#9D9D9F", + "highlight": "#232324", + "mt.background": "#DBDBDC", + "mt.foreground": "#9D9D9F", + "mt.selectedForeground": "#232324", + "mt.selection.color1": "#DBDBDC", + "mt.selection.color2": "#DBDBDC", + "startBackground": "#DBDBDC", + "startBorderColor": "#DBDBDC", + "shadowColor": "#DBDBDC", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#FAFAFA", + "disabledText": "#424243", + "foreground": "#232324", + "select": "#2979ff" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#9D9D9F", + "acceleratorSelectionForeground": "#9D9D9F", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#424243", + "foreground": "#232324", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "ColorChooser": { + "background": "#FAFAFA", + "foreground": "#232324", + "swatchesDefaultRecentColor": "#232324" + }, + "ComboBoxButton.background": "#DBDBDC", + "ComboBox": { + "ArrowButton": { + "background": "#DBDBDC", + "disabledIconColor": "#424243", + "iconColor": "#232324", + "nonEditableBackground": "#FAFAFA" + }, + "background": "#FFFFFF", + "buttonBackground": "#DBDBDC", + "disabledForeground": "#424243", + "foreground": "#232324", + "modifiedItemForeground": "#2979ff", + "nonEditableBackground": "#EAEAEB", + "padding": "5,5,5,5", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "ComboPopup.border": "#DBDBDC", + "CompletionPopup": { + "background": "#EAEAEB", + "foreground": "#232324", + "infoForeground": "#9D9D9F", + "matchForeground": "#2979ff2", + "matchSelectionForeground": "#2979ff", + "nonFocusedState": "false", + "nonFocusedMask": "#DBDBDC80", + "selectedGrayedForeground": "#232324", + "selectionGrayForeground": "#232324", + "selectionInactiveInfoForeground": "#9D9D9F", + "selectionInactiveBackground": "#EAEAEB", + "selectionBackground": "#DBDBDC80", + "selectionForeground": "#232324", + "selectionInfoForeground": "#232324" + }, + "Component": { + "arc": 4, + "borderColor": "#EAEAEB", + "disabledBorderColor": "#DBDBDC", + "focusColor": "#2979ff", + "focusedBorderColor": "#2979ff", + "hoverIconColor": "#2979ff", + "infoForeground": "#9D9D9F", + "iconColor": "#232324" + }, + "control": "#FAFAFA", + "controlText": "#9D9D9F", + "Counter": { + "background": "#2979ff", + "foreground": "#232324" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#9D9D9F", + "changedValueForeground": "#2979ff", + "errorMessageForeground": "#E4564A", + "evaluatingExpressionForeground": "#9D9D9F", + "exceptionForeground": "#C18401", + "modifyingValueForeground": "#2979ff", + "valueForeground": "#2979ff" + } + }, + "DebuggerTabs": { + "selectedBackground": "#EAEAEB", + "underlinedTabBackground": "#EAEAEB" + }, + "DebuggerPopup": { + "borderColor": "#EAEAEB" + }, + "DefaultTabs": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "hoverBackground": "#DBDBDC", + "hoverColor": "#FFFFFF", + "hoverMaskColor": "#EAEAEB", + "inactiveUnderlineColor": "#424243", + "inactiveMaskColor": "#FFFFFF", + "underlineColor": "#2979ff", + "underlinedTabBackground":"#DBDBDC" + }, + "Desktop.background": "#FAFAFA", + "DialogWrapper.southPanelBackground": "#FAFAFA", + "DialogWrapper.southPanelDivider": "#FAFAFA", + "DragAndDrop": { + "areaBackground": "#FAFAFA", + "areaBorderColor": "#FAFAFA", + "areaForeground": "#232324" + }, + "Editor": { + "background": "#FFFFFF", + "foreground": "#232324", + "shortcutForeground": "#9D9D9F" + }, + "EditorPane": { + "background": "#FFFFFF", + "caretForeground": "#2979ff", + "foreground": "#232324", + "inactiveBackground": "#FAFAFA", + "inactiveForeground": "#424243", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "EditorTabs": { + "borderColor": "#EAEAEB", + "hoverColor": "#EAEAEB", + "hoverMaskColor": "#EAEAEB", + "inactiveMaskColor": "#FAFAFA", + "inactiveColoredFileBackground": "#FAFAFA", + "inactiveUnderlineColor": "#424243", + "selectedForeground": "#232324", + "selectedBackground": "#DBDBDC", + "underlineColor": "#2979ff", + "underlinedTabBackground": "#DBDBDC" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#DBDBDC", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#DBDBDC", + "FormattedTextField": { + "background": "#FFFFFF", + "caretForeground": "#2979ff", + "foreground": "#232324", + "inactiveBackground": "#DBDBDC", + "inactiveForeground": "#424243", + "selectionForeground": "#232324", + "selectionBackground": "#DBDBDC" + }, + "Group": { + "disabledSeparatorColor": "#DBDBDC", + "separatorColor": "#DBDBDC" + }, + "GutterTooltip": { + "infoForeground": "#232324", + "lineSeparatorColor": "#FAFAFA" + }, + "HeaderColor": { + "active": "#FAFAFA", + "inactive": "#FFFFFF" + }, + "HelpTooltip": { + "background": "#FAFAFA", + "borderColor": "#DBDBDC", + "foreground": "#232324", + "infoForeground": "#9D9D9F", + "shortcutForeground": "#9D9D9F" + }, + "Hyperlink.linkColor": "#2979ff", + "inactiveCaption": "#EAEAEB", + "inactiveCaptionBorder": "#FAFAFA", + "inactiveCaptionText": "#9D9D9F", + "info": "#9D9D9F", + "infoText": "#9D9D9F", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#DBDBDC", + "InplaceRefactoringPopup": { + "borderColor": "#FAFAFA" + }, + "InternalFrame": { + "activeTitleForeground": "#232324", + "background": "#FAFAFA", + "inactiveTitleForeground": "#9D9D9F" + }, + "Label": { + "background": "#FAFAFA", + "disabledForeground": "#424243", + "disabledShadow": "#FAFAFA", + "disabledText": "#424243", + "foreground": "#232324", + "infoForeground": "#9D9D9F", + "selectedForeground": "#232324" + }, + "Link": { + "activeForeground": "#2979ff", + "hoverForeground": "#2979ff", + "pressedForeground": "#2979ff", + "secondaryForeground": "#9D9D9F", + "visitedForeground": "#2979ff" + }, + "List": { + "background": "#EAEAEB", + "foreground": "#232324", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324", + "selectionInactiveForeground": "#232324", + "selectionInactiveBackground": "#DBDBDC8025" + }, + "material": { + "background": "#FAFAFA", + "branchColor": "#232324", + "contrast": "#FFFFFF", + "foreground": "#232324", + "mergeCommits": "#DBDBDC", + "primaryColor": "#9D9D9F", + "selectionForeground": "#232324", + "tab.backgroundColor": "#FAFAFA", + "tab.borderColor": "#2979ff", + "tagColor": "#9D9D9F" + }, + "MemoryIndicator": { + "allocatedBackground": "#EAEAEB", + "usedColor": "#EAEAEB", + "usedBackground": "#EAEAEB" + }, + "Menu": { + "acceleratorForeground": "#9D9D9F", + "acceleratorSelectionForeground": "#232324", + "background": "#FAFAFA", + "border": "4,2,4,2", + "borderColor": "#EAEAEB", + "disabledBackground": "#EAEAEB", + "disabledForeground": "#424243", + "foreground": "#232324", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324", + "separatorColor": "#DBDBDC" + }, + "MenuBar": { + "background": "#FFFFFF", + "borderColor": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#424243", + "foreground": "#232324", + "highlight": "#FAFAFA", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324", + "shadow": "#FFFFFF" + }, + "MenuItem": { + "acceleratorForeground": "#9D9D9F", + "acceleratorSelectionForeground": "#232324", + "border": "4,2,4,2", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#424243", + "foreground": "#232324", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "NavBar": { + "arrowColor": "#232324", + "borderColor": "#FAFAFA" + }, + "NewClass": { + "Panel": { + "background": "#FAFAFA" + }, + "SearchField": { + "background": "#FFFFFF" + } + }, + "Notification": { + "background": "#F2F2F2", + "borderColor": "#F2F2F2", + "errorBackground": "#F2F2F2", + "errorBorderColor": "#F2F2F2", + "foreground": "#232324", + "MoreButton": { + "background": "#DBDBDC", + "foreground": "#232324", + "innerBorderColor": "#DBDBDC" + }, + "ToolWindow": { + "errorBackground": "#F2F2F2", + "errorBorderColor": "#F2F2F2", + "informativeBackground": "#F2F2F2", + "informativeBorderColor": "#F2F2F2", + "warningBackground": "#F2F2F2", + "warningBorderColor": "#F2F2F2" + } + }, + "OnePixelDivider.background": "#DBDBDC", + "OptionPane": { + "background": "#FAFAFA", + "foreground": "#232324", + "messageForeground": "#232324" + }, + "Outline": { + "color": "#DBDBDC" + }, + "Panel": { + "background": "#FAFAFA", + "foreground": "#232324" + }, + "ParameterInfo": { + "background": "#EAEAEB", + "borderColor": "#DBDBDC", + "currentOverloadBackground": "#DBDBDC", + "currentParameterForeground": "#2979ff", + "disabledForeground": "#424243", + "foreground": "#232324", + "infoForeground": "#9D9D9F", + "lineSeparatorColor": "#DBDBDC" + }, + "PasswordField": { + "background": "#FFFFFF", + "capsLockIconColor": "#2979ff", + "caretForeground": "#2979ff", + "foreground": "#232324", + "inactiveForeground": "#424243", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "Plugins": { + "background": "#FAFAFA", + "disabledForeground": "#424243", + "eapTagBackground": "#EAEAEB", + "lightSelectionBackground": "#DBDBDC", + "selectionBackground": "#DBDBDC", + "tagForeground": "#2979ff", + "tagBackground": "#EAEAEB", + "Button": { + "installBackground": "#DBDBDC", + "installBorderColor": "#DBDBDC", + "installForeground": "#232324", + "installFocusedBackground": "#EAEAEB", + "installFillForeground": "#9D9D9F", + "installFillBackground": "#DBDBDC", + "updateBackground": "#DBDBDC", + "updateBorderColor": "#DBDBDC", + "updateForeground": "#232324" + }, + "SearchField": { + "background": "#FFFFFF", + "borderColor": "#DBDBDC" + }, + "SectionHeader": { + "background": "#EAEAEB", + "foreground": "#232324" + }, + "Tab": { + "hoverBackground": "#DBDBDC", + "selectedForeground": "#232324", + "selectedBackground": "#DBDBDC" + } + }, + "Popup": { + "Advertiser": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "foreground": "#2979ff" + }, + "borderColor": "#FFFFFF", + "inactiveBorderColor": "#FAFAFA", + "innerBorderColor": "#EAEAEB", + "Header": { + "activeBackground": "#FAFAFA", + "inactiveBackground": "#FFFFFF" + }, + "paintBorder": true, + "separatorForeground": "#232324", + "separatorColor": "#EAEAEB", + "Toolbar": { + "background": "#FFFFFF", + "borderColor": "#FFFFFF" + } + }, + "PopupMenu": { + "background": "#FAFAFA", + "border": "2,0,2,0", + "foreground": "#232324", + "translucentBackground": "#FAFAFA" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#FAFAFA", + "foreground": "#2979ff", + "indeterminateEndColor": "#2979ff", + "indeterminateStartColor": "#2979ff", + "progressColor": "#2979ff", + "selectionBackground": "#EAEAEB", + "trackColor": "#EAEAEB" + }, + "RadioButton": { + "background": "#FAFAFA", + "disabledText": "#424243", + "foreground": "#232324" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#9D9D9F", + "acceleratorSelectionForeground": "#9D9D9F", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#424243", + "foreground": "#232324", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "ScrollBar": { + "background": "#FAFAFA", + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#FAFAFA30", + "Mac": { + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#FAFAFA30", + "Transparent": { + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#FAFAFA30" + } + }, + "thumb": "#EAEAEB", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#FAFAFA30", + "Transparent": { + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#FAFAFA30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#FFFFFF", + "foreground": "#9D9D9F" + }, + "Header": { + "background": "#FAFAFA" + }, + "List": { + "separatorForeground": "#232324", + "separatorColor": "#DBDBDC" + }, + "SearchField": { + "background": "#FAFAFA", + "borderColor": "#FFFFFF", + "infoForeground": "#9D9D9F" + }, + "Tab": { + "active.foreground": "#232324", + "selectedForeground": "#232324", + "selectedBackground": "#EAEAEB" + } + }, + "SearchMatch": { + "endBackground": "#2979ff", + "startBackground": "#2979ff" + }, + "Separator": { + "background": "#EAEAEB", + "foreground": "#EAEAEB", + "separatorColor": "#EAEAEB" + }, + "SidePanel": { + "background": "#FFFFFF" + }, + "Slider": { + "background": "#FAFAFA", + "foreground": "#232324", + "majorTickLength": 6, + "tickColor": "#EAEAEB", + "trackWidth": 7, + "thumb": "#2979ff" + }, + "SpeedSearch": { + "background": "#EAEAEB", + "borderColor": "#DBDBDC", + "foreground": "#232324", + "errorForeground": "#232324" + }, + "Spinner": { + "background": "#FAFAFA", + "border": "3,3,3,3", + "foreground": "#232324", + "selectionForeground": "#232324" + }, + "SplitPane": { + "background": "#FAFAFA", + "highlight": "#FFFFFF" + }, + "SplitPaneDivider.draggingColor": "#EAEAEB", + "StatusBar": { + "borderColor": "#FAFAFA" + }, + "TabbedPane": { + "background": "#FAFAFA", + "contentAreaColor": "#EAEAEB", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#DBDBDC", + "disabledForeground": "#424243", + "disabledUnderlineColor": "#424243", + "focus": "#DBDBDC", + "focusColor": "#DBDBDC", + "fontSizeOffset": 0, + "foreground": "#232324", + "highlight": "#DBDBDC", + "hoverColor": "#EAEAEB", + "labelShift": 0, + "selectedForeground": "#232324", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#FFFFFF", + "Table": { + "background": "#FAFAFA", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#2979ff", + "dropLineShortColor": "#2979ff", + "focusCellBackground": "#DBDBDC", + "focusCellForeground": "#232324", + "foreground": "#232324", + "gridColor": "#FAFAFA", + "highlightOuter": "#DBDBDC", + "lightSelectionForeground": "#232324", + "lightSelectionInactiveForeground": "#9D9D9F", + "lightSelectionInactiveBackground": "#EAEAEB", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324", + "selectionInactiveBackground": "#DBDBDC8025", + "selectionInactiveForeground": "#232324", + "sortIconColor": "#232324", + "stripeColor": "#FFFFFF" + }, + "TableHeader": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "bottomSeparatorColor": "#EAEAEB", + "cellBorder": "4,0,4,0", + "foreground": "#232324", + "focusCellBackground": "#DBDBDC", + "focusCellForeground": "#232324", + "height": 25, + "separatorColor": "#EAEAEB" + }, + "text": "#9D9D9F", + "textInactiveText": "#9D9D9F", + "textText": "#9D9D9F", + "TextArea": { + "background": "#FFFFFF", + "caretForeground": "#2979ff", + "foreground": "#232324", + "inactiveForeground": "#424243", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "TextField": { + "background": "#FFFFFF", + "caretForeground": "#2979ff", + "foreground": "#232324", + "inactiveForeground": "#424243", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "TextPane": { + "background": "#FFFFFF", + "caretForeground": "#2979ff", + "foreground": "#232324", + "inactiveForeground": "#424243", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "TitlePane": { + "background": "#FFFFFF", + "Button.hoverBackground": "#EAEAEB", + "inactiveBackground": "#EAEAEB", + "infoForeground": "#9D9D9F", + "inactiveInfoForeground": "#9D9D9F" + }, + "TitledBorder.titleColor": "#232324", + "ToggleButton": { + "borderColor": "#DBDBDC", + "buttonColor": "#232324", + "disabledText": "#424243", + "foreground": "#232324", + "offForeground": "#FAFAFA", + "offBackground": "#FAFAFA", + "onBackground": "#2979ff", + "onForeground": "#2979ff" + }, + "ToolBar": { + "background": "#FFFFFF", + "borderHandleColor": "#9D9D9F", + "floatingForeground": "#9D9D9F", + "foreground": "#232324" + }, + "ToolTip": { + "Actions.background": "#FAFAFA", + "Actions.infoForeground": "#9D9D9F", + "background": "#FAFAFA", + "borderColor": "#EAEAEB", + "foreground": "#232324", + "infoForeground": "#9D9D9F", + "separatorColor": "#DBDBDC", + "shortcutForeground": "#9D9D9F" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#DBDBDC", + "selectedForeground": "#232324", + "selectedBackground": "#FFFFFF" + }, + "Header": { + "background": "#FAFAFA", + "borderColor": "#EAEAEB", + "inactiveBackground": "#FAFAFA" + }, + "HeaderCloseButton": { + "background": "#FAFAFA" + }, + "HeaderTab": { + "hoverBackground": "#EAEAEB", + "hoverInactiveBackground": "#EAEAEB", + "inactiveUnderlineColor": "#2979ff", + "selectedBackground": "#FFFFFF", + "selectedInactiveBackground": "#FFFFFF", + "underlineColor": "#2979ff", + "underlinedTabBackground": "#EAEAEB", + "underlinedTabInactiveBackground": "#EAEAEB" + } + }, + "Tree": { + "background": "#FFFFFF", + "foreground": "#9D9D9F", + "hash": "#DBDBDC", + "modifiedItemForeground": "#2979ff", + "rowHeight": 28, + "selectionBackground": "#DBDBDC80", + "selectionForeground": "#232324", + "selectionInactiveForeground": "#232324", + "selectionInactiveBackground": "#DBDBDC8025", + "textBackground": "#FFFFFF" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#FAFAFA", + "Preview.background": "#FAFAFA" + }, + "ValidationTooltip": { + "errorBackground": "#F2F2F2", + "errorBorderColor": "#F2F2F2", + "warningBackground": "#F2F2F2", + "warningBorderColor": "#F2F2F2" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#FAFAFA" + }, + "GitLog": { + "localBranchIconColor": "#2979ff", + "otherIconColor": "#9D9D9F", + "remoteBranchIconColor": "#232324", + "tagIconColor": "#9D9D9F" + }, + "HgLog": { + "branchIconColor": "#2979ff", + "bookmarkIconColor": "#232324", + "closedBranchIconColor": "#424243", + "localTagIconColor": "#9D9D9F", + "mqTagIconColor": "#9D9D9F", + "tagIconColor": "#9D9D9F", + "tipIconColor": "#9D9D9F" + }, + "Log": { + "Commit.unmatchedForeground": "#9D9D9F", + "Commit.currentBranchBackground": "#DBDBDC80" + }, + "RefLabel": { + "foreground": "#232324", + "backgroundBase": "#EAEAEB" + } + }, + "Viewport": { + "background": "#FFFFFF", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "captionBackground": "#FFFFFF", + "captionForeground": "#232324", + "footerBackground": "#FFFFFF", + "footerForeground": "#232324", + "headerBackground": "#FAFAFA", + "headerForeground": "#232324", + "separatorColor": "#DBDBDC", + "Projects": { + "background": "#EAEAEB", + "selectionBackground": "#DBDBDC", + "selectionInactiveBackground": "#EAEAEB" + } + }, + "window": "#FFFFFF", + "windowBorder": "#DBDBDC", + "windowText": "#9D9D9F", + "Window.border": "#DBDBDC" + }, + "icons": { + "ColorPalette": { + "#43494A": "#FFFFFF", + "#6B6B6B": "#9D9D9F", + "#A7A7A7": "#FAFAFA", + "#3D6185": "#2979ff", + "#466D94": "#2979ff", + "#3C3F41": "#FAFAFA", + "#545556": "#424243", + "#606060": "#424243", + "#9AA7B0": "#232324", + "#675133": "#2979ff", + "Actions.Blue": "#4078F2", + "Actions.Green": "#50A14E", + "Actions.Grey": "#9D9D9F", + "Actions.GreyInline": "#A0A1A7", + "Actions.GreyInline.Dark": "#232324", + "Actions.Red": "#E4564A", + "Actions.Yellow": "#C18401", + "Checkbox.Background.Default": "#FFFFFF", + "Checkbox.Background.Default.Dark": "#FFFFFF", + "Checkbox.Background.Disabled": "#DBDBDC", + "Checkbox.Background.Disabled.Dark": "#DBDBDC", + "Checkbox.Border.Default": "#DBDBDC", + "Checkbox.Border.Default.Dark": "#DBDBDC", + "Checkbox.Border.Disabled": "#424243", + "Checkbox.Border.Disabled.Dark": "#424243", + "Checkbox.Focus.Thin.Default": "#2979ff", + "Checkbox.Focus.Thin.Default.Dark": "#2979ff", + "Checkbox.Focus.Wide": "#2979ff", + "Checkbox.Focus.Wide.Dark": "#2979ff", + "Checkbox.Foreground.Disabled": "#424243", + "Checkbox.Foreground.Disabled.Dark": "#424243", + "Checkbox.Background.Selected": "#2979ff", + "Checkbox.Background.Selected.Dark": "#2979ff", + "Checkbox.Border.Selected": "#2979ff", + "Checkbox.Border.Selected.Dark": "#2979ff", + "Checkbox.Foreground.Selected": "#232324", + "Checkbox.Foreground.Selected.Dark": "#232324", + "Checkbox.Focus.Thin.Selected": "#232324", + "Checkbox.Focus.Thin.Selected.Dark": "#232324", + "Objects.Grey": "#A0A1A7", + "Objects.Blue": "#4078F2", + "Objects.RedStatus": "#E4564A", + "Objects.Red": "#E4564A", + "Objects.Pink": "#A626A4", + "Objects.Yellow": "#C18401", + "Objects.Green": "#50A14E", + "Objects.Purple": "#A626A4", + "Objects.BlackText": "#232324", + "Objects.YellowDark": "#986801", + "Objects.GreenAndroid": "#50A14E" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Light.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Light.theme.json new file mode 100644 index 00000000..5faa6bb0 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Atom One Light.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Atom One Light", + "dark": false, + "author": "Mallowigi", + "editorScheme": "/colors/Atom One Light.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#9D9D9F", + "background": "#FAFAFA", + "borderColor": "#DBDBDC", + "disabledBackground": "#DBDBDC", + "disabledForeground": "#424243", + "disabledText": "#424243", + "focusColor": "#EAEAEB", + "focusedBorderColor": "#2979ff", + "foreground": "#232324", + "inactiveBackground": "#DBDBDC", + "inactiveForeground": "#9D9D9F", + "infoForeground": "#9D9D9F", + "selectionBackground": "#DBDBDC", + "selectionBackgroundInactive": "#EAEAEB", + "selectionForeground": "#232324", + "selectionInactiveBackground": "#EAEAEB", + "separatorColor": "#DBDBDC" + }, + "activeCaption": "#FAFAFA", + "ActionButton": { + "hoverBackground": "#2979ff50", + "hoverBorderColor": "#2979ff50", + "pressedBackground": "#2979ff50", + "pressedBorderColor": "#2979ff50" + }, + "Autocomplete": { + "selectionBackground": "#DBDBDC" + }, + "Borders.ContrastBorderColor": "#FAFAFA", + "Borders.color": "#DBDBDC", + "Button": { + "arc": 0, + "background": "#FAFAFA", + "default": { + "endBackground": "#DBDBDC", + "endBorderColor": "#DBDBDC", + "foreground": "#232324", + "focusColor": "#2979ff", + "focusedBorderColor": "#2979ff", + "shadowColor": "#DBDBDC", + "startBackground": "#DBDBDC", + "startBorderColor": "#DBDBDC" + }, + "disabledBorderColor": "#DBDBDC", + "disabledText": "#424243", + "endBackground": "#DBDBDC", + "endBorderColor": "#DBDBDC", + "focus": "#EAEAEB", + "focusedBorderColor": "#2979ff", + "foreground": "#9D9D9F", + "highlight": "#232324", + "mt.background": "#DBDBDC", + "mt.foreground": "#9D9D9F", + "mt.selectedForeground": "#232324", + "mt.selection.color1": "#DBDBDC", + "mt.selection.color2": "#DBDBDC", + "startBackground": "#DBDBDC", + "startBorderColor": "#DBDBDC", + "shadowColor": "#DBDBDC", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#FAFAFA", + "disabledText": "#424243", + "foreground": "#232324", + "select": "#2979ff" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#9D9D9F", + "acceleratorSelectionForeground": "#9D9D9F", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#424243", + "foreground": "#232324", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "ColorChooser": { + "background": "#FAFAFA", + "foreground": "#232324", + "swatchesDefaultRecentColor": "#232324" + }, + "ComboBoxButton.background": "#DBDBDC", + "ComboBox": { + "ArrowButton": { + "background": "#DBDBDC", + "disabledIconColor": "#424243", + "iconColor": "#232324", + "nonEditableBackground": "#FAFAFA" + }, + "background": "#FAFAFA", + "buttonBackground": "#DBDBDC", + "disabledForeground": "#424243", + "foreground": "#232324", + "modifiedItemForeground": "#2979ff", + "nonEditableBackground": "#EAEAEB", + "padding": "5,5,5,5", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "ComboPopup.border": "#DBDBDC", + "CompletionPopup": { + "background": "#EAEAEB", + "foreground": "#232324", + "infoForeground": "#9D9D9F", + "matchForeground": "#2979ff2", + "matchSelectionForeground": "#2979ff", + "nonFocusedState": "false", + "nonFocusedMask": "#DBDBDC80", + "selectedGrayedForeground": "#232324", + "selectionGrayForeground": "#232324", + "selectionInactiveInfoForeground": "#9D9D9F", + "selectionInactiveBackground": "#EAEAEB", + "selectionBackground": "#DBDBDC80", + "selectionForeground": "#232324", + "selectionInfoForeground": "#232324" + }, + "Component": { + "arc": 4, + "borderColor": "#EAEAEB", + "disabledBorderColor": "#DBDBDC", + "focusColor": "#2979ff", + "focusedBorderColor": "#2979ff", + "hoverIconColor": "#2979ff", + "infoForeground": "#9D9D9F", + "iconColor": "#232324" + }, + "control": "#FAFAFA", + "controlText": "#9D9D9F", + "Counter": { + "background": "#2979ff", + "foreground": "#232324" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#9D9D9F", + "changedValueForeground": "#2979ff", + "errorMessageForeground": "#E4564A", + "evaluatingExpressionForeground": "#9D9D9F", + "exceptionForeground": "#C18401", + "modifyingValueForeground": "#2979ff", + "valueForeground": "#2979ff" + } + }, + "DebuggerTabs": { + "selectedBackground": "#EAEAEB", + "underlinedTabBackground": "#EAEAEB" + }, + "DebuggerPopup": { + "borderColor": "#EAEAEB" + }, + "DefaultTabs": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "hoverBackground": "#DBDBDC", + "hoverColor": "#FAFAFA", + "hoverMaskColor": "#EAEAEB", + "inactiveUnderlineColor": "#424243", + "inactiveMaskColor": "#FAFAFA", + "underlineColor": "#2979ff", + "underlinedTabBackground":"#DBDBDC" + }, + "Desktop.background": "#FAFAFA", + "DialogWrapper.southPanelBackground": "#FAFAFA", + "DialogWrapper.southPanelDivider": "#FAFAFA", + "DragAndDrop": { + "areaBackground": "#FAFAFA", + "areaBorderColor": "#FAFAFA", + "areaForeground": "#232324" + }, + "Editor": { + "background": "#FAFAFA", + "foreground": "#232324", + "shortcutForeground": "#9D9D9F" + }, + "EditorPane": { + "background": "#FAFAFA", + "caretForeground": "#2979ff", + "foreground": "#232324", + "inactiveBackground": "#FAFAFA", + "inactiveForeground": "#424243", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "EditorTabs": { + "borderColor": "#EAEAEB", + "hoverColor": "#EAEAEB", + "hoverMaskColor": "#EAEAEB", + "inactiveMaskColor": "#FAFAFA", + "inactiveColoredFileBackground": "#FAFAFA", + "inactiveUnderlineColor": "#424243", + "selectedForeground": "#232324", + "selectedBackground": "#DBDBDC", + "underlineColor": "#2979ff", + "underlinedTabBackground": "#DBDBDC" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#DBDBDC", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#DBDBDC", + "FormattedTextField": { + "background": "#FAFAFA", + "caretForeground": "#2979ff", + "foreground": "#232324", + "inactiveBackground": "#DBDBDC", + "inactiveForeground": "#424243", + "selectionForeground": "#232324", + "selectionBackground": "#DBDBDC" + }, + "Group": { + "disabledSeparatorColor": "#DBDBDC", + "separatorColor": "#DBDBDC" + }, + "GutterTooltip": { + "infoForeground": "#232324", + "lineSeparatorColor": "#FAFAFA" + }, + "HeaderColor": { + "active": "#FAFAFA", + "inactive": "#FFFFFF" + }, + "HelpTooltip": { + "background": "#FAFAFA", + "borderColor": "#DBDBDC", + "foreground": "#232324", + "infoForeground": "#9D9D9F", + "shortcutForeground": "#9D9D9F" + }, + "Hyperlink.linkColor": "#2979ff", + "inactiveCaption": "#EAEAEB", + "inactiveCaptionBorder": "#FAFAFA", + "inactiveCaptionText": "#9D9D9F", + "info": "#9D9D9F", + "infoText": "#9D9D9F", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#DBDBDC", + "InplaceRefactoringPopup": { + "borderColor": "#FAFAFA" + }, + "InternalFrame": { + "activeTitleForeground": "#232324", + "background": "#FAFAFA", + "inactiveTitleForeground": "#9D9D9F" + }, + "Label": { + "background": "#FAFAFA", + "disabledForeground": "#424243", + "disabledShadow": "#FAFAFA", + "disabledText": "#424243", + "foreground": "#232324", + "infoForeground": "#9D9D9F", + "selectedForeground": "#232324" + }, + "Link": { + "activeForeground": "#2979ff", + "hoverForeground": "#2979ff", + "pressedForeground": "#2979ff", + "secondaryForeground": "#9D9D9F", + "visitedForeground": "#2979ff" + }, + "List": { + "background": "#EAEAEB", + "foreground": "#232324", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324", + "selectionInactiveForeground": "#232324", + "selectionInactiveBackground": "#DBDBDC8025" + }, + "material": { + "background": "#FAFAFA", + "branchColor": "#232324", + "contrast": "#FFFFFF", + "foreground": "#232324", + "mergeCommits": "#DBDBDC", + "primaryColor": "#9D9D9F", + "selectionForeground": "#232324", + "tab.backgroundColor": "#FAFAFA", + "tab.borderColor": "#2979ff", + "tagColor": "#9D9D9F" + }, + "MemoryIndicator": { + "allocatedBackground": "#EAEAEB", + "usedColor": "#EAEAEB", + "usedBackground": "#EAEAEB" + }, + "Menu": { + "acceleratorForeground": "#9D9D9F", + "acceleratorSelectionForeground": "#232324", + "background": "#FAFAFA", + "border": "4,2,4,2", + "borderColor": "#EAEAEB", + "disabledBackground": "#EAEAEB", + "disabledForeground": "#424243", + "foreground": "#232324", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324", + "separatorColor": "#DBDBDC" + }, + "MenuBar": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#424243", + "foreground": "#232324", + "highlight": "#FAFAFA", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324", + "shadow": "#FAFAFA" + }, + "MenuItem": { + "acceleratorForeground": "#9D9D9F", + "acceleratorSelectionForeground": "#232324", + "border": "4,2,4,2", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#424243", + "foreground": "#232324", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "NavBar": { + "arrowColor": "#232324", + "borderColor": "#FAFAFA" + }, + "NewClass": { + "Panel": { + "background": "#FAFAFA" + }, + "SearchField": { + "background": "#FAFAFA" + } + }, + "Notification": { + "background": "#F2F2F2", + "borderColor": "#F2F2F2", + "errorBackground": "#F2F2F2", + "errorBorderColor": "#F2F2F2", + "foreground": "#232324", + "MoreButton": { + "background": "#DBDBDC", + "foreground": "#232324", + "innerBorderColor": "#DBDBDC" + }, + "ToolWindow": { + "errorBackground": "#F2F2F2", + "errorBorderColor": "#F2F2F2", + "informativeBackground": "#F2F2F2", + "informativeBorderColor": "#F2F2F2", + "warningBackground": "#F2F2F2", + "warningBorderColor": "#F2F2F2" + } + }, + "OnePixelDivider.background": "#DBDBDC", + "OptionPane": { + "background": "#FAFAFA", + "foreground": "#232324", + "messageForeground": "#232324" + }, + "Outline": { + "color": "#DBDBDC" + }, + "Panel": { + "background": "#FAFAFA", + "foreground": "#232324" + }, + "ParameterInfo": { + "background": "#EAEAEB", + "borderColor": "#DBDBDC", + "currentOverloadBackground": "#DBDBDC", + "currentParameterForeground": "#2979ff", + "disabledForeground": "#424243", + "foreground": "#232324", + "infoForeground": "#9D9D9F", + "lineSeparatorColor": "#DBDBDC" + }, + "PasswordField": { + "background": "#FAFAFA", + "capsLockIconColor": "#2979ff", + "caretForeground": "#2979ff", + "foreground": "#232324", + "inactiveForeground": "#424243", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "Plugins": { + "background": "#FAFAFA", + "disabledForeground": "#424243", + "eapTagBackground": "#EAEAEB", + "lightSelectionBackground": "#DBDBDC", + "selectionBackground": "#DBDBDC", + "tagForeground": "#2979ff", + "tagBackground": "#EAEAEB", + "Button": { + "installBackground": "#DBDBDC", + "installBorderColor": "#DBDBDC", + "installForeground": "#232324", + "installFocusedBackground": "#EAEAEB", + "installFillForeground": "#9D9D9F", + "installFillBackground": "#DBDBDC", + "updateBackground": "#DBDBDC", + "updateBorderColor": "#DBDBDC", + "updateForeground": "#232324" + }, + "SearchField": { + "background": "#FAFAFA", + "borderColor": "#DBDBDC" + }, + "SectionHeader": { + "background": "#EAEAEB", + "foreground": "#232324" + }, + "Tab": { + "hoverBackground": "#DBDBDC", + "selectedForeground": "#232324", + "selectedBackground": "#DBDBDC" + } + }, + "Popup": { + "Advertiser": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "foreground": "#2979ff" + }, + "borderColor": "#FFFFFF", + "inactiveBorderColor": "#FAFAFA", + "innerBorderColor": "#EAEAEB", + "Header": { + "activeBackground": "#FAFAFA", + "inactiveBackground": "#FFFFFF" + }, + "paintBorder": true, + "separatorForeground": "#232324", + "separatorColor": "#EAEAEB", + "Toolbar": { + "background": "#FFFFFF", + "borderColor": "#FFFFFF" + } + }, + "PopupMenu": { + "background": "#FAFAFA", + "border": "2,0,2,0", + "foreground": "#232324", + "translucentBackground": "#FAFAFA" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#FAFAFA", + "foreground": "#2979ff", + "indeterminateEndColor": "#2979ff", + "indeterminateStartColor": "#2979ff", + "progressColor": "#2979ff", + "selectionBackground": "#EAEAEB", + "trackColor": "#EAEAEB" + }, + "RadioButton": { + "background": "#FAFAFA", + "disabledText": "#424243", + "foreground": "#232324" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#9D9D9F", + "acceleratorSelectionForeground": "#9D9D9F", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#424243", + "foreground": "#232324", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "ScrollBar": { + "background": "#FAFAFA", + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#FAFAFA30", + "Mac": { + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#FAFAFA30", + "Transparent": { + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#FAFAFA30" + } + }, + "thumb": "#EAEAEB", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#FAFAFA30", + "Transparent": { + "hoverThumbBorderColor": "#2979ff", + "hoverThumbColor": "#2979ff", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#2979ff70", + "thumbColor": "#2979ff70", + "trackColor": "#FAFAFA30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#FFFFFF", + "foreground": "#9D9D9F" + }, + "Header": { + "background": "#FAFAFA" + }, + "List": { + "separatorForeground": "#232324", + "separatorColor": "#DBDBDC" + }, + "SearchField": { + "background": "#FAFAFA", + "borderColor": "#FFFFFF", + "infoForeground": "#9D9D9F" + }, + "Tab": { + "active.foreground": "#232324", + "selectedForeground": "#232324", + "selectedBackground": "#EAEAEB" + } + }, + "SearchMatch": { + "endBackground": "#2979ff", + "startBackground": "#2979ff" + }, + "Separator": { + "background": "#EAEAEB", + "foreground": "#EAEAEB", + "separatorColor": "#EAEAEB" + }, + "SidePanel": { + "background": "#FAFAFA" + }, + "Slider": { + "background": "#FAFAFA", + "foreground": "#232324", + "majorTickLength": 6, + "tickColor": "#EAEAEB", + "trackWidth": 7, + "thumb": "#2979ff" + }, + "SpeedSearch": { + "background": "#EAEAEB", + "borderColor": "#DBDBDC", + "foreground": "#232324", + "errorForeground": "#232324" + }, + "Spinner": { + "background": "#FAFAFA", + "border": "3,3,3,3", + "foreground": "#232324", + "selectionForeground": "#232324" + }, + "SplitPane": { + "background": "#FAFAFA", + "highlight": "#FAFAFA" + }, + "SplitPaneDivider.draggingColor": "#EAEAEB", + "StatusBar": { + "borderColor": "#FAFAFA" + }, + "TabbedPane": { + "background": "#FAFAFA", + "contentAreaColor": "#EAEAEB", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#DBDBDC", + "disabledForeground": "#424243", + "disabledUnderlineColor": "#424243", + "focus": "#DBDBDC", + "focusColor": "#DBDBDC", + "fontSizeOffset": 0, + "foreground": "#232324", + "highlight": "#DBDBDC", + "hoverColor": "#EAEAEB", + "labelShift": 0, + "selectedForeground": "#232324", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#FAFAFA", + "Table": { + "background": "#FAFAFA", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#2979ff", + "dropLineShortColor": "#2979ff", + "focusCellBackground": "#DBDBDC", + "focusCellForeground": "#232324", + "foreground": "#232324", + "gridColor": "#FAFAFA", + "highlightOuter": "#DBDBDC", + "lightSelectionForeground": "#232324", + "lightSelectionInactiveForeground": "#9D9D9F", + "lightSelectionInactiveBackground": "#EAEAEB", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324", + "selectionInactiveBackground": "#DBDBDC8025", + "selectionInactiveForeground": "#232324", + "sortIconColor": "#232324", + "stripeColor": "#FFFFFF" + }, + "TableHeader": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "bottomSeparatorColor": "#EAEAEB", + "cellBorder": "4,0,4,0", + "foreground": "#232324", + "focusCellBackground": "#DBDBDC", + "focusCellForeground": "#232324", + "height": 25, + "separatorColor": "#EAEAEB" + }, + "text": "#9D9D9F", + "textInactiveText": "#9D9D9F", + "textText": "#9D9D9F", + "TextArea": { + "background": "#FAFAFA", + "caretForeground": "#2979ff", + "foreground": "#232324", + "inactiveForeground": "#424243", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "TextField": { + "background": "#FAFAFA", + "caretForeground": "#2979ff", + "foreground": "#232324", + "inactiveForeground": "#424243", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "TextPane": { + "background": "#FAFAFA", + "caretForeground": "#2979ff", + "foreground": "#232324", + "inactiveForeground": "#424243", + "selectionBackground": "#DBDBDC", + "selectionForeground": "#232324" + }, + "TitlePane": { + "background": "#FFFFFF", + "Button.hoverBackground": "#EAEAEB", + "inactiveBackground": "#EAEAEB", + "infoForeground": "#9D9D9F", + "inactiveInfoForeground": "#9D9D9F" + }, + "TitledBorder.titleColor": "#232324", + "ToggleButton": { + "borderColor": "#DBDBDC", + "buttonColor": "#232324", + "disabledText": "#424243", + "foreground": "#232324", + "offForeground": "#FAFAFA", + "offBackground": "#FAFAFA", + "onBackground": "#2979ff", + "onForeground": "#2979ff" + }, + "ToolBar": { + "background": "#FAFAFA", + "borderHandleColor": "#9D9D9F", + "floatingForeground": "#9D9D9F", + "foreground": "#232324" + }, + "ToolTip": { + "Actions.background": "#FAFAFA", + "Actions.infoForeground": "#9D9D9F", + "background": "#FAFAFA", + "borderColor": "#EAEAEB", + "foreground": "#232324", + "infoForeground": "#9D9D9F", + "separatorColor": "#DBDBDC", + "shortcutForeground": "#9D9D9F" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#DBDBDC", + "selectedForeground": "#232324", + "selectedBackground": "#FFFFFF" + }, + "Header": { + "background": "#FAFAFA", + "borderColor": "#EAEAEB", + "inactiveBackground": "#FAFAFA" + }, + "HeaderCloseButton": { + "background": "#FAFAFA" + }, + "HeaderTab": { + "hoverBackground": "#EAEAEB", + "hoverInactiveBackground": "#EAEAEB", + "inactiveUnderlineColor": "#2979ff", + "selectedBackground": "#FFFFFF", + "selectedInactiveBackground": "#FFFFFF", + "underlineColor": "#2979ff", + "underlinedTabBackground": "#EAEAEB", + "underlinedTabInactiveBackground": "#EAEAEB" + } + }, + "Tree": { + "background": "#FAFAFA", + "foreground": "#9D9D9F", + "hash": "#DBDBDC", + "modifiedItemForeground": "#2979ff", + "rowHeight": 28, + "selectionBackground": "#DBDBDC80", + "selectionForeground": "#232324", + "selectionInactiveForeground": "#232324", + "selectionInactiveBackground": "#DBDBDC8025", + "textBackground": "#FAFAFA" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#FAFAFA", + "Preview.background": "#FAFAFA" + }, + "ValidationTooltip": { + "errorBackground": "#F2F2F2", + "errorBorderColor": "#F2F2F2", + "warningBackground": "#F2F2F2", + "warningBorderColor": "#F2F2F2" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#FAFAFA" + }, + "GitLog": { + "localBranchIconColor": "#2979ff", + "otherIconColor": "#9D9D9F", + "remoteBranchIconColor": "#232324", + "tagIconColor": "#9D9D9F" + }, + "HgLog": { + "branchIconColor": "#2979ff", + "bookmarkIconColor": "#232324", + "closedBranchIconColor": "#424243", + "localTagIconColor": "#9D9D9F", + "mqTagIconColor": "#9D9D9F", + "tagIconColor": "#9D9D9F", + "tipIconColor": "#9D9D9F" + }, + "Log": { + "Commit.unmatchedForeground": "#9D9D9F", + "Commit.currentBranchBackground": "#DBDBDC80" + }, + "RefLabel": { + "foreground": "#232324", + "backgroundBase": "#EAEAEB" + } + }, + "Viewport": { + "background": "#FAFAFA", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "captionBackground": "#FFFFFF", + "captionForeground": "#232324", + "footerBackground": "#FFFFFF", + "footerForeground": "#232324", + "headerBackground": "#FAFAFA", + "headerForeground": "#232324", + "separatorColor": "#DBDBDC", + "Projects": { + "background": "#EAEAEB", + "selectionBackground": "#DBDBDC", + "selectionInactiveBackground": "#EAEAEB" + } + }, + "window": "#FAFAFA", + "windowBorder": "#DBDBDC", + "windowText": "#9D9D9F", + "Window.border": "#DBDBDC" + }, + "icons": { + "ColorPalette": { + "#43494A": "#FFFFFF", + "#6B6B6B": "#9D9D9F", + "#A7A7A7": "#FAFAFA", + "#3D6185": "#2979ff", + "#466D94": "#2979ff", + "#3C3F41": "#FAFAFA", + "#545556": "#424243", + "#606060": "#424243", + "#9AA7B0": "#232324", + "#675133": "#2979ff", + "Actions.Blue": "#4078F2", + "Actions.Green": "#50A14E", + "Actions.Grey": "#9D9D9F", + "Actions.GreyInline": "#A0A1A7", + "Actions.GreyInline.Dark": "#232324", + "Actions.Red": "#E4564A", + "Actions.Yellow": "#C18401", + "Checkbox.Background.Default": "#FFFFFF", + "Checkbox.Background.Default.Dark": "#FFFFFF", + "Checkbox.Background.Disabled": "#DBDBDC", + "Checkbox.Background.Disabled.Dark": "#DBDBDC", + "Checkbox.Border.Default": "#DBDBDC", + "Checkbox.Border.Default.Dark": "#DBDBDC", + "Checkbox.Border.Disabled": "#424243", + "Checkbox.Border.Disabled.Dark": "#424243", + "Checkbox.Focus.Thin.Default": "#2979ff", + "Checkbox.Focus.Thin.Default.Dark": "#2979ff", + "Checkbox.Focus.Wide": "#2979ff", + "Checkbox.Focus.Wide.Dark": "#2979ff", + "Checkbox.Foreground.Disabled": "#424243", + "Checkbox.Foreground.Disabled.Dark": "#424243", + "Checkbox.Background.Selected": "#2979ff", + "Checkbox.Background.Selected.Dark": "#2979ff", + "Checkbox.Border.Selected": "#2979ff", + "Checkbox.Border.Selected.Dark": "#2979ff", + "Checkbox.Foreground.Selected": "#232324", + "Checkbox.Foreground.Selected.Dark": "#232324", + "Checkbox.Focus.Thin.Selected": "#232324", + "Checkbox.Focus.Thin.Selected.Dark": "#232324", + "Objects.Grey": "#A0A1A7", + "Objects.Blue": "#4078F2", + "Objects.RedStatus": "#E4564A", + "Objects.Red": "#E4564A", + "Objects.Pink": "#A626A4", + "Objects.Yellow": "#C18401", + "Objects.Green": "#50A14E", + "Objects.Purple": "#A626A4", + "Objects.BlackText": "#232324", + "Objects.YellowDark": "#986801", + "Objects.GreenAndroid": "#50A14E" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Dracula Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Dracula Contrast.theme.json new file mode 100644 index 00000000..6f738269 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Dracula Contrast.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Dracula Contrast", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Dracula.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#6272A4", + "background": "#282A36", + "borderColor": "#21222C", + "disabledBackground": "#34353D", + "disabledForeground": "#6272A4", + "disabledText": "#6272A4", + "focusColor": "#6272A4", + "focusedBorderColor": "#FF79C5", + "foreground": "#F8F8F2", + "inactiveBackground": "#34353D", + "inactiveForeground": "#6272A4", + "infoForeground": "#6272A4", + "selectionBackground": "#44475A", + "selectionBackgroundInactive": "#282A36", + "selectionForeground": "#8BE9FD", + "selectionInactiveBackground": "#282A36", + "separatorColor": "#21222C" + }, + "activeCaption": "#282A36", + "ActionButton": { + "hoverBackground": "#FF79C550", + "hoverBorderColor": "#FF79C550", + "pressedBackground": "#FF79C550", + "pressedBorderColor": "#FF79C550" + }, + "Autocomplete": { + "selectionBackground": "#44475A" + }, + "Borders.ContrastBorderColor": "#282A36", + "Borders.color": "#21222C", + "Button": { + "arc": 0, + "background": "#282A36", + "default": { + "endBackground": "#44475A", + "endBorderColor": "#44475A", + "foreground": "#8BE9FD", + "focusColor": "#FF79C5", + "focusedBorderColor": "#FF79C5", + "shadowColor": "#44475A", + "startBackground": "#44475A", + "startBorderColor": "#44475A" + }, + "disabledBorderColor": "#393C4B", + "disabledText": "#6272A4", + "endBackground": "#393C4B", + "endBorderColor": "#393C4B", + "focus": "#6272A4", + "focusedBorderColor": "#FF79C5", + "foreground": "#6272A4", + "highlight": "#8BE9FD", + "mt.background": "#393C4B", + "mt.foreground": "#6272A4", + "mt.selectedForeground": "#8BE9FD", + "mt.selection.color1": "#44475A", + "mt.selection.color2": "#44475A", + "startBackground": "#393C4B", + "startBorderColor": "#393C4B", + "shadowColor": "#393C4B", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#282A36", + "disabledText": "#6272A4", + "foreground": "#F8F8F2", + "select": "#FF79C5" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#6272A4", + "acceleratorSelectionForeground": "#6272A4", + "background": "#282A36", + "disabledBackground": "#282A36", + "disabledForeground": "#6272A4", + "foreground": "#F8F8F2", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "ColorChooser": { + "background": "#282A36", + "foreground": "#F8F8F2", + "swatchesDefaultRecentColor": "#F8F8F2" + }, + "ComboBoxButton.background": "#393C4B", + "ComboBox": { + "ArrowButton": { + "background": "#393C4B", + "disabledIconColor": "#6272A4", + "iconColor": "#F8F8F2", + "nonEditableBackground": "#282A36" + }, + "background": "#191A21", + "buttonBackground": "#393C4B", + "disabledForeground": "#6272A4", + "foreground": "#F8F8F2", + "modifiedItemForeground": "#FF79C5", + "nonEditableBackground": "#282A36", + "padding": "5,5,5,5", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "ComboPopup.border": "#21222C", + "CompletionPopup": { + "background": "#282A36", + "foreground": "#F8F8F2", + "infoForeground": "#6272A4", + "matchForeground": "#FF79C52", + "matchSelectionForeground": "#FF79C5", + "nonFocusedState": "false", + "nonFocusedMask": "#44475A", + "selectedGrayedForeground": "#8BE9FD", + "selectionGrayForeground": "#8BE9FD", + "selectionInactiveInfoForeground": "#6272A4", + "selectionInactiveBackground": "#6272A4", + "selectionBackground": "#44475A80", + "selectionForeground": "#8BE9FD", + "selectionInfoForeground": "#8BE9FD" + }, + "Component": { + "arc": 4, + "borderColor": "#6272A4", + "disabledBorderColor": "#393C4B", + "focusColor": "#FF79C5", + "focusedBorderColor": "#FF79C5", + "hoverIconColor": "#FF79C5", + "infoForeground": "#6272A4", + "iconColor": "#F8F8F2" + }, + "control": "#282A36", + "controlText": "#6272A4", + "Counter": { + "background": "#FF79C5", + "foreground": "#8BE9FD" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#6272A4", + "changedValueForeground": "#FF79C5", + "errorMessageForeground": "#FF79C6", + "evaluatingExpressionForeground": "#6272A4", + "exceptionForeground": "#50FA7B", + "modifyingValueForeground": "#FF79C5", + "valueForeground": "#FF79C5" + } + }, + "DebuggerTabs": { + "selectedBackground": "#6272A4", + "underlinedTabBackground": "#6272A4" + }, + "DebuggerPopup": { + "borderColor": "#6272A4" + }, + "DefaultTabs": { + "background": "#282A36", + "borderColor": "#282A36", + "hoverBackground": "#44475A", + "hoverColor": "#191A21", + "hoverMaskColor": "#6272A4", + "inactiveUnderlineColor": "#6272A4", + "inactiveMaskColor": "#191A21", + "underlineColor": "#FF79C5", + "underlinedTabBackground":"#44475A" + }, + "Desktop.background": "#282A36", + "DialogWrapper.southPanelBackground": "#282A36", + "DialogWrapper.southPanelDivider": "#282A36", + "DragAndDrop": { + "areaBackground": "#282A36", + "areaBorderColor": "#282A36", + "areaForeground": "#F8F8F2" + }, + "Editor": { + "background": "#191A21", + "foreground": "#F8F8F2", + "shortcutForeground": "#6272A4" + }, + "EditorPane": { + "background": "#191A21", + "caretForeground": "#FF79C5", + "foreground": "#F8F8F2", + "inactiveBackground": "#282A36", + "inactiveForeground": "#6272A4", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "EditorTabs": { + "borderColor": "#282A36", + "hoverColor": "#6272A4", + "hoverMaskColor": "#6272A4", + "inactiveMaskColor": "#282A36", + "inactiveColoredFileBackground": "#282A36", + "inactiveUnderlineColor": "#6272A4", + "selectedForeground": "#F8F8F2", + "selectedBackground": "#44475A", + "underlineColor": "#FF79C5", + "underlinedTabBackground": "#44475A" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#34353D", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#21222C", + "FormattedTextField": { + "background": "#191A21", + "caretForeground": "#FF79C5", + "foreground": "#F8F8F2", + "inactiveBackground": "#393C4B", + "inactiveForeground": "#6272A4", + "selectionForeground": "#8BE9FD", + "selectionBackground": "#44475A" + }, + "Group": { + "disabledSeparatorColor": "#21222C", + "separatorColor": "#21222C" + }, + "GutterTooltip": { + "infoForeground": "#F8F8F2", + "lineSeparatorColor": "#282A36" + }, + "HeaderColor": { + "active": "#282A36", + "inactive": "#191A21" + }, + "HelpTooltip": { + "background": "#282A36", + "borderColor": "#21222C", + "foreground": "#F8F8F2", + "infoForeground": "#6272A4", + "shortcutForeground": "#6272A4" + }, + "Hyperlink.linkColor": "#FF79C5", + "inactiveCaption": "#282A36", + "inactiveCaptionBorder": "#282A36", + "inactiveCaptionText": "#6272A4", + "info": "#6272A4", + "infoText": "#6272A4", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#21222C", + "InplaceRefactoringPopup": { + "borderColor": "#282A36" + }, + "InternalFrame": { + "activeTitleForeground": "#F8F8F2", + "background": "#282A36", + "inactiveTitleForeground": "#6272A4" + }, + "Label": { + "background": "#282A36", + "disabledForeground": "#6272A4", + "disabledShadow": "#282A36", + "disabledText": "#6272A4", + "foreground": "#F8F8F2", + "infoForeground": "#6272A4", + "selectedForeground": "#8BE9FD" + }, + "Link": { + "activeForeground": "#FF79C5", + "hoverForeground": "#FF79C5", + "pressedForeground": "#FF79C5", + "secondaryForeground": "#6272A4", + "visitedForeground": "#FF79C5" + }, + "List": { + "background": "#282A36", + "foreground": "#F8F8F2", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD", + "selectionInactiveForeground": "#8BE9FD", + "selectionInactiveBackground": "#44475A25" + }, + "material": { + "background": "#282A36", + "branchColor": "#F8F8F2", + "contrast": "#191A21", + "foreground": "#F8F8F2", + "mergeCommits": "#393C4B", + "primaryColor": "#6272A4", + "selectionForeground": "#8BE9FD", + "tab.backgroundColor": "#282A36", + "tab.borderColor": "#FF79C5", + "tagColor": "#6272A4" + }, + "MemoryIndicator": { + "allocatedBackground": "#282A36", + "usedColor": "#6272A4", + "usedBackground": "#6272A4" + }, + "Menu": { + "acceleratorForeground": "#6272A4", + "acceleratorSelectionForeground": "#8BE9FD", + "background": "#282A36", + "border": "4,2,4,2", + "borderColor": "#282A36", + "disabledBackground": "#282A36", + "disabledForeground": "#6272A4", + "foreground": "#F8F8F2", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD", + "separatorColor": "#21222C" + }, + "MenuBar": { + "background": "#191A21", + "borderColor": "#282A36", + "disabledBackground": "#282A36", + "disabledForeground": "#6272A4", + "foreground": "#F8F8F2", + "highlight": "#282A36", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD", + "shadow": "#191A21" + }, + "MenuItem": { + "acceleratorForeground": "#6272A4", + "acceleratorSelectionForeground": "#8BE9FD", + "border": "4,2,4,2", + "background": "#282A36", + "disabledBackground": "#282A36", + "disabledForeground": "#6272A4", + "foreground": "#F8F8F2", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "NavBar": { + "arrowColor": "#F8F8F2", + "borderColor": "#282A36" + }, + "NewClass": { + "Panel": { + "background": "#282A36" + }, + "SearchField": { + "background": "#191A21" + } + }, + "Notification": { + "background": "#1D2228", + "borderColor": "#1D2228", + "errorBackground": "#1D2228", + "errorBorderColor": "#1D2228", + "foreground": "#F8F8F2", + "MoreButton": { + "background": "#393C4B", + "foreground": "#F8F8F2", + "innerBorderColor": "#393C4B" + }, + "ToolWindow": { + "errorBackground": "#1D2228", + "errorBorderColor": "#1D2228", + "informativeBackground": "#1D2228", + "informativeBorderColor": "#1D2228", + "warningBackground": "#1D2228", + "warningBorderColor": "#1D2228" + } + }, + "OnePixelDivider.background": "#21222C", + "OptionPane": { + "background": "#282A36", + "foreground": "#F8F8F2", + "messageForeground": "#F8F8F2" + }, + "Outline": { + "color": "#393C4B" + }, + "Panel": { + "background": "#282A36", + "foreground": "#F8F8F2" + }, + "ParameterInfo": { + "background": "#282A36", + "borderColor": "#44475A", + "currentOverloadBackground": "#44475A", + "currentParameterForeground": "#FF79C5", + "disabledForeground": "#6272A4", + "foreground": "#F8F8F2", + "infoForeground": "#6272A4", + "lineSeparatorColor": "#44475A" + }, + "PasswordField": { + "background": "#191A21", + "capsLockIconColor": "#FF79C5", + "caretForeground": "#FF79C5", + "foreground": "#F8F8F2", + "inactiveForeground": "#6272A4", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "Plugins": { + "background": "#282A36", + "disabledForeground": "#6272A4", + "eapTagBackground": "#6272A4", + "lightSelectionBackground": "#44475A", + "selectionBackground": "#44475A", + "tagForeground": "#FF79C5", + "tagBackground": "#6272A4", + "Button": { + "installBackground": "#393C4B", + "installBorderColor": "#393C4B", + "installForeground": "#F8F8F2", + "installFocusedBackground": "#6272A4", + "installFillForeground": "#6272A4", + "installFillBackground": "#393C4B", + "updateBackground": "#393C4B", + "updateBorderColor": "#393C4B", + "updateForeground": "#F8F8F2" + }, + "SearchField": { + "background": "#191A21", + "borderColor": "#21222C" + }, + "SectionHeader": { + "background": "#282A36", + "foreground": "#F8F8F2" + }, + "Tab": { + "hoverBackground": "#44475A", + "selectedForeground": "#8BE9FD", + "selectedBackground": "#44475A" + } + }, + "Popup": { + "Advertiser": { + "background": "#282A36", + "borderColor": "#282A36", + "foreground": "#FF79C5" + }, + "borderColor": "#191A21", + "inactiveBorderColor": "#282A36", + "innerBorderColor": "#282A36", + "Header": { + "activeBackground": "#282A36", + "inactiveBackground": "#191A21" + }, + "paintBorder": true, + "separatorForeground": "#F8F8F2", + "separatorColor": "#282A36", + "Toolbar": { + "background": "#191A21", + "borderColor": "#191A21" + } + }, + "PopupMenu": { + "background": "#282A36", + "border": "2,0,2,0", + "foreground": "#F8F8F2", + "translucentBackground": "#282A36" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#282A36", + "foreground": "#FF79C5", + "indeterminateEndColor": "#FF79C5", + "indeterminateStartColor": "#FF79C5", + "progressColor": "#FF79C5", + "selectionBackground": "#6272A4", + "trackColor": "#6272A4" + }, + "RadioButton": { + "background": "#282A36", + "disabledText": "#6272A4", + "foreground": "#F8F8F2" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#6272A4", + "acceleratorSelectionForeground": "#6272A4", + "background": "#282A36", + "disabledBackground": "#282A36", + "disabledForeground": "#6272A4", + "foreground": "#F8F8F2", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "ScrollBar": { + "background": "#282A36", + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", + "hoverTrackColor": "#282A3630", + "Mac": { + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", + "hoverTrackColor": "#282A3630", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", + "trackColor": "#282A3630", + "Transparent": { + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", + "hoverTrackColor": "#282A3630", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", + "trackColor": "#282A3630" + } + }, + "thumb": "#6272A4", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", + "trackColor": "#282A3630", + "Transparent": { + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", + "hoverTrackColor": "#282A3630", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", + "trackColor": "#282A3630" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#191A21", + "foreground": "#6272A4" + }, + "Header": { + "background": "#282A36" + }, + "List": { + "separatorForeground": "#F8F8F2", + "separatorColor": "#21222C" + }, + "SearchField": { + "background": "#282A36", + "borderColor": "#191A21", + "infoForeground": "#6272A4" + }, + "Tab": { + "active.foreground": "#8BE9FD", + "selectedForeground": "#8BE9FD", + "selectedBackground": "#6272A4" + } + }, + "SearchMatch": { + "endBackground": "#FF79C5", + "startBackground": "#FF79C5" + }, + "Separator": { + "background": "#282A36", + "foreground": "#282A36", + "separatorColor": "#282A36" + }, + "SidePanel": { + "background": "#191A21" + }, + "Slider": { + "background": "#282A36", + "foreground": "#F8F8F2", + "majorTickLength": 6, + "tickColor": "#282A36", + "trackWidth": 7, + "thumb": "#FF79C5" + }, + "SpeedSearch": { + "background": "#6272A4", + "borderColor": "#21222C", + "foreground": "#F8F8F2", + "errorForeground": "#F8F8F2" + }, + "Spinner": { + "background": "#282A36", + "border": "3,3,3,3", + "foreground": "#F8F8F2", + "selectionForeground": "#8BE9FD" + }, + "SplitPane": { + "background": "#282A36", + "highlight": "#191A21" + }, + "SplitPaneDivider.draggingColor": "#282A36", + "StatusBar": { + "borderColor": "#282A36" + }, + "TabbedPane": { + "background": "#282A36", + "contentAreaColor": "#6272A4", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#21222C", + "disabledForeground": "#6272A4", + "disabledUnderlineColor": "#6272A4", + "focus": "#44475A", + "focusColor": "#44475A", + "fontSizeOffset": 0, + "foreground": "#F8F8F2", + "highlight": "#21222C", + "hoverColor": "#6272A4", + "labelShift": 0, + "selectedForeground": "#8BE9FD", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#191A21", + "Table": { + "background": "#282A36", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#FF79C5", + "dropLineShortColor": "#FF79C5", + "focusCellBackground": "#44475A", + "focusCellForeground": "#8BE9FD", + "foreground": "#F8F8F2", + "gridColor": "#282A36", + "highlightOuter": "#44475A", + "lightSelectionForeground": "#8BE9FD", + "lightSelectionInactiveForeground": "#6272A4", + "lightSelectionInactiveBackground": "#282A36", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD", + "selectionInactiveBackground": "#44475A25", + "selectionInactiveForeground": "#8BE9FD", + "sortIconColor": "#F8F8F2", + "stripeColor": "#191A21" + }, + "TableHeader": { + "background": "#282A36", + "borderColor": "#282A36", + "bottomSeparatorColor": "#282A36", + "cellBorder": "4,0,4,0", + "foreground": "#F8F8F2", + "focusCellBackground": "#44475A", + "focusCellForeground": "#8BE9FD", + "height": 25, + "separatorColor": "#282A36" + }, + "text": "#6272A4", + "textInactiveText": "#6272A4", + "textText": "#6272A4", + "TextArea": { + "background": "#191A21", + "caretForeground": "#FF79C5", + "foreground": "#F8F8F2", + "inactiveForeground": "#6272A4", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "TextField": { + "background": "#191A21", + "caretForeground": "#FF79C5", + "foreground": "#F8F8F2", + "inactiveForeground": "#6272A4", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "TextPane": { + "background": "#191A21", + "caretForeground": "#FF79C5", + "foreground": "#F8F8F2", + "inactiveForeground": "#6272A4", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "TitlePane": { + "background": "#191A21", + "Button.hoverBackground": "#6272A4", + "inactiveBackground": "#282A36", + "infoForeground": "#6272A4", + "inactiveInfoForeground": "#6272A4" + }, + "TitledBorder.titleColor": "#F8F8F2", + "ToggleButton": { + "borderColor": "#393C4B", + "buttonColor": "#F8F8F2", + "disabledText": "#6272A4", + "foreground": "#F8F8F2", + "offForeground": "#282A36", + "offBackground": "#282A36", + "onBackground": "#FF79C5", + "onForeground": "#FF79C5" + }, + "ToolBar": { + "background": "#191A21", + "borderHandleColor": "#6272A4", + "floatingForeground": "#6272A4", + "foreground": "#F8F8F2" + }, + "ToolTip": { + "Actions.background": "#282A36", + "Actions.infoForeground": "#6272A4", + "background": "#282A36", + "borderColor": "#6272A4", + "foreground": "#F8F8F2", + "infoForeground": "#6272A4", + "separatorColor": "#21222C", + "shortcutForeground": "#6272A4" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#44475A", + "selectedForeground": "#8BE9FD", + "selectedBackground": "#191A21" + }, + "Header": { + "background": "#282A36", + "borderColor": "#282A36", + "inactiveBackground": "#282A36" + }, + "HeaderCloseButton": { + "background": "#282A36" + }, + "HeaderTab": { + "hoverBackground": "#6272A4", + "hoverInactiveBackground": "#282A36", + "inactiveUnderlineColor": "#FF79C5", + "selectedBackground": "#191A21", + "selectedInactiveBackground": "#191A21", + "underlineColor": "#FF79C5", + "underlinedTabBackground": "#6272A4", + "underlinedTabInactiveBackground": "#282A36" + } + }, + "Tree": { + "background": "#191A21", + "foreground": "#6272A4", + "hash": "#21222C", + "modifiedItemForeground": "#FF79C5", + "rowHeight": 28, + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD", + "selectionInactiveForeground": "#8BE9FD", + "selectionInactiveBackground": "#44475A25", + "textBackground": "#191A21" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#282A36", + "Preview.background": "#282A36" + }, + "ValidationTooltip": { + "errorBackground": "#1D2228", + "errorBorderColor": "#1D2228", + "warningBackground": "#1D2228", + "warningBorderColor": "#1D2228" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#282A36" + }, + "GitLog": { + "localBranchIconColor": "#FF79C5", + "otherIconColor": "#6272A4", + "remoteBranchIconColor": "#F8F8F2", + "tagIconColor": "#6272A4" + }, + "HgLog": { + "branchIconColor": "#FF79C5", + "bookmarkIconColor": "#8BE9FD", + "closedBranchIconColor": "#6272A4", + "localTagIconColor": "#6272A4", + "mqTagIconColor": "#6272A4", + "tagIconColor": "#6272A4", + "tipIconColor": "#6272A4" + }, + "Log": { + "Commit.unmatchedForeground": "#6272A4", + "Commit.currentBranchBackground": "#44475A" + }, + "RefLabel": { + "foreground": "#8BE9FD", + "backgroundBase": "#6272A4" + } + }, + "Viewport": { + "background": "#191A21", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#282A36", + "borderColor": "#282A36", + "captionBackground": "#191A21", + "captionForeground": "#F8F8F2", + "footerBackground": "#191A21", + "footerForeground": "#F8F8F2", + "headerBackground": "#282A36", + "headerForeground": "#F8F8F2", + "separatorColor": "#21222C", + "Projects": { + "background": "#282A36", + "selectionBackground": "#44475A", + "selectionInactiveBackground": "#282A36" + } + }, + "window": "#191A21", + "windowBorder": "#21222C", + "windowText": "#6272A4", + "Window.border": "#21222C" + }, + "icons": { + "ColorPalette": { + "#43494A": "#191A21", + "#6B6B6B": "#6272A4", + "#A7A7A7": "#282A36", + "#3D6185": "#FF79C5", + "#466D94": "#FF79C5", + "#3C3F41": "#282A36", + "#545556": "#6272A4", + "#606060": "#6272A4", + "#9AA7B0": "#F8F8F2", + "#675133": "#FF79C5", + "Actions.Blue": "#50FA78", + "Actions.Green": "#F1FA8C", + "Actions.Grey": "#6272A4", + "Actions.GreyInline": "#6272A4", + "Actions.GreyInline.Dark": "#F8F8F2", + "Actions.Red": "#FF79C6", + "Actions.Yellow": "#50FA7B", + "Checkbox.Background.Default": "#191A21", + "Checkbox.Background.Default.Dark": "#191A21", + "Checkbox.Background.Disabled": "#34353D", + "Checkbox.Background.Disabled.Dark": "#34353D", + "Checkbox.Border.Default": "#21222C", + "Checkbox.Border.Default.Dark": "#21222C", + "Checkbox.Border.Disabled": "#6272A4", + "Checkbox.Border.Disabled.Dark": "#6272A4", + "Checkbox.Focus.Thin.Default": "#FF79C5", + "Checkbox.Focus.Thin.Default.Dark": "#FF79C5", + "Checkbox.Focus.Wide": "#FF79C5", + "Checkbox.Focus.Wide.Dark": "#FF79C5", + "Checkbox.Foreground.Disabled": "#6272A4", + "Checkbox.Foreground.Disabled.Dark": "#6272A4", + "Checkbox.Background.Selected": "#FF79C5", + "Checkbox.Background.Selected.Dark": "#FF79C5", + "Checkbox.Border.Selected": "#FF79C5", + "Checkbox.Border.Selected.Dark": "#FF79C5", + "Checkbox.Foreground.Selected": "#F8F8F2", + "Checkbox.Foreground.Selected.Dark": "#F8F8F2", + "Checkbox.Focus.Thin.Selected": "#F8F8F2", + "Checkbox.Focus.Thin.Selected.Dark": "#F8F8F2", + "Objects.Grey": "#6272A4", + "Objects.Blue": "#50FA78", + "Objects.RedStatus": "#FF79C6", + "Objects.Red": "#FF79C6", + "Objects.Pink": "#FF79C6", + "Objects.Yellow": "#50FA7B", + "Objects.Green": "#F1FA8C", + "Objects.Purple": "#FF79C6", + "Objects.BlackText": "#F8F8F2", + "Objects.YellowDark": "#BD93F9", + "Objects.GreenAndroid": "#F1FA8C" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Dracula.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Dracula.theme.json new file mode 100644 index 00000000..2ac01ff9 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Dracula.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Dracula", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Dracula.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#6272A4", + "background": "#282A36", + "borderColor": "#21222C", + "disabledBackground": "#34353D", + "disabledForeground": "#6272A4", + "disabledText": "#6272A4", + "focusColor": "#6272A4", + "focusedBorderColor": "#FF79C5", + "foreground": "#F8F8F2", + "inactiveBackground": "#34353D", + "inactiveForeground": "#6272A4", + "infoForeground": "#6272A4", + "selectionBackground": "#44475A", + "selectionBackgroundInactive": "#282A36", + "selectionForeground": "#8BE9FD", + "selectionInactiveBackground": "#282A36", + "separatorColor": "#21222C" + }, + "activeCaption": "#282A36", + "ActionButton": { + "hoverBackground": "#FF79C550", + "hoverBorderColor": "#FF79C550", + "pressedBackground": "#FF79C550", + "pressedBorderColor": "#FF79C550" + }, + "Autocomplete": { + "selectionBackground": "#44475A" + }, + "Borders.ContrastBorderColor": "#282A36", + "Borders.color": "#21222C", + "Button": { + "arc": 0, + "background": "#282A36", + "default": { + "endBackground": "#44475A", + "endBorderColor": "#44475A", + "foreground": "#8BE9FD", + "focusColor": "#FF79C5", + "focusedBorderColor": "#FF79C5", + "shadowColor": "#44475A", + "startBackground": "#44475A", + "startBorderColor": "#44475A" + }, + "disabledBorderColor": "#393C4B", + "disabledText": "#6272A4", + "endBackground": "#393C4B", + "endBorderColor": "#393C4B", + "focus": "#6272A4", + "focusedBorderColor": "#FF79C5", + "foreground": "#6272A4", + "highlight": "#8BE9FD", + "mt.background": "#393C4B", + "mt.foreground": "#6272A4", + "mt.selectedForeground": "#8BE9FD", + "mt.selection.color1": "#44475A", + "mt.selection.color2": "#44475A", + "startBackground": "#393C4B", + "startBorderColor": "#393C4B", + "shadowColor": "#393C4B", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#282A36", + "disabledText": "#6272A4", + "foreground": "#F8F8F2", + "select": "#FF79C5" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#6272A4", + "acceleratorSelectionForeground": "#6272A4", + "background": "#282A36", + "disabledBackground": "#282A36", + "disabledForeground": "#6272A4", + "foreground": "#F8F8F2", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "ColorChooser": { + "background": "#282A36", + "foreground": "#F8F8F2", + "swatchesDefaultRecentColor": "#F8F8F2" + }, + "ComboBoxButton.background": "#393C4B", + "ComboBox": { + "ArrowButton": { + "background": "#393C4B", + "disabledIconColor": "#6272A4", + "iconColor": "#F8F8F2", + "nonEditableBackground": "#282A36" + }, + "background": "#282A36", + "buttonBackground": "#393C4B", + "disabledForeground": "#6272A4", + "foreground": "#F8F8F2", + "modifiedItemForeground": "#FF79C5", + "nonEditableBackground": "#282A36", + "padding": "5,5,5,5", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "ComboPopup.border": "#21222C", + "CompletionPopup": { + "background": "#282A36", + "foreground": "#F8F8F2", + "infoForeground": "#6272A4", + "matchForeground": "#FF79C52", + "matchSelectionForeground": "#FF79C5", + "nonFocusedState": "false", + "nonFocusedMask": "#44475A", + "selectedGrayedForeground": "#8BE9FD", + "selectionGrayForeground": "#8BE9FD", + "selectionInactiveInfoForeground": "#6272A4", + "selectionInactiveBackground": "#6272A4", + "selectionBackground": "#44475A80", + "selectionForeground": "#8BE9FD", + "selectionInfoForeground": "#8BE9FD" + }, + "Component": { + "arc": 4, + "borderColor": "#6272A4", + "disabledBorderColor": "#393C4B", + "focusColor": "#FF79C5", + "focusedBorderColor": "#FF79C5", + "hoverIconColor": "#FF79C5", + "infoForeground": "#6272A4", + "iconColor": "#F8F8F2" + }, + "control": "#282A36", + "controlText": "#6272A4", + "Counter": { + "background": "#FF79C5", + "foreground": "#8BE9FD" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#6272A4", + "changedValueForeground": "#FF79C5", + "errorMessageForeground": "#FF79C6", + "evaluatingExpressionForeground": "#6272A4", + "exceptionForeground": "#50FA7B", + "modifyingValueForeground": "#FF79C5", + "valueForeground": "#FF79C5" + } + }, + "DebuggerTabs": { + "selectedBackground": "#6272A4", + "underlinedTabBackground": "#6272A4" + }, + "DebuggerPopup": { + "borderColor": "#6272A4" + }, + "DefaultTabs": { + "background": "#282A36", + "borderColor": "#282A36", + "hoverBackground": "#44475A", + "hoverColor": "#282A36", + "hoverMaskColor": "#6272A4", + "inactiveUnderlineColor": "#6272A4", + "inactiveMaskColor": "#282A36", + "underlineColor": "#FF79C5", + "underlinedTabBackground":"#44475A" + }, + "Desktop.background": "#282A36", + "DialogWrapper.southPanelBackground": "#282A36", + "DialogWrapper.southPanelDivider": "#282A36", + "DragAndDrop": { + "areaBackground": "#282A36", + "areaBorderColor": "#282A36", + "areaForeground": "#F8F8F2" + }, + "Editor": { + "background": "#282A36", + "foreground": "#F8F8F2", + "shortcutForeground": "#6272A4" + }, + "EditorPane": { + "background": "#282A36", + "caretForeground": "#FF79C5", + "foreground": "#F8F8F2", + "inactiveBackground": "#282A36", + "inactiveForeground": "#6272A4", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "EditorTabs": { + "borderColor": "#282A36", + "hoverColor": "#6272A4", + "hoverMaskColor": "#6272A4", + "inactiveMaskColor": "#282A36", + "inactiveColoredFileBackground": "#282A36", + "inactiveUnderlineColor": "#6272A4", + "selectedForeground": "#F8F8F2", + "selectedBackground": "#44475A", + "underlineColor": "#FF79C5", + "underlinedTabBackground": "#44475A" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#34353D", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#21222C", + "FormattedTextField": { + "background": "#282A36", + "caretForeground": "#FF79C5", + "foreground": "#F8F8F2", + "inactiveBackground": "#393C4B", + "inactiveForeground": "#6272A4", + "selectionForeground": "#8BE9FD", + "selectionBackground": "#44475A" + }, + "Group": { + "disabledSeparatorColor": "#21222C", + "separatorColor": "#21222C" + }, + "GutterTooltip": { + "infoForeground": "#F8F8F2", + "lineSeparatorColor": "#282A36" + }, + "HeaderColor": { + "active": "#282A36", + "inactive": "#191A21" + }, + "HelpTooltip": { + "background": "#282A36", + "borderColor": "#21222C", + "foreground": "#F8F8F2", + "infoForeground": "#6272A4", + "shortcutForeground": "#6272A4" + }, + "Hyperlink.linkColor": "#FF79C5", + "inactiveCaption": "#282A36", + "inactiveCaptionBorder": "#282A36", + "inactiveCaptionText": "#6272A4", + "info": "#6272A4", + "infoText": "#6272A4", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#21222C", + "InplaceRefactoringPopup": { + "borderColor": "#282A36" + }, + "InternalFrame": { + "activeTitleForeground": "#F8F8F2", + "background": "#282A36", + "inactiveTitleForeground": "#6272A4" + }, + "Label": { + "background": "#282A36", + "disabledForeground": "#6272A4", + "disabledShadow": "#282A36", + "disabledText": "#6272A4", + "foreground": "#F8F8F2", + "infoForeground": "#6272A4", + "selectedForeground": "#8BE9FD" + }, + "Link": { + "activeForeground": "#FF79C5", + "hoverForeground": "#FF79C5", + "pressedForeground": "#FF79C5", + "secondaryForeground": "#6272A4", + "visitedForeground": "#FF79C5" + }, + "List": { + "background": "#282A36", + "foreground": "#F8F8F2", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD", + "selectionInactiveForeground": "#8BE9FD", + "selectionInactiveBackground": "#44475A25" + }, + "material": { + "background": "#282A36", + "branchColor": "#F8F8F2", + "contrast": "#191A21", + "foreground": "#F8F8F2", + "mergeCommits": "#393C4B", + "primaryColor": "#6272A4", + "selectionForeground": "#8BE9FD", + "tab.backgroundColor": "#282A36", + "tab.borderColor": "#FF79C5", + "tagColor": "#6272A4" + }, + "MemoryIndicator": { + "allocatedBackground": "#282A36", + "usedColor": "#6272A4", + "usedBackground": "#6272A4" + }, + "Menu": { + "acceleratorForeground": "#6272A4", + "acceleratorSelectionForeground": "#8BE9FD", + "background": "#282A36", + "border": "4,2,4,2", + "borderColor": "#282A36", + "disabledBackground": "#282A36", + "disabledForeground": "#6272A4", + "foreground": "#F8F8F2", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD", + "separatorColor": "#21222C" + }, + "MenuBar": { + "background": "#282A36", + "borderColor": "#282A36", + "disabledBackground": "#282A36", + "disabledForeground": "#6272A4", + "foreground": "#F8F8F2", + "highlight": "#282A36", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD", + "shadow": "#282A36" + }, + "MenuItem": { + "acceleratorForeground": "#6272A4", + "acceleratorSelectionForeground": "#8BE9FD", + "border": "4,2,4,2", + "background": "#282A36", + "disabledBackground": "#282A36", + "disabledForeground": "#6272A4", + "foreground": "#F8F8F2", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "NavBar": { + "arrowColor": "#F8F8F2", + "borderColor": "#282A36" + }, + "NewClass": { + "Panel": { + "background": "#282A36" + }, + "SearchField": { + "background": "#282A36" + } + }, + "Notification": { + "background": "#1D2228", + "borderColor": "#1D2228", + "errorBackground": "#1D2228", + "errorBorderColor": "#1D2228", + "foreground": "#F8F8F2", + "MoreButton": { + "background": "#393C4B", + "foreground": "#F8F8F2", + "innerBorderColor": "#393C4B" + }, + "ToolWindow": { + "errorBackground": "#1D2228", + "errorBorderColor": "#1D2228", + "informativeBackground": "#1D2228", + "informativeBorderColor": "#1D2228", + "warningBackground": "#1D2228", + "warningBorderColor": "#1D2228" + } + }, + "OnePixelDivider.background": "#21222C", + "OptionPane": { + "background": "#282A36", + "foreground": "#F8F8F2", + "messageForeground": "#F8F8F2" + }, + "Outline": { + "color": "#393C4B" + }, + "Panel": { + "background": "#282A36", + "foreground": "#F8F8F2" + }, + "ParameterInfo": { + "background": "#282A36", + "borderColor": "#44475A", + "currentOverloadBackground": "#44475A", + "currentParameterForeground": "#FF79C5", + "disabledForeground": "#6272A4", + "foreground": "#F8F8F2", + "infoForeground": "#6272A4", + "lineSeparatorColor": "#44475A" + }, + "PasswordField": { + "background": "#282A36", + "capsLockIconColor": "#FF79C5", + "caretForeground": "#FF79C5", + "foreground": "#F8F8F2", + "inactiveForeground": "#6272A4", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "Plugins": { + "background": "#282A36", + "disabledForeground": "#6272A4", + "eapTagBackground": "#6272A4", + "lightSelectionBackground": "#44475A", + "selectionBackground": "#44475A", + "tagForeground": "#FF79C5", + "tagBackground": "#6272A4", + "Button": { + "installBackground": "#393C4B", + "installBorderColor": "#393C4B", + "installForeground": "#F8F8F2", + "installFocusedBackground": "#6272A4", + "installFillForeground": "#6272A4", + "installFillBackground": "#393C4B", + "updateBackground": "#393C4B", + "updateBorderColor": "#393C4B", + "updateForeground": "#F8F8F2" + }, + "SearchField": { + "background": "#282A36", + "borderColor": "#21222C" + }, + "SectionHeader": { + "background": "#282A36", + "foreground": "#F8F8F2" + }, + "Tab": { + "hoverBackground": "#44475A", + "selectedForeground": "#8BE9FD", + "selectedBackground": "#44475A" + } + }, + "Popup": { + "Advertiser": { + "background": "#282A36", + "borderColor": "#282A36", + "foreground": "#FF79C5" + }, + "borderColor": "#191A21", + "inactiveBorderColor": "#282A36", + "innerBorderColor": "#282A36", + "Header": { + "activeBackground": "#282A36", + "inactiveBackground": "#191A21" + }, + "paintBorder": true, + "separatorForeground": "#F8F8F2", + "separatorColor": "#282A36", + "Toolbar": { + "background": "#191A21", + "borderColor": "#191A21" + } + }, + "PopupMenu": { + "background": "#282A36", + "border": "2,0,2,0", + "foreground": "#F8F8F2", + "translucentBackground": "#282A36" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#282A36", + "foreground": "#FF79C5", + "indeterminateEndColor": "#FF79C5", + "indeterminateStartColor": "#FF79C5", + "progressColor": "#FF79C5", + "selectionBackground": "#6272A4", + "trackColor": "#6272A4" + }, + "RadioButton": { + "background": "#282A36", + "disabledText": "#6272A4", + "foreground": "#F8F8F2" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#6272A4", + "acceleratorSelectionForeground": "#6272A4", + "background": "#282A36", + "disabledBackground": "#282A36", + "disabledForeground": "#6272A4", + "foreground": "#F8F8F2", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "ScrollBar": { + "background": "#282A36", + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", + "hoverTrackColor": "#282A3630", + "Mac": { + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", + "hoverTrackColor": "#282A3630", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", + "trackColor": "#282A3630", + "Transparent": { + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", + "hoverTrackColor": "#282A3630", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", + "trackColor": "#282A3630" + } + }, + "thumb": "#6272A4", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", + "trackColor": "#282A3630", + "Transparent": { + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", + "hoverTrackColor": "#282A3630", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", + "trackColor": "#282A3630" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#191A21", + "foreground": "#6272A4" + }, + "Header": { + "background": "#282A36" + }, + "List": { + "separatorForeground": "#F8F8F2", + "separatorColor": "#21222C" + }, + "SearchField": { + "background": "#282A36", + "borderColor": "#191A21", + "infoForeground": "#6272A4" + }, + "Tab": { + "active.foreground": "#8BE9FD", + "selectedForeground": "#8BE9FD", + "selectedBackground": "#6272A4" + } + }, + "SearchMatch": { + "endBackground": "#FF79C5", + "startBackground": "#FF79C5" + }, + "Separator": { + "background": "#282A36", + "foreground": "#282A36", + "separatorColor": "#282A36" + }, + "SidePanel": { + "background": "#282A36" + }, + "Slider": { + "background": "#282A36", + "foreground": "#F8F8F2", + "majorTickLength": 6, + "tickColor": "#282A36", + "trackWidth": 7, + "thumb": "#FF79C5" + }, + "SpeedSearch": { + "background": "#6272A4", + "borderColor": "#21222C", + "foreground": "#F8F8F2", + "errorForeground": "#F8F8F2" + }, + "Spinner": { + "background": "#282A36", + "border": "3,3,3,3", + "foreground": "#F8F8F2", + "selectionForeground": "#8BE9FD" + }, + "SplitPane": { + "background": "#282A36", + "highlight": "#282A36" + }, + "SplitPaneDivider.draggingColor": "#282A36", + "StatusBar": { + "borderColor": "#282A36" + }, + "TabbedPane": { + "background": "#282A36", + "contentAreaColor": "#6272A4", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#21222C", + "disabledForeground": "#6272A4", + "disabledUnderlineColor": "#6272A4", + "focus": "#44475A", + "focusColor": "#44475A", + "fontSizeOffset": 0, + "foreground": "#F8F8F2", + "highlight": "#21222C", + "hoverColor": "#6272A4", + "labelShift": 0, + "selectedForeground": "#8BE9FD", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#282A36", + "Table": { + "background": "#282A36", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#FF79C5", + "dropLineShortColor": "#FF79C5", + "focusCellBackground": "#44475A", + "focusCellForeground": "#8BE9FD", + "foreground": "#F8F8F2", + "gridColor": "#282A36", + "highlightOuter": "#44475A", + "lightSelectionForeground": "#8BE9FD", + "lightSelectionInactiveForeground": "#6272A4", + "lightSelectionInactiveBackground": "#282A36", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD", + "selectionInactiveBackground": "#44475A25", + "selectionInactiveForeground": "#8BE9FD", + "sortIconColor": "#F8F8F2", + "stripeColor": "#191A21" + }, + "TableHeader": { + "background": "#282A36", + "borderColor": "#282A36", + "bottomSeparatorColor": "#282A36", + "cellBorder": "4,0,4,0", + "foreground": "#F8F8F2", + "focusCellBackground": "#44475A", + "focusCellForeground": "#8BE9FD", + "height": 25, + "separatorColor": "#282A36" + }, + "text": "#6272A4", + "textInactiveText": "#6272A4", + "textText": "#6272A4", + "TextArea": { + "background": "#282A36", + "caretForeground": "#FF79C5", + "foreground": "#F8F8F2", + "inactiveForeground": "#6272A4", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "TextField": { + "background": "#282A36", + "caretForeground": "#FF79C5", + "foreground": "#F8F8F2", + "inactiveForeground": "#6272A4", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "TextPane": { + "background": "#282A36", + "caretForeground": "#FF79C5", + "foreground": "#F8F8F2", + "inactiveForeground": "#6272A4", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD" + }, + "TitlePane": { + "background": "#191A21", + "Button.hoverBackground": "#6272A4", + "inactiveBackground": "#282A36", + "infoForeground": "#6272A4", + "inactiveInfoForeground": "#6272A4" + }, + "TitledBorder.titleColor": "#F8F8F2", + "ToggleButton": { + "borderColor": "#393C4B", + "buttonColor": "#F8F8F2", + "disabledText": "#6272A4", + "foreground": "#F8F8F2", + "offForeground": "#282A36", + "offBackground": "#282A36", + "onBackground": "#FF79C5", + "onForeground": "#FF79C5" + }, + "ToolBar": { + "background": "#282A36", + "borderHandleColor": "#6272A4", + "floatingForeground": "#6272A4", + "foreground": "#F8F8F2" + }, + "ToolTip": { + "Actions.background": "#282A36", + "Actions.infoForeground": "#6272A4", + "background": "#282A36", + "borderColor": "#6272A4", + "foreground": "#F8F8F2", + "infoForeground": "#6272A4", + "separatorColor": "#21222C", + "shortcutForeground": "#6272A4" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#44475A", + "selectedForeground": "#8BE9FD", + "selectedBackground": "#191A21" + }, + "Header": { + "background": "#282A36", + "borderColor": "#282A36", + "inactiveBackground": "#282A36" + }, + "HeaderCloseButton": { + "background": "#282A36" + }, + "HeaderTab": { + "hoverBackground": "#6272A4", + "hoverInactiveBackground": "#282A36", + "inactiveUnderlineColor": "#FF79C5", + "selectedBackground": "#191A21", + "selectedInactiveBackground": "#191A21", + "underlineColor": "#FF79C5", + "underlinedTabBackground": "#6272A4", + "underlinedTabInactiveBackground": "#282A36" + } + }, + "Tree": { + "background": "#282A36", + "foreground": "#6272A4", + "hash": "#21222C", + "modifiedItemForeground": "#FF79C5", + "rowHeight": 28, + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD", + "selectionInactiveForeground": "#8BE9FD", + "selectionInactiveBackground": "#44475A25", + "textBackground": "#282A36" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#282A36", + "Preview.background": "#282A36" + }, + "ValidationTooltip": { + "errorBackground": "#1D2228", + "errorBorderColor": "#1D2228", + "warningBackground": "#1D2228", + "warningBorderColor": "#1D2228" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#282A36" + }, + "GitLog": { + "localBranchIconColor": "#FF79C5", + "otherIconColor": "#6272A4", + "remoteBranchIconColor": "#F8F8F2", + "tagIconColor": "#6272A4" + }, + "HgLog": { + "branchIconColor": "#FF79C5", + "bookmarkIconColor": "#8BE9FD", + "closedBranchIconColor": "#6272A4", + "localTagIconColor": "#6272A4", + "mqTagIconColor": "#6272A4", + "tagIconColor": "#6272A4", + "tipIconColor": "#6272A4" + }, + "Log": { + "Commit.unmatchedForeground": "#6272A4", + "Commit.currentBranchBackground": "#44475A" + }, + "RefLabel": { + "foreground": "#8BE9FD", + "backgroundBase": "#6272A4" + } + }, + "Viewport": { + "background": "#282A36", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#282A36", + "borderColor": "#282A36", + "captionBackground": "#191A21", + "captionForeground": "#F8F8F2", + "footerBackground": "#191A21", + "footerForeground": "#F8F8F2", + "headerBackground": "#282A36", + "headerForeground": "#F8F8F2", + "separatorColor": "#21222C", + "Projects": { + "background": "#282A36", + "selectionBackground": "#44475A", + "selectionInactiveBackground": "#282A36" + } + }, + "window": "#282A36", + "windowBorder": "#21222C", + "windowText": "#6272A4", + "Window.border": "#21222C" + }, + "icons": { + "ColorPalette": { + "#43494A": "#191A21", + "#6B6B6B": "#6272A4", + "#A7A7A7": "#282A36", + "#3D6185": "#FF79C5", + "#466D94": "#FF79C5", + "#3C3F41": "#282A36", + "#545556": "#6272A4", + "#606060": "#6272A4", + "#9AA7B0": "#F8F8F2", + "#675133": "#FF79C5", + "Actions.Blue": "#50FA78", + "Actions.Green": "#F1FA8C", + "Actions.Grey": "#6272A4", + "Actions.GreyInline": "#6272A4", + "Actions.GreyInline.Dark": "#F8F8F2", + "Actions.Red": "#FF79C6", + "Actions.Yellow": "#50FA7B", + "Checkbox.Background.Default": "#191A21", + "Checkbox.Background.Default.Dark": "#191A21", + "Checkbox.Background.Disabled": "#34353D", + "Checkbox.Background.Disabled.Dark": "#34353D", + "Checkbox.Border.Default": "#21222C", + "Checkbox.Border.Default.Dark": "#21222C", + "Checkbox.Border.Disabled": "#6272A4", + "Checkbox.Border.Disabled.Dark": "#6272A4", + "Checkbox.Focus.Thin.Default": "#FF79C5", + "Checkbox.Focus.Thin.Default.Dark": "#FF79C5", + "Checkbox.Focus.Wide": "#FF79C5", + "Checkbox.Focus.Wide.Dark": "#FF79C5", + "Checkbox.Foreground.Disabled": "#6272A4", + "Checkbox.Foreground.Disabled.Dark": "#6272A4", + "Checkbox.Background.Selected": "#FF79C5", + "Checkbox.Background.Selected.Dark": "#FF79C5", + "Checkbox.Border.Selected": "#FF79C5", + "Checkbox.Border.Selected.Dark": "#FF79C5", + "Checkbox.Foreground.Selected": "#F8F8F2", + "Checkbox.Foreground.Selected.Dark": "#F8F8F2", + "Checkbox.Focus.Thin.Selected": "#F8F8F2", + "Checkbox.Focus.Thin.Selected.Dark": "#F8F8F2", + "Objects.Grey": "#6272A4", + "Objects.Blue": "#50FA78", + "Objects.RedStatus": "#FF79C6", + "Objects.Red": "#FF79C6", + "Objects.Pink": "#FF79C6", + "Objects.Yellow": "#50FA7B", + "Objects.Green": "#F1FA8C", + "Objects.Purple": "#FF79C6", + "Objects.BlackText": "#F8F8F2", + "Objects.YellowDark": "#BD93F9", + "Objects.GreenAndroid": "#F1FA8C" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/GitHub Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/GitHub Contrast.theme.json new file mode 100644 index 00000000..3767ff5b --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/GitHub Contrast.theme.json @@ -0,0 +1,863 @@ +{ + "name": "GitHub Contrast", + "dark": false, + "author": "Mallowigi", + "editorScheme": "/colors/Github.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#292D31", + "background": "#F7F8FA", + "borderColor": "#DFE1E4", + "disabledBackground": "#FDFDFD", + "disabledForeground": "#6C737C", + "disabledText": "#6C737C", + "focusColor": "#CCE5FF", + "focusedBorderColor": "#79CB60", + "foreground": "#5B6168", + "inactiveBackground": "#FDFDFD", + "inactiveForeground": "#292D31", + "infoForeground": "#292D31", + "selectionBackground": "#3A66D1", + "selectionBackgroundInactive": "#F7F8FA", + "selectionForeground": "#111111", + "selectionInactiveBackground": "#F7F8FA", + "separatorColor": "#DFE1E4" + }, + "activeCaption": "#F7F8FA", + "ActionButton": { + "hoverBackground": "#79CB6050", + "hoverBorderColor": "#79CB6050", + "pressedBackground": "#79CB6050", + "pressedBorderColor": "#79CB6050" + }, + "Autocomplete": { + "selectionBackground": "#3A66D1" + }, + "Borders.ContrastBorderColor": "#F7F8FA", + "Borders.color": "#DFE1E4", + "Button": { + "arc": 0, + "background": "#F7F8FA", + "default": { + "endBackground": "#cce5ff", + "endBorderColor": "#cce5ff", + "foreground": "#111111", + "focusColor": "#79CB60", + "focusedBorderColor": "#79CB60", + "shadowColor": "#cce5ff", + "startBackground": "#cce5ff", + "startBorderColor": "#cce5ff" + }, + "disabledBorderColor": "#F1F3F6", + "disabledText": "#6C737C", + "endBackground": "#F1F3F6", + "endBorderColor": "#F1F3F6", + "focus": "#CCE5FF", + "focusedBorderColor": "#79CB60", + "foreground": "#292D31", + "highlight": "#111111", + "mt.background": "#F1F3F6", + "mt.foreground": "#292D31", + "mt.selectedForeground": "#111111", + "mt.selection.color1": "#cce5ff", + "mt.selection.color2": "#cce5ff", + "startBackground": "#F1F3F6", + "startBorderColor": "#F1F3F6", + "shadowColor": "#F1F3F6", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#F7F8FA", + "disabledText": "#6C737C", + "foreground": "#5B6168", + "select": "#79CB60" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#292D31", + "acceleratorSelectionForeground": "#292D31", + "background": "#F7F8FA", + "disabledBackground": "#F7F8FA", + "disabledForeground": "#6C737C", + "foreground": "#5B6168", + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111" + }, + "ColorChooser": { + "background": "#F7F8FA", + "foreground": "#5B6168", + "swatchesDefaultRecentColor": "#5B6168" + }, + "ComboBoxButton.background": "#F1F3F6", + "ComboBox": { + "ArrowButton": { + "background": "#F1F3F6", + "disabledIconColor": "#6C737C", + "iconColor": "#5B6168", + "nonEditableBackground": "#F7F8FA" + }, + "background": "#FFFFFF", + "buttonBackground": "#F1F3F6", + "disabledForeground": "#6C737C", + "foreground": "#5B6168", + "modifiedItemForeground": "#79CB60", + "nonEditableBackground": "#F7F8FA", + "padding": "5,5,5,5", + "selectionBackground": "#cce5ff", + "selectionForeground": "#111111" + }, + "ComboPopup.border": "#DFE1E4", + "CompletionPopup": { + "background": "#F7F8FA", + "foreground": "#5B6168", + "infoForeground": "#292D31", + "matchForeground": "#79CB602", + "matchSelectionForeground": "#79CB60", + "nonFocusedState": "false", + "nonFocusedMask": "#3A66D1", + "selectedGrayedForeground": "#111111", + "selectionGrayForeground": "#111111", + "selectionInactiveInfoForeground": "#292D31", + "selectionInactiveBackground": "#CCE5FF", + "selectionBackground": "#3A66D180", + "selectionForeground": "#111111", + "selectionInfoForeground": "#111111" + }, + "Component": { + "arc": 4, + "borderColor": "#CCE5FF", + "disabledBorderColor": "#F1F3F6", + "focusColor": "#79CB60", + "focusedBorderColor": "#79CB60", + "hoverIconColor": "#79CB60", + "infoForeground": "#292D31", + "iconColor": "#5B6168" + }, + "control": "#F7F8FA", + "controlText": "#292D31", + "Counter": { + "background": "#79CB60", + "foreground": "#111111" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#292D31", + "changedValueForeground": "#79CB60", + "errorMessageForeground": "#22863A", + "evaluatingExpressionForeground": "#292D31", + "exceptionForeground": "#6F42C1", + "modifyingValueForeground": "#79CB60", + "valueForeground": "#79CB60" + } + }, + "DebuggerTabs": { + "selectedBackground": "#CCE5FF", + "underlinedTabBackground": "#CCE5FF" + }, + "DebuggerPopup": { + "borderColor": "#CCE5FF" + }, + "DefaultTabs": { + "background": "#F7F8FA", + "borderColor": "#F7F8FA", + "hoverBackground": "#cce5ff", + "hoverColor": "#FFFFFF", + "hoverMaskColor": "#CCE5FF", + "inactiveUnderlineColor": "#6C737C", + "inactiveMaskColor": "#FFFFFF", + "underlineColor": "#79CB60", + "underlinedTabBackground":"#cce5ff" + }, + "Desktop.background": "#F7F8FA", + "DialogWrapper.southPanelBackground": "#F7F8FA", + "DialogWrapper.southPanelDivider": "#F7F8FA", + "DragAndDrop": { + "areaBackground": "#F7F8FA", + "areaBorderColor": "#F7F8FA", + "areaForeground": "#5B6168" + }, + "Editor": { + "background": "#FFFFFF", + "foreground": "#5B6168", + "shortcutForeground": "#292D31" + }, + "EditorPane": { + "background": "#FFFFFF", + "caretForeground": "#79CB60", + "foreground": "#5B6168", + "inactiveBackground": "#F7F8FA", + "inactiveForeground": "#6C737C", + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111" + }, + "EditorTabs": { + "borderColor": "#F7F8FA", + "hoverColor": "#CCE5FF", + "hoverMaskColor": "#CCE5FF", + "inactiveMaskColor": "#F7F8FA", + "inactiveColoredFileBackground": "#F7F8FA", + "inactiveUnderlineColor": "#6C737C", + "selectedForeground": "#5B6168", + "selectedBackground": "#cce5ff", + "underlineColor": "#79CB60", + "underlinedTabBackground": "#cce5ff" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#FDFDFD", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#DFE1E4", + "FormattedTextField": { + "background": "#FFFFFF", + "caretForeground": "#79CB60", + "foreground": "#5B6168", + "inactiveBackground": "#F1F3F6", + "inactiveForeground": "#6C737C", + "selectionForeground": "#111111", + "selectionBackground": "#cce5ff" + }, + "Group": { + "disabledSeparatorColor": "#DFE1E4", + "separatorColor": "#DFE1E4" + }, + "GutterTooltip": { + "infoForeground": "#5B6168", + "lineSeparatorColor": "#F7F8FA" + }, + "HeaderColor": { + "active": "#F7F8FA", + "inactive": "#FFFFFF" + }, + "HelpTooltip": { + "background": "#F7F8FA", + "borderColor": "#DFE1E4", + "foreground": "#5B6168", + "infoForeground": "#292D31", + "shortcutForeground": "#292D31" + }, + "Hyperlink.linkColor": "#79CB60", + "inactiveCaption": "#F7F8FA", + "inactiveCaptionBorder": "#F7F8FA", + "inactiveCaptionText": "#292D31", + "info": "#292D31", + "infoText": "#292D31", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#DFE1E4", + "InplaceRefactoringPopup": { + "borderColor": "#F7F8FA" + }, + "InternalFrame": { + "activeTitleForeground": "#5B6168", + "background": "#F7F8FA", + "inactiveTitleForeground": "#292D31" + }, + "Label": { + "background": "#F7F8FA", + "disabledForeground": "#6C737C", + "disabledShadow": "#F7F8FA", + "disabledText": "#6C737C", + "foreground": "#5B6168", + "infoForeground": "#292D31", + "selectedForeground": "#111111" + }, + "Link": { + "activeForeground": "#79CB60", + "hoverForeground": "#79CB60", + "pressedForeground": "#79CB60", + "secondaryForeground": "#292D31", + "visitedForeground": "#79CB60" + }, + "List": { + "background": "#F7F8FA", + "foreground": "#5B6168", + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111", + "selectionInactiveForeground": "#111111", + "selectionInactiveBackground": "#3A66D125" + }, + "material": { + "background": "#F7F8FA", + "branchColor": "#5B6168", + "contrast": "#FFFFFF", + "foreground": "#5B6168", + "mergeCommits": "#F1F3F6", + "primaryColor": "#292D31", + "selectionForeground": "#111111", + "tab.backgroundColor": "#F7F8FA", + "tab.borderColor": "#79CB60", + "tagColor": "#292D31" + }, + "MemoryIndicator": { + "allocatedBackground": "#F7F8FA", + "usedColor": "#CCE5FF", + "usedBackground": "#CCE5FF" + }, + "Menu": { + "acceleratorForeground": "#292D31", + "acceleratorSelectionForeground": "#111111", + "background": "#F7F8FA", + "border": "4,2,4,2", + "borderColor": "#F7F8FA", + "disabledBackground": "#F7F8FA", + "disabledForeground": "#6C737C", + "foreground": "#5B6168", + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111", + "separatorColor": "#DFE1E4" + }, + "MenuBar": { + "background": "#FFFFFF", + "borderColor": "#F7F8FA", + "disabledBackground": "#F7F8FA", + "disabledForeground": "#6C737C", + "foreground": "#5B6168", + "highlight": "#F7F8FA", + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111", + "shadow": "#FFFFFF" + }, + "MenuItem": { + "acceleratorForeground": "#292D31", + "acceleratorSelectionForeground": "#111111", + "border": "4,2,4,2", + "background": "#F7F8FA", + "disabledBackground": "#F7F8FA", + "disabledForeground": "#6C737C", + "foreground": "#5B6168", + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111" + }, + "NavBar": { + "arrowColor": "#5B6168", + "borderColor": "#F7F8FA" + }, + "NewClass": { + "Panel": { + "background": "#F7F8FA" + }, + "SearchField": { + "background": "#FFFFFF" + } + }, + "Notification": { + "background": "#DFECFE", + "borderColor": "#DFECFE", + "errorBackground": "#DFECFE", + "errorBorderColor": "#DFECFE", + "foreground": "#5B6168", + "MoreButton": { + "background": "#F1F3F6", + "foreground": "#5B6168", + "innerBorderColor": "#F1F3F6" + }, + "ToolWindow": { + "errorBackground": "#DFECFE", + "errorBorderColor": "#DFECFE", + "informativeBackground": "#DFECFE", + "informativeBorderColor": "#DFECFE", + "warningBackground": "#DFECFE", + "warningBorderColor": "#DFECFE" + } + }, + "OnePixelDivider.background": "#DFE1E4", + "OptionPane": { + "background": "#F7F8FA", + "foreground": "#5B6168", + "messageForeground": "#5B6168" + }, + "Outline": { + "color": "#F1F3F6" + }, + "Panel": { + "background": "#F7F8FA", + "foreground": "#5B6168" + }, + "ParameterInfo": { + "background": "#F7F8FA", + "borderColor": "#cce5ff", + "currentOverloadBackground": "#cce5ff", + "currentParameterForeground": "#79CB60", + "disabledForeground": "#6C737C", + "foreground": "#5B6168", + "infoForeground": "#292D31", + "lineSeparatorColor": "#cce5ff" + }, + "PasswordField": { + "background": "#FFFFFF", + "capsLockIconColor": "#79CB60", + "caretForeground": "#79CB60", + "foreground": "#5B6168", + "inactiveForeground": "#6C737C", + "selectionBackground": "#cce5ff", + "selectionForeground": "#111111" + }, + "Plugins": { + "background": "#F7F8FA", + "disabledForeground": "#6C737C", + "eapTagBackground": "#CCE5FF", + "lightSelectionBackground": "#3A66D1", + "selectionBackground": "#3A66D1", + "tagForeground": "#79CB60", + "tagBackground": "#CCE5FF", + "Button": { + "installBackground": "#F1F3F6", + "installBorderColor": "#F1F3F6", + "installForeground": "#5B6168", + "installFocusedBackground": "#CCE5FF", + "installFillForeground": "#292D31", + "installFillBackground": "#F1F3F6", + "updateBackground": "#F1F3F6", + "updateBorderColor": "#F1F3F6", + "updateForeground": "#5B6168" + }, + "SearchField": { + "background": "#FFFFFF", + "borderColor": "#DFE1E4" + }, + "SectionHeader": { + "background": "#F7F8FA", + "foreground": "#5B6168" + }, + "Tab": { + "hoverBackground": "#cce5ff", + "selectedForeground": "#111111", + "selectedBackground": "#cce5ff" + } + }, + "Popup": { + "Advertiser": { + "background": "#F7F8FA", + "borderColor": "#F7F8FA", + "foreground": "#79CB60" + }, + "borderColor": "#FFFFFF", + "inactiveBorderColor": "#F7F8FA", + "innerBorderColor": "#F7F8FA", + "Header": { + "activeBackground": "#F7F8FA", + "inactiveBackground": "#FFFFFF" + }, + "paintBorder": true, + "separatorForeground": "#5B6168", + "separatorColor": "#F7F8FA", + "Toolbar": { + "background": "#FFFFFF", + "borderColor": "#FFFFFF" + } + }, + "PopupMenu": { + "background": "#F7F8FA", + "border": "2,0,2,0", + "foreground": "#5B6168", + "translucentBackground": "#F7F8FA" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#F7F8FA", + "foreground": "#79CB60", + "indeterminateEndColor": "#79CB60", + "indeterminateStartColor": "#79CB60", + "progressColor": "#79CB60", + "selectionBackground": "#CCE5FF", + "trackColor": "#CCE5FF" + }, + "RadioButton": { + "background": "#F7F8FA", + "disabledText": "#6C737C", + "foreground": "#5B6168" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#292D31", + "acceleratorSelectionForeground": "#292D31", + "background": "#F7F8FA", + "disabledBackground": "#F7F8FA", + "disabledForeground": "#6C737C", + "foreground": "#5B6168", + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111" + }, + "ScrollBar": { + "background": "#F7F8FA", + "hoverThumbBorderColor": "#79CB60", + "hoverThumbColor": "#79CB60", + "hoverTrackColor": "#F7F8FA30", + "Mac": { + "hoverThumbBorderColor": "#79CB60", + "hoverThumbColor": "#79CB60", + "hoverTrackColor": "#F7F8FA30", + "thumbBorderColor": "#79CB6070", + "thumbColor": "#79CB6070", + "trackColor": "#F7F8FA30", + "Transparent": { + "hoverThumbBorderColor": "#79CB60", + "hoverThumbColor": "#79CB60", + "hoverTrackColor": "#F7F8FA30", + "thumbBorderColor": "#79CB6070", + "thumbColor": "#79CB6070", + "trackColor": "#F7F8FA30" + } + }, + "thumb": "#CCE5FF", + "thumbBorderColor": "#79CB6070", + "thumbColor": "#79CB6070", + "trackColor": "#F7F8FA30", + "Transparent": { + "hoverThumbBorderColor": "#79CB60", + "hoverThumbColor": "#79CB60", + "hoverTrackColor": "#F7F8FA30", + "thumbBorderColor": "#79CB6070", + "thumbColor": "#79CB6070", + "trackColor": "#F7F8FA30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#FFFFFF", + "foreground": "#292D31" + }, + "Header": { + "background": "#F7F8FA" + }, + "List": { + "separatorForeground": "#5B6168", + "separatorColor": "#DFE1E4" + }, + "SearchField": { + "background": "#F7F8FA", + "borderColor": "#FFFFFF", + "infoForeground": "#292D31" + }, + "Tab": { + "active.foreground": "#111111", + "selectedForeground": "#111111", + "selectedBackground": "#CCE5FF" + } + }, + "SearchMatch": { + "endBackground": "#79CB60", + "startBackground": "#79CB60" + }, + "Separator": { + "background": "#F7F8FA", + "foreground": "#F7F8FA", + "separatorColor": "#F7F8FA" + }, + "SidePanel": { + "background": "#FFFFFF" + }, + "Slider": { + "background": "#F7F8FA", + "foreground": "#5B6168", + "majorTickLength": 6, + "tickColor": "#F7F8FA", + "trackWidth": 7, + "thumb": "#79CB60" + }, + "SpeedSearch": { + "background": "#CCE5FF", + "borderColor": "#DFE1E4", + "foreground": "#5B6168", + "errorForeground": "#5B6168" + }, + "Spinner": { + "background": "#F7F8FA", + "border": "3,3,3,3", + "foreground": "#5B6168", + "selectionForeground": "#111111" + }, + "SplitPane": { + "background": "#F7F8FA", + "highlight": "#FFFFFF" + }, + "SplitPaneDivider.draggingColor": "#F7F8FA", + "StatusBar": { + "borderColor": "#F7F8FA" + }, + "TabbedPane": { + "background": "#F7F8FA", + "contentAreaColor": "#CCE5FF", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#DFE1E4", + "disabledForeground": "#6C737C", + "disabledUnderlineColor": "#6C737C", + "focus": "#cce5ff", + "focusColor": "#cce5ff", + "fontSizeOffset": 0, + "foreground": "#5B6168", + "highlight": "#DFE1E4", + "hoverColor": "#CCE5FF", + "labelShift": 0, + "selectedForeground": "#111111", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#FFFFFF", + "Table": { + "background": "#F7F8FA", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#79CB60", + "dropLineShortColor": "#79CB60", + "focusCellBackground": "#cce5ff", + "focusCellForeground": "#111111", + "foreground": "#5B6168", + "gridColor": "#F7F8FA", + "highlightOuter": "#cce5ff", + "lightSelectionForeground": "#111111", + "lightSelectionInactiveForeground": "#292D31", + "lightSelectionInactiveBackground": "#F7F8FA", + "selectionBackground": "#cce5ff", + "selectionForeground": "#111111", + "selectionInactiveBackground": "#3A66D125", + "selectionInactiveForeground": "#111111", + "sortIconColor": "#5B6168", + "stripeColor": "#FFFFFF" + }, + "TableHeader": { + "background": "#F7F8FA", + "borderColor": "#F7F8FA", + "bottomSeparatorColor": "#F7F8FA", + "cellBorder": "4,0,4,0", + "foreground": "#5B6168", + "focusCellBackground": "#cce5ff", + "focusCellForeground": "#111111", + "height": 25, + "separatorColor": "#F7F8FA" + }, + "text": "#292D31", + "textInactiveText": "#292D31", + "textText": "#292D31", + "TextArea": { + "background": "#FFFFFF", + "caretForeground": "#79CB60", + "foreground": "#5B6168", + "inactiveForeground": "#6C737C", + "selectionBackground": "#cce5ff", + "selectionForeground": "#111111" + }, + "TextField": { + "background": "#FFFFFF", + "caretForeground": "#79CB60", + "foreground": "#5B6168", + "inactiveForeground": "#6C737C", + "selectionBackground": "#cce5ff", + "selectionForeground": "#111111" + }, + "TextPane": { + "background": "#FFFFFF", + "caretForeground": "#79CB60", + "foreground": "#5B6168", + "inactiveForeground": "#6C737C", + "selectionBackground": "#cce5ff", + "selectionForeground": "#111111" + }, + "TitlePane": { + "background": "#FFFFFF", + "Button.hoverBackground": "#CCE5FF", + "inactiveBackground": "#F7F8FA", + "infoForeground": "#292D31", + "inactiveInfoForeground": "#292D31" + }, + "TitledBorder.titleColor": "#5B6168", + "ToggleButton": { + "borderColor": "#F1F3F6", + "buttonColor": "#5B6168", + "disabledText": "#6C737C", + "foreground": "#5B6168", + "offForeground": "#F7F8FA", + "offBackground": "#F7F8FA", + "onBackground": "#79CB60", + "onForeground": "#79CB60" + }, + "ToolBar": { + "background": "#FFFFFF", + "borderHandleColor": "#292D31", + "floatingForeground": "#292D31", + "foreground": "#5B6168" + }, + "ToolTip": { + "Actions.background": "#F7F8FA", + "Actions.infoForeground": "#292D31", + "background": "#F7F8FA", + "borderColor": "#CCE5FF", + "foreground": "#5B6168", + "infoForeground": "#292D31", + "separatorColor": "#DFE1E4", + "shortcutForeground": "#292D31" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#cce5ff", + "selectedForeground": "#111111", + "selectedBackground": "#FFFFFF" + }, + "Header": { + "background": "#F7F8FA", + "borderColor": "#F7F8FA", + "inactiveBackground": "#F7F8FA" + }, + "HeaderCloseButton": { + "background": "#F7F8FA" + }, + "HeaderTab": { + "hoverBackground": "#CCE5FF", + "hoverInactiveBackground": "#F7F8FA", + "inactiveUnderlineColor": "#79CB60", + "selectedBackground": "#FFFFFF", + "selectedInactiveBackground": "#FFFFFF", + "underlineColor": "#79CB60", + "underlinedTabBackground": "#CCE5FF", + "underlinedTabInactiveBackground": "#F7F8FA" + } + }, + "Tree": { + "background": "#FFFFFF", + "foreground": "#292D31", + "hash": "#DFE1E4", + "modifiedItemForeground": "#79CB60", + "rowHeight": 28, + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111", + "selectionInactiveForeground": "#111111", + "selectionInactiveBackground": "#3A66D125", + "textBackground": "#FFFFFF" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#F7F8FA", + "Preview.background": "#F7F8FA" + }, + "ValidationTooltip": { + "errorBackground": "#DFECFE", + "errorBorderColor": "#DFECFE", + "warningBackground": "#DFECFE", + "warningBorderColor": "#DFECFE" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#F7F8FA" + }, + "GitLog": { + "localBranchIconColor": "#79CB60", + "otherIconColor": "#292D31", + "remoteBranchIconColor": "#5B6168", + "tagIconColor": "#292D31" + }, + "HgLog": { + "branchIconColor": "#79CB60", + "bookmarkIconColor": "#111111", + "closedBranchIconColor": "#6C737C", + "localTagIconColor": "#292D31", + "mqTagIconColor": "#292D31", + "tagIconColor": "#292D31", + "tipIconColor": "#292D31" + }, + "Log": { + "Commit.unmatchedForeground": "#292D31", + "Commit.currentBranchBackground": "#3A66D1" + }, + "RefLabel": { + "foreground": "#111111", + "backgroundBase": "#CCE5FF" + } + }, + "Viewport": { + "background": "#FFFFFF", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#F7F8FA", + "borderColor": "#F7F8FA", + "captionBackground": "#FFFFFF", + "captionForeground": "#5B6168", + "footerBackground": "#FFFFFF", + "footerForeground": "#5B6168", + "headerBackground": "#F7F8FA", + "headerForeground": "#5B6168", + "separatorColor": "#DFE1E4", + "Projects": { + "background": "#F7F8FA", + "selectionBackground": "#3A66D1", + "selectionInactiveBackground": "#F7F8FA" + } + }, + "window": "#FFFFFF", + "windowBorder": "#DFE1E4", + "windowText": "#292D31", + "Window.border": "#DFE1E4" + }, + "icons": { + "ColorPalette": { + "#43494A": "#FFFFFF", + "#6B6B6B": "#292D31", + "#A7A7A7": "#F7F8FA", + "#3D6185": "#79CB60", + "#466D94": "#79CB60", + "#3C3F41": "#F7F8FA", + "#545556": "#6C737C", + "#606060": "#6C737C", + "#9AA7B0": "#5B6168", + "#675133": "#79CB60", + "Actions.Blue": "#6F42C1", + "Actions.Green": "#032F62", + "Actions.Grey": "#292D31", + "Actions.GreyInline": "#6A737D", + "Actions.GreyInline.Dark": "#5B6168", + "Actions.Red": "#22863A", + "Actions.Yellow": "#6F42C1", + "Checkbox.Background.Default": "#FFFFFF", + "Checkbox.Background.Default.Dark": "#FFFFFF", + "Checkbox.Background.Disabled": "#FDFDFD", + "Checkbox.Background.Disabled.Dark": "#FDFDFD", + "Checkbox.Border.Default": "#DFE1E4", + "Checkbox.Border.Default.Dark": "#DFE1E4", + "Checkbox.Border.Disabled": "#6C737C", + "Checkbox.Border.Disabled.Dark": "#6C737C", + "Checkbox.Focus.Thin.Default": "#79CB60", + "Checkbox.Focus.Thin.Default.Dark": "#79CB60", + "Checkbox.Focus.Wide": "#79CB60", + "Checkbox.Focus.Wide.Dark": "#79CB60", + "Checkbox.Foreground.Disabled": "#6C737C", + "Checkbox.Foreground.Disabled.Dark": "#6C737C", + "Checkbox.Background.Selected": "#79CB60", + "Checkbox.Background.Selected.Dark": "#79CB60", + "Checkbox.Border.Selected": "#79CB60", + "Checkbox.Border.Selected.Dark": "#79CB60", + "Checkbox.Foreground.Selected": "#5B6168", + "Checkbox.Foreground.Selected.Dark": "#5B6168", + "Checkbox.Focus.Thin.Selected": "#5B6168", + "Checkbox.Focus.Thin.Selected.Dark": "#5B6168", + "Objects.Grey": "#6A737D", + "Objects.Blue": "#6F42C1", + "Objects.RedStatus": "#22863A", + "Objects.Red": "#22863A", + "Objects.Pink": "#D73A49", + "Objects.Yellow": "#6F42C1", + "Objects.Green": "#032F62", + "Objects.Purple": "#D73A49", + "Objects.BlackText": "#5B6168", + "Objects.YellowDark": "#005CC5", + "Objects.GreenAndroid": "#032F62" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/GitHub.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/GitHub.theme.json new file mode 100644 index 00000000..9977b496 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/GitHub.theme.json @@ -0,0 +1,863 @@ +{ + "name": "GitHub", + "dark": false, + "author": "Mallowigi", + "editorScheme": "/colors/Github.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#292D31", + "background": "#F7F8FA", + "borderColor": "#DFE1E4", + "disabledBackground": "#FDFDFD", + "disabledForeground": "#6C737C", + "disabledText": "#6C737C", + "focusColor": "#CCE5FF", + "focusedBorderColor": "#79CB60", + "foreground": "#5B6168", + "inactiveBackground": "#FDFDFD", + "inactiveForeground": "#292D31", + "infoForeground": "#292D31", + "selectionBackground": "#3A66D1", + "selectionBackgroundInactive": "#F7F8FA", + "selectionForeground": "#111111", + "selectionInactiveBackground": "#F7F8FA", + "separatorColor": "#DFE1E4" + }, + "activeCaption": "#F7F8FA", + "ActionButton": { + "hoverBackground": "#79CB6050", + "hoverBorderColor": "#79CB6050", + "pressedBackground": "#79CB6050", + "pressedBorderColor": "#79CB6050" + }, + "Autocomplete": { + "selectionBackground": "#3A66D1" + }, + "Borders.ContrastBorderColor": "#F7F8FA", + "Borders.color": "#DFE1E4", + "Button": { + "arc": 0, + "background": "#F7F8FA", + "default": { + "endBackground": "#cce5ff", + "endBorderColor": "#cce5ff", + "foreground": "#111111", + "focusColor": "#79CB60", + "focusedBorderColor": "#79CB60", + "shadowColor": "#cce5ff", + "startBackground": "#cce5ff", + "startBorderColor": "#cce5ff" + }, + "disabledBorderColor": "#F1F3F6", + "disabledText": "#6C737C", + "endBackground": "#F1F3F6", + "endBorderColor": "#F1F3F6", + "focus": "#CCE5FF", + "focusedBorderColor": "#79CB60", + "foreground": "#292D31", + "highlight": "#111111", + "mt.background": "#F1F3F6", + "mt.foreground": "#292D31", + "mt.selectedForeground": "#111111", + "mt.selection.color1": "#cce5ff", + "mt.selection.color2": "#cce5ff", + "startBackground": "#F1F3F6", + "startBorderColor": "#F1F3F6", + "shadowColor": "#F1F3F6", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#F7F8FA", + "disabledText": "#6C737C", + "foreground": "#5B6168", + "select": "#79CB60" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#292D31", + "acceleratorSelectionForeground": "#292D31", + "background": "#F7F8FA", + "disabledBackground": "#F7F8FA", + "disabledForeground": "#6C737C", + "foreground": "#5B6168", + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111" + }, + "ColorChooser": { + "background": "#F7F8FA", + "foreground": "#5B6168", + "swatchesDefaultRecentColor": "#5B6168" + }, + "ComboBoxButton.background": "#F1F3F6", + "ComboBox": { + "ArrowButton": { + "background": "#F1F3F6", + "disabledIconColor": "#6C737C", + "iconColor": "#5B6168", + "nonEditableBackground": "#F7F8FA" + }, + "background": "#F7F8FA", + "buttonBackground": "#F1F3F6", + "disabledForeground": "#6C737C", + "foreground": "#5B6168", + "modifiedItemForeground": "#79CB60", + "nonEditableBackground": "#F7F8FA", + "padding": "5,5,5,5", + "selectionBackground": "#cce5ff", + "selectionForeground": "#111111" + }, + "ComboPopup.border": "#DFE1E4", + "CompletionPopup": { + "background": "#F7F8FA", + "foreground": "#5B6168", + "infoForeground": "#292D31", + "matchForeground": "#79CB602", + "matchSelectionForeground": "#79CB60", + "nonFocusedState": "false", + "nonFocusedMask": "#3A66D1", + "selectedGrayedForeground": "#111111", + "selectionGrayForeground": "#111111", + "selectionInactiveInfoForeground": "#292D31", + "selectionInactiveBackground": "#CCE5FF", + "selectionBackground": "#3A66D180", + "selectionForeground": "#111111", + "selectionInfoForeground": "#111111" + }, + "Component": { + "arc": 4, + "borderColor": "#CCE5FF", + "disabledBorderColor": "#F1F3F6", + "focusColor": "#79CB60", + "focusedBorderColor": "#79CB60", + "hoverIconColor": "#79CB60", + "infoForeground": "#292D31", + "iconColor": "#5B6168" + }, + "control": "#F7F8FA", + "controlText": "#292D31", + "Counter": { + "background": "#79CB60", + "foreground": "#111111" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#292D31", + "changedValueForeground": "#79CB60", + "errorMessageForeground": "#22863A", + "evaluatingExpressionForeground": "#292D31", + "exceptionForeground": "#6F42C1", + "modifyingValueForeground": "#79CB60", + "valueForeground": "#79CB60" + } + }, + "DebuggerTabs": { + "selectedBackground": "#CCE5FF", + "underlinedTabBackground": "#CCE5FF" + }, + "DebuggerPopup": { + "borderColor": "#CCE5FF" + }, + "DefaultTabs": { + "background": "#F7F8FA", + "borderColor": "#F7F8FA", + "hoverBackground": "#cce5ff", + "hoverColor": "#F7F8FA", + "hoverMaskColor": "#CCE5FF", + "inactiveUnderlineColor": "#6C737C", + "inactiveMaskColor": "#F7F8FA", + "underlineColor": "#79CB60", + "underlinedTabBackground":"#cce5ff" + }, + "Desktop.background": "#F7F8FA", + "DialogWrapper.southPanelBackground": "#F7F8FA", + "DialogWrapper.southPanelDivider": "#F7F8FA", + "DragAndDrop": { + "areaBackground": "#F7F8FA", + "areaBorderColor": "#F7F8FA", + "areaForeground": "#5B6168" + }, + "Editor": { + "background": "#F7F8FA", + "foreground": "#5B6168", + "shortcutForeground": "#292D31" + }, + "EditorPane": { + "background": "#F7F8FA", + "caretForeground": "#79CB60", + "foreground": "#5B6168", + "inactiveBackground": "#F7F8FA", + "inactiveForeground": "#6C737C", + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111" + }, + "EditorTabs": { + "borderColor": "#F7F8FA", + "hoverColor": "#CCE5FF", + "hoverMaskColor": "#CCE5FF", + "inactiveMaskColor": "#F7F8FA", + "inactiveColoredFileBackground": "#F7F8FA", + "inactiveUnderlineColor": "#6C737C", + "selectedForeground": "#5B6168", + "selectedBackground": "#cce5ff", + "underlineColor": "#79CB60", + "underlinedTabBackground": "#cce5ff" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#FDFDFD", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#DFE1E4", + "FormattedTextField": { + "background": "#F7F8FA", + "caretForeground": "#79CB60", + "foreground": "#5B6168", + "inactiveBackground": "#F1F3F6", + "inactiveForeground": "#6C737C", + "selectionForeground": "#111111", + "selectionBackground": "#cce5ff" + }, + "Group": { + "disabledSeparatorColor": "#DFE1E4", + "separatorColor": "#DFE1E4" + }, + "GutterTooltip": { + "infoForeground": "#5B6168", + "lineSeparatorColor": "#F7F8FA" + }, + "HeaderColor": { + "active": "#F7F8FA", + "inactive": "#FFFFFF" + }, + "HelpTooltip": { + "background": "#F7F8FA", + "borderColor": "#DFE1E4", + "foreground": "#5B6168", + "infoForeground": "#292D31", + "shortcutForeground": "#292D31" + }, + "Hyperlink.linkColor": "#79CB60", + "inactiveCaption": "#F7F8FA", + "inactiveCaptionBorder": "#F7F8FA", + "inactiveCaptionText": "#292D31", + "info": "#292D31", + "infoText": "#292D31", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#DFE1E4", + "InplaceRefactoringPopup": { + "borderColor": "#F7F8FA" + }, + "InternalFrame": { + "activeTitleForeground": "#5B6168", + "background": "#F7F8FA", + "inactiveTitleForeground": "#292D31" + }, + "Label": { + "background": "#F7F8FA", + "disabledForeground": "#6C737C", + "disabledShadow": "#F7F8FA", + "disabledText": "#6C737C", + "foreground": "#5B6168", + "infoForeground": "#292D31", + "selectedForeground": "#111111" + }, + "Link": { + "activeForeground": "#79CB60", + "hoverForeground": "#79CB60", + "pressedForeground": "#79CB60", + "secondaryForeground": "#292D31", + "visitedForeground": "#79CB60" + }, + "List": { + "background": "#F7F8FA", + "foreground": "#5B6168", + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111", + "selectionInactiveForeground": "#111111", + "selectionInactiveBackground": "#3A66D125" + }, + "material": { + "background": "#F7F8FA", + "branchColor": "#5B6168", + "contrast": "#FFFFFF", + "foreground": "#5B6168", + "mergeCommits": "#F1F3F6", + "primaryColor": "#292D31", + "selectionForeground": "#111111", + "tab.backgroundColor": "#F7F8FA", + "tab.borderColor": "#79CB60", + "tagColor": "#292D31" + }, + "MemoryIndicator": { + "allocatedBackground": "#F7F8FA", + "usedColor": "#CCE5FF", + "usedBackground": "#CCE5FF" + }, + "Menu": { + "acceleratorForeground": "#292D31", + "acceleratorSelectionForeground": "#111111", + "background": "#F7F8FA", + "border": "4,2,4,2", + "borderColor": "#F7F8FA", + "disabledBackground": "#F7F8FA", + "disabledForeground": "#6C737C", + "foreground": "#5B6168", + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111", + "separatorColor": "#DFE1E4" + }, + "MenuBar": { + "background": "#F7F8FA", + "borderColor": "#F7F8FA", + "disabledBackground": "#F7F8FA", + "disabledForeground": "#6C737C", + "foreground": "#5B6168", + "highlight": "#F7F8FA", + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111", + "shadow": "#F7F8FA" + }, + "MenuItem": { + "acceleratorForeground": "#292D31", + "acceleratorSelectionForeground": "#111111", + "border": "4,2,4,2", + "background": "#F7F8FA", + "disabledBackground": "#F7F8FA", + "disabledForeground": "#6C737C", + "foreground": "#5B6168", + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111" + }, + "NavBar": { + "arrowColor": "#5B6168", + "borderColor": "#F7F8FA" + }, + "NewClass": { + "Panel": { + "background": "#F7F8FA" + }, + "SearchField": { + "background": "#F7F8FA" + } + }, + "Notification": { + "background": "#DFECFE", + "borderColor": "#DFECFE", + "errorBackground": "#DFECFE", + "errorBorderColor": "#DFECFE", + "foreground": "#5B6168", + "MoreButton": { + "background": "#F1F3F6", + "foreground": "#5B6168", + "innerBorderColor": "#F1F3F6" + }, + "ToolWindow": { + "errorBackground": "#DFECFE", + "errorBorderColor": "#DFECFE", + "informativeBackground": "#DFECFE", + "informativeBorderColor": "#DFECFE", + "warningBackground": "#DFECFE", + "warningBorderColor": "#DFECFE" + } + }, + "OnePixelDivider.background": "#DFE1E4", + "OptionPane": { + "background": "#F7F8FA", + "foreground": "#5B6168", + "messageForeground": "#5B6168" + }, + "Outline": { + "color": "#F1F3F6" + }, + "Panel": { + "background": "#F7F8FA", + "foreground": "#5B6168" + }, + "ParameterInfo": { + "background": "#F7F8FA", + "borderColor": "#cce5ff", + "currentOverloadBackground": "#cce5ff", + "currentParameterForeground": "#79CB60", + "disabledForeground": "#6C737C", + "foreground": "#5B6168", + "infoForeground": "#292D31", + "lineSeparatorColor": "#cce5ff" + }, + "PasswordField": { + "background": "#F7F8FA", + "capsLockIconColor": "#79CB60", + "caretForeground": "#79CB60", + "foreground": "#5B6168", + "inactiveForeground": "#6C737C", + "selectionBackground": "#cce5ff", + "selectionForeground": "#111111" + }, + "Plugins": { + "background": "#F7F8FA", + "disabledForeground": "#6C737C", + "eapTagBackground": "#CCE5FF", + "lightSelectionBackground": "#3A66D1", + "selectionBackground": "#3A66D1", + "tagForeground": "#79CB60", + "tagBackground": "#CCE5FF", + "Button": { + "installBackground": "#F1F3F6", + "installBorderColor": "#F1F3F6", + "installForeground": "#5B6168", + "installFocusedBackground": "#CCE5FF", + "installFillForeground": "#292D31", + "installFillBackground": "#F1F3F6", + "updateBackground": "#F1F3F6", + "updateBorderColor": "#F1F3F6", + "updateForeground": "#5B6168" + }, + "SearchField": { + "background": "#F7F8FA", + "borderColor": "#DFE1E4" + }, + "SectionHeader": { + "background": "#F7F8FA", + "foreground": "#5B6168" + }, + "Tab": { + "hoverBackground": "#cce5ff", + "selectedForeground": "#111111", + "selectedBackground": "#cce5ff" + } + }, + "Popup": { + "Advertiser": { + "background": "#F7F8FA", + "borderColor": "#F7F8FA", + "foreground": "#79CB60" + }, + "borderColor": "#FFFFFF", + "inactiveBorderColor": "#F7F8FA", + "innerBorderColor": "#F7F8FA", + "Header": { + "activeBackground": "#F7F8FA", + "inactiveBackground": "#FFFFFF" + }, + "paintBorder": true, + "separatorForeground": "#5B6168", + "separatorColor": "#F7F8FA", + "Toolbar": { + "background": "#FFFFFF", + "borderColor": "#FFFFFF" + } + }, + "PopupMenu": { + "background": "#F7F8FA", + "border": "2,0,2,0", + "foreground": "#5B6168", + "translucentBackground": "#F7F8FA" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#F7F8FA", + "foreground": "#79CB60", + "indeterminateEndColor": "#79CB60", + "indeterminateStartColor": "#79CB60", + "progressColor": "#79CB60", + "selectionBackground": "#CCE5FF", + "trackColor": "#CCE5FF" + }, + "RadioButton": { + "background": "#F7F8FA", + "disabledText": "#6C737C", + "foreground": "#5B6168" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#292D31", + "acceleratorSelectionForeground": "#292D31", + "background": "#F7F8FA", + "disabledBackground": "#F7F8FA", + "disabledForeground": "#6C737C", + "foreground": "#5B6168", + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111" + }, + "ScrollBar": { + "background": "#F7F8FA", + "hoverThumbBorderColor": "#79CB60", + "hoverThumbColor": "#79CB60", + "hoverTrackColor": "#F7F8FA30", + "Mac": { + "hoverThumbBorderColor": "#79CB60", + "hoverThumbColor": "#79CB60", + "hoverTrackColor": "#F7F8FA30", + "thumbBorderColor": "#79CB6070", + "thumbColor": "#79CB6070", + "trackColor": "#F7F8FA30", + "Transparent": { + "hoverThumbBorderColor": "#79CB60", + "hoverThumbColor": "#79CB60", + "hoverTrackColor": "#F7F8FA30", + "thumbBorderColor": "#79CB6070", + "thumbColor": "#79CB6070", + "trackColor": "#F7F8FA30" + } + }, + "thumb": "#CCE5FF", + "thumbBorderColor": "#79CB6070", + "thumbColor": "#79CB6070", + "trackColor": "#F7F8FA30", + "Transparent": { + "hoverThumbBorderColor": "#79CB60", + "hoverThumbColor": "#79CB60", + "hoverTrackColor": "#F7F8FA30", + "thumbBorderColor": "#79CB6070", + "thumbColor": "#79CB6070", + "trackColor": "#F7F8FA30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#FFFFFF", + "foreground": "#292D31" + }, + "Header": { + "background": "#F7F8FA" + }, + "List": { + "separatorForeground": "#5B6168", + "separatorColor": "#DFE1E4" + }, + "SearchField": { + "background": "#F7F8FA", + "borderColor": "#FFFFFF", + "infoForeground": "#292D31" + }, + "Tab": { + "active.foreground": "#111111", + "selectedForeground": "#111111", + "selectedBackground": "#CCE5FF" + } + }, + "SearchMatch": { + "endBackground": "#79CB60", + "startBackground": "#79CB60" + }, + "Separator": { + "background": "#F7F8FA", + "foreground": "#F7F8FA", + "separatorColor": "#F7F8FA" + }, + "SidePanel": { + "background": "#F7F8FA" + }, + "Slider": { + "background": "#F7F8FA", + "foreground": "#5B6168", + "majorTickLength": 6, + "tickColor": "#F7F8FA", + "trackWidth": 7, + "thumb": "#79CB60" + }, + "SpeedSearch": { + "background": "#CCE5FF", + "borderColor": "#DFE1E4", + "foreground": "#5B6168", + "errorForeground": "#5B6168" + }, + "Spinner": { + "background": "#F7F8FA", + "border": "3,3,3,3", + "foreground": "#5B6168", + "selectionForeground": "#111111" + }, + "SplitPane": { + "background": "#F7F8FA", + "highlight": "#F7F8FA" + }, + "SplitPaneDivider.draggingColor": "#F7F8FA", + "StatusBar": { + "borderColor": "#F7F8FA" + }, + "TabbedPane": { + "background": "#F7F8FA", + "contentAreaColor": "#CCE5FF", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#DFE1E4", + "disabledForeground": "#6C737C", + "disabledUnderlineColor": "#6C737C", + "focus": "#cce5ff", + "focusColor": "#cce5ff", + "fontSizeOffset": 0, + "foreground": "#5B6168", + "highlight": "#DFE1E4", + "hoverColor": "#CCE5FF", + "labelShift": 0, + "selectedForeground": "#111111", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#F7F8FA", + "Table": { + "background": "#F7F8FA", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#79CB60", + "dropLineShortColor": "#79CB60", + "focusCellBackground": "#cce5ff", + "focusCellForeground": "#111111", + "foreground": "#5B6168", + "gridColor": "#F7F8FA", + "highlightOuter": "#cce5ff", + "lightSelectionForeground": "#111111", + "lightSelectionInactiveForeground": "#292D31", + "lightSelectionInactiveBackground": "#F7F8FA", + "selectionBackground": "#cce5ff", + "selectionForeground": "#111111", + "selectionInactiveBackground": "#3A66D125", + "selectionInactiveForeground": "#111111", + "sortIconColor": "#5B6168", + "stripeColor": "#FFFFFF" + }, + "TableHeader": { + "background": "#F7F8FA", + "borderColor": "#F7F8FA", + "bottomSeparatorColor": "#F7F8FA", + "cellBorder": "4,0,4,0", + "foreground": "#5B6168", + "focusCellBackground": "#cce5ff", + "focusCellForeground": "#111111", + "height": 25, + "separatorColor": "#F7F8FA" + }, + "text": "#292D31", + "textInactiveText": "#292D31", + "textText": "#292D31", + "TextArea": { + "background": "#F7F8FA", + "caretForeground": "#79CB60", + "foreground": "#5B6168", + "inactiveForeground": "#6C737C", + "selectionBackground": "#cce5ff", + "selectionForeground": "#111111" + }, + "TextField": { + "background": "#F7F8FA", + "caretForeground": "#79CB60", + "foreground": "#5B6168", + "inactiveForeground": "#6C737C", + "selectionBackground": "#cce5ff", + "selectionForeground": "#111111" + }, + "TextPane": { + "background": "#F7F8FA", + "caretForeground": "#79CB60", + "foreground": "#5B6168", + "inactiveForeground": "#6C737C", + "selectionBackground": "#cce5ff", + "selectionForeground": "#111111" + }, + "TitlePane": { + "background": "#FFFFFF", + "Button.hoverBackground": "#CCE5FF", + "inactiveBackground": "#F7F8FA", + "infoForeground": "#292D31", + "inactiveInfoForeground": "#292D31" + }, + "TitledBorder.titleColor": "#5B6168", + "ToggleButton": { + "borderColor": "#F1F3F6", + "buttonColor": "#5B6168", + "disabledText": "#6C737C", + "foreground": "#5B6168", + "offForeground": "#F7F8FA", + "offBackground": "#F7F8FA", + "onBackground": "#79CB60", + "onForeground": "#79CB60" + }, + "ToolBar": { + "background": "#F7F8FA", + "borderHandleColor": "#292D31", + "floatingForeground": "#292D31", + "foreground": "#5B6168" + }, + "ToolTip": { + "Actions.background": "#F7F8FA", + "Actions.infoForeground": "#292D31", + "background": "#F7F8FA", + "borderColor": "#CCE5FF", + "foreground": "#5B6168", + "infoForeground": "#292D31", + "separatorColor": "#DFE1E4", + "shortcutForeground": "#292D31" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#cce5ff", + "selectedForeground": "#111111", + "selectedBackground": "#FFFFFF" + }, + "Header": { + "background": "#F7F8FA", + "borderColor": "#F7F8FA", + "inactiveBackground": "#F7F8FA" + }, + "HeaderCloseButton": { + "background": "#F7F8FA" + }, + "HeaderTab": { + "hoverBackground": "#CCE5FF", + "hoverInactiveBackground": "#F7F8FA", + "inactiveUnderlineColor": "#79CB60", + "selectedBackground": "#FFFFFF", + "selectedInactiveBackground": "#FFFFFF", + "underlineColor": "#79CB60", + "underlinedTabBackground": "#CCE5FF", + "underlinedTabInactiveBackground": "#F7F8FA" + } + }, + "Tree": { + "background": "#F7F8FA", + "foreground": "#292D31", + "hash": "#DFE1E4", + "modifiedItemForeground": "#79CB60", + "rowHeight": 28, + "selectionBackground": "#3A66D1", + "selectionForeground": "#111111", + "selectionInactiveForeground": "#111111", + "selectionInactiveBackground": "#3A66D125", + "textBackground": "#F7F8FA" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#F7F8FA", + "Preview.background": "#F7F8FA" + }, + "ValidationTooltip": { + "errorBackground": "#DFECFE", + "errorBorderColor": "#DFECFE", + "warningBackground": "#DFECFE", + "warningBorderColor": "#DFECFE" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#F7F8FA" + }, + "GitLog": { + "localBranchIconColor": "#79CB60", + "otherIconColor": "#292D31", + "remoteBranchIconColor": "#5B6168", + "tagIconColor": "#292D31" + }, + "HgLog": { + "branchIconColor": "#79CB60", + "bookmarkIconColor": "#111111", + "closedBranchIconColor": "#6C737C", + "localTagIconColor": "#292D31", + "mqTagIconColor": "#292D31", + "tagIconColor": "#292D31", + "tipIconColor": "#292D31" + }, + "Log": { + "Commit.unmatchedForeground": "#292D31", + "Commit.currentBranchBackground": "#3A66D1" + }, + "RefLabel": { + "foreground": "#111111", + "backgroundBase": "#CCE5FF" + } + }, + "Viewport": { + "background": "#F7F8FA", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#F7F8FA", + "borderColor": "#F7F8FA", + "captionBackground": "#FFFFFF", + "captionForeground": "#5B6168", + "footerBackground": "#FFFFFF", + "footerForeground": "#5B6168", + "headerBackground": "#F7F8FA", + "headerForeground": "#5B6168", + "separatorColor": "#DFE1E4", + "Projects": { + "background": "#F7F8FA", + "selectionBackground": "#3A66D1", + "selectionInactiveBackground": "#F7F8FA" + } + }, + "window": "#F7F8FA", + "windowBorder": "#DFE1E4", + "windowText": "#292D31", + "Window.border": "#DFE1E4" + }, + "icons": { + "ColorPalette": { + "#43494A": "#FFFFFF", + "#6B6B6B": "#292D31", + "#A7A7A7": "#F7F8FA", + "#3D6185": "#79CB60", + "#466D94": "#79CB60", + "#3C3F41": "#F7F8FA", + "#545556": "#6C737C", + "#606060": "#6C737C", + "#9AA7B0": "#5B6168", + "#675133": "#79CB60", + "Actions.Blue": "#6F42C1", + "Actions.Green": "#032F62", + "Actions.Grey": "#292D31", + "Actions.GreyInline": "#6A737D", + "Actions.GreyInline.Dark": "#5B6168", + "Actions.Red": "#22863A", + "Actions.Yellow": "#6F42C1", + "Checkbox.Background.Default": "#FFFFFF", + "Checkbox.Background.Default.Dark": "#FFFFFF", + "Checkbox.Background.Disabled": "#FDFDFD", + "Checkbox.Background.Disabled.Dark": "#FDFDFD", + "Checkbox.Border.Default": "#DFE1E4", + "Checkbox.Border.Default.Dark": "#DFE1E4", + "Checkbox.Border.Disabled": "#6C737C", + "Checkbox.Border.Disabled.Dark": "#6C737C", + "Checkbox.Focus.Thin.Default": "#79CB60", + "Checkbox.Focus.Thin.Default.Dark": "#79CB60", + "Checkbox.Focus.Wide": "#79CB60", + "Checkbox.Focus.Wide.Dark": "#79CB60", + "Checkbox.Foreground.Disabled": "#6C737C", + "Checkbox.Foreground.Disabled.Dark": "#6C737C", + "Checkbox.Background.Selected": "#79CB60", + "Checkbox.Background.Selected.Dark": "#79CB60", + "Checkbox.Border.Selected": "#79CB60", + "Checkbox.Border.Selected.Dark": "#79CB60", + "Checkbox.Foreground.Selected": "#5B6168", + "Checkbox.Foreground.Selected.Dark": "#5B6168", + "Checkbox.Focus.Thin.Selected": "#5B6168", + "Checkbox.Focus.Thin.Selected.Dark": "#5B6168", + "Objects.Grey": "#6A737D", + "Objects.Blue": "#6F42C1", + "Objects.RedStatus": "#22863A", + "Objects.Red": "#22863A", + "Objects.Pink": "#D73A49", + "Objects.Yellow": "#6F42C1", + "Objects.Green": "#032F62", + "Objects.Purple": "#D73A49", + "Objects.BlackText": "#5B6168", + "Objects.YellowDark": "#005CC5", + "Objects.GreenAndroid": "#032F62" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Light Owl Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Light Owl Contrast.theme.json new file mode 100644 index 00000000..a4215ece --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Light Owl Contrast.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Light Owl Contrast", + "dark": false, + "author": "Mallowigi", + "editorScheme": "/colors/Light Owl.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#403F53", + "background": "#FAFAFA", + "borderColor": "#efefef", + "disabledBackground": "#82AAFF", + "disabledForeground": "#dddddd", + "disabledText": "#dddddd", + "focusColor": "#E0E7EA", + "focusedBorderColor": "#269386", + "foreground": "#546e7a", + "inactiveBackground": "#82AAFF", + "inactiveForeground": "#403F53", + "infoForeground": "#403F53", + "selectionBackground": "#999e9e", + "selectionBackgroundInactive": "#f2f5f7", + "selectionForeground": "#403f53", + "selectionInactiveBackground": "#f2f5f7", + "separatorColor": "#efefef" + }, + "activeCaption": "#FAFAFA", + "ActionButton": { + "hoverBackground": "#26938650", + "hoverBorderColor": "#26938650", + "pressedBackground": "#26938650", + "pressedBorderColor": "#26938650" + }, + "Autocomplete": { + "selectionBackground": "#999e9e" + }, + "Borders.ContrastBorderColor": "#FAFAFA", + "Borders.color": "#efefef", + "Button": { + "arc": 0, + "background": "#FAFAFA", + "default": { + "endBackground": "#FAFAFA", + "endBorderColor": "#FAFAFA", + "foreground": "#333333", + "focusColor": "#269386", + "focusedBorderColor": "#269386", + "shadowColor": "#FAFAFA", + "startBackground": "#FAFAFA", + "startBorderColor": "#FAFAFA" + }, + "disabledBorderColor": "#FAFAFA", + "disabledText": "#dddddd", + "endBackground": "#FAFAFA", + "endBorderColor": "#FAFAFA", + "focus": "#E0E7EA", + "focusedBorderColor": "#269386", + "foreground": "#403F53", + "highlight": "#403f53", + "mt.background": "#FAFAFA", + "mt.foreground": "#403F53", + "mt.selectedForeground": "#403f53", + "mt.selection.color1": "#FAFAFA", + "mt.selection.color2": "#FAFAFA", + "startBackground": "#FAFAFA", + "startBorderColor": "#FAFAFA", + "shadowColor": "#FAFAFA", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#FAFAFA", + "disabledText": "#dddddd", + "foreground": "#546e7a", + "select": "#269386" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#403F53", + "acceleratorSelectionForeground": "#403F53", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#dddddd", + "foreground": "#546e7a", + "selectionBackground": "#999e9e", + "selectionForeground": "#333333" + }, + "ColorChooser": { + "background": "#FAFAFA", + "foreground": "#546e7a", + "swatchesDefaultRecentColor": "#546e7a" + }, + "ComboBoxButton.background": "#FAFAFA", + "ComboBox": { + "ArrowButton": { + "background": "#FAFAFA", + "disabledIconColor": "#dddddd", + "iconColor": "#546e7a", + "nonEditableBackground": "#FAFAFA" + }, + "background": "#FAFAFA", + "buttonBackground": "#FAFAFA", + "disabledForeground": "#dddddd", + "foreground": "#546e7a", + "modifiedItemForeground": "#269386", + "nonEditableBackground": "#f2f5f7", + "padding": "5,5,5,5", + "selectionBackground": "#FAFAFA", + "selectionForeground": "#333333" + }, + "ComboPopup.border": "#efefef", + "CompletionPopup": { + "background": "#f2f5f7", + "foreground": "#546e7a", + "infoForeground": "#403F53", + "matchForeground": "#2693862", + "matchSelectionForeground": "#269386", + "nonFocusedState": "false", + "nonFocusedMask": "#E0E7EA", + "selectedGrayedForeground": "#403f53", + "selectionGrayForeground": "#403f53", + "selectionInactiveInfoForeground": "#403F53", + "selectionInactiveBackground": "#E0E7EA", + "selectionBackground": "#999e9e80", + "selectionForeground": "#403f53", + "selectionInfoForeground": "#403f53" + }, + "Component": { + "arc": 4, + "borderColor": "#E0E7EA", + "disabledBorderColor": "#FAFAFA", + "focusColor": "#269386", + "focusedBorderColor": "#269386", + "hoverIconColor": "#269386", + "infoForeground": "#403F53", + "iconColor": "#546e7a" + }, + "control": "#FAFAFA", + "controlText": "#403F53", + "Counter": { + "background": "#269386", + "foreground": "#403f53" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#403F53", + "changedValueForeground": "#269386", + "errorMessageForeground": "#994cc3", + "evaluatingExpressionForeground": "#403F53", + "exceptionForeground": "#4876d6", + "modifyingValueForeground": "#269386", + "valueForeground": "#269386" + } + }, + "DebuggerTabs": { + "selectedBackground": "#E0E7EA", + "underlinedTabBackground": "#E0E7EA" + }, + "DebuggerPopup": { + "borderColor": "#E0E7EA" + }, + "DefaultTabs": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "hoverBackground": "#FAFAFA", + "hoverColor": "#FAFAFA", + "hoverMaskColor": "#E0E7EA", + "inactiveUnderlineColor": "#dddddd", + "inactiveMaskColor": "#FAFAFA", + "underlineColor": "#269386", + "underlinedTabBackground":"#FAFAFA" + }, + "Desktop.background": "#FAFAFA", + "DialogWrapper.southPanelBackground": "#FAFAFA", + "DialogWrapper.southPanelDivider": "#FAFAFA", + "DragAndDrop": { + "areaBackground": "#FAFAFA", + "areaBorderColor": "#FAFAFA", + "areaForeground": "#546e7a" + }, + "Editor": { + "background": "#FAFAFA", + "foreground": "#546e7a", + "shortcutForeground": "#403F53" + }, + "EditorPane": { + "background": "#FAFAFA", + "caretForeground": "#269386", + "foreground": "#546e7a", + "inactiveBackground": "#FAFAFA", + "inactiveForeground": "#dddddd", + "selectionBackground": "#999e9e", + "selectionForeground": "#333333" + }, + "EditorTabs": { + "borderColor": "#f2f5f7", + "hoverColor": "#E0E7EA", + "hoverMaskColor": "#E0E7EA", + "inactiveMaskColor": "#FAFAFA", + "inactiveColoredFileBackground": "#FAFAFA", + "inactiveUnderlineColor": "#dddddd", + "selectedForeground": "#546e7a", + "selectedBackground": "#FAFAFA", + "underlineColor": "#269386", + "underlinedTabBackground": "#FAFAFA" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#82AAFF", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#efefef", + "FormattedTextField": { + "background": "#FAFAFA", + "caretForeground": "#269386", + "foreground": "#546e7a", + "inactiveBackground": "#FAFAFA", + "inactiveForeground": "#dddddd", + "selectionForeground": "#333333", + "selectionBackground": "#FAFAFA" + }, + "Group": { + "disabledSeparatorColor": "#efefef", + "separatorColor": "#efefef" + }, + "GutterTooltip": { + "infoForeground": "#546e7a", + "lineSeparatorColor": "#FAFAFA" + }, + "HeaderColor": { + "active": "#FAFAFA", + "inactive": "#FAFAFA" + }, + "HelpTooltip": { + "background": "#FAFAFA", + "borderColor": "#efefef", + "foreground": "#546e7a", + "infoForeground": "#403F53", + "shortcutForeground": "#403F53" + }, + "Hyperlink.linkColor": "#269386", + "inactiveCaption": "#f2f5f7", + "inactiveCaptionBorder": "#FAFAFA", + "inactiveCaptionText": "#403F53", + "info": "#403F53", + "infoText": "#403F53", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#efefef", + "InplaceRefactoringPopup": { + "borderColor": "#FAFAFA" + }, + "InternalFrame": { + "activeTitleForeground": "#546e7a", + "background": "#FAFAFA", + "inactiveTitleForeground": "#403F53" + }, + "Label": { + "background": "#FAFAFA", + "disabledForeground": "#dddddd", + "disabledShadow": "#FAFAFA", + "disabledText": "#dddddd", + "foreground": "#546e7a", + "infoForeground": "#403F53", + "selectedForeground": "#333333" + }, + "Link": { + "activeForeground": "#269386", + "hoverForeground": "#269386", + "pressedForeground": "#269386", + "secondaryForeground": "#403F53", + "visitedForeground": "#269386" + }, + "List": { + "background": "#f2f5f7", + "foreground": "#546e7a", + "selectionBackground": "#999e9e", + "selectionForeground": "#403f53", + "selectionInactiveForeground": "#333333", + "selectionInactiveBackground": "#E0E7EA25" + }, + "material": { + "background": "#FAFAFA", + "branchColor": "#546e7a", + "contrast": "#FAFAFA", + "foreground": "#546e7a", + "mergeCommits": "#FAFAFA", + "primaryColor": "#403F53", + "selectionForeground": "#403f53", + "tab.backgroundColor": "#FAFAFA", + "tab.borderColor": "#269386", + "tagColor": "#403F53" + }, + "MemoryIndicator": { + "allocatedBackground": "#f2f5f7", + "usedColor": "#E0E7EA", + "usedBackground": "#E0E7EA" + }, + "Menu": { + "acceleratorForeground": "#403F53", + "acceleratorSelectionForeground": "#403f53", + "background": "#FAFAFA", + "border": "4,2,4,2", + "borderColor": "#f2f5f7", + "disabledBackground": "#f2f5f7", + "disabledForeground": "#dddddd", + "foreground": "#546e7a", + "selectionBackground": "#999e9e", + "selectionForeground": "#403f53", + "separatorColor": "#efefef" + }, + "MenuBar": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#dddddd", + "foreground": "#546e7a", + "highlight": "#FAFAFA", + "selectionBackground": "#999e9e", + "selectionForeground": "#403f53", + "shadow": "#FAFAFA" + }, + "MenuItem": { + "acceleratorForeground": "#403F53", + "acceleratorSelectionForeground": "#403f53", + "border": "4,2,4,2", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#dddddd", + "foreground": "#546e7a", + "selectionBackground": "#999e9e", + "selectionForeground": "#403f53" + }, + "NavBar": { + "arrowColor": "#546e7a", + "borderColor": "#FAFAFA" + }, + "NewClass": { + "Panel": { + "background": "#FAFAFA" + }, + "SearchField": { + "background": "#FAFAFA" + } + }, + "Notification": { + "background": "#F0F0F0", + "borderColor": "#F0F0F0", + "errorBackground": "#F0F0F0", + "errorBorderColor": "#F0F0F0", + "foreground": "#546e7a", + "MoreButton": { + "background": "#FAFAFA", + "foreground": "#546e7a", + "innerBorderColor": "#FAFAFA" + }, + "ToolWindow": { + "errorBackground": "#F0F0F0", + "errorBorderColor": "#F0F0F0", + "informativeBackground": "#F0F0F0", + "informativeBorderColor": "#F0F0F0", + "warningBackground": "#F0F0F0", + "warningBorderColor": "#F0F0F0" + } + }, + "OnePixelDivider.background": "#efefef", + "OptionPane": { + "background": "#FAFAFA", + "foreground": "#546e7a", + "messageForeground": "#546e7a" + }, + "Outline": { + "color": "#FAFAFA" + }, + "Panel": { + "background": "#FAFAFA", + "foreground": "#546e7a" + }, + "ParameterInfo": { + "background": "#f2f5f7", + "borderColor": "#FAFAFA", + "currentOverloadBackground": "#FAFAFA", + "currentParameterForeground": "#269386", + "disabledForeground": "#dddddd", + "foreground": "#546e7a", + "infoForeground": "#403F53", + "lineSeparatorColor": "#FAFAFA" + }, + "PasswordField": { + "background": "#FAFAFA", + "capsLockIconColor": "#269386", + "caretForeground": "#269386", + "foreground": "#546e7a", + "inactiveForeground": "#dddddd", + "selectionBackground": "#FAFAFA", + "selectionForeground": "#333333" + }, + "Plugins": { + "background": "#FAFAFA", + "disabledForeground": "#dddddd", + "eapTagBackground": "#E0E7EA", + "lightSelectionBackground": "#999e9e", + "selectionBackground": "#999e9e", + "tagForeground": "#269386", + "tagBackground": "#E0E7EA", + "Button": { + "installBackground": "#FAFAFA", + "installBorderColor": "#FAFAFA", + "installForeground": "#546e7a", + "installFocusedBackground": "#E0E7EA", + "installFillForeground": "#403F53", + "installFillBackground": "#FAFAFA", + "updateBackground": "#FAFAFA", + "updateBorderColor": "#FAFAFA", + "updateForeground": "#546e7a" + }, + "SearchField": { + "background": "#FAFAFA", + "borderColor": "#efefef" + }, + "SectionHeader": { + "background": "#f2f5f7", + "foreground": "#546e7a" + }, + "Tab": { + "hoverBackground": "#FAFAFA", + "selectedForeground": "#403f53", + "selectedBackground": "#FAFAFA" + } + }, + "Popup": { + "Advertiser": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "foreground": "#269386" + }, + "borderColor": "#FAFAFA", + "inactiveBorderColor": "#FAFAFA", + "innerBorderColor": "#f2f5f7", + "Header": { + "activeBackground": "#FAFAFA", + "inactiveBackground": "#FAFAFA" + }, + "paintBorder": true, + "separatorForeground": "#546e7a", + "separatorColor": "#f2f5f7", + "Toolbar": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA" + } + }, + "PopupMenu": { + "background": "#FAFAFA", + "border": "2,0,2,0", + "foreground": "#546e7a", + "translucentBackground": "#FAFAFA" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#FAFAFA", + "foreground": "#269386", + "indeterminateEndColor": "#269386", + "indeterminateStartColor": "#269386", + "progressColor": "#269386", + "selectionBackground": "#E0E7EA", + "trackColor": "#E0E7EA" + }, + "RadioButton": { + "background": "#FAFAFA", + "disabledText": "#dddddd", + "foreground": "#546e7a" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#403F53", + "acceleratorSelectionForeground": "#403F53", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#dddddd", + "foreground": "#546e7a", + "selectionBackground": "#999e9e", + "selectionForeground": "#403f53" + }, + "ScrollBar": { + "background": "#FAFAFA", + "hoverThumbBorderColor": "#269386", + "hoverThumbColor": "#269386", + "hoverTrackColor": "#FAFAFA30", + "Mac": { + "hoverThumbBorderColor": "#269386", + "hoverThumbColor": "#269386", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#26938670", + "thumbColor": "#26938670", + "trackColor": "#FAFAFA30", + "Transparent": { + "hoverThumbBorderColor": "#269386", + "hoverThumbColor": "#269386", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#26938670", + "thumbColor": "#26938670", + "trackColor": "#FAFAFA30" + } + }, + "thumb": "#E0E7EA", + "thumbBorderColor": "#26938670", + "thumbColor": "#26938670", + "trackColor": "#FAFAFA30", + "Transparent": { + "hoverThumbBorderColor": "#269386", + "hoverThumbColor": "#269386", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#26938670", + "thumbColor": "#26938670", + "trackColor": "#FAFAFA30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#FAFAFA", + "foreground": "#403F53" + }, + "Header": { + "background": "#FAFAFA" + }, + "List": { + "separatorForeground": "#546e7a", + "separatorColor": "#efefef" + }, + "SearchField": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "infoForeground": "#403F53" + }, + "Tab": { + "active.foreground": "#333333", + "selectedForeground": "#333333", + "selectedBackground": "#E0E7EA" + } + }, + "SearchMatch": { + "endBackground": "#269386", + "startBackground": "#269386" + }, + "Separator": { + "background": "#f2f5f7", + "foreground": "#f2f5f7", + "separatorColor": "#f2f5f7" + }, + "SidePanel": { + "background": "#FAFAFA" + }, + "Slider": { + "background": "#FAFAFA", + "foreground": "#546e7a", + "majorTickLength": 6, + "tickColor": "#f2f5f7", + "trackWidth": 7, + "thumb": "#269386" + }, + "SpeedSearch": { + "background": "#E0E7EA", + "borderColor": "#efefef", + "foreground": "#546e7a", + "errorForeground": "#546e7a" + }, + "Spinner": { + "background": "#FAFAFA", + "border": "3,3,3,3", + "foreground": "#546e7a", + "selectionForeground": "#333333" + }, + "SplitPane": { + "background": "#FAFAFA", + "highlight": "#FAFAFA" + }, + "SplitPaneDivider.draggingColor": "#f2f5f7", + "StatusBar": { + "borderColor": "#FAFAFA" + }, + "TabbedPane": { + "background": "#FAFAFA", + "contentAreaColor": "#E0E7EA", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#efefef", + "disabledForeground": "#dddddd", + "disabledUnderlineColor": "#dddddd", + "focus": "#FAFAFA", + "focusColor": "#FAFAFA", + "fontSizeOffset": 0, + "foreground": "#546e7a", + "highlight": "#efefef", + "hoverColor": "#E0E7EA", + "labelShift": 0, + "selectedForeground": "#333333", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#FAFAFA", + "Table": { + "background": "#FAFAFA", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#269386", + "dropLineShortColor": "#269386", + "focusCellBackground": "#FAFAFA", + "focusCellForeground": "#333333", + "foreground": "#546e7a", + "gridColor": "#FAFAFA", + "highlightOuter": "#FAFAFA", + "lightSelectionForeground": "#333333", + "lightSelectionInactiveForeground": "#403F53", + "lightSelectionInactiveBackground": "#f2f5f7", + "selectionBackground": "#FAFAFA", + "selectionForeground": "#333333", + "selectionInactiveBackground": "#E0E7EA25", + "selectionInactiveForeground": "#403f53", + "sortIconColor": "#546e7a", + "stripeColor": "#FAFAFA" + }, + "TableHeader": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "bottomSeparatorColor": "#f2f5f7", + "cellBorder": "4,0,4,0", + "foreground": "#546e7a", + "focusCellBackground": "#FAFAFA", + "focusCellForeground": "#333333", + "height": 25, + "separatorColor": "#f2f5f7" + }, + "text": "#403F53", + "textInactiveText": "#403F53", + "textText": "#403F53", + "TextArea": { + "background": "#FAFAFA", + "caretForeground": "#269386", + "foreground": "#546e7a", + "inactiveForeground": "#dddddd", + "selectionBackground": "#FAFAFA", + "selectionForeground": "#333333" + }, + "TextField": { + "background": "#FAFAFA", + "caretForeground": "#269386", + "foreground": "#546e7a", + "inactiveForeground": "#dddddd", + "selectionBackground": "#FAFAFA", + "selectionForeground": "#333333" + }, + "TextPane": { + "background": "#FAFAFA", + "caretForeground": "#269386", + "foreground": "#546e7a", + "inactiveForeground": "#dddddd", + "selectionBackground": "#FAFAFA", + "selectionForeground": "#333333" + }, + "TitlePane": { + "background": "#FAFAFA", + "Button.hoverBackground": "#E0E7EA", + "inactiveBackground": "#f2f5f7", + "infoForeground": "#403F53", + "inactiveInfoForeground": "#403F53" + }, + "TitledBorder.titleColor": "#546e7a", + "ToggleButton": { + "borderColor": "#FAFAFA", + "buttonColor": "#546e7a", + "disabledText": "#dddddd", + "foreground": "#546e7a", + "offForeground": "#FAFAFA", + "offBackground": "#FAFAFA", + "onBackground": "#269386", + "onForeground": "#269386" + }, + "ToolBar": { + "background": "#FAFAFA", + "borderHandleColor": "#403F53", + "floatingForeground": "#403F53", + "foreground": "#546e7a" + }, + "ToolTip": { + "Actions.background": "#FAFAFA", + "Actions.infoForeground": "#403F53", + "background": "#FAFAFA", + "borderColor": "#E0E7EA", + "foreground": "#546e7a", + "infoForeground": "#403F53", + "separatorColor": "#efefef", + "shortcutForeground": "#403F53" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#FAFAFA", + "selectedForeground": "#333333", + "selectedBackground": "#FAFAFA" + }, + "Header": { + "background": "#FAFAFA", + "borderColor": "#f2f5f7", + "inactiveBackground": "#FAFAFA" + }, + "HeaderCloseButton": { + "background": "#FAFAFA" + }, + "HeaderTab": { + "hoverBackground": "#E0E7EA", + "hoverInactiveBackground": "#f2f5f7", + "inactiveUnderlineColor": "#269386", + "selectedBackground": "#FAFAFA", + "selectedInactiveBackground": "#FAFAFA", + "underlineColor": "#269386", + "underlinedTabBackground": "#E0E7EA", + "underlinedTabInactiveBackground": "#f2f5f7" + } + }, + "Tree": { + "background": "#FAFAFA", + "foreground": "#403F53", + "hash": "#efefef", + "modifiedItemForeground": "#269386", + "rowHeight": 28, + "selectionBackground": "#E0E7EA", + "selectionForeground": "#403f53", + "selectionInactiveForeground": "#403f53", + "selectionInactiveBackground": "#E0E7EA25", + "textBackground": "#FAFAFA" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#FAFAFA", + "Preview.background": "#FAFAFA" + }, + "ValidationTooltip": { + "errorBackground": "#F0F0F0", + "errorBorderColor": "#F0F0F0", + "warningBackground": "#F0F0F0", + "warningBorderColor": "#F0F0F0" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#FAFAFA" + }, + "GitLog": { + "localBranchIconColor": "#269386", + "otherIconColor": "#403F53", + "remoteBranchIconColor": "#546e7a", + "tagIconColor": "#403F53" + }, + "HgLog": { + "branchIconColor": "#269386", + "bookmarkIconColor": "#333333", + "closedBranchIconColor": "#dddddd", + "localTagIconColor": "#403F53", + "mqTagIconColor": "#403F53", + "tagIconColor": "#403F53", + "tipIconColor": "#403F53" + }, + "Log": { + "Commit.unmatchedForeground": "#403F53", + "Commit.currentBranchBackground": "#E0E7EA" + }, + "RefLabel": { + "foreground": "#333333", + "backgroundBase": "#E0E7EA" + } + }, + "Viewport": { + "background": "#FAFAFA", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "captionBackground": "#FAFAFA", + "captionForeground": "#546e7a", + "footerBackground": "#FAFAFA", + "footerForeground": "#546e7a", + "headerBackground": "#FAFAFA", + "headerForeground": "#546e7a", + "separatorColor": "#efefef", + "Projects": { + "background": "#f2f5f7", + "selectionBackground": "#999e9e", + "selectionInactiveBackground": "#f2f5f7" + } + }, + "window": "#FAFAFA", + "windowBorder": "#efefef", + "windowText": "#403F53", + "Window.border": "#efefef" + }, + "icons": { + "ColorPalette": { + "#43494A": "#FAFAFA", + "#6B6B6B": "#403F53", + "#A7A7A7": "#FAFAFA", + "#3D6185": "#269386", + "#466D94": "#269386", + "#3C3F41": "#FAFAFA", + "#545556": "#dddddd", + "#606060": "#dddddd", + "#9AA7B0": "#546e7a", + "#675133": "#269386", + "Actions.Blue": "#4876d6", + "Actions.Green": "#c96765", + "Actions.Grey": "#403F53", + "Actions.GreyInline": "#637777", + "Actions.GreyInline.Dark": "#546e7a", + "Actions.Red": "#994cc3", + "Actions.Yellow": "#4876d6", + "Checkbox.Background.Default": "#FAFAFA", + "Checkbox.Background.Default.Dark": "#FAFAFA", + "Checkbox.Background.Disabled": "#82AAFF", + "Checkbox.Background.Disabled.Dark": "#82AAFF", + "Checkbox.Border.Default": "#efefef", + "Checkbox.Border.Default.Dark": "#efefef", + "Checkbox.Border.Disabled": "#dddddd", + "Checkbox.Border.Disabled.Dark": "#dddddd", + "Checkbox.Focus.Thin.Default": "#269386", + "Checkbox.Focus.Thin.Default.Dark": "#269386", + "Checkbox.Focus.Wide": "#269386", + "Checkbox.Focus.Wide.Dark": "#269386", + "Checkbox.Foreground.Disabled": "#dddddd", + "Checkbox.Foreground.Disabled.Dark": "#dddddd", + "Checkbox.Background.Selected": "#269386", + "Checkbox.Background.Selected.Dark": "#269386", + "Checkbox.Border.Selected": "#269386", + "Checkbox.Border.Selected.Dark": "#269386", + "Checkbox.Foreground.Selected": "#546e7a", + "Checkbox.Foreground.Selected.Dark": "#546e7a", + "Checkbox.Focus.Thin.Selected": "#546e7a", + "Checkbox.Focus.Thin.Selected.Dark": "#546e7a", + "Objects.Grey": "#637777", + "Objects.Blue": "#4876d6", + "Objects.RedStatus": "#994cc3", + "Objects.Red": "#994cc3", + "Objects.Pink": "#994cc3", + "Objects.Yellow": "#4876d6", + "Objects.Green": "#c96765", + "Objects.Purple": "#994cc3", + "Objects.BlackText": "#546e7a", + "Objects.YellowDark": "#aa0982", + "Objects.GreenAndroid": "#c96765" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Light Owl.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Light Owl.theme.json new file mode 100644 index 00000000..38bd2772 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Light Owl.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Light Owl", + "dark": false, + "author": "Mallowigi", + "editorScheme": "/colors/Light Owl.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#403F53", + "background": "#FAFAFA", + "borderColor": "#efefef", + "disabledBackground": "#82AAFF", + "disabledForeground": "#dddddd", + "disabledText": "#dddddd", + "focusColor": "#E0E7EA", + "focusedBorderColor": "#269386", + "foreground": "#546e7a", + "inactiveBackground": "#82AAFF", + "inactiveForeground": "#403F53", + "infoForeground": "#403F53", + "selectionBackground": "#999e9e", + "selectionBackgroundInactive": "#f2f5f7", + "selectionForeground": "#403f53", + "selectionInactiveBackground": "#f2f5f7", + "separatorColor": "#efefef" + }, + "activeCaption": "#FAFAFA", + "ActionButton": { + "hoverBackground": "#26938650", + "hoverBorderColor": "#26938650", + "pressedBackground": "#26938650", + "pressedBorderColor": "#26938650" + }, + "Autocomplete": { + "selectionBackground": "#999e9e" + }, + "Borders.ContrastBorderColor": "#FAFAFA", + "Borders.color": "#efefef", + "Button": { + "arc": 0, + "background": "#FAFAFA", + "default": { + "endBackground": "#FAFAFA", + "endBorderColor": "#FAFAFA", + "foreground": "#333333", + "focusColor": "#269386", + "focusedBorderColor": "#269386", + "shadowColor": "#FAFAFA", + "startBackground": "#FAFAFA", + "startBorderColor": "#FAFAFA" + }, + "disabledBorderColor": "#FAFAFA", + "disabledText": "#dddddd", + "endBackground": "#FAFAFA", + "endBorderColor": "#FAFAFA", + "focus": "#E0E7EA", + "focusedBorderColor": "#269386", + "foreground": "#403F53", + "highlight": "#403f53", + "mt.background": "#FAFAFA", + "mt.foreground": "#403F53", + "mt.selectedForeground": "#403f53", + "mt.selection.color1": "#FAFAFA", + "mt.selection.color2": "#FAFAFA", + "startBackground": "#FAFAFA", + "startBorderColor": "#FAFAFA", + "shadowColor": "#FAFAFA", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#FAFAFA", + "disabledText": "#dddddd", + "foreground": "#546e7a", + "select": "#269386" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#403F53", + "acceleratorSelectionForeground": "#403F53", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#dddddd", + "foreground": "#546e7a", + "selectionBackground": "#999e9e", + "selectionForeground": "#333333" + }, + "ColorChooser": { + "background": "#FAFAFA", + "foreground": "#546e7a", + "swatchesDefaultRecentColor": "#546e7a" + }, + "ComboBoxButton.background": "#FAFAFA", + "ComboBox": { + "ArrowButton": { + "background": "#FAFAFA", + "disabledIconColor": "#dddddd", + "iconColor": "#546e7a", + "nonEditableBackground": "#FAFAFA" + }, + "background": "#FAFAFA", + "buttonBackground": "#FAFAFA", + "disabledForeground": "#dddddd", + "foreground": "#546e7a", + "modifiedItemForeground": "#269386", + "nonEditableBackground": "#f2f5f7", + "padding": "5,5,5,5", + "selectionBackground": "#FAFAFA", + "selectionForeground": "#333333" + }, + "ComboPopup.border": "#efefef", + "CompletionPopup": { + "background": "#f2f5f7", + "foreground": "#546e7a", + "infoForeground": "#403F53", + "matchForeground": "#2693862", + "matchSelectionForeground": "#269386", + "nonFocusedState": "false", + "nonFocusedMask": "#E0E7EA", + "selectedGrayedForeground": "#403f53", + "selectionGrayForeground": "#403f53", + "selectionInactiveInfoForeground": "#403F53", + "selectionInactiveBackground": "#E0E7EA", + "selectionBackground": "#999e9e80", + "selectionForeground": "#403f53", + "selectionInfoForeground": "#403f53" + }, + "Component": { + "arc": 4, + "borderColor": "#E0E7EA", + "disabledBorderColor": "#FAFAFA", + "focusColor": "#269386", + "focusedBorderColor": "#269386", + "hoverIconColor": "#269386", + "infoForeground": "#403F53", + "iconColor": "#546e7a" + }, + "control": "#FAFAFA", + "controlText": "#403F53", + "Counter": { + "background": "#269386", + "foreground": "#403f53" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#403F53", + "changedValueForeground": "#269386", + "errorMessageForeground": "#994cc3", + "evaluatingExpressionForeground": "#403F53", + "exceptionForeground": "#4876d6", + "modifyingValueForeground": "#269386", + "valueForeground": "#269386" + } + }, + "DebuggerTabs": { + "selectedBackground": "#E0E7EA", + "underlinedTabBackground": "#E0E7EA" + }, + "DebuggerPopup": { + "borderColor": "#E0E7EA" + }, + "DefaultTabs": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "hoverBackground": "#FAFAFA", + "hoverColor": "#FAFAFA", + "hoverMaskColor": "#E0E7EA", + "inactiveUnderlineColor": "#dddddd", + "inactiveMaskColor": "#FAFAFA", + "underlineColor": "#269386", + "underlinedTabBackground":"#FAFAFA" + }, + "Desktop.background": "#FAFAFA", + "DialogWrapper.southPanelBackground": "#FAFAFA", + "DialogWrapper.southPanelDivider": "#FAFAFA", + "DragAndDrop": { + "areaBackground": "#FAFAFA", + "areaBorderColor": "#FAFAFA", + "areaForeground": "#546e7a" + }, + "Editor": { + "background": "#FAFAFA", + "foreground": "#546e7a", + "shortcutForeground": "#403F53" + }, + "EditorPane": { + "background": "#FAFAFA", + "caretForeground": "#269386", + "foreground": "#546e7a", + "inactiveBackground": "#FAFAFA", + "inactiveForeground": "#dddddd", + "selectionBackground": "#999e9e", + "selectionForeground": "#333333" + }, + "EditorTabs": { + "borderColor": "#f2f5f7", + "hoverColor": "#E0E7EA", + "hoverMaskColor": "#E0E7EA", + "inactiveMaskColor": "#FAFAFA", + "inactiveColoredFileBackground": "#FAFAFA", + "inactiveUnderlineColor": "#dddddd", + "selectedForeground": "#546e7a", + "selectedBackground": "#FAFAFA", + "underlineColor": "#269386", + "underlinedTabBackground": "#FAFAFA" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#82AAFF", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#efefef", + "FormattedTextField": { + "background": "#FAFAFA", + "caretForeground": "#269386", + "foreground": "#546e7a", + "inactiveBackground": "#FAFAFA", + "inactiveForeground": "#dddddd", + "selectionForeground": "#333333", + "selectionBackground": "#FAFAFA" + }, + "Group": { + "disabledSeparatorColor": "#efefef", + "separatorColor": "#efefef" + }, + "GutterTooltip": { + "infoForeground": "#546e7a", + "lineSeparatorColor": "#FAFAFA" + }, + "HeaderColor": { + "active": "#FAFAFA", + "inactive": "#FAFAFA" + }, + "HelpTooltip": { + "background": "#FAFAFA", + "borderColor": "#efefef", + "foreground": "#546e7a", + "infoForeground": "#403F53", + "shortcutForeground": "#403F53" + }, + "Hyperlink.linkColor": "#269386", + "inactiveCaption": "#f2f5f7", + "inactiveCaptionBorder": "#FAFAFA", + "inactiveCaptionText": "#403F53", + "info": "#403F53", + "infoText": "#403F53", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#efefef", + "InplaceRefactoringPopup": { + "borderColor": "#FAFAFA" + }, + "InternalFrame": { + "activeTitleForeground": "#546e7a", + "background": "#FAFAFA", + "inactiveTitleForeground": "#403F53" + }, + "Label": { + "background": "#FAFAFA", + "disabledForeground": "#dddddd", + "disabledShadow": "#FAFAFA", + "disabledText": "#dddddd", + "foreground": "#546e7a", + "infoForeground": "#403F53", + "selectedForeground": "#333333" + }, + "Link": { + "activeForeground": "#269386", + "hoverForeground": "#269386", + "pressedForeground": "#269386", + "secondaryForeground": "#403F53", + "visitedForeground": "#269386" + }, + "List": { + "background": "#f2f5f7", + "foreground": "#546e7a", + "selectionBackground": "#999e9e", + "selectionForeground": "#403f53", + "selectionInactiveForeground": "#333333", + "selectionInactiveBackground": "#E0E7EA25" + }, + "material": { + "background": "#FAFAFA", + "branchColor": "#546e7a", + "contrast": "#FAFAFA", + "foreground": "#546e7a", + "mergeCommits": "#FAFAFA", + "primaryColor": "#403F53", + "selectionForeground": "#403f53", + "tab.backgroundColor": "#FAFAFA", + "tab.borderColor": "#269386", + "tagColor": "#403F53" + }, + "MemoryIndicator": { + "allocatedBackground": "#f2f5f7", + "usedColor": "#E0E7EA", + "usedBackground": "#E0E7EA" + }, + "Menu": { + "acceleratorForeground": "#403F53", + "acceleratorSelectionForeground": "#403f53", + "background": "#FAFAFA", + "border": "4,2,4,2", + "borderColor": "#f2f5f7", + "disabledBackground": "#f2f5f7", + "disabledForeground": "#dddddd", + "foreground": "#546e7a", + "selectionBackground": "#999e9e", + "selectionForeground": "#403f53", + "separatorColor": "#efefef" + }, + "MenuBar": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#dddddd", + "foreground": "#546e7a", + "highlight": "#FAFAFA", + "selectionBackground": "#999e9e", + "selectionForeground": "#403f53", + "shadow": "#FAFAFA" + }, + "MenuItem": { + "acceleratorForeground": "#403F53", + "acceleratorSelectionForeground": "#403f53", + "border": "4,2,4,2", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#dddddd", + "foreground": "#546e7a", + "selectionBackground": "#999e9e", + "selectionForeground": "#403f53" + }, + "NavBar": { + "arrowColor": "#546e7a", + "borderColor": "#FAFAFA" + }, + "NewClass": { + "Panel": { + "background": "#FAFAFA" + }, + "SearchField": { + "background": "#FAFAFA" + } + }, + "Notification": { + "background": "#F0F0F0", + "borderColor": "#F0F0F0", + "errorBackground": "#F0F0F0", + "errorBorderColor": "#F0F0F0", + "foreground": "#546e7a", + "MoreButton": { + "background": "#FAFAFA", + "foreground": "#546e7a", + "innerBorderColor": "#FAFAFA" + }, + "ToolWindow": { + "errorBackground": "#F0F0F0", + "errorBorderColor": "#F0F0F0", + "informativeBackground": "#F0F0F0", + "informativeBorderColor": "#F0F0F0", + "warningBackground": "#F0F0F0", + "warningBorderColor": "#F0F0F0" + } + }, + "OnePixelDivider.background": "#efefef", + "OptionPane": { + "background": "#FAFAFA", + "foreground": "#546e7a", + "messageForeground": "#546e7a" + }, + "Outline": { + "color": "#FAFAFA" + }, + "Panel": { + "background": "#FAFAFA", + "foreground": "#546e7a" + }, + "ParameterInfo": { + "background": "#f2f5f7", + "borderColor": "#FAFAFA", + "currentOverloadBackground": "#FAFAFA", + "currentParameterForeground": "#269386", + "disabledForeground": "#dddddd", + "foreground": "#546e7a", + "infoForeground": "#403F53", + "lineSeparatorColor": "#FAFAFA" + }, + "PasswordField": { + "background": "#FAFAFA", + "capsLockIconColor": "#269386", + "caretForeground": "#269386", + "foreground": "#546e7a", + "inactiveForeground": "#dddddd", + "selectionBackground": "#FAFAFA", + "selectionForeground": "#333333" + }, + "Plugins": { + "background": "#FAFAFA", + "disabledForeground": "#dddddd", + "eapTagBackground": "#E0E7EA", + "lightSelectionBackground": "#999e9e", + "selectionBackground": "#999e9e", + "tagForeground": "#269386", + "tagBackground": "#E0E7EA", + "Button": { + "installBackground": "#FAFAFA", + "installBorderColor": "#FAFAFA", + "installForeground": "#546e7a", + "installFocusedBackground": "#E0E7EA", + "installFillForeground": "#403F53", + "installFillBackground": "#FAFAFA", + "updateBackground": "#FAFAFA", + "updateBorderColor": "#FAFAFA", + "updateForeground": "#546e7a" + }, + "SearchField": { + "background": "#FAFAFA", + "borderColor": "#efefef" + }, + "SectionHeader": { + "background": "#f2f5f7", + "foreground": "#546e7a" + }, + "Tab": { + "hoverBackground": "#FAFAFA", + "selectedForeground": "#403f53", + "selectedBackground": "#FAFAFA" + } + }, + "Popup": { + "Advertiser": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "foreground": "#269386" + }, + "borderColor": "#FAFAFA", + "inactiveBorderColor": "#FAFAFA", + "innerBorderColor": "#f2f5f7", + "Header": { + "activeBackground": "#FAFAFA", + "inactiveBackground": "#FAFAFA" + }, + "paintBorder": true, + "separatorForeground": "#546e7a", + "separatorColor": "#f2f5f7", + "Toolbar": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA" + } + }, + "PopupMenu": { + "background": "#FAFAFA", + "border": "2,0,2,0", + "foreground": "#546e7a", + "translucentBackground": "#FAFAFA" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#FAFAFA", + "foreground": "#269386", + "indeterminateEndColor": "#269386", + "indeterminateStartColor": "#269386", + "progressColor": "#269386", + "selectionBackground": "#E0E7EA", + "trackColor": "#E0E7EA" + }, + "RadioButton": { + "background": "#FAFAFA", + "disabledText": "#dddddd", + "foreground": "#546e7a" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#403F53", + "acceleratorSelectionForeground": "#403F53", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#dddddd", + "foreground": "#546e7a", + "selectionBackground": "#999e9e", + "selectionForeground": "#403f53" + }, + "ScrollBar": { + "background": "#FAFAFA", + "hoverThumbBorderColor": "#269386", + "hoverThumbColor": "#269386", + "hoverTrackColor": "#FAFAFA30", + "Mac": { + "hoverThumbBorderColor": "#269386", + "hoverThumbColor": "#269386", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#26938670", + "thumbColor": "#26938670", + "trackColor": "#FAFAFA30", + "Transparent": { + "hoverThumbBorderColor": "#269386", + "hoverThumbColor": "#269386", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#26938670", + "thumbColor": "#26938670", + "trackColor": "#FAFAFA30" + } + }, + "thumb": "#E0E7EA", + "thumbBorderColor": "#26938670", + "thumbColor": "#26938670", + "trackColor": "#FAFAFA30", + "Transparent": { + "hoverThumbBorderColor": "#269386", + "hoverThumbColor": "#269386", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#26938670", + "thumbColor": "#26938670", + "trackColor": "#FAFAFA30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#FAFAFA", + "foreground": "#403F53" + }, + "Header": { + "background": "#FAFAFA" + }, + "List": { + "separatorForeground": "#546e7a", + "separatorColor": "#efefef" + }, + "SearchField": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "infoForeground": "#403F53" + }, + "Tab": { + "active.foreground": "#333333", + "selectedForeground": "#333333", + "selectedBackground": "#E0E7EA" + } + }, + "SearchMatch": { + "endBackground": "#269386", + "startBackground": "#269386" + }, + "Separator": { + "background": "#f2f5f7", + "foreground": "#f2f5f7", + "separatorColor": "#f2f5f7" + }, + "SidePanel": { + "background": "#FAFAFA" + }, + "Slider": { + "background": "#FAFAFA", + "foreground": "#546e7a", + "majorTickLength": 6, + "tickColor": "#f2f5f7", + "trackWidth": 7, + "thumb": "#269386" + }, + "SpeedSearch": { + "background": "#E0E7EA", + "borderColor": "#efefef", + "foreground": "#546e7a", + "errorForeground": "#546e7a" + }, + "Spinner": { + "background": "#FAFAFA", + "border": "3,3,3,3", + "foreground": "#546e7a", + "selectionForeground": "#333333" + }, + "SplitPane": { + "background": "#FAFAFA", + "highlight": "#FAFAFA" + }, + "SplitPaneDivider.draggingColor": "#f2f5f7", + "StatusBar": { + "borderColor": "#FAFAFA" + }, + "TabbedPane": { + "background": "#FAFAFA", + "contentAreaColor": "#E0E7EA", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#efefef", + "disabledForeground": "#dddddd", + "disabledUnderlineColor": "#dddddd", + "focus": "#FAFAFA", + "focusColor": "#FAFAFA", + "fontSizeOffset": 0, + "foreground": "#546e7a", + "highlight": "#efefef", + "hoverColor": "#E0E7EA", + "labelShift": 0, + "selectedForeground": "#333333", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#FAFAFA", + "Table": { + "background": "#FAFAFA", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#269386", + "dropLineShortColor": "#269386", + "focusCellBackground": "#FAFAFA", + "focusCellForeground": "#333333", + "foreground": "#546e7a", + "gridColor": "#FAFAFA", + "highlightOuter": "#FAFAFA", + "lightSelectionForeground": "#333333", + "lightSelectionInactiveForeground": "#403F53", + "lightSelectionInactiveBackground": "#f2f5f7", + "selectionBackground": "#FAFAFA", + "selectionForeground": "#333333", + "selectionInactiveBackground": "#E0E7EA25", + "selectionInactiveForeground": "#403f53", + "sortIconColor": "#546e7a", + "stripeColor": "#FAFAFA" + }, + "TableHeader": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "bottomSeparatorColor": "#f2f5f7", + "cellBorder": "4,0,4,0", + "foreground": "#546e7a", + "focusCellBackground": "#FAFAFA", + "focusCellForeground": "#333333", + "height": 25, + "separatorColor": "#f2f5f7" + }, + "text": "#403F53", + "textInactiveText": "#403F53", + "textText": "#403F53", + "TextArea": { + "background": "#FAFAFA", + "caretForeground": "#269386", + "foreground": "#546e7a", + "inactiveForeground": "#dddddd", + "selectionBackground": "#FAFAFA", + "selectionForeground": "#333333" + }, + "TextField": { + "background": "#FAFAFA", + "caretForeground": "#269386", + "foreground": "#546e7a", + "inactiveForeground": "#dddddd", + "selectionBackground": "#FAFAFA", + "selectionForeground": "#333333" + }, + "TextPane": { + "background": "#FAFAFA", + "caretForeground": "#269386", + "foreground": "#546e7a", + "inactiveForeground": "#dddddd", + "selectionBackground": "#FAFAFA", + "selectionForeground": "#333333" + }, + "TitlePane": { + "background": "#FAFAFA", + "Button.hoverBackground": "#E0E7EA", + "inactiveBackground": "#f2f5f7", + "infoForeground": "#403F53", + "inactiveInfoForeground": "#403F53" + }, + "TitledBorder.titleColor": "#546e7a", + "ToggleButton": { + "borderColor": "#FAFAFA", + "buttonColor": "#546e7a", + "disabledText": "#dddddd", + "foreground": "#546e7a", + "offForeground": "#FAFAFA", + "offBackground": "#FAFAFA", + "onBackground": "#269386", + "onForeground": "#269386" + }, + "ToolBar": { + "background": "#FAFAFA", + "borderHandleColor": "#403F53", + "floatingForeground": "#403F53", + "foreground": "#546e7a" + }, + "ToolTip": { + "Actions.background": "#FAFAFA", + "Actions.infoForeground": "#403F53", + "background": "#FAFAFA", + "borderColor": "#E0E7EA", + "foreground": "#546e7a", + "infoForeground": "#403F53", + "separatorColor": "#efefef", + "shortcutForeground": "#403F53" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#FAFAFA", + "selectedForeground": "#333333", + "selectedBackground": "#FAFAFA" + }, + "Header": { + "background": "#FAFAFA", + "borderColor": "#f2f5f7", + "inactiveBackground": "#FAFAFA" + }, + "HeaderCloseButton": { + "background": "#FAFAFA" + }, + "HeaderTab": { + "hoverBackground": "#E0E7EA", + "hoverInactiveBackground": "#f2f5f7", + "inactiveUnderlineColor": "#269386", + "selectedBackground": "#FAFAFA", + "selectedInactiveBackground": "#FAFAFA", + "underlineColor": "#269386", + "underlinedTabBackground": "#E0E7EA", + "underlinedTabInactiveBackground": "#f2f5f7" + } + }, + "Tree": { + "background": "#FAFAFA", + "foreground": "#403F53", + "hash": "#efefef", + "modifiedItemForeground": "#269386", + "rowHeight": 28, + "selectionBackground": "#E0E7EA", + "selectionForeground": "#403f53", + "selectionInactiveForeground": "#403f53", + "selectionInactiveBackground": "#E0E7EA25", + "textBackground": "#FAFAFA" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#FAFAFA", + "Preview.background": "#FAFAFA" + }, + "ValidationTooltip": { + "errorBackground": "#F0F0F0", + "errorBorderColor": "#F0F0F0", + "warningBackground": "#F0F0F0", + "warningBorderColor": "#F0F0F0" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#FAFAFA" + }, + "GitLog": { + "localBranchIconColor": "#269386", + "otherIconColor": "#403F53", + "remoteBranchIconColor": "#546e7a", + "tagIconColor": "#403F53" + }, + "HgLog": { + "branchIconColor": "#269386", + "bookmarkIconColor": "#333333", + "closedBranchIconColor": "#dddddd", + "localTagIconColor": "#403F53", + "mqTagIconColor": "#403F53", + "tagIconColor": "#403F53", + "tipIconColor": "#403F53" + }, + "Log": { + "Commit.unmatchedForeground": "#403F53", + "Commit.currentBranchBackground": "#E0E7EA" + }, + "RefLabel": { + "foreground": "#333333", + "backgroundBase": "#E0E7EA" + } + }, + "Viewport": { + "background": "#FAFAFA", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "captionBackground": "#FAFAFA", + "captionForeground": "#546e7a", + "footerBackground": "#FAFAFA", + "footerForeground": "#546e7a", + "headerBackground": "#FAFAFA", + "headerForeground": "#546e7a", + "separatorColor": "#efefef", + "Projects": { + "background": "#f2f5f7", + "selectionBackground": "#999e9e", + "selectionInactiveBackground": "#f2f5f7" + } + }, + "window": "#FAFAFA", + "windowBorder": "#efefef", + "windowText": "#403F53", + "Window.border": "#efefef" + }, + "icons": { + "ColorPalette": { + "#43494A": "#FAFAFA", + "#6B6B6B": "#403F53", + "#A7A7A7": "#FAFAFA", + "#3D6185": "#269386", + "#466D94": "#269386", + "#3C3F41": "#FAFAFA", + "#545556": "#dddddd", + "#606060": "#dddddd", + "#9AA7B0": "#546e7a", + "#675133": "#269386", + "Actions.Blue": "#4876d6", + "Actions.Green": "#c96765", + "Actions.Grey": "#403F53", + "Actions.GreyInline": "#637777", + "Actions.GreyInline.Dark": "#546e7a", + "Actions.Red": "#994cc3", + "Actions.Yellow": "#4876d6", + "Checkbox.Background.Default": "#FAFAFA", + "Checkbox.Background.Default.Dark": "#FAFAFA", + "Checkbox.Background.Disabled": "#82AAFF", + "Checkbox.Background.Disabled.Dark": "#82AAFF", + "Checkbox.Border.Default": "#efefef", + "Checkbox.Border.Default.Dark": "#efefef", + "Checkbox.Border.Disabled": "#dddddd", + "Checkbox.Border.Disabled.Dark": "#dddddd", + "Checkbox.Focus.Thin.Default": "#269386", + "Checkbox.Focus.Thin.Default.Dark": "#269386", + "Checkbox.Focus.Wide": "#269386", + "Checkbox.Focus.Wide.Dark": "#269386", + "Checkbox.Foreground.Disabled": "#dddddd", + "Checkbox.Foreground.Disabled.Dark": "#dddddd", + "Checkbox.Background.Selected": "#269386", + "Checkbox.Background.Selected.Dark": "#269386", + "Checkbox.Border.Selected": "#269386", + "Checkbox.Border.Selected.Dark": "#269386", + "Checkbox.Foreground.Selected": "#546e7a", + "Checkbox.Foreground.Selected.Dark": "#546e7a", + "Checkbox.Focus.Thin.Selected": "#546e7a", + "Checkbox.Focus.Thin.Selected.Dark": "#546e7a", + "Objects.Grey": "#637777", + "Objects.Blue": "#4876d6", + "Objects.RedStatus": "#994cc3", + "Objects.Red": "#994cc3", + "Objects.Pink": "#994cc3", + "Objects.Yellow": "#4876d6", + "Objects.Green": "#c96765", + "Objects.Purple": "#994cc3", + "Objects.BlackText": "#546e7a", + "Objects.YellowDark": "#aa0982", + "Objects.GreenAndroid": "#c96765" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Darker Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Darker Contrast.theme.json new file mode 100644 index 00000000..93e467c4 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Darker Contrast.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Material Darker Contrast", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Material Darker.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#727272", + "background": "#212121", + "borderColor": "#292929", + "disabledBackground": "#323232", + "disabledForeground": "#474747", + "disabledText": "#474747", + "focusColor": "#3F3F3F", + "focusedBorderColor": "#FF9800", + "foreground": "#B0BEC5", + "inactiveBackground": "#323232", + "inactiveForeground": "#727272", + "infoForeground": "#727272", + "selectionBackground": "#353535", + "selectionBackgroundInactive": "#292929", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#292929", + "separatorColor": "#292929" + }, + "activeCaption": "#212121", + "ActionButton": { + "hoverBackground": "#FF980050", + "hoverBorderColor": "#FF980050", + "pressedBackground": "#FF980050", + "pressedBorderColor": "#FF980050" + }, + "Autocomplete": { + "selectionBackground": "#353535" + }, + "Borders.ContrastBorderColor": "#212121", + "Borders.color": "#292929", + "Button": { + "arc": 0, + "background": "#212121", + "default": { + "endBackground": "#323232", + "endBorderColor": "#323232", + "foreground": "#FFFFFF", + "focusColor": "#FF9800", + "focusedBorderColor": "#FF9800", + "shadowColor": "#323232", + "startBackground": "#323232", + "startBorderColor": "#323232" + }, + "disabledBorderColor": "#2A2A2A", + "disabledText": "#474747", + "endBackground": "#2A2A2A", + "endBorderColor": "#2A2A2A", + "focus": "#3F3F3F", + "focusedBorderColor": "#FF9800", + "foreground": "#727272", + "highlight": "#FFFFFF", + "mt.background": "#2A2A2A", + "mt.foreground": "#727272", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#323232", + "mt.selection.color2": "#323232", + "startBackground": "#2A2A2A", + "startBorderColor": "#2A2A2A", + "shadowColor": "#2A2A2A", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#212121", + "disabledText": "#474747", + "foreground": "#B0BEC5", + "select": "#FF9800" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#727272", + "acceleratorSelectionForeground": "#727272", + "background": "#212121", + "disabledBackground": "#212121", + "disabledForeground": "#474747", + "foreground": "#B0BEC5", + "selectionBackground": "#353535", + "selectionForeground": "#FFFFFF" + }, + "ColorChooser": { + "background": "#212121", + "foreground": "#B0BEC5", + "swatchesDefaultRecentColor": "#B0BEC5" + }, + "ComboBoxButton.background": "#2A2A2A", + "ComboBox": { + "ArrowButton": { + "background": "#2A2A2A", + "disabledIconColor": "#474747", + "iconColor": "#B0BEC5", + "nonEditableBackground": "#212121" + }, + "background": "#1A1A1A", + "buttonBackground": "#2A2A2A", + "disabledForeground": "#474747", + "foreground": "#B0BEC5", + "modifiedItemForeground": "#FF9800", + "nonEditableBackground": "#292929", + "padding": "5,5,5,5", + "selectionBackground": "#323232", + "selectionForeground": "#FFFFFF" + }, + "ComboPopup.border": "#292929", + "CompletionPopup": { + "background": "#292929", + "foreground": "#B0BEC5", + "infoForeground": "#727272", + "matchForeground": "#FF98002", + "matchSelectionForeground": "#FF9800", + "nonFocusedState": "false", + "nonFocusedMask": "#32323270", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#727272", + "selectionInactiveBackground": "#3F3F3F", + "selectionBackground": "#35353580", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#3F3F3F", + "disabledBorderColor": "#2A2A2A", + "focusColor": "#FF9800", + "focusedBorderColor": "#FF9800", + "hoverIconColor": "#FF9800", + "infoForeground": "#727272", + "iconColor": "#B0BEC5" + }, + "control": "#212121", + "controlText": "#727272", + "Counter": { + "background": "#FF9800", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#727272", + "changedValueForeground": "#FF9800", + "errorMessageForeground": "#f07178", + "evaluatingExpressionForeground": "#727272", + "exceptionForeground": "#ffcb6b", + "modifyingValueForeground": "#FF9800", + "valueForeground": "#FF9800" + } + }, + "DebuggerTabs": { + "selectedBackground": "#3F3F3F", + "underlinedTabBackground": "#3F3F3F" + }, + "DebuggerPopup": { + "borderColor": "#3F3F3F" + }, + "DefaultTabs": { + "background": "#212121", + "borderColor": "#212121", + "hoverBackground": "#323232", + "hoverColor": "#1A1A1A", + "hoverMaskColor": "#3F3F3F", + "inactiveUnderlineColor": "#474747", + "inactiveMaskColor": "#1A1A1A", + "underlineColor": "#FF9800", + "underlinedTabBackground":"#323232" + }, + "Desktop.background": "#212121", + "DialogWrapper.southPanelBackground": "#212121", + "DialogWrapper.southPanelDivider": "#212121", + "DragAndDrop": { + "areaBackground": "#212121", + "areaBorderColor": "#212121", + "areaForeground": "#B0BEC5" + }, + "Editor": { + "background": "#1A1A1A", + "foreground": "#B0BEC5", + "shortcutForeground": "#727272" + }, + "EditorPane": { + "background": "#1A1A1A", + "caretForeground": "#FF9800", + "foreground": "#B0BEC5", + "inactiveBackground": "#212121", + "inactiveForeground": "#474747", + "selectionBackground": "#353535", + "selectionForeground": "#FFFFFF" + }, + "EditorTabs": { + "borderColor": "#292929", + "hoverColor": "#3F3F3F", + "hoverMaskColor": "#3F3F3F", + "inactiveMaskColor": "#212121", + "inactiveColoredFileBackground": "#212121", + "inactiveUnderlineColor": "#474747", + "selectedForeground": "#B0BEC5", + "selectedBackground": "#323232", + "underlineColor": "#FF9800", + "underlinedTabBackground": "#323232" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#323232", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#292929", + "FormattedTextField": { + "background": "#1A1A1A", + "caretForeground": "#FF9800", + "foreground": "#B0BEC5", + "inactiveBackground": "#2A2A2A", + "inactiveForeground": "#474747", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#323232" + }, + "Group": { + "disabledSeparatorColor": "#292929", + "separatorColor": "#292929" + }, + "GutterTooltip": { + "infoForeground": "#B0BEC5", + "lineSeparatorColor": "#212121" + }, + "HeaderColor": { + "active": "#212121", + "inactive": "#1A1A1A" + }, + "HelpTooltip": { + "background": "#212121", + "borderColor": "#292929", + "foreground": "#B0BEC5", + "infoForeground": "#727272", + "shortcutForeground": "#727272" + }, + "Hyperlink.linkColor": "#FF9800", + "inactiveCaption": "#292929", + "inactiveCaptionBorder": "#212121", + "inactiveCaptionText": "#727272", + "info": "#727272", + "infoText": "#727272", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#292929", + "InplaceRefactoringPopup": { + "borderColor": "#212121" + }, + "InternalFrame": { + "activeTitleForeground": "#B0BEC5", + "background": "#212121", + "inactiveTitleForeground": "#727272" + }, + "Label": { + "background": "#212121", + "disabledForeground": "#474747", + "disabledShadow": "#212121", + "disabledText": "#474747", + "foreground": "#B0BEC5", + "infoForeground": "#727272", + "selectedForeground": "#FFFFFF" + }, + "Link": { + "activeForeground": "#FF9800", + "hoverForeground": "#FF9800", + "pressedForeground": "#FF9800", + "secondaryForeground": "#727272", + "visitedForeground": "#FF9800" + }, + "List": { + "background": "#292929", + "foreground": "#B0BEC5", + "selectionBackground": "#353535", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#3232327025" + }, + "material": { + "background": "#212121", + "branchColor": "#B0BEC5", + "contrast": "#1A1A1A", + "foreground": "#B0BEC5", + "mergeCommits": "#2A2A2A", + "primaryColor": "#727272", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#212121", + "tab.borderColor": "#FF9800", + "tagColor": "#727272" + }, + "MemoryIndicator": { + "allocatedBackground": "#292929", + "usedColor": "#3F3F3F", + "usedBackground": "#3F3F3F" + }, + "Menu": { + "acceleratorForeground": "#727272", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#212121", + "border": "4,2,4,2", + "borderColor": "#292929", + "disabledBackground": "#292929", + "disabledForeground": "#474747", + "foreground": "#B0BEC5", + "selectionBackground": "#353535", + "selectionForeground": "#FFFFFF", + "separatorColor": "#292929" + }, + "MenuBar": { + "background": "#1A1A1A", + "borderColor": "#212121", + "disabledBackground": "#212121", + "disabledForeground": "#474747", + "foreground": "#B0BEC5", + "highlight": "#212121", + "selectionBackground": "#353535", + "selectionForeground": "#FFFFFF", + "shadow": "#1A1A1A" + }, + "MenuItem": { + "acceleratorForeground": "#727272", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#212121", + "disabledBackground": "#212121", + "disabledForeground": "#474747", + "foreground": "#B0BEC5", + "selectionBackground": "#353535", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#B0BEC5", + "borderColor": "#212121" + }, + "NewClass": { + "Panel": { + "background": "#212121" + }, + "SearchField": { + "background": "#1A1A1A" + } + }, + "Notification": { + "background": "#1A1A1A", + "borderColor": "#1A1A1A", + "errorBackground": "#1A1A1A", + "errorBorderColor": "#1A1A1A", + "foreground": "#B0BEC5", + "MoreButton": { + "background": "#2A2A2A", + "foreground": "#B0BEC5", + "innerBorderColor": "#2A2A2A" + }, + "ToolWindow": { + "errorBackground": "#1A1A1A", + "errorBorderColor": "#1A1A1A", + "informativeBackground": "#1A1A1A", + "informativeBorderColor": "#1A1A1A", + "warningBackground": "#1A1A1A", + "warningBorderColor": "#1A1A1A" + } + }, + "OnePixelDivider.background": "#292929", + "OptionPane": { + "background": "#212121", + "foreground": "#B0BEC5", + "messageForeground": "#B0BEC5" + }, + "Outline": { + "color": "#2A2A2A" + }, + "Panel": { + "background": "#212121", + "foreground": "#B0BEC5" + }, + "ParameterInfo": { + "background": "#292929", + "borderColor": "#323232", + "currentOverloadBackground": "#323232", + "currentParameterForeground": "#FF9800", + "disabledForeground": "#474747", + "foreground": "#B0BEC5", + "infoForeground": "#727272", + "lineSeparatorColor": "#323232" + }, + "PasswordField": { + "background": "#1A1A1A", + "capsLockIconColor": "#FF9800", + "caretForeground": "#FF9800", + "foreground": "#B0BEC5", + "inactiveForeground": "#474747", + "selectionBackground": "#323232", + "selectionForeground": "#FFFFFF" + }, + "Plugins": { + "background": "#212121", + "disabledForeground": "#474747", + "eapTagBackground": "#3F3F3F", + "lightSelectionBackground": "#353535", + "selectionBackground": "#353535", + "tagForeground": "#FF9800", + "tagBackground": "#3F3F3F", + "Button": { + "installBackground": "#2A2A2A", + "installBorderColor": "#2A2A2A", + "installForeground": "#B0BEC5", + "installFocusedBackground": "#3F3F3F", + "installFillForeground": "#727272", + "installFillBackground": "#2A2A2A", + "updateBackground": "#2A2A2A", + "updateBorderColor": "#2A2A2A", + "updateForeground": "#B0BEC5" + }, + "SearchField": { + "background": "#1A1A1A", + "borderColor": "#292929" + }, + "SectionHeader": { + "background": "#292929", + "foreground": "#B0BEC5" + }, + "Tab": { + "hoverBackground": "#323232", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#323232" + } + }, + "Popup": { + "Advertiser": { + "background": "#212121", + "borderColor": "#212121", + "foreground": "#FF9800" + }, + "borderColor": "#1A1A1A", + "inactiveBorderColor": "#212121", + "innerBorderColor": "#292929", + "Header": { + "activeBackground": "#212121", + "inactiveBackground": "#1A1A1A" + }, + "paintBorder": true, + "separatorForeground": "#B0BEC5", + "separatorColor": "#292929", + "Toolbar": { + "background": "#1A1A1A", + "borderColor": "#1A1A1A" + } + }, + "PopupMenu": { + "background": "#212121", + "border": "2,0,2,0", + "foreground": "#B0BEC5", + "translucentBackground": "#212121" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#212121", + "foreground": "#FF9800", + "indeterminateEndColor": "#FF9800", + "indeterminateStartColor": "#FF9800", + "progressColor": "#FF9800", + "selectionBackground": "#3F3F3F", + "trackColor": "#3F3F3F" + }, + "RadioButton": { + "background": "#212121", + "disabledText": "#474747", + "foreground": "#B0BEC5" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#727272", + "acceleratorSelectionForeground": "#727272", + "background": "#212121", + "disabledBackground": "#212121", + "disabledForeground": "#474747", + "foreground": "#B0BEC5", + "selectionBackground": "#353535", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#212121", + "hoverThumbBorderColor": "#FF9800", + "hoverThumbColor": "#FF9800", + "hoverTrackColor": "#21212130", + "Mac": { + "hoverThumbBorderColor": "#FF9800", + "hoverThumbColor": "#FF9800", + "hoverTrackColor": "#21212130", + "thumbBorderColor": "#FF980070", + "thumbColor": "#FF980070", + "trackColor": "#21212130", + "Transparent": { + "hoverThumbBorderColor": "#FF9800", + "hoverThumbColor": "#FF9800", + "hoverTrackColor": "#21212130", + "thumbBorderColor": "#FF980070", + "thumbColor": "#FF980070", + "trackColor": "#21212130" + } + }, + "thumb": "#3F3F3F", + "thumbBorderColor": "#FF980070", + "thumbColor": "#FF980070", + "trackColor": "#21212130", + "Transparent": { + "hoverThumbBorderColor": "#FF9800", + "hoverThumbColor": "#FF9800", + "hoverTrackColor": "#21212130", + "thumbBorderColor": "#FF980070", + "thumbColor": "#FF980070", + "trackColor": "#21212130" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#1A1A1A", + "foreground": "#727272" + }, + "Header": { + "background": "#212121" + }, + "List": { + "separatorForeground": "#B0BEC5", + "separatorColor": "#292929" + }, + "SearchField": { + "background": "#212121", + "borderColor": "#1A1A1A", + "infoForeground": "#727272" + }, + "Tab": { + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#3F3F3F" + } + }, + "SearchMatch": { + "endBackground": "#FF9800", + "startBackground": "#FF9800" + }, + "Separator": { + "background": "#292929", + "foreground": "#292929", + "separatorColor": "#292929" + }, + "SidePanel": { + "background": "#1A1A1A" + }, + "Slider": { + "background": "#212121", + "foreground": "#B0BEC5", + "majorTickLength": 6, + "tickColor": "#292929", + "trackWidth": 7, + "thumb": "#FF9800" + }, + "SpeedSearch": { + "background": "#3F3F3F", + "borderColor": "#292929", + "foreground": "#B0BEC5", + "errorForeground": "#B0BEC5" + }, + "Spinner": { + "background": "#212121", + "border": "3,3,3,3", + "foreground": "#B0BEC5", + "selectionForeground": "#FFFFFF" + }, + "SplitPane": { + "background": "#212121", + "highlight": "#1A1A1A" + }, + "SplitPaneDivider.draggingColor": "#292929", + "StatusBar": { + "borderColor": "#212121" + }, + "TabbedPane": { + "background": "#212121", + "contentAreaColor": "#3F3F3F", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#292929", + "disabledForeground": "#474747", + "disabledUnderlineColor": "#474747", + "focus": "#323232", + "focusColor": "#323232", + "fontSizeOffset": 0, + "foreground": "#B0BEC5", + "highlight": "#292929", + "hoverColor": "#3F3F3F", + "labelShift": 0, + "selectedForeground": "#FFFFFF", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#1A1A1A", + "Table": { + "background": "#212121", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#FF9800", + "dropLineShortColor": "#FF9800", + "focusCellBackground": "#323232", + "focusCellForeground": "#FFFFFF", + "foreground": "#B0BEC5", + "gridColor": "#212121", + "highlightOuter": "#323232", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#727272", + "lightSelectionInactiveBackground": "#292929", + "selectionBackground": "#323232", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#3232327025", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#B0BEC5", + "stripeColor": "#1A1A1A" + }, + "TableHeader": { + "background": "#212121", + "borderColor": "#212121", + "bottomSeparatorColor": "#292929", + "cellBorder": "4,0,4,0", + "foreground": "#B0BEC5", + "focusCellBackground": "#323232", + "focusCellForeground": "#FFFFFF", + "height": 25, + "separatorColor": "#292929" + }, + "text": "#727272", + "textInactiveText": "#727272", + "textText": "#727272", + "TextArea": { + "background": "#1A1A1A", + "caretForeground": "#FF9800", + "foreground": "#B0BEC5", + "inactiveForeground": "#474747", + "selectionBackground": "#323232", + "selectionForeground": "#FFFFFF" + }, + "TextField": { + "background": "#1A1A1A", + "caretForeground": "#FF9800", + "foreground": "#B0BEC5", + "inactiveForeground": "#474747", + "selectionBackground": "#323232", + "selectionForeground": "#FFFFFF" + }, + "TextPane": { + "background": "#1A1A1A", + "caretForeground": "#FF9800", + "foreground": "#B0BEC5", + "inactiveForeground": "#474747", + "selectionBackground": "#323232", + "selectionForeground": "#FFFFFF" + }, + "TitlePane": { + "background": "#1A1A1A", + "Button.hoverBackground": "#3F3F3F", + "inactiveBackground": "#292929", + "infoForeground": "#727272", + "inactiveInfoForeground": "#727272" + }, + "TitledBorder.titleColor": "#B0BEC5", + "ToggleButton": { + "borderColor": "#2A2A2A", + "buttonColor": "#B0BEC5", + "disabledText": "#474747", + "foreground": "#B0BEC5", + "offForeground": "#212121", + "offBackground": "#212121", + "onBackground": "#FF9800", + "onForeground": "#FF9800" + }, + "ToolBar": { + "background": "#1A1A1A", + "borderHandleColor": "#727272", + "floatingForeground": "#727272", + "foreground": "#B0BEC5" + }, + "ToolTip": { + "Actions.background": "#212121", + "Actions.infoForeground": "#727272", + "background": "#212121", + "borderColor": "#3F3F3F", + "foreground": "#B0BEC5", + "infoForeground": "#727272", + "separatorColor": "#292929", + "shortcutForeground": "#727272" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#323232", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#1A1A1A" + }, + "Header": { + "background": "#212121", + "borderColor": "#292929", + "inactiveBackground": "#212121" + }, + "HeaderCloseButton": { + "background": "#212121" + }, + "HeaderTab": { + "hoverBackground": "#3F3F3F", + "hoverInactiveBackground": "#292929", + "inactiveUnderlineColor": "#FF9800", + "selectedBackground": "#1A1A1A", + "selectedInactiveBackground": "#1A1A1A", + "underlineColor": "#FF9800", + "underlinedTabBackground": "#3F3F3F", + "underlinedTabInactiveBackground": "#292929" + } + }, + "Tree": { + "background": "#1A1A1A", + "foreground": "#727272", + "hash": "#292929", + "modifiedItemForeground": "#FF9800", + "rowHeight": 28, + "selectionBackground": "#32323270", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#3232327025", + "textBackground": "#1A1A1A" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#212121", + "Preview.background": "#212121" + }, + "ValidationTooltip": { + "errorBackground": "#1A1A1A", + "errorBorderColor": "#1A1A1A", + "warningBackground": "#1A1A1A", + "warningBorderColor": "#1A1A1A" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#212121" + }, + "GitLog": { + "localBranchIconColor": "#FF9800", + "otherIconColor": "#727272", + "remoteBranchIconColor": "#B0BEC5", + "tagIconColor": "#727272" + }, + "HgLog": { + "branchIconColor": "#FF9800", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#474747", + "localTagIconColor": "#727272", + "mqTagIconColor": "#727272", + "tagIconColor": "#727272", + "tipIconColor": "#727272" + }, + "Log": { + "Commit.unmatchedForeground": "#727272", + "Commit.currentBranchBackground": "#32323270" + }, + "RefLabel": { + "foreground": "#FFFFFF", + "backgroundBase": "#3F3F3F" + } + }, + "Viewport": { + "background": "#1A1A1A", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#212121", + "borderColor": "#212121", + "captionBackground": "#1A1A1A", + "captionForeground": "#B0BEC5", + "footerBackground": "#1A1A1A", + "footerForeground": "#B0BEC5", + "headerBackground": "#212121", + "headerForeground": "#B0BEC5", + "separatorColor": "#292929", + "Projects": { + "background": "#292929", + "selectionBackground": "#353535", + "selectionInactiveBackground": "#292929" + } + }, + "window": "#1A1A1A", + "windowBorder": "#292929", + "windowText": "#727272", + "Window.border": "#292929" + }, + "icons": { + "ColorPalette": { + "#43494A": "#1A1A1A", + "#6B6B6B": "#727272", + "#A7A7A7": "#212121", + "#3D6185": "#FF9800", + "#466D94": "#FF9800", + "#3C3F41": "#212121", + "#545556": "#474747", + "#606060": "#474747", + "#9AA7B0": "#B0BEC5", + "#675133": "#FF9800", + "Actions.Blue": "#82aaff", + "Actions.Green": "#c3e88d", + "Actions.Grey": "#727272", + "Actions.GreyInline": "#616161", + "Actions.GreyInline.Dark": "#B0BEC5", + "Actions.Red": "#f07178", + "Actions.Yellow": "#ffcb6b", + "Checkbox.Background.Default": "#1A1A1A", + "Checkbox.Background.Default.Dark": "#1A1A1A", + "Checkbox.Background.Disabled": "#323232", + "Checkbox.Background.Disabled.Dark": "#323232", + "Checkbox.Border.Default": "#292929", + "Checkbox.Border.Default.Dark": "#292929", + "Checkbox.Border.Disabled": "#474747", + "Checkbox.Border.Disabled.Dark": "#474747", + "Checkbox.Focus.Thin.Default": "#FF9800", + "Checkbox.Focus.Thin.Default.Dark": "#FF9800", + "Checkbox.Focus.Wide": "#FF9800", + "Checkbox.Focus.Wide.Dark": "#FF9800", + "Checkbox.Foreground.Disabled": "#474747", + "Checkbox.Foreground.Disabled.Dark": "#474747", + "Checkbox.Background.Selected": "#FF9800", + "Checkbox.Background.Selected.Dark": "#FF9800", + "Checkbox.Border.Selected": "#FF9800", + "Checkbox.Border.Selected.Dark": "#FF9800", + "Checkbox.Foreground.Selected": "#B0BEC5", + "Checkbox.Foreground.Selected.Dark": "#B0BEC5", + "Checkbox.Focus.Thin.Selected": "#B0BEC5", + "Checkbox.Focus.Thin.Selected.Dark": "#B0BEC5", + "Objects.Grey": "#616161", + "Objects.Blue": "#82aaff", + "Objects.RedStatus": "#f07178", + "Objects.Red": "#f07178", + "Objects.Pink": "#c792ea", + "Objects.Yellow": "#ffcb6b", + "Objects.Green": "#c3e88d", + "Objects.Purple": "#c792ea", + "Objects.BlackText": "#B0BEC5", + "Objects.YellowDark": "#f78c6c", + "Objects.GreenAndroid": "#c3e88d" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Darker.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Darker.theme.json new file mode 100644 index 00000000..90f3e965 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Darker.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Material Darker", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Material Darker.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#727272", + "background": "#212121", + "borderColor": "#292929", + "disabledBackground": "#323232", + "disabledForeground": "#474747", + "disabledText": "#474747", + "focusColor": "#3F3F3F", + "focusedBorderColor": "#FF9800", + "foreground": "#B0BEC5", + "inactiveBackground": "#323232", + "inactiveForeground": "#727272", + "infoForeground": "#727272", + "selectionBackground": "#353535", + "selectionBackgroundInactive": "#292929", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#292929", + "separatorColor": "#292929" + }, + "activeCaption": "#212121", + "ActionButton": { + "hoverBackground": "#FF980050", + "hoverBorderColor": "#FF980050", + "pressedBackground": "#FF980050", + "pressedBorderColor": "#FF980050" + }, + "Autocomplete": { + "selectionBackground": "#353535" + }, + "Borders.ContrastBorderColor": "#212121", + "Borders.color": "#292929", + "Button": { + "arc": 0, + "background": "#212121", + "default": { + "endBackground": "#323232", + "endBorderColor": "#323232", + "foreground": "#FFFFFF", + "focusColor": "#FF9800", + "focusedBorderColor": "#FF9800", + "shadowColor": "#323232", + "startBackground": "#323232", + "startBorderColor": "#323232" + }, + "disabledBorderColor": "#2A2A2A", + "disabledText": "#474747", + "endBackground": "#2A2A2A", + "endBorderColor": "#2A2A2A", + "focus": "#3F3F3F", + "focusedBorderColor": "#FF9800", + "foreground": "#727272", + "highlight": "#FFFFFF", + "mt.background": "#2A2A2A", + "mt.foreground": "#727272", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#323232", + "mt.selection.color2": "#323232", + "startBackground": "#2A2A2A", + "startBorderColor": "#2A2A2A", + "shadowColor": "#2A2A2A", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#212121", + "disabledText": "#474747", + "foreground": "#B0BEC5", + "select": "#FF9800" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#727272", + "acceleratorSelectionForeground": "#727272", + "background": "#212121", + "disabledBackground": "#212121", + "disabledForeground": "#474747", + "foreground": "#B0BEC5", + "selectionBackground": "#353535", + "selectionForeground": "#FFFFFF" + }, + "ColorChooser": { + "background": "#212121", + "foreground": "#B0BEC5", + "swatchesDefaultRecentColor": "#B0BEC5" + }, + "ComboBoxButton.background": "#2A2A2A", + "ComboBox": { + "ArrowButton": { + "background": "#2A2A2A", + "disabledIconColor": "#474747", + "iconColor": "#B0BEC5", + "nonEditableBackground": "#212121" + }, + "background": "#212121", + "buttonBackground": "#2A2A2A", + "disabledForeground": "#474747", + "foreground": "#B0BEC5", + "modifiedItemForeground": "#FF9800", + "nonEditableBackground": "#292929", + "padding": "5,5,5,5", + "selectionBackground": "#323232", + "selectionForeground": "#FFFFFF" + }, + "ComboPopup.border": "#292929", + "CompletionPopup": { + "background": "#292929", + "foreground": "#B0BEC5", + "infoForeground": "#727272", + "matchForeground": "#FF98002", + "matchSelectionForeground": "#FF9800", + "nonFocusedState": "false", + "nonFocusedMask": "#32323270", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#727272", + "selectionInactiveBackground": "#3F3F3F", + "selectionBackground": "#35353580", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#3F3F3F", + "disabledBorderColor": "#2A2A2A", + "focusColor": "#FF9800", + "focusedBorderColor": "#FF9800", + "hoverIconColor": "#FF9800", + "infoForeground": "#727272", + "iconColor": "#B0BEC5" + }, + "control": "#212121", + "controlText": "#727272", + "Counter": { + "background": "#FF9800", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#727272", + "changedValueForeground": "#FF9800", + "errorMessageForeground": "#f07178", + "evaluatingExpressionForeground": "#727272", + "exceptionForeground": "#ffcb6b", + "modifyingValueForeground": "#FF9800", + "valueForeground": "#FF9800" + } + }, + "DebuggerTabs": { + "selectedBackground": "#3F3F3F", + "underlinedTabBackground": "#3F3F3F" + }, + "DebuggerPopup": { + "borderColor": "#3F3F3F" + }, + "DefaultTabs": { + "background": "#212121", + "borderColor": "#212121", + "hoverBackground": "#323232", + "hoverColor": "#212121", + "hoverMaskColor": "#3F3F3F", + "inactiveUnderlineColor": "#474747", + "inactiveMaskColor": "#212121", + "underlineColor": "#FF9800", + "underlinedTabBackground":"#323232" + }, + "Desktop.background": "#212121", + "DialogWrapper.southPanelBackground": "#212121", + "DialogWrapper.southPanelDivider": "#212121", + "DragAndDrop": { + "areaBackground": "#212121", + "areaBorderColor": "#212121", + "areaForeground": "#B0BEC5" + }, + "Editor": { + "background": "#212121", + "foreground": "#B0BEC5", + "shortcutForeground": "#727272" + }, + "EditorPane": { + "background": "#212121", + "caretForeground": "#FF9800", + "foreground": "#B0BEC5", + "inactiveBackground": "#212121", + "inactiveForeground": "#474747", + "selectionBackground": "#353535", + "selectionForeground": "#FFFFFF" + }, + "EditorTabs": { + "borderColor": "#292929", + "hoverColor": "#3F3F3F", + "hoverMaskColor": "#3F3F3F", + "inactiveMaskColor": "#212121", + "inactiveColoredFileBackground": "#212121", + "inactiveUnderlineColor": "#474747", + "selectedForeground": "#B0BEC5", + "selectedBackground": "#323232", + "underlineColor": "#FF9800", + "underlinedTabBackground": "#323232" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#323232", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#292929", + "FormattedTextField": { + "background": "#212121", + "caretForeground": "#FF9800", + "foreground": "#B0BEC5", + "inactiveBackground": "#2A2A2A", + "inactiveForeground": "#474747", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#323232" + }, + "Group": { + "disabledSeparatorColor": "#292929", + "separatorColor": "#292929" + }, + "GutterTooltip": { + "infoForeground": "#B0BEC5", + "lineSeparatorColor": "#212121" + }, + "HeaderColor": { + "active": "#212121", + "inactive": "#1A1A1A" + }, + "HelpTooltip": { + "background": "#212121", + "borderColor": "#292929", + "foreground": "#B0BEC5", + "infoForeground": "#727272", + "shortcutForeground": "#727272" + }, + "Hyperlink.linkColor": "#FF9800", + "inactiveCaption": "#292929", + "inactiveCaptionBorder": "#212121", + "inactiveCaptionText": "#727272", + "info": "#727272", + "infoText": "#727272", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#292929", + "InplaceRefactoringPopup": { + "borderColor": "#212121" + }, + "InternalFrame": { + "activeTitleForeground": "#B0BEC5", + "background": "#212121", + "inactiveTitleForeground": "#727272" + }, + "Label": { + "background": "#212121", + "disabledForeground": "#474747", + "disabledShadow": "#212121", + "disabledText": "#474747", + "foreground": "#B0BEC5", + "infoForeground": "#727272", + "selectedForeground": "#FFFFFF" + }, + "Link": { + "activeForeground": "#FF9800", + "hoverForeground": "#FF9800", + "pressedForeground": "#FF9800", + "secondaryForeground": "#727272", + "visitedForeground": "#FF9800" + }, + "List": { + "background": "#292929", + "foreground": "#B0BEC5", + "selectionBackground": "#353535", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#3232327025" + }, + "material": { + "background": "#212121", + "branchColor": "#B0BEC5", + "contrast": "#1A1A1A", + "foreground": "#B0BEC5", + "mergeCommits": "#2A2A2A", + "primaryColor": "#727272", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#212121", + "tab.borderColor": "#FF9800", + "tagColor": "#727272" + }, + "MemoryIndicator": { + "allocatedBackground": "#292929", + "usedColor": "#3F3F3F", + "usedBackground": "#3F3F3F" + }, + "Menu": { + "acceleratorForeground": "#727272", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#212121", + "border": "4,2,4,2", + "borderColor": "#292929", + "disabledBackground": "#292929", + "disabledForeground": "#474747", + "foreground": "#B0BEC5", + "selectionBackground": "#353535", + "selectionForeground": "#FFFFFF", + "separatorColor": "#292929" + }, + "MenuBar": { + "background": "#212121", + "borderColor": "#212121", + "disabledBackground": "#212121", + "disabledForeground": "#474747", + "foreground": "#B0BEC5", + "highlight": "#212121", + "selectionBackground": "#353535", + "selectionForeground": "#FFFFFF", + "shadow": "#212121" + }, + "MenuItem": { + "acceleratorForeground": "#727272", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#212121", + "disabledBackground": "#212121", + "disabledForeground": "#474747", + "foreground": "#B0BEC5", + "selectionBackground": "#353535", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#B0BEC5", + "borderColor": "#212121" + }, + "NewClass": { + "Panel": { + "background": "#212121" + }, + "SearchField": { + "background": "#212121" + } + }, + "Notification": { + "background": "#1A1A1A", + "borderColor": "#1A1A1A", + "errorBackground": "#1A1A1A", + "errorBorderColor": "#1A1A1A", + "foreground": "#B0BEC5", + "MoreButton": { + "background": "#2A2A2A", + "foreground": "#B0BEC5", + "innerBorderColor": "#2A2A2A" + }, + "ToolWindow": { + "errorBackground": "#1A1A1A", + "errorBorderColor": "#1A1A1A", + "informativeBackground": "#1A1A1A", + "informativeBorderColor": "#1A1A1A", + "warningBackground": "#1A1A1A", + "warningBorderColor": "#1A1A1A" + } + }, + "OnePixelDivider.background": "#292929", + "OptionPane": { + "background": "#212121", + "foreground": "#B0BEC5", + "messageForeground": "#B0BEC5" + }, + "Outline": { + "color": "#2A2A2A" + }, + "Panel": { + "background": "#212121", + "foreground": "#B0BEC5" + }, + "ParameterInfo": { + "background": "#292929", + "borderColor": "#323232", + "currentOverloadBackground": "#323232", + "currentParameterForeground": "#FF9800", + "disabledForeground": "#474747", + "foreground": "#B0BEC5", + "infoForeground": "#727272", + "lineSeparatorColor": "#323232" + }, + "PasswordField": { + "background": "#212121", + "capsLockIconColor": "#FF9800", + "caretForeground": "#FF9800", + "foreground": "#B0BEC5", + "inactiveForeground": "#474747", + "selectionBackground": "#323232", + "selectionForeground": "#FFFFFF" + }, + "Plugins": { + "background": "#212121", + "disabledForeground": "#474747", + "eapTagBackground": "#3F3F3F", + "lightSelectionBackground": "#353535", + "selectionBackground": "#353535", + "tagForeground": "#FF9800", + "tagBackground": "#3F3F3F", + "Button": { + "installBackground": "#2A2A2A", + "installBorderColor": "#2A2A2A", + "installForeground": "#B0BEC5", + "installFocusedBackground": "#3F3F3F", + "installFillForeground": "#727272", + "installFillBackground": "#2A2A2A", + "updateBackground": "#2A2A2A", + "updateBorderColor": "#2A2A2A", + "updateForeground": "#B0BEC5" + }, + "SearchField": { + "background": "#212121", + "borderColor": "#292929" + }, + "SectionHeader": { + "background": "#292929", + "foreground": "#B0BEC5" + }, + "Tab": { + "hoverBackground": "#323232", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#323232" + } + }, + "Popup": { + "Advertiser": { + "background": "#212121", + "borderColor": "#212121", + "foreground": "#FF9800" + }, + "borderColor": "#1A1A1A", + "inactiveBorderColor": "#212121", + "innerBorderColor": "#292929", + "Header": { + "activeBackground": "#212121", + "inactiveBackground": "#1A1A1A" + }, + "paintBorder": true, + "separatorForeground": "#B0BEC5", + "separatorColor": "#292929", + "Toolbar": { + "background": "#1A1A1A", + "borderColor": "#1A1A1A" + } + }, + "PopupMenu": { + "background": "#212121", + "border": "2,0,2,0", + "foreground": "#B0BEC5", + "translucentBackground": "#212121" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#212121", + "foreground": "#FF9800", + "indeterminateEndColor": "#FF9800", + "indeterminateStartColor": "#FF9800", + "progressColor": "#FF9800", + "selectionBackground": "#3F3F3F", + "trackColor": "#3F3F3F" + }, + "RadioButton": { + "background": "#212121", + "disabledText": "#474747", + "foreground": "#B0BEC5" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#727272", + "acceleratorSelectionForeground": "#727272", + "background": "#212121", + "disabledBackground": "#212121", + "disabledForeground": "#474747", + "foreground": "#B0BEC5", + "selectionBackground": "#353535", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#212121", + "hoverThumbBorderColor": "#FF9800", + "hoverThumbColor": "#FF9800", + "hoverTrackColor": "#21212130", + "Mac": { + "hoverThumbBorderColor": "#FF9800", + "hoverThumbColor": "#FF9800", + "hoverTrackColor": "#21212130", + "thumbBorderColor": "#FF980070", + "thumbColor": "#FF980070", + "trackColor": "#21212130", + "Transparent": { + "hoverThumbBorderColor": "#FF9800", + "hoverThumbColor": "#FF9800", + "hoverTrackColor": "#21212130", + "thumbBorderColor": "#FF980070", + "thumbColor": "#FF980070", + "trackColor": "#21212130" + } + }, + "thumb": "#3F3F3F", + "thumbBorderColor": "#FF980070", + "thumbColor": "#FF980070", + "trackColor": "#21212130", + "Transparent": { + "hoverThumbBorderColor": "#FF9800", + "hoverThumbColor": "#FF9800", + "hoverTrackColor": "#21212130", + "thumbBorderColor": "#FF980070", + "thumbColor": "#FF980070", + "trackColor": "#21212130" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#1A1A1A", + "foreground": "#727272" + }, + "Header": { + "background": "#212121" + }, + "List": { + "separatorForeground": "#B0BEC5", + "separatorColor": "#292929" + }, + "SearchField": { + "background": "#212121", + "borderColor": "#1A1A1A", + "infoForeground": "#727272" + }, + "Tab": { + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#3F3F3F" + } + }, + "SearchMatch": { + "endBackground": "#FF9800", + "startBackground": "#FF9800" + }, + "Separator": { + "background": "#292929", + "foreground": "#292929", + "separatorColor": "#292929" + }, + "SidePanel": { + "background": "#212121" + }, + "Slider": { + "background": "#212121", + "foreground": "#B0BEC5", + "majorTickLength": 6, + "tickColor": "#292929", + "trackWidth": 7, + "thumb": "#FF9800" + }, + "SpeedSearch": { + "background": "#3F3F3F", + "borderColor": "#292929", + "foreground": "#B0BEC5", + "errorForeground": "#B0BEC5" + }, + "Spinner": { + "background": "#212121", + "border": "3,3,3,3", + "foreground": "#B0BEC5", + "selectionForeground": "#FFFFFF" + }, + "SplitPane": { + "background": "#212121", + "highlight": "#212121" + }, + "SplitPaneDivider.draggingColor": "#292929", + "StatusBar": { + "borderColor": "#212121" + }, + "TabbedPane": { + "background": "#212121", + "contentAreaColor": "#3F3F3F", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#292929", + "disabledForeground": "#474747", + "disabledUnderlineColor": "#474747", + "focus": "#323232", + "focusColor": "#323232", + "fontSizeOffset": 0, + "foreground": "#B0BEC5", + "highlight": "#292929", + "hoverColor": "#3F3F3F", + "labelShift": 0, + "selectedForeground": "#FFFFFF", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#212121", + "Table": { + "background": "#212121", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#FF9800", + "dropLineShortColor": "#FF9800", + "focusCellBackground": "#323232", + "focusCellForeground": "#FFFFFF", + "foreground": "#B0BEC5", + "gridColor": "#212121", + "highlightOuter": "#323232", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#727272", + "lightSelectionInactiveBackground": "#292929", + "selectionBackground": "#323232", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#3232327025", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#B0BEC5", + "stripeColor": "#1A1A1A" + }, + "TableHeader": { + "background": "#212121", + "borderColor": "#212121", + "bottomSeparatorColor": "#292929", + "cellBorder": "4,0,4,0", + "foreground": "#B0BEC5", + "focusCellBackground": "#323232", + "focusCellForeground": "#FFFFFF", + "height": 25, + "separatorColor": "#292929" + }, + "text": "#727272", + "textInactiveText": "#727272", + "textText": "#727272", + "TextArea": { + "background": "#212121", + "caretForeground": "#FF9800", + "foreground": "#B0BEC5", + "inactiveForeground": "#474747", + "selectionBackground": "#323232", + "selectionForeground": "#FFFFFF" + }, + "TextField": { + "background": "#212121", + "caretForeground": "#FF9800", + "foreground": "#B0BEC5", + "inactiveForeground": "#474747", + "selectionBackground": "#323232", + "selectionForeground": "#FFFFFF" + }, + "TextPane": { + "background": "#212121", + "caretForeground": "#FF9800", + "foreground": "#B0BEC5", + "inactiveForeground": "#474747", + "selectionBackground": "#323232", + "selectionForeground": "#FFFFFF" + }, + "TitlePane": { + "background": "#1A1A1A", + "Button.hoverBackground": "#3F3F3F", + "inactiveBackground": "#292929", + "infoForeground": "#727272", + "inactiveInfoForeground": "#727272" + }, + "TitledBorder.titleColor": "#B0BEC5", + "ToggleButton": { + "borderColor": "#2A2A2A", + "buttonColor": "#B0BEC5", + "disabledText": "#474747", + "foreground": "#B0BEC5", + "offForeground": "#212121", + "offBackground": "#212121", + "onBackground": "#FF9800", + "onForeground": "#FF9800" + }, + "ToolBar": { + "background": "#212121", + "borderHandleColor": "#727272", + "floatingForeground": "#727272", + "foreground": "#B0BEC5" + }, + "ToolTip": { + "Actions.background": "#212121", + "Actions.infoForeground": "#727272", + "background": "#212121", + "borderColor": "#3F3F3F", + "foreground": "#B0BEC5", + "infoForeground": "#727272", + "separatorColor": "#292929", + "shortcutForeground": "#727272" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#323232", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#1A1A1A" + }, + "Header": { + "background": "#212121", + "borderColor": "#292929", + "inactiveBackground": "#212121" + }, + "HeaderCloseButton": { + "background": "#212121" + }, + "HeaderTab": { + "hoverBackground": "#3F3F3F", + "hoverInactiveBackground": "#292929", + "inactiveUnderlineColor": "#FF9800", + "selectedBackground": "#1A1A1A", + "selectedInactiveBackground": "#1A1A1A", + "underlineColor": "#FF9800", + "underlinedTabBackground": "#3F3F3F", + "underlinedTabInactiveBackground": "#292929" + } + }, + "Tree": { + "background": "#212121", + "foreground": "#727272", + "hash": "#292929", + "modifiedItemForeground": "#FF9800", + "rowHeight": 28, + "selectionBackground": "#32323270", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#3232327025", + "textBackground": "#212121" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#212121", + "Preview.background": "#212121" + }, + "ValidationTooltip": { + "errorBackground": "#1A1A1A", + "errorBorderColor": "#1A1A1A", + "warningBackground": "#1A1A1A", + "warningBorderColor": "#1A1A1A" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#212121" + }, + "GitLog": { + "localBranchIconColor": "#FF9800", + "otherIconColor": "#727272", + "remoteBranchIconColor": "#B0BEC5", + "tagIconColor": "#727272" + }, + "HgLog": { + "branchIconColor": "#FF9800", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#474747", + "localTagIconColor": "#727272", + "mqTagIconColor": "#727272", + "tagIconColor": "#727272", + "tipIconColor": "#727272" + }, + "Log": { + "Commit.unmatchedForeground": "#727272", + "Commit.currentBranchBackground": "#32323270" + }, + "RefLabel": { + "foreground": "#FFFFFF", + "backgroundBase": "#3F3F3F" + } + }, + "Viewport": { + "background": "#212121", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#212121", + "borderColor": "#212121", + "captionBackground": "#1A1A1A", + "captionForeground": "#B0BEC5", + "footerBackground": "#1A1A1A", + "footerForeground": "#B0BEC5", + "headerBackground": "#212121", + "headerForeground": "#B0BEC5", + "separatorColor": "#292929", + "Projects": { + "background": "#292929", + "selectionBackground": "#353535", + "selectionInactiveBackground": "#292929" + } + }, + "window": "#212121", + "windowBorder": "#292929", + "windowText": "#727272", + "Window.border": "#292929" + }, + "icons": { + "ColorPalette": { + "#43494A": "#1A1A1A", + "#6B6B6B": "#727272", + "#A7A7A7": "#212121", + "#3D6185": "#FF9800", + "#466D94": "#FF9800", + "#3C3F41": "#212121", + "#545556": "#474747", + "#606060": "#474747", + "#9AA7B0": "#B0BEC5", + "#675133": "#FF9800", + "Actions.Blue": "#82aaff", + "Actions.Green": "#c3e88d", + "Actions.Grey": "#727272", + "Actions.GreyInline": "#616161", + "Actions.GreyInline.Dark": "#B0BEC5", + "Actions.Red": "#f07178", + "Actions.Yellow": "#ffcb6b", + "Checkbox.Background.Default": "#1A1A1A", + "Checkbox.Background.Default.Dark": "#1A1A1A", + "Checkbox.Background.Disabled": "#323232", + "Checkbox.Background.Disabled.Dark": "#323232", + "Checkbox.Border.Default": "#292929", + "Checkbox.Border.Default.Dark": "#292929", + "Checkbox.Border.Disabled": "#474747", + "Checkbox.Border.Disabled.Dark": "#474747", + "Checkbox.Focus.Thin.Default": "#FF9800", + "Checkbox.Focus.Thin.Default.Dark": "#FF9800", + "Checkbox.Focus.Wide": "#FF9800", + "Checkbox.Focus.Wide.Dark": "#FF9800", + "Checkbox.Foreground.Disabled": "#474747", + "Checkbox.Foreground.Disabled.Dark": "#474747", + "Checkbox.Background.Selected": "#FF9800", + "Checkbox.Background.Selected.Dark": "#FF9800", + "Checkbox.Border.Selected": "#FF9800", + "Checkbox.Border.Selected.Dark": "#FF9800", + "Checkbox.Foreground.Selected": "#B0BEC5", + "Checkbox.Foreground.Selected.Dark": "#B0BEC5", + "Checkbox.Focus.Thin.Selected": "#B0BEC5", + "Checkbox.Focus.Thin.Selected.Dark": "#B0BEC5", + "Objects.Grey": "#616161", + "Objects.Blue": "#82aaff", + "Objects.RedStatus": "#f07178", + "Objects.Red": "#f07178", + "Objects.Pink": "#c792ea", + "Objects.Yellow": "#ffcb6b", + "Objects.Green": "#c3e88d", + "Objects.Purple": "#c792ea", + "Objects.BlackText": "#B0BEC5", + "Objects.YellowDark": "#f78c6c", + "Objects.GreenAndroid": "#c3e88d" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json new file mode 100644 index 00000000..69f7df78 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Material Deep Ocean Contrast", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Material Deep Ocean.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#4B526D", + "background": "#0F111A", + "borderColor": "#0F111A", + "disabledBackground": "#292D3E", + "disabledForeground": "#464B5D", + "disabledText": "#464B5D", + "focusColor": "#1F2233", + "focusedBorderColor": "#84ffff", + "foreground": "#8F93A2", + "inactiveBackground": "#292D3E", + "inactiveForeground": "#4B526D", + "infoForeground": "#4B526D", + "selectionBackground": "#232632", + "selectionBackgroundInactive": "#181A1F", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#181A1F", + "separatorColor": "#0F111A" + }, + "activeCaption": "#0F111A", + "ActionButton": { + "hoverBackground": "#84ffff50", + "hoverBorderColor": "#84ffff50", + "pressedBackground": "#84ffff50", + "pressedBorderColor": "#84ffff50" + }, + "Autocomplete": { + "selectionBackground": "#232632" + }, + "Borders.ContrastBorderColor": "#0F111A", + "Borders.color": "#0F111A", + "Button": { + "arc": 0, + "background": "#0F111A", + "default": { + "endBackground": "#1A1C25", + "endBorderColor": "#1A1C25", + "foreground": "#FFFFFF", + "focusColor": "#84ffff", + "focusedBorderColor": "#84ffff", + "shadowColor": "#1A1C25", + "startBackground": "#1A1C25", + "startBorderColor": "#1A1C25" + }, + "disabledBorderColor": "#191A21", + "disabledText": "#464B5D", + "endBackground": "#191A21", + "endBorderColor": "#191A21", + "focus": "#1F2233", + "focusedBorderColor": "#84ffff", + "foreground": "#4B526D", + "highlight": "#FFFFFF", + "mt.background": "#191A21", + "mt.foreground": "#4B526D", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#1A1C25", + "mt.selection.color2": "#1A1C25", + "startBackground": "#191A21", + "startBorderColor": "#191A21", + "shadowColor": "#191A21", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#0F111A", + "disabledText": "#464B5D", + "foreground": "#8F93A2", + "select": "#84ffff" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#4B526D", + "acceleratorSelectionForeground": "#4B526D", + "background": "#0F111A", + "disabledBackground": "#0F111A", + "disabledForeground": "#464B5D", + "foreground": "#8F93A2", + "selectionBackground": "#232632", + "selectionForeground": "#FFFFFF" + }, + "ColorChooser": { + "background": "#0F111A", + "foreground": "#8F93A2", + "swatchesDefaultRecentColor": "#8F93A2" + }, + "ComboBoxButton.background": "#191A21", + "ComboBox": { + "ArrowButton": { + "background": "#191A21", + "disabledIconColor": "#464B5D", + "iconColor": "#8F93A2", + "nonEditableBackground": "#0F111A" + }, + "background": "#090B10", + "buttonBackground": "#191A21", + "disabledForeground": "#464B5D", + "foreground": "#8F93A2", + "modifiedItemForeground": "#84ffff", + "nonEditableBackground": "#181A1F", + "padding": "5,5,5,5", + "selectionBackground": "#1A1C25", + "selectionForeground": "#FFFFFF" + }, + "ComboPopup.border": "#0F111A", + "CompletionPopup": { + "background": "#181A1F", + "foreground": "#8F93A2", + "infoForeground": "#4B526D", + "matchForeground": "#84ffff2", + "matchSelectionForeground": "#84ffff", + "nonFocusedState": "false", + "nonFocusedMask": "#717CB416", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#4B526D", + "selectionInactiveBackground": "#1F2233", + "selectionBackground": "#23263280", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#1F2233", + "disabledBorderColor": "#191A21", + "focusColor": "#84ffff", + "focusedBorderColor": "#84ffff", + "hoverIconColor": "#84ffff", + "infoForeground": "#4B526D", + "iconColor": "#8F93A2" + }, + "control": "#0F111A", + "controlText": "#4B526D", + "Counter": { + "background": "#84ffff", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#4B526D", + "changedValueForeground": "#84ffff", + "errorMessageForeground": "#f07178", + "evaluatingExpressionForeground": "#4B526D", + "exceptionForeground": "#ffcb6b", + "modifyingValueForeground": "#84ffff", + "valueForeground": "#84ffff" + } + }, + "DebuggerTabs": { + "selectedBackground": "#1F2233", + "underlinedTabBackground": "#1F2233" + }, + "DebuggerPopup": { + "borderColor": "#1F2233" + }, + "DefaultTabs": { + "background": "#0F111A", + "borderColor": "#0F111A", + "hoverBackground": "#1A1C25", + "hoverColor": "#090B10", + "hoverMaskColor": "#1F2233", + "inactiveUnderlineColor": "#464B5D", + "inactiveMaskColor": "#090B10", + "underlineColor": "#84ffff", + "underlinedTabBackground":"#1A1C25" + }, + "Desktop.background": "#0F111A", + "DialogWrapper.southPanelBackground": "#0F111A", + "DialogWrapper.southPanelDivider": "#0F111A", + "DragAndDrop": { + "areaBackground": "#0F111A", + "areaBorderColor": "#0F111A", + "areaForeground": "#8F93A2" + }, + "Editor": { + "background": "#090B10", + "foreground": "#8F93A2", + "shortcutForeground": "#4B526D" + }, + "EditorPane": { + "background": "#090B10", + "caretForeground": "#84ffff", + "foreground": "#8F93A2", + "inactiveBackground": "#0F111A", + "inactiveForeground": "#464B5D", + "selectionBackground": "#232632", + "selectionForeground": "#FFFFFF" + }, + "EditorTabs": { + "borderColor": "#181A1F", + "hoverColor": "#1F2233", + "hoverMaskColor": "#1F2233", + "inactiveMaskColor": "#0F111A", + "inactiveColoredFileBackground": "#0F111A", + "inactiveUnderlineColor": "#464B5D", + "selectedForeground": "#8F93A2", + "selectedBackground": "#1A1C25", + "underlineColor": "#84ffff", + "underlinedTabBackground": "#1A1C25" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#292D3E", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#0F111A", + "FormattedTextField": { + "background": "#090B10", + "caretForeground": "#84ffff", + "foreground": "#8F93A2", + "inactiveBackground": "#191A21", + "inactiveForeground": "#464B5D", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#1A1C25" + }, + "Group": { + "disabledSeparatorColor": "#0F111A", + "separatorColor": "#0F111A" + }, + "GutterTooltip": { + "infoForeground": "#8F93A2", + "lineSeparatorColor": "#0F111A" + }, + "HeaderColor": { + "active": "#0F111A", + "inactive": "#090B10" + }, + "HelpTooltip": { + "background": "#0F111A", + "borderColor": "#0F111A", + "foreground": "#8F93A2", + "infoForeground": "#4B526D", + "shortcutForeground": "#4B526D" + }, + "Hyperlink.linkColor": "#84ffff", + "inactiveCaption": "#181A1F", + "inactiveCaptionBorder": "#0F111A", + "inactiveCaptionText": "#4B526D", + "info": "#4B526D", + "infoText": "#4B526D", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#0F111A", + "InplaceRefactoringPopup": { + "borderColor": "#0F111A" + }, + "InternalFrame": { + "activeTitleForeground": "#8F93A2", + "background": "#0F111A", + "inactiveTitleForeground": "#4B526D" + }, + "Label": { + "background": "#0F111A", + "disabledForeground": "#464B5D", + "disabledShadow": "#0F111A", + "disabledText": "#464B5D", + "foreground": "#8F93A2", + "infoForeground": "#4B526D", + "selectedForeground": "#FFFFFF" + }, + "Link": { + "activeForeground": "#84ffff", + "hoverForeground": "#84ffff", + "pressedForeground": "#84ffff", + "secondaryForeground": "#4B526D", + "visitedForeground": "#84ffff" + }, + "List": { + "background": "#181A1F", + "foreground": "#8F93A2", + "selectionBackground": "#232632", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#717CB41625" + }, + "material": { + "background": "#0F111A", + "branchColor": "#8F93A2", + "contrast": "#090B10", + "foreground": "#8F93A2", + "mergeCommits": "#191A21", + "primaryColor": "#4B526D", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#0F111A", + "tab.borderColor": "#84ffff", + "tagColor": "#4B526D" + }, + "MemoryIndicator": { + "allocatedBackground": "#181A1F", + "usedColor": "#1F2233", + "usedBackground": "#1F2233" + }, + "Menu": { + "acceleratorForeground": "#4B526D", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#0F111A", + "border": "4,2,4,2", + "borderColor": "#181A1F", + "disabledBackground": "#181A1F", + "disabledForeground": "#464B5D", + "foreground": "#8F93A2", + "selectionBackground": "#232632", + "selectionForeground": "#FFFFFF", + "separatorColor": "#0F111A" + }, + "MenuBar": { + "background": "#090B10", + "borderColor": "#0F111A", + "disabledBackground": "#0F111A", + "disabledForeground": "#464B5D", + "foreground": "#8F93A2", + "highlight": "#0F111A", + "selectionBackground": "#232632", + "selectionForeground": "#FFFFFF", + "shadow": "#090B10" + }, + "MenuItem": { + "acceleratorForeground": "#4B526D", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#0F111A", + "disabledBackground": "#0F111A", + "disabledForeground": "#464B5D", + "foreground": "#8F93A2", + "selectionBackground": "#232632", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#8F93A2", + "borderColor": "#0F111A" + }, + "NewClass": { + "Panel": { + "background": "#0F111A" + }, + "SearchField": { + "background": "#090B10" + } + }, + "Notification": { + "background": "#090B10", + "borderColor": "#090B10", + "errorBackground": "#090B10", + "errorBorderColor": "#090B10", + "foreground": "#8F93A2", + "MoreButton": { + "background": "#191A21", + "foreground": "#8F93A2", + "innerBorderColor": "#191A21" + }, + "ToolWindow": { + "errorBackground": "#090B10", + "errorBorderColor": "#090B10", + "informativeBackground": "#090B10", + "informativeBorderColor": "#090B10", + "warningBackground": "#090B10", + "warningBorderColor": "#090B10" + } + }, + "OnePixelDivider.background": "#0F111A", + "OptionPane": { + "background": "#0F111A", + "foreground": "#8F93A2", + "messageForeground": "#8F93A2" + }, + "Outline": { + "color": "#191A21" + }, + "Panel": { + "background": "#0F111A", + "foreground": "#8F93A2" + }, + "ParameterInfo": { + "background": "#181A1F", + "borderColor": "#1A1C25", + "currentOverloadBackground": "#1A1C25", + "currentParameterForeground": "#84ffff", + "disabledForeground": "#464B5D", + "foreground": "#8F93A2", + "infoForeground": "#4B526D", + "lineSeparatorColor": "#1A1C25" + }, + "PasswordField": { + "background": "#090B10", + "capsLockIconColor": "#84ffff", + "caretForeground": "#84ffff", + "foreground": "#8F93A2", + "inactiveForeground": "#464B5D", + "selectionBackground": "#1A1C25", + "selectionForeground": "#FFFFFF" + }, + "Plugins": { + "background": "#0F111A", + "disabledForeground": "#464B5D", + "eapTagBackground": "#1F2233", + "lightSelectionBackground": "#232632", + "selectionBackground": "#232632", + "tagForeground": "#84ffff", + "tagBackground": "#1F2233", + "Button": { + "installBackground": "#191A21", + "installBorderColor": "#191A21", + "installForeground": "#8F93A2", + "installFocusedBackground": "#1F2233", + "installFillForeground": "#4B526D", + "installFillBackground": "#191A21", + "updateBackground": "#191A21", + "updateBorderColor": "#191A21", + "updateForeground": "#8F93A2" + }, + "SearchField": { + "background": "#090B10", + "borderColor": "#0F111A" + }, + "SectionHeader": { + "background": "#181A1F", + "foreground": "#8F93A2" + }, + "Tab": { + "hoverBackground": "#1A1C25", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#1A1C25" + } + }, + "Popup": { + "Advertiser": { + "background": "#0F111A", + "borderColor": "#0F111A", + "foreground": "#84ffff" + }, + "borderColor": "#090B10", + "inactiveBorderColor": "#0F111A", + "innerBorderColor": "#181A1F", + "Header": { + "activeBackground": "#0F111A", + "inactiveBackground": "#090B10" + }, + "paintBorder": true, + "separatorForeground": "#8F93A2", + "separatorColor": "#181A1F", + "Toolbar": { + "background": "#090B10", + "borderColor": "#090B10" + } + }, + "PopupMenu": { + "background": "#0F111A", + "border": "2,0,2,0", + "foreground": "#8F93A2", + "translucentBackground": "#0F111A" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#0F111A", + "foreground": "#84ffff", + "indeterminateEndColor": "#84ffff", + "indeterminateStartColor": "#84ffff", + "progressColor": "#84ffff", + "selectionBackground": "#1F2233", + "trackColor": "#1F2233" + }, + "RadioButton": { + "background": "#0F111A", + "disabledText": "#464B5D", + "foreground": "#8F93A2" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#4B526D", + "acceleratorSelectionForeground": "#4B526D", + "background": "#0F111A", + "disabledBackground": "#0F111A", + "disabledForeground": "#464B5D", + "foreground": "#8F93A2", + "selectionBackground": "#232632", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#0F111A", + "hoverThumbBorderColor": "#84ffff", + "hoverThumbColor": "#84ffff", + "hoverTrackColor": "#0F111A30", + "Mac": { + "hoverThumbBorderColor": "#84ffff", + "hoverThumbColor": "#84ffff", + "hoverTrackColor": "#0F111A30", + "thumbBorderColor": "#84ffff70", + "thumbColor": "#84ffff70", + "trackColor": "#0F111A30", + "Transparent": { + "hoverThumbBorderColor": "#84ffff", + "hoverThumbColor": "#84ffff", + "hoverTrackColor": "#0F111A30", + "thumbBorderColor": "#84ffff70", + "thumbColor": "#84ffff70", + "trackColor": "#0F111A30" + } + }, + "thumb": "#1F2233", + "thumbBorderColor": "#84ffff70", + "thumbColor": "#84ffff70", + "trackColor": "#0F111A30", + "Transparent": { + "hoverThumbBorderColor": "#84ffff", + "hoverThumbColor": "#84ffff", + "hoverTrackColor": "#0F111A30", + "thumbBorderColor": "#84ffff70", + "thumbColor": "#84ffff70", + "trackColor": "#0F111A30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#090B10", + "foreground": "#4B526D" + }, + "Header": { + "background": "#0F111A" + }, + "List": { + "separatorForeground": "#8F93A2", + "separatorColor": "#0F111A" + }, + "SearchField": { + "background": "#0F111A", + "borderColor": "#090B10", + "infoForeground": "#4B526D" + }, + "Tab": { + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#1F2233" + } + }, + "SearchMatch": { + "endBackground": "#84ffff", + "startBackground": "#84ffff" + }, + "Separator": { + "background": "#181A1F", + "foreground": "#181A1F", + "separatorColor": "#181A1F" + }, + "SidePanel": { + "background": "#090B10" + }, + "Slider": { + "background": "#0F111A", + "foreground": "#8F93A2", + "majorTickLength": 6, + "tickColor": "#181A1F", + "trackWidth": 7, + "thumb": "#84ffff" + }, + "SpeedSearch": { + "background": "#1F2233", + "borderColor": "#0F111A", + "foreground": "#8F93A2", + "errorForeground": "#8F93A2" + }, + "Spinner": { + "background": "#0F111A", + "border": "3,3,3,3", + "foreground": "#8F93A2", + "selectionForeground": "#FFFFFF" + }, + "SplitPane": { + "background": "#0F111A", + "highlight": "#090B10" + }, + "SplitPaneDivider.draggingColor": "#181A1F", + "StatusBar": { + "borderColor": "#0F111A" + }, + "TabbedPane": { + "background": "#0F111A", + "contentAreaColor": "#1F2233", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#0F111A", + "disabledForeground": "#464B5D", + "disabledUnderlineColor": "#464B5D", + "focus": "#1A1C25", + "focusColor": "#1A1C25", + "fontSizeOffset": 0, + "foreground": "#8F93A2", + "highlight": "#0F111A", + "hoverColor": "#1F2233", + "labelShift": 0, + "selectedForeground": "#FFFFFF", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#090B10", + "Table": { + "background": "#0F111A", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#84ffff", + "dropLineShortColor": "#84ffff", + "focusCellBackground": "#1A1C25", + "focusCellForeground": "#FFFFFF", + "foreground": "#8F93A2", + "gridColor": "#0F111A", + "highlightOuter": "#1A1C25", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#4B526D", + "lightSelectionInactiveBackground": "#181A1F", + "selectionBackground": "#1A1C25", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#717CB41625", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#8F93A2", + "stripeColor": "#090B10" + }, + "TableHeader": { + "background": "#0F111A", + "borderColor": "#0F111A", + "bottomSeparatorColor": "#181A1F", + "cellBorder": "4,0,4,0", + "foreground": "#8F93A2", + "focusCellBackground": "#1A1C25", + "focusCellForeground": "#FFFFFF", + "height": 25, + "separatorColor": "#181A1F" + }, + "text": "#4B526D", + "textInactiveText": "#4B526D", + "textText": "#4B526D", + "TextArea": { + "background": "#090B10", + "caretForeground": "#84ffff", + "foreground": "#8F93A2", + "inactiveForeground": "#464B5D", + "selectionBackground": "#1A1C25", + "selectionForeground": "#FFFFFF" + }, + "TextField": { + "background": "#090B10", + "caretForeground": "#84ffff", + "foreground": "#8F93A2", + "inactiveForeground": "#464B5D", + "selectionBackground": "#1A1C25", + "selectionForeground": "#FFFFFF" + }, + "TextPane": { + "background": "#090B10", + "caretForeground": "#84ffff", + "foreground": "#8F93A2", + "inactiveForeground": "#464B5D", + "selectionBackground": "#1A1C25", + "selectionForeground": "#FFFFFF" + }, + "TitlePane": { + "background": "#090B10", + "Button.hoverBackground": "#1F2233", + "inactiveBackground": "#181A1F", + "infoForeground": "#4B526D", + "inactiveInfoForeground": "#4B526D" + }, + "TitledBorder.titleColor": "#8F93A2", + "ToggleButton": { + "borderColor": "#191A21", + "buttonColor": "#8F93A2", + "disabledText": "#464B5D", + "foreground": "#8F93A2", + "offForeground": "#0F111A", + "offBackground": "#0F111A", + "onBackground": "#84ffff", + "onForeground": "#84ffff" + }, + "ToolBar": { + "background": "#090B10", + "borderHandleColor": "#4B526D", + "floatingForeground": "#4B526D", + "foreground": "#8F93A2" + }, + "ToolTip": { + "Actions.background": "#0F111A", + "Actions.infoForeground": "#4B526D", + "background": "#0F111A", + "borderColor": "#1F2233", + "foreground": "#8F93A2", + "infoForeground": "#4B526D", + "separatorColor": "#0F111A", + "shortcutForeground": "#4B526D" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#1A1C25", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#090B10" + }, + "Header": { + "background": "#0F111A", + "borderColor": "#181A1F", + "inactiveBackground": "#0F111A" + }, + "HeaderCloseButton": { + "background": "#0F111A" + }, + "HeaderTab": { + "hoverBackground": "#1F2233", + "hoverInactiveBackground": "#181A1F", + "inactiveUnderlineColor": "#84ffff", + "selectedBackground": "#090B10", + "selectedInactiveBackground": "#090B10", + "underlineColor": "#84ffff", + "underlinedTabBackground": "#1F2233", + "underlinedTabInactiveBackground": "#181A1F" + } + }, + "Tree": { + "background": "#090B10", + "foreground": "#4B526D", + "hash": "#0F111A", + "modifiedItemForeground": "#84ffff", + "rowHeight": 28, + "selectionBackground": "#717CB416", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#717CB41625", + "textBackground": "#090B10" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#0F111A", + "Preview.background": "#0F111A" + }, + "ValidationTooltip": { + "errorBackground": "#090B10", + "errorBorderColor": "#090B10", + "warningBackground": "#090B10", + "warningBorderColor": "#090B10" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#0F111A" + }, + "GitLog": { + "localBranchIconColor": "#84ffff", + "otherIconColor": "#4B526D", + "remoteBranchIconColor": "#8F93A2", + "tagIconColor": "#4B526D" + }, + "HgLog": { + "branchIconColor": "#84ffff", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#464B5D", + "localTagIconColor": "#4B526D", + "mqTagIconColor": "#4B526D", + "tagIconColor": "#4B526D", + "tipIconColor": "#4B526D" + }, + "Log": { + "Commit.unmatchedForeground": "#4B526D", + "Commit.currentBranchBackground": "#717CB416" + }, + "RefLabel": { + "foreground": "#FFFFFF", + "backgroundBase": "#1F2233" + } + }, + "Viewport": { + "background": "#090B10", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#0F111A", + "borderColor": "#0F111A", + "captionBackground": "#090B10", + "captionForeground": "#8F93A2", + "footerBackground": "#090B10", + "footerForeground": "#8F93A2", + "headerBackground": "#0F111A", + "headerForeground": "#8F93A2", + "separatorColor": "#0F111A", + "Projects": { + "background": "#181A1F", + "selectionBackground": "#232632", + "selectionInactiveBackground": "#181A1F" + } + }, + "window": "#090B10", + "windowBorder": "#0F111A", + "windowText": "#4B526D", + "Window.border": "#0F111A" + }, + "icons": { + "ColorPalette": { + "#43494A": "#090B10", + "#6B6B6B": "#4B526D", + "#A7A7A7": "#0F111A", + "#3D6185": "#84ffff", + "#466D94": "#84ffff", + "#3C3F41": "#0F111A", + "#545556": "#464B5D", + "#606060": "#464B5D", + "#9AA7B0": "#8F93A2", + "#675133": "#84ffff", + "Actions.Blue": "#82aaff", + "Actions.Green": "#c3e88d", + "Actions.Grey": "#4B526D", + "Actions.GreyInline": "#717CB4", + "Actions.GreyInline.Dark": "#8F93A2", + "Actions.Red": "#f07178", + "Actions.Yellow": "#ffcb6b", + "Checkbox.Background.Default": "#090B10", + "Checkbox.Background.Default.Dark": "#090B10", + "Checkbox.Background.Disabled": "#292D3E", + "Checkbox.Background.Disabled.Dark": "#292D3E", + "Checkbox.Border.Default": "#0F111A", + "Checkbox.Border.Default.Dark": "#0F111A", + "Checkbox.Border.Disabled": "#464B5D", + "Checkbox.Border.Disabled.Dark": "#464B5D", + "Checkbox.Focus.Thin.Default": "#84ffff", + "Checkbox.Focus.Thin.Default.Dark": "#84ffff", + "Checkbox.Focus.Wide": "#84ffff", + "Checkbox.Focus.Wide.Dark": "#84ffff", + "Checkbox.Foreground.Disabled": "#464B5D", + "Checkbox.Foreground.Disabled.Dark": "#464B5D", + "Checkbox.Background.Selected": "#84ffff", + "Checkbox.Background.Selected.Dark": "#84ffff", + "Checkbox.Border.Selected": "#84ffff", + "Checkbox.Border.Selected.Dark": "#84ffff", + "Checkbox.Foreground.Selected": "#8F93A2", + "Checkbox.Foreground.Selected.Dark": "#8F93A2", + "Checkbox.Focus.Thin.Selected": "#8F93A2", + "Checkbox.Focus.Thin.Selected.Dark": "#8F93A2", + "Objects.Grey": "#717CB4", + "Objects.Blue": "#82aaff", + "Objects.RedStatus": "#f07178", + "Objects.Red": "#f07178", + "Objects.Pink": "#c792ea", + "Objects.Yellow": "#ffcb6b", + "Objects.Green": "#c3e88d", + "Objects.Purple": "#c792ea", + "Objects.BlackText": "#8F93A2", + "Objects.YellowDark": "#f78c6c", + "Objects.GreenAndroid": "#c3e88d" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Deep Ocean.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Deep Ocean.theme.json new file mode 100644 index 00000000..7674abbe --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Deep Ocean.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Material Deep Ocean", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Material Deep Ocean.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#4B526D", + "background": "#0F111A", + "borderColor": "#0F111A", + "disabledBackground": "#292D3E", + "disabledForeground": "#464B5D", + "disabledText": "#464B5D", + "focusColor": "#1F2233", + "focusedBorderColor": "#84ffff", + "foreground": "#8F93A2", + "inactiveBackground": "#292D3E", + "inactiveForeground": "#4B526D", + "infoForeground": "#4B526D", + "selectionBackground": "#232632", + "selectionBackgroundInactive": "#181A1F", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#181A1F", + "separatorColor": "#0F111A" + }, + "activeCaption": "#0F111A", + "ActionButton": { + "hoverBackground": "#84ffff50", + "hoverBorderColor": "#84ffff50", + "pressedBackground": "#84ffff50", + "pressedBorderColor": "#84ffff50" + }, + "Autocomplete": { + "selectionBackground": "#232632" + }, + "Borders.ContrastBorderColor": "#0F111A", + "Borders.color": "#0F111A", + "Button": { + "arc": 0, + "background": "#0F111A", + "default": { + "endBackground": "#1A1C25", + "endBorderColor": "#1A1C25", + "foreground": "#FFFFFF", + "focusColor": "#84ffff", + "focusedBorderColor": "#84ffff", + "shadowColor": "#1A1C25", + "startBackground": "#1A1C25", + "startBorderColor": "#1A1C25" + }, + "disabledBorderColor": "#191A21", + "disabledText": "#464B5D", + "endBackground": "#191A21", + "endBorderColor": "#191A21", + "focus": "#1F2233", + "focusedBorderColor": "#84ffff", + "foreground": "#4B526D", + "highlight": "#FFFFFF", + "mt.background": "#191A21", + "mt.foreground": "#4B526D", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#1A1C25", + "mt.selection.color2": "#1A1C25", + "startBackground": "#191A21", + "startBorderColor": "#191A21", + "shadowColor": "#191A21", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#0F111A", + "disabledText": "#464B5D", + "foreground": "#8F93A2", + "select": "#84ffff" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#4B526D", + "acceleratorSelectionForeground": "#4B526D", + "background": "#0F111A", + "disabledBackground": "#0F111A", + "disabledForeground": "#464B5D", + "foreground": "#8F93A2", + "selectionBackground": "#232632", + "selectionForeground": "#FFFFFF" + }, + "ColorChooser": { + "background": "#0F111A", + "foreground": "#8F93A2", + "swatchesDefaultRecentColor": "#8F93A2" + }, + "ComboBoxButton.background": "#191A21", + "ComboBox": { + "ArrowButton": { + "background": "#191A21", + "disabledIconColor": "#464B5D", + "iconColor": "#8F93A2", + "nonEditableBackground": "#0F111A" + }, + "background": "#0F111A", + "buttonBackground": "#191A21", + "disabledForeground": "#464B5D", + "foreground": "#8F93A2", + "modifiedItemForeground": "#84ffff", + "nonEditableBackground": "#181A1F", + "padding": "5,5,5,5", + "selectionBackground": "#1A1C25", + "selectionForeground": "#FFFFFF" + }, + "ComboPopup.border": "#0F111A", + "CompletionPopup": { + "background": "#181A1F", + "foreground": "#8F93A2", + "infoForeground": "#4B526D", + "matchForeground": "#84ffff2", + "matchSelectionForeground": "#84ffff", + "nonFocusedState": "false", + "nonFocusedMask": "#717CB416", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#4B526D", + "selectionInactiveBackground": "#1F2233", + "selectionBackground": "#23263280", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#1F2233", + "disabledBorderColor": "#191A21", + "focusColor": "#84ffff", + "focusedBorderColor": "#84ffff", + "hoverIconColor": "#84ffff", + "infoForeground": "#4B526D", + "iconColor": "#8F93A2" + }, + "control": "#0F111A", + "controlText": "#4B526D", + "Counter": { + "background": "#84ffff", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#4B526D", + "changedValueForeground": "#84ffff", + "errorMessageForeground": "#f07178", + "evaluatingExpressionForeground": "#4B526D", + "exceptionForeground": "#ffcb6b", + "modifyingValueForeground": "#84ffff", + "valueForeground": "#84ffff" + } + }, + "DebuggerTabs": { + "selectedBackground": "#1F2233", + "underlinedTabBackground": "#1F2233" + }, + "DebuggerPopup": { + "borderColor": "#1F2233" + }, + "DefaultTabs": { + "background": "#0F111A", + "borderColor": "#0F111A", + "hoverBackground": "#1A1C25", + "hoverColor": "#0F111A", + "hoverMaskColor": "#1F2233", + "inactiveUnderlineColor": "#464B5D", + "inactiveMaskColor": "#0F111A", + "underlineColor": "#84ffff", + "underlinedTabBackground":"#1A1C25" + }, + "Desktop.background": "#0F111A", + "DialogWrapper.southPanelBackground": "#0F111A", + "DialogWrapper.southPanelDivider": "#0F111A", + "DragAndDrop": { + "areaBackground": "#0F111A", + "areaBorderColor": "#0F111A", + "areaForeground": "#8F93A2" + }, + "Editor": { + "background": "#0F111A", + "foreground": "#8F93A2", + "shortcutForeground": "#4B526D" + }, + "EditorPane": { + "background": "#0F111A", + "caretForeground": "#84ffff", + "foreground": "#8F93A2", + "inactiveBackground": "#0F111A", + "inactiveForeground": "#464B5D", + "selectionBackground": "#232632", + "selectionForeground": "#FFFFFF" + }, + "EditorTabs": { + "borderColor": "#181A1F", + "hoverColor": "#1F2233", + "hoverMaskColor": "#1F2233", + "inactiveMaskColor": "#0F111A", + "inactiveColoredFileBackground": "#0F111A", + "inactiveUnderlineColor": "#464B5D", + "selectedForeground": "#8F93A2", + "selectedBackground": "#1A1C25", + "underlineColor": "#84ffff", + "underlinedTabBackground": "#1A1C25" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#292D3E", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#0F111A", + "FormattedTextField": { + "background": "#0F111A", + "caretForeground": "#84ffff", + "foreground": "#8F93A2", + "inactiveBackground": "#191A21", + "inactiveForeground": "#464B5D", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#1A1C25" + }, + "Group": { + "disabledSeparatorColor": "#0F111A", + "separatorColor": "#0F111A" + }, + "GutterTooltip": { + "infoForeground": "#8F93A2", + "lineSeparatorColor": "#0F111A" + }, + "HeaderColor": { + "active": "#0F111A", + "inactive": "#090B10" + }, + "HelpTooltip": { + "background": "#0F111A", + "borderColor": "#0F111A", + "foreground": "#8F93A2", + "infoForeground": "#4B526D", + "shortcutForeground": "#4B526D" + }, + "Hyperlink.linkColor": "#84ffff", + "inactiveCaption": "#181A1F", + "inactiveCaptionBorder": "#0F111A", + "inactiveCaptionText": "#4B526D", + "info": "#4B526D", + "infoText": "#4B526D", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#0F111A", + "InplaceRefactoringPopup": { + "borderColor": "#0F111A" + }, + "InternalFrame": { + "activeTitleForeground": "#8F93A2", + "background": "#0F111A", + "inactiveTitleForeground": "#4B526D" + }, + "Label": { + "background": "#0F111A", + "disabledForeground": "#464B5D", + "disabledShadow": "#0F111A", + "disabledText": "#464B5D", + "foreground": "#8F93A2", + "infoForeground": "#4B526D", + "selectedForeground": "#FFFFFF" + }, + "Link": { + "activeForeground": "#84ffff", + "hoverForeground": "#84ffff", + "pressedForeground": "#84ffff", + "secondaryForeground": "#4B526D", + "visitedForeground": "#84ffff" + }, + "List": { + "background": "#181A1F", + "foreground": "#8F93A2", + "selectionBackground": "#232632", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#717CB41625" + }, + "material": { + "background": "#0F111A", + "branchColor": "#8F93A2", + "contrast": "#090B10", + "foreground": "#8F93A2", + "mergeCommits": "#191A21", + "primaryColor": "#4B526D", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#0F111A", + "tab.borderColor": "#84ffff", + "tagColor": "#4B526D" + }, + "MemoryIndicator": { + "allocatedBackground": "#181A1F", + "usedColor": "#1F2233", + "usedBackground": "#1F2233" + }, + "Menu": { + "acceleratorForeground": "#4B526D", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#0F111A", + "border": "4,2,4,2", + "borderColor": "#181A1F", + "disabledBackground": "#181A1F", + "disabledForeground": "#464B5D", + "foreground": "#8F93A2", + "selectionBackground": "#232632", + "selectionForeground": "#FFFFFF", + "separatorColor": "#0F111A" + }, + "MenuBar": { + "background": "#0F111A", + "borderColor": "#0F111A", + "disabledBackground": "#0F111A", + "disabledForeground": "#464B5D", + "foreground": "#8F93A2", + "highlight": "#0F111A", + "selectionBackground": "#232632", + "selectionForeground": "#FFFFFF", + "shadow": "#0F111A" + }, + "MenuItem": { + "acceleratorForeground": "#4B526D", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#0F111A", + "disabledBackground": "#0F111A", + "disabledForeground": "#464B5D", + "foreground": "#8F93A2", + "selectionBackground": "#232632", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#8F93A2", + "borderColor": "#0F111A" + }, + "NewClass": { + "Panel": { + "background": "#0F111A" + }, + "SearchField": { + "background": "#0F111A" + } + }, + "Notification": { + "background": "#090B10", + "borderColor": "#090B10", + "errorBackground": "#090B10", + "errorBorderColor": "#090B10", + "foreground": "#8F93A2", + "MoreButton": { + "background": "#191A21", + "foreground": "#8F93A2", + "innerBorderColor": "#191A21" + }, + "ToolWindow": { + "errorBackground": "#090B10", + "errorBorderColor": "#090B10", + "informativeBackground": "#090B10", + "informativeBorderColor": "#090B10", + "warningBackground": "#090B10", + "warningBorderColor": "#090B10" + } + }, + "OnePixelDivider.background": "#0F111A", + "OptionPane": { + "background": "#0F111A", + "foreground": "#8F93A2", + "messageForeground": "#8F93A2" + }, + "Outline": { + "color": "#191A21" + }, + "Panel": { + "background": "#0F111A", + "foreground": "#8F93A2" + }, + "ParameterInfo": { + "background": "#181A1F", + "borderColor": "#1A1C25", + "currentOverloadBackground": "#1A1C25", + "currentParameterForeground": "#84ffff", + "disabledForeground": "#464B5D", + "foreground": "#8F93A2", + "infoForeground": "#4B526D", + "lineSeparatorColor": "#1A1C25" + }, + "PasswordField": { + "background": "#0F111A", + "capsLockIconColor": "#84ffff", + "caretForeground": "#84ffff", + "foreground": "#8F93A2", + "inactiveForeground": "#464B5D", + "selectionBackground": "#1A1C25", + "selectionForeground": "#FFFFFF" + }, + "Plugins": { + "background": "#0F111A", + "disabledForeground": "#464B5D", + "eapTagBackground": "#1F2233", + "lightSelectionBackground": "#232632", + "selectionBackground": "#232632", + "tagForeground": "#84ffff", + "tagBackground": "#1F2233", + "Button": { + "installBackground": "#191A21", + "installBorderColor": "#191A21", + "installForeground": "#8F93A2", + "installFocusedBackground": "#1F2233", + "installFillForeground": "#4B526D", + "installFillBackground": "#191A21", + "updateBackground": "#191A21", + "updateBorderColor": "#191A21", + "updateForeground": "#8F93A2" + }, + "SearchField": { + "background": "#0F111A", + "borderColor": "#0F111A" + }, + "SectionHeader": { + "background": "#181A1F", + "foreground": "#8F93A2" + }, + "Tab": { + "hoverBackground": "#1A1C25", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#1A1C25" + } + }, + "Popup": { + "Advertiser": { + "background": "#0F111A", + "borderColor": "#0F111A", + "foreground": "#84ffff" + }, + "borderColor": "#090B10", + "inactiveBorderColor": "#0F111A", + "innerBorderColor": "#181A1F", + "Header": { + "activeBackground": "#0F111A", + "inactiveBackground": "#090B10" + }, + "paintBorder": true, + "separatorForeground": "#8F93A2", + "separatorColor": "#181A1F", + "Toolbar": { + "background": "#090B10", + "borderColor": "#090B10" + } + }, + "PopupMenu": { + "background": "#0F111A", + "border": "2,0,2,0", + "foreground": "#8F93A2", + "translucentBackground": "#0F111A" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#0F111A", + "foreground": "#84ffff", + "indeterminateEndColor": "#84ffff", + "indeterminateStartColor": "#84ffff", + "progressColor": "#84ffff", + "selectionBackground": "#1F2233", + "trackColor": "#1F2233" + }, + "RadioButton": { + "background": "#0F111A", + "disabledText": "#464B5D", + "foreground": "#8F93A2" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#4B526D", + "acceleratorSelectionForeground": "#4B526D", + "background": "#0F111A", + "disabledBackground": "#0F111A", + "disabledForeground": "#464B5D", + "foreground": "#8F93A2", + "selectionBackground": "#232632", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#0F111A", + "hoverThumbBorderColor": "#84ffff", + "hoverThumbColor": "#84ffff", + "hoverTrackColor": "#0F111A30", + "Mac": { + "hoverThumbBorderColor": "#84ffff", + "hoverThumbColor": "#84ffff", + "hoverTrackColor": "#0F111A30", + "thumbBorderColor": "#84ffff70", + "thumbColor": "#84ffff70", + "trackColor": "#0F111A30", + "Transparent": { + "hoverThumbBorderColor": "#84ffff", + "hoverThumbColor": "#84ffff", + "hoverTrackColor": "#0F111A30", + "thumbBorderColor": "#84ffff70", + "thumbColor": "#84ffff70", + "trackColor": "#0F111A30" + } + }, + "thumb": "#1F2233", + "thumbBorderColor": "#84ffff70", + "thumbColor": "#84ffff70", + "trackColor": "#0F111A30", + "Transparent": { + "hoverThumbBorderColor": "#84ffff", + "hoverThumbColor": "#84ffff", + "hoverTrackColor": "#0F111A30", + "thumbBorderColor": "#84ffff70", + "thumbColor": "#84ffff70", + "trackColor": "#0F111A30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#090B10", + "foreground": "#4B526D" + }, + "Header": { + "background": "#0F111A" + }, + "List": { + "separatorForeground": "#8F93A2", + "separatorColor": "#0F111A" + }, + "SearchField": { + "background": "#0F111A", + "borderColor": "#090B10", + "infoForeground": "#4B526D" + }, + "Tab": { + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#1F2233" + } + }, + "SearchMatch": { + "endBackground": "#84ffff", + "startBackground": "#84ffff" + }, + "Separator": { + "background": "#181A1F", + "foreground": "#181A1F", + "separatorColor": "#181A1F" + }, + "SidePanel": { + "background": "#0F111A" + }, + "Slider": { + "background": "#0F111A", + "foreground": "#8F93A2", + "majorTickLength": 6, + "tickColor": "#181A1F", + "trackWidth": 7, + "thumb": "#84ffff" + }, + "SpeedSearch": { + "background": "#1F2233", + "borderColor": "#0F111A", + "foreground": "#8F93A2", + "errorForeground": "#8F93A2" + }, + "Spinner": { + "background": "#0F111A", + "border": "3,3,3,3", + "foreground": "#8F93A2", + "selectionForeground": "#FFFFFF" + }, + "SplitPane": { + "background": "#0F111A", + "highlight": "#0F111A" + }, + "SplitPaneDivider.draggingColor": "#181A1F", + "StatusBar": { + "borderColor": "#0F111A" + }, + "TabbedPane": { + "background": "#0F111A", + "contentAreaColor": "#1F2233", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#0F111A", + "disabledForeground": "#464B5D", + "disabledUnderlineColor": "#464B5D", + "focus": "#1A1C25", + "focusColor": "#1A1C25", + "fontSizeOffset": 0, + "foreground": "#8F93A2", + "highlight": "#0F111A", + "hoverColor": "#1F2233", + "labelShift": 0, + "selectedForeground": "#FFFFFF", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#0F111A", + "Table": { + "background": "#0F111A", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#84ffff", + "dropLineShortColor": "#84ffff", + "focusCellBackground": "#1A1C25", + "focusCellForeground": "#FFFFFF", + "foreground": "#8F93A2", + "gridColor": "#0F111A", + "highlightOuter": "#1A1C25", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#4B526D", + "lightSelectionInactiveBackground": "#181A1F", + "selectionBackground": "#1A1C25", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#717CB41625", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#8F93A2", + "stripeColor": "#090B10" + }, + "TableHeader": { + "background": "#0F111A", + "borderColor": "#0F111A", + "bottomSeparatorColor": "#181A1F", + "cellBorder": "4,0,4,0", + "foreground": "#8F93A2", + "focusCellBackground": "#1A1C25", + "focusCellForeground": "#FFFFFF", + "height": 25, + "separatorColor": "#181A1F" + }, + "text": "#4B526D", + "textInactiveText": "#4B526D", + "textText": "#4B526D", + "TextArea": { + "background": "#0F111A", + "caretForeground": "#84ffff", + "foreground": "#8F93A2", + "inactiveForeground": "#464B5D", + "selectionBackground": "#1A1C25", + "selectionForeground": "#FFFFFF" + }, + "TextField": { + "background": "#0F111A", + "caretForeground": "#84ffff", + "foreground": "#8F93A2", + "inactiveForeground": "#464B5D", + "selectionBackground": "#1A1C25", + "selectionForeground": "#FFFFFF" + }, + "TextPane": { + "background": "#0F111A", + "caretForeground": "#84ffff", + "foreground": "#8F93A2", + "inactiveForeground": "#464B5D", + "selectionBackground": "#1A1C25", + "selectionForeground": "#FFFFFF" + }, + "TitlePane": { + "background": "#090B10", + "Button.hoverBackground": "#1F2233", + "inactiveBackground": "#181A1F", + "infoForeground": "#4B526D", + "inactiveInfoForeground": "#4B526D" + }, + "TitledBorder.titleColor": "#8F93A2", + "ToggleButton": { + "borderColor": "#191A21", + "buttonColor": "#8F93A2", + "disabledText": "#464B5D", + "foreground": "#8F93A2", + "offForeground": "#0F111A", + "offBackground": "#0F111A", + "onBackground": "#84ffff", + "onForeground": "#84ffff" + }, + "ToolBar": { + "background": "#0F111A", + "borderHandleColor": "#4B526D", + "floatingForeground": "#4B526D", + "foreground": "#8F93A2" + }, + "ToolTip": { + "Actions.background": "#0F111A", + "Actions.infoForeground": "#4B526D", + "background": "#0F111A", + "borderColor": "#1F2233", + "foreground": "#8F93A2", + "infoForeground": "#4B526D", + "separatorColor": "#0F111A", + "shortcutForeground": "#4B526D" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#1A1C25", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#090B10" + }, + "Header": { + "background": "#0F111A", + "borderColor": "#181A1F", + "inactiveBackground": "#0F111A" + }, + "HeaderCloseButton": { + "background": "#0F111A" + }, + "HeaderTab": { + "hoverBackground": "#1F2233", + "hoverInactiveBackground": "#181A1F", + "inactiveUnderlineColor": "#84ffff", + "selectedBackground": "#090B10", + "selectedInactiveBackground": "#090B10", + "underlineColor": "#84ffff", + "underlinedTabBackground": "#1F2233", + "underlinedTabInactiveBackground": "#181A1F" + } + }, + "Tree": { + "background": "#0F111A", + "foreground": "#4B526D", + "hash": "#0F111A", + "modifiedItemForeground": "#84ffff", + "rowHeight": 28, + "selectionBackground": "#717CB416", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#717CB41625", + "textBackground": "#0F111A" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#0F111A", + "Preview.background": "#0F111A" + }, + "ValidationTooltip": { + "errorBackground": "#090B10", + "errorBorderColor": "#090B10", + "warningBackground": "#090B10", + "warningBorderColor": "#090B10" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#0F111A" + }, + "GitLog": { + "localBranchIconColor": "#84ffff", + "otherIconColor": "#4B526D", + "remoteBranchIconColor": "#8F93A2", + "tagIconColor": "#4B526D" + }, + "HgLog": { + "branchIconColor": "#84ffff", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#464B5D", + "localTagIconColor": "#4B526D", + "mqTagIconColor": "#4B526D", + "tagIconColor": "#4B526D", + "tipIconColor": "#4B526D" + }, + "Log": { + "Commit.unmatchedForeground": "#4B526D", + "Commit.currentBranchBackground": "#717CB416" + }, + "RefLabel": { + "foreground": "#FFFFFF", + "backgroundBase": "#1F2233" + } + }, + "Viewport": { + "background": "#0F111A", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#0F111A", + "borderColor": "#0F111A", + "captionBackground": "#090B10", + "captionForeground": "#8F93A2", + "footerBackground": "#090B10", + "footerForeground": "#8F93A2", + "headerBackground": "#0F111A", + "headerForeground": "#8F93A2", + "separatorColor": "#0F111A", + "Projects": { + "background": "#181A1F", + "selectionBackground": "#232632", + "selectionInactiveBackground": "#181A1F" + } + }, + "window": "#0F111A", + "windowBorder": "#0F111A", + "windowText": "#4B526D", + "Window.border": "#0F111A" + }, + "icons": { + "ColorPalette": { + "#43494A": "#090B10", + "#6B6B6B": "#4B526D", + "#A7A7A7": "#0F111A", + "#3D6185": "#84ffff", + "#466D94": "#84ffff", + "#3C3F41": "#0F111A", + "#545556": "#464B5D", + "#606060": "#464B5D", + "#9AA7B0": "#8F93A2", + "#675133": "#84ffff", + "Actions.Blue": "#82aaff", + "Actions.Green": "#c3e88d", + "Actions.Grey": "#4B526D", + "Actions.GreyInline": "#717CB4", + "Actions.GreyInline.Dark": "#8F93A2", + "Actions.Red": "#f07178", + "Actions.Yellow": "#ffcb6b", + "Checkbox.Background.Default": "#090B10", + "Checkbox.Background.Default.Dark": "#090B10", + "Checkbox.Background.Disabled": "#292D3E", + "Checkbox.Background.Disabled.Dark": "#292D3E", + "Checkbox.Border.Default": "#0F111A", + "Checkbox.Border.Default.Dark": "#0F111A", + "Checkbox.Border.Disabled": "#464B5D", + "Checkbox.Border.Disabled.Dark": "#464B5D", + "Checkbox.Focus.Thin.Default": "#84ffff", + "Checkbox.Focus.Thin.Default.Dark": "#84ffff", + "Checkbox.Focus.Wide": "#84ffff", + "Checkbox.Focus.Wide.Dark": "#84ffff", + "Checkbox.Foreground.Disabled": "#464B5D", + "Checkbox.Foreground.Disabled.Dark": "#464B5D", + "Checkbox.Background.Selected": "#84ffff", + "Checkbox.Background.Selected.Dark": "#84ffff", + "Checkbox.Border.Selected": "#84ffff", + "Checkbox.Border.Selected.Dark": "#84ffff", + "Checkbox.Foreground.Selected": "#8F93A2", + "Checkbox.Foreground.Selected.Dark": "#8F93A2", + "Checkbox.Focus.Thin.Selected": "#8F93A2", + "Checkbox.Focus.Thin.Selected.Dark": "#8F93A2", + "Objects.Grey": "#717CB4", + "Objects.Blue": "#82aaff", + "Objects.RedStatus": "#f07178", + "Objects.Red": "#f07178", + "Objects.Pink": "#c792ea", + "Objects.Yellow": "#ffcb6b", + "Objects.Green": "#c3e88d", + "Objects.Purple": "#c792ea", + "Objects.BlackText": "#8F93A2", + "Objects.YellowDark": "#f78c6c", + "Objects.GreenAndroid": "#c3e88d" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Lighter Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Lighter Contrast.theme.json new file mode 100644 index 00000000..66198476 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Lighter Contrast.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Material Lighter Contrast", + "dark": false, + "author": "Mallowigi", + "editorScheme": "/colors/Material Lighter.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#94A7B0", + "background": "#FAFAFA", + "borderColor": "#d3e1e8", + "disabledBackground": "#eae8e8", + "disabledForeground": "#D2D4D5", + "disabledText": "#D2D4D5", + "focusColor": "#E7E7E8", + "focusedBorderColor": "#00BCD4", + "foreground": "#546E7A", + "inactiveBackground": "#eae8e8", + "inactiveForeground": "#94A7B0", + "infoForeground": "#94A7B0", + "selectionBackground": "#80CBC4", + "selectionBackgroundInactive": "#eae8e8", + "selectionForeground": "#546e7a", + "selectionInactiveBackground": "#eae8e8", + "separatorColor": "#d3e1e8" + }, + "activeCaption": "#FAFAFA", + "ActionButton": { + "hoverBackground": "#00BCD450", + "hoverBorderColor": "#00BCD450", + "pressedBackground": "#00BCD450", + "pressedBorderColor": "#00BCD450" + }, + "Autocomplete": { + "selectionBackground": "#80CBC4" + }, + "Borders.ContrastBorderColor": "#FAFAFA", + "Borders.color": "#d3e1e8", + "Button": { + "arc": 0, + "background": "#FAFAFA", + "default": { + "endBackground": "#E7E7E8", + "endBorderColor": "#E7E7E8", + "foreground": "#546e7a", + "focusColor": "#00BCD4", + "focusedBorderColor": "#00BCD4", + "shadowColor": "#E7E7E8", + "startBackground": "#E7E7E8", + "startBorderColor": "#E7E7E8" + }, + "disabledBorderColor": "#F3F4F5", + "disabledText": "#D2D4D5", + "endBackground": "#F3F4F5", + "endBorderColor": "#F3F4F5", + "focus": "#E7E7E8", + "focusedBorderColor": "#00BCD4", + "foreground": "#94A7B0", + "highlight": "#546e7a", + "mt.background": "#F3F4F5", + "mt.foreground": "#94A7B0", + "mt.selectedForeground": "#546e7a", + "mt.selection.color1": "#E7E7E8", + "mt.selection.color2": "#E7E7E8", + "startBackground": "#F3F4F5", + "startBorderColor": "#F3F4F5", + "shadowColor": "#F3F4F5", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#FAFAFA", + "disabledText": "#D2D4D5", + "foreground": "#546E7A", + "select": "#00BCD4" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#94A7B0", + "acceleratorSelectionForeground": "#94A7B0", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#D2D4D5", + "foreground": "#546E7A", + "selectionBackground": "#80CBC4", + "selectionForeground": "#546e7a" + }, + "ColorChooser": { + "background": "#FAFAFA", + "foreground": "#546E7A", + "swatchesDefaultRecentColor": "#546E7A" + }, + "ComboBoxButton.background": "#F3F4F5", + "ComboBox": { + "ArrowButton": { + "background": "#F3F4F5", + "disabledIconColor": "#D2D4D5", + "iconColor": "#546E7A", + "nonEditableBackground": "#FAFAFA" + }, + "background": "#F4F4F4", + "buttonBackground": "#F3F4F5", + "disabledForeground": "#D2D4D5", + "foreground": "#546E7A", + "modifiedItemForeground": "#00BCD4", + "nonEditableBackground": "#eae8e8", + "padding": "5,5,5,5", + "selectionBackground": "#E7E7E8", + "selectionForeground": "#546e7a" + }, + "ComboPopup.border": "#d3e1e8", + "CompletionPopup": { + "background": "#eae8e8", + "foreground": "#546E7A", + "infoForeground": "#94A7B0", + "matchForeground": "#00BCD42", + "matchSelectionForeground": "#00BCD4", + "nonFocusedState": "false", + "nonFocusedMask": "#80CBC480", + "selectedGrayedForeground": "#546e7a", + "selectionGrayForeground": "#546e7a", + "selectionInactiveInfoForeground": "#94A7B0", + "selectionInactiveBackground": "#E7E7E8", + "selectionBackground": "#80CBC480", + "selectionForeground": "#546e7a", + "selectionInfoForeground": "#546e7a" + }, + "Component": { + "arc": 4, + "borderColor": "#E7E7E8", + "disabledBorderColor": "#F3F4F5", + "focusColor": "#00BCD4", + "focusedBorderColor": "#00BCD4", + "hoverIconColor": "#00BCD4", + "infoForeground": "#94A7B0", + "iconColor": "#546E7A" + }, + "control": "#FAFAFA", + "controlText": "#94A7B0", + "Counter": { + "background": "#00BCD4", + "foreground": "#546e7a" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#94A7B0", + "changedValueForeground": "#00BCD4", + "errorMessageForeground": "#E53935", + "evaluatingExpressionForeground": "#94A7B0", + "exceptionForeground": "#F6A434", + "modifyingValueForeground": "#00BCD4", + "valueForeground": "#00BCD4" + } + }, + "DebuggerTabs": { + "selectedBackground": "#E7E7E8", + "underlinedTabBackground": "#E7E7E8" + }, + "DebuggerPopup": { + "borderColor": "#E7E7E8" + }, + "DefaultTabs": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "hoverBackground": "#E7E7E8", + "hoverColor": "#F4F4F4", + "hoverMaskColor": "#E7E7E8", + "inactiveUnderlineColor": "#D2D4D5", + "inactiveMaskColor": "#F4F4F4", + "underlineColor": "#00BCD4", + "underlinedTabBackground":"#E7E7E8" + }, + "Desktop.background": "#FAFAFA", + "DialogWrapper.southPanelBackground": "#FAFAFA", + "DialogWrapper.southPanelDivider": "#FAFAFA", + "DragAndDrop": { + "areaBackground": "#FAFAFA", + "areaBorderColor": "#FAFAFA", + "areaForeground": "#546E7A" + }, + "Editor": { + "background": "#F4F4F4", + "foreground": "#546E7A", + "shortcutForeground": "#94A7B0" + }, + "EditorPane": { + "background": "#F4F4F4", + "caretForeground": "#00BCD4", + "foreground": "#546E7A", + "inactiveBackground": "#FAFAFA", + "inactiveForeground": "#D2D4D5", + "selectionBackground": "#80CBC4", + "selectionForeground": "#546e7a" + }, + "EditorTabs": { + "borderColor": "#eae8e8", + "hoverColor": "#E7E7E8", + "hoverMaskColor": "#E7E7E8", + "inactiveMaskColor": "#FAFAFA", + "inactiveColoredFileBackground": "#FAFAFA", + "inactiveUnderlineColor": "#D2D4D5", + "selectedForeground": "#546E7A", + "selectedBackground": "#E7E7E8", + "underlineColor": "#00BCD4", + "underlinedTabBackground": "#E7E7E8" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#eae8e8", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#d3e1e8", + "FormattedTextField": { + "background": "#F4F4F4", + "caretForeground": "#00BCD4", + "foreground": "#546E7A", + "inactiveBackground": "#F3F4F5", + "inactiveForeground": "#D2D4D5", + "selectionForeground": "#546e7a", + "selectionBackground": "#E7E7E8" + }, + "Group": { + "disabledSeparatorColor": "#d3e1e8", + "separatorColor": "#d3e1e8" + }, + "GutterTooltip": { + "infoForeground": "#546E7A", + "lineSeparatorColor": "#FAFAFA" + }, + "HeaderColor": { + "active": "#FAFAFA", + "inactive": "#F4F4F4" + }, + "HelpTooltip": { + "background": "#FAFAFA", + "borderColor": "#d3e1e8", + "foreground": "#546E7A", + "infoForeground": "#94A7B0", + "shortcutForeground": "#94A7B0" + }, + "Hyperlink.linkColor": "#00BCD4", + "inactiveCaption": "#eae8e8", + "inactiveCaptionBorder": "#FAFAFA", + "inactiveCaptionText": "#94A7B0", + "info": "#94A7B0", + "infoText": "#94A7B0", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#d3e1e8", + "InplaceRefactoringPopup": { + "borderColor": "#FAFAFA" + }, + "InternalFrame": { + "activeTitleForeground": "#546E7A", + "background": "#FAFAFA", + "inactiveTitleForeground": "#94A7B0" + }, + "Label": { + "background": "#FAFAFA", + "disabledForeground": "#D2D4D5", + "disabledShadow": "#FAFAFA", + "disabledText": "#D2D4D5", + "foreground": "#546E7A", + "infoForeground": "#94A7B0", + "selectedForeground": "#546e7a" + }, + "Link": { + "activeForeground": "#00BCD4", + "hoverForeground": "#00BCD4", + "pressedForeground": "#00BCD4", + "secondaryForeground": "#94A7B0", + "visitedForeground": "#00BCD4" + }, + "List": { + "background": "#eae8e8", + "foreground": "#546E7A", + "selectionBackground": "#80CBC4", + "selectionForeground": "#546e7a", + "selectionInactiveForeground": "#546e7a", + "selectionInactiveBackground": "#80CBC48025" + }, + "material": { + "background": "#FAFAFA", + "branchColor": "#546E7A", + "contrast": "#F4F4F4", + "foreground": "#546E7A", + "mergeCommits": "#F3F4F5", + "primaryColor": "#94A7B0", + "selectionForeground": "#546e7a", + "tab.backgroundColor": "#FAFAFA", + "tab.borderColor": "#00BCD4", + "tagColor": "#94A7B0" + }, + "MemoryIndicator": { + "allocatedBackground": "#eae8e8", + "usedColor": "#E7E7E8", + "usedBackground": "#E7E7E8" + }, + "Menu": { + "acceleratorForeground": "#94A7B0", + "acceleratorSelectionForeground": "#546e7a", + "background": "#FAFAFA", + "border": "4,2,4,2", + "borderColor": "#eae8e8", + "disabledBackground": "#eae8e8", + "disabledForeground": "#D2D4D5", + "foreground": "#546E7A", + "selectionBackground": "#80CBC4", + "selectionForeground": "#546e7a", + "separatorColor": "#d3e1e8" + }, + "MenuBar": { + "background": "#F4F4F4", + "borderColor": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#D2D4D5", + "foreground": "#546E7A", + "highlight": "#FAFAFA", + "selectionBackground": "#80CBC4", + "selectionForeground": "#546e7a", + "shadow": "#F4F4F4" + }, + "MenuItem": { + "acceleratorForeground": "#94A7B0", + "acceleratorSelectionForeground": "#546e7a", + "border": "4,2,4,2", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#D2D4D5", + "foreground": "#546E7A", + "selectionBackground": "#80CBC4", + "selectionForeground": "#546e7a" + }, + "NavBar": { + "arrowColor": "#546E7A", + "borderColor": "#FAFAFA" + }, + "NewClass": { + "Panel": { + "background": "#FAFAFA" + }, + "SearchField": { + "background": "#F4F4F4" + } + }, + "Notification": { + "background": "#eae8e8", + "borderColor": "#eae8e8", + "errorBackground": "#eae8e8", + "errorBorderColor": "#eae8e8", + "foreground": "#546E7A", + "MoreButton": { + "background": "#F3F4F5", + "foreground": "#546E7A", + "innerBorderColor": "#F3F4F5" + }, + "ToolWindow": { + "errorBackground": "#eae8e8", + "errorBorderColor": "#eae8e8", + "informativeBackground": "#eae8e8", + "informativeBorderColor": "#eae8e8", + "warningBackground": "#eae8e8", + "warningBorderColor": "#eae8e8" + } + }, + "OnePixelDivider.background": "#d3e1e8", + "OptionPane": { + "background": "#FAFAFA", + "foreground": "#546E7A", + "messageForeground": "#546E7A" + }, + "Outline": { + "color": "#F3F4F5" + }, + "Panel": { + "background": "#FAFAFA", + "foreground": "#546E7A" + }, + "ParameterInfo": { + "background": "#eae8e8", + "borderColor": "#E7E7E8", + "currentOverloadBackground": "#E7E7E8", + "currentParameterForeground": "#00BCD4", + "disabledForeground": "#D2D4D5", + "foreground": "#546E7A", + "infoForeground": "#94A7B0", + "lineSeparatorColor": "#E7E7E8" + }, + "PasswordField": { + "background": "#F4F4F4", + "capsLockIconColor": "#00BCD4", + "caretForeground": "#00BCD4", + "foreground": "#546E7A", + "inactiveForeground": "#D2D4D5", + "selectionBackground": "#E7E7E8", + "selectionForeground": "#546e7a" + }, + "Plugins": { + "background": "#FAFAFA", + "disabledForeground": "#D2D4D5", + "eapTagBackground": "#E7E7E8", + "lightSelectionBackground": "#80CBC4", + "selectionBackground": "#80CBC4", + "tagForeground": "#00BCD4", + "tagBackground": "#E7E7E8", + "Button": { + "installBackground": "#F3F4F5", + "installBorderColor": "#F3F4F5", + "installForeground": "#546E7A", + "installFocusedBackground": "#E7E7E8", + "installFillForeground": "#94A7B0", + "installFillBackground": "#F3F4F5", + "updateBackground": "#F3F4F5", + "updateBorderColor": "#F3F4F5", + "updateForeground": "#546E7A" + }, + "SearchField": { + "background": "#F4F4F4", + "borderColor": "#d3e1e8" + }, + "SectionHeader": { + "background": "#eae8e8", + "foreground": "#546E7A" + }, + "Tab": { + "hoverBackground": "#E7E7E8", + "selectedForeground": "#546e7a", + "selectedBackground": "#E7E7E8" + } + }, + "Popup": { + "Advertiser": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "foreground": "#00BCD4" + }, + "borderColor": "#F4F4F4", + "inactiveBorderColor": "#FAFAFA", + "innerBorderColor": "#eae8e8", + "Header": { + "activeBackground": "#FAFAFA", + "inactiveBackground": "#F4F4F4" + }, + "paintBorder": true, + "separatorForeground": "#546E7A", + "separatorColor": "#eae8e8", + "Toolbar": { + "background": "#F4F4F4", + "borderColor": "#F4F4F4" + } + }, + "PopupMenu": { + "background": "#FAFAFA", + "border": "2,0,2,0", + "foreground": "#546E7A", + "translucentBackground": "#FAFAFA" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#FAFAFA", + "foreground": "#00BCD4", + "indeterminateEndColor": "#00BCD4", + "indeterminateStartColor": "#00BCD4", + "progressColor": "#00BCD4", + "selectionBackground": "#E7E7E8", + "trackColor": "#E7E7E8" + }, + "RadioButton": { + "background": "#FAFAFA", + "disabledText": "#D2D4D5", + "foreground": "#546E7A" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#94A7B0", + "acceleratorSelectionForeground": "#94A7B0", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#D2D4D5", + "foreground": "#546E7A", + "selectionBackground": "#80CBC4", + "selectionForeground": "#546e7a" + }, + "ScrollBar": { + "background": "#FAFAFA", + "hoverThumbBorderColor": "#00BCD4", + "hoverThumbColor": "#00BCD4", + "hoverTrackColor": "#FAFAFA30", + "Mac": { + "hoverThumbBorderColor": "#00BCD4", + "hoverThumbColor": "#00BCD4", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#00BCD470", + "thumbColor": "#00BCD470", + "trackColor": "#FAFAFA30", + "Transparent": { + "hoverThumbBorderColor": "#00BCD4", + "hoverThumbColor": "#00BCD4", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#00BCD470", + "thumbColor": "#00BCD470", + "trackColor": "#FAFAFA30" + } + }, + "thumb": "#E7E7E8", + "thumbBorderColor": "#00BCD470", + "thumbColor": "#00BCD470", + "trackColor": "#FAFAFA30", + "Transparent": { + "hoverThumbBorderColor": "#00BCD4", + "hoverThumbColor": "#00BCD4", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#00BCD470", + "thumbColor": "#00BCD470", + "trackColor": "#FAFAFA30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#F4F4F4", + "foreground": "#94A7B0" + }, + "Header": { + "background": "#FAFAFA" + }, + "List": { + "separatorForeground": "#546E7A", + "separatorColor": "#d3e1e8" + }, + "SearchField": { + "background": "#FAFAFA", + "borderColor": "#F4F4F4", + "infoForeground": "#94A7B0" + }, + "Tab": { + "active.foreground": "#546e7a", + "selectedForeground": "#546e7a", + "selectedBackground": "#E7E7E8" + } + }, + "SearchMatch": { + "endBackground": "#00BCD4", + "startBackground": "#00BCD4" + }, + "Separator": { + "background": "#eae8e8", + "foreground": "#eae8e8", + "separatorColor": "#eae8e8" + }, + "SidePanel": { + "background": "#F4F4F4" + }, + "Slider": { + "background": "#FAFAFA", + "foreground": "#546E7A", + "majorTickLength": 6, + "tickColor": "#eae8e8", + "trackWidth": 7, + "thumb": "#00BCD4" + }, + "SpeedSearch": { + "background": "#E7E7E8", + "borderColor": "#d3e1e8", + "foreground": "#546E7A", + "errorForeground": "#546E7A" + }, + "Spinner": { + "background": "#FAFAFA", + "border": "3,3,3,3", + "foreground": "#546E7A", + "selectionForeground": "#546e7a" + }, + "SplitPane": { + "background": "#FAFAFA", + "highlight": "#F4F4F4" + }, + "SplitPaneDivider.draggingColor": "#eae8e8", + "StatusBar": { + "borderColor": "#FAFAFA" + }, + "TabbedPane": { + "background": "#FAFAFA", + "contentAreaColor": "#E7E7E8", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#d3e1e8", + "disabledForeground": "#D2D4D5", + "disabledUnderlineColor": "#D2D4D5", + "focus": "#E7E7E8", + "focusColor": "#E7E7E8", + "fontSizeOffset": 0, + "foreground": "#546E7A", + "highlight": "#d3e1e8", + "hoverColor": "#E7E7E8", + "labelShift": 0, + "selectedForeground": "#546e7a", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#F4F4F4", + "Table": { + "background": "#FAFAFA", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#00BCD4", + "dropLineShortColor": "#00BCD4", + "focusCellBackground": "#E7E7E8", + "focusCellForeground": "#546e7a", + "foreground": "#546E7A", + "gridColor": "#FAFAFA", + "highlightOuter": "#E7E7E8", + "lightSelectionForeground": "#546e7a", + "lightSelectionInactiveForeground": "#94A7B0", + "lightSelectionInactiveBackground": "#eae8e8", + "selectionBackground": "#E7E7E8", + "selectionForeground": "#546e7a", + "selectionInactiveBackground": "#80CBC48025", + "selectionInactiveForeground": "#546e7a", + "sortIconColor": "#546E7A", + "stripeColor": "#F4F4F4" + }, + "TableHeader": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "bottomSeparatorColor": "#eae8e8", + "cellBorder": "4,0,4,0", + "foreground": "#546E7A", + "focusCellBackground": "#E7E7E8", + "focusCellForeground": "#546e7a", + "height": 25, + "separatorColor": "#eae8e8" + }, + "text": "#94A7B0", + "textInactiveText": "#94A7B0", + "textText": "#94A7B0", + "TextArea": { + "background": "#F4F4F4", + "caretForeground": "#00BCD4", + "foreground": "#546E7A", + "inactiveForeground": "#D2D4D5", + "selectionBackground": "#E7E7E8", + "selectionForeground": "#546e7a" + }, + "TextField": { + "background": "#F4F4F4", + "caretForeground": "#00BCD4", + "foreground": "#546E7A", + "inactiveForeground": "#D2D4D5", + "selectionBackground": "#E7E7E8", + "selectionForeground": "#546e7a" + }, + "TextPane": { + "background": "#F4F4F4", + "caretForeground": "#00BCD4", + "foreground": "#546E7A", + "inactiveForeground": "#D2D4D5", + "selectionBackground": "#E7E7E8", + "selectionForeground": "#546e7a" + }, + "TitlePane": { + "background": "#F4F4F4", + "Button.hoverBackground": "#E7E7E8", + "inactiveBackground": "#eae8e8", + "infoForeground": "#94A7B0", + "inactiveInfoForeground": "#94A7B0" + }, + "TitledBorder.titleColor": "#546E7A", + "ToggleButton": { + "borderColor": "#F3F4F5", + "buttonColor": "#546E7A", + "disabledText": "#D2D4D5", + "foreground": "#546E7A", + "offForeground": "#FAFAFA", + "offBackground": "#FAFAFA", + "onBackground": "#00BCD4", + "onForeground": "#00BCD4" + }, + "ToolBar": { + "background": "#F4F4F4", + "borderHandleColor": "#94A7B0", + "floatingForeground": "#94A7B0", + "foreground": "#546E7A" + }, + "ToolTip": { + "Actions.background": "#FAFAFA", + "Actions.infoForeground": "#94A7B0", + "background": "#FAFAFA", + "borderColor": "#E7E7E8", + "foreground": "#546E7A", + "infoForeground": "#94A7B0", + "separatorColor": "#d3e1e8", + "shortcutForeground": "#94A7B0" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#E7E7E8", + "selectedForeground": "#546e7a", + "selectedBackground": "#F4F4F4" + }, + "Header": { + "background": "#FAFAFA", + "borderColor": "#eae8e8", + "inactiveBackground": "#FAFAFA" + }, + "HeaderCloseButton": { + "background": "#FAFAFA" + }, + "HeaderTab": { + "hoverBackground": "#E7E7E8", + "hoverInactiveBackground": "#eae8e8", + "inactiveUnderlineColor": "#00BCD4", + "selectedBackground": "#F4F4F4", + "selectedInactiveBackground": "#F4F4F4", + "underlineColor": "#00BCD4", + "underlinedTabBackground": "#E7E7E8", + "underlinedTabInactiveBackground": "#eae8e8" + } + }, + "Tree": { + "background": "#F4F4F4", + "foreground": "#94A7B0", + "hash": "#d3e1e8", + "modifiedItemForeground": "#00BCD4", + "rowHeight": 28, + "selectionBackground": "#80CBC480", + "selectionForeground": "#546e7a", + "selectionInactiveForeground": "#546e7a", + "selectionInactiveBackground": "#80CBC48025", + "textBackground": "#F4F4F4" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#FAFAFA", + "Preview.background": "#FAFAFA" + }, + "ValidationTooltip": { + "errorBackground": "#eae8e8", + "errorBorderColor": "#eae8e8", + "warningBackground": "#eae8e8", + "warningBorderColor": "#eae8e8" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#FAFAFA" + }, + "GitLog": { + "localBranchIconColor": "#00BCD4", + "otherIconColor": "#94A7B0", + "remoteBranchIconColor": "#546E7A", + "tagIconColor": "#94A7B0" + }, + "HgLog": { + "branchIconColor": "#00BCD4", + "bookmarkIconColor": "#546e7a", + "closedBranchIconColor": "#D2D4D5", + "localTagIconColor": "#94A7B0", + "mqTagIconColor": "#94A7B0", + "tagIconColor": "#94A7B0", + "tipIconColor": "#94A7B0" + }, + "Log": { + "Commit.unmatchedForeground": "#94A7B0", + "Commit.currentBranchBackground": "#80CBC480" + }, + "RefLabel": { + "foreground": "#546e7a", + "backgroundBase": "#E7E7E8" + } + }, + "Viewport": { + "background": "#F4F4F4", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "captionBackground": "#F4F4F4", + "captionForeground": "#546E7A", + "footerBackground": "#F4F4F4", + "footerForeground": "#546E7A", + "headerBackground": "#FAFAFA", + "headerForeground": "#546E7A", + "separatorColor": "#d3e1e8", + "Projects": { + "background": "#eae8e8", + "selectionBackground": "#80CBC4", + "selectionInactiveBackground": "#eae8e8" + } + }, + "window": "#F4F4F4", + "windowBorder": "#d3e1e8", + "windowText": "#94A7B0", + "Window.border": "#d3e1e8" + }, + "icons": { + "ColorPalette": { + "#43494A": "#F4F4F4", + "#6B6B6B": "#94A7B0", + "#A7A7A7": "#FAFAFA", + "#3D6185": "#00BCD4", + "#466D94": "#00BCD4", + "#3C3F41": "#FAFAFA", + "#545556": "#D2D4D5", + "#606060": "#D2D4D5", + "#9AA7B0": "#546E7A", + "#675133": "#00BCD4", + "Actions.Blue": "#6182B8", + "Actions.Green": "#91B859", + "Actions.Grey": "#94A7B0", + "Actions.GreyInline": "#AABFC9", + "Actions.GreyInline.Dark": "#546E7A", + "Actions.Red": "#E53935", + "Actions.Yellow": "#F6A434", + "Checkbox.Background.Default": "#F4F4F4", + "Checkbox.Background.Default.Dark": "#F4F4F4", + "Checkbox.Background.Disabled": "#eae8e8", + "Checkbox.Background.Disabled.Dark": "#eae8e8", + "Checkbox.Border.Default": "#d3e1e8", + "Checkbox.Border.Default.Dark": "#d3e1e8", + "Checkbox.Border.Disabled": "#D2D4D5", + "Checkbox.Border.Disabled.Dark": "#D2D4D5", + "Checkbox.Focus.Thin.Default": "#00BCD4", + "Checkbox.Focus.Thin.Default.Dark": "#00BCD4", + "Checkbox.Focus.Wide": "#00BCD4", + "Checkbox.Focus.Wide.Dark": "#00BCD4", + "Checkbox.Foreground.Disabled": "#D2D4D5", + "Checkbox.Foreground.Disabled.Dark": "#D2D4D5", + "Checkbox.Background.Selected": "#00BCD4", + "Checkbox.Background.Selected.Dark": "#00BCD4", + "Checkbox.Border.Selected": "#00BCD4", + "Checkbox.Border.Selected.Dark": "#00BCD4", + "Checkbox.Foreground.Selected": "#546E7A", + "Checkbox.Foreground.Selected.Dark": "#546E7A", + "Checkbox.Focus.Thin.Selected": "#546E7A", + "Checkbox.Focus.Thin.Selected.Dark": "#546E7A", + "Objects.Grey": "#AABFC9", + "Objects.Blue": "#6182B8", + "Objects.RedStatus": "#E53935", + "Objects.Red": "#E53935", + "Objects.Pink": "#7C4DFF", + "Objects.Yellow": "#F6A434", + "Objects.Green": "#91B859", + "Objects.Purple": "#7C4DFF", + "Objects.BlackText": "#546E7A", + "Objects.YellowDark": "#F76D47", + "Objects.GreenAndroid": "#91B859" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Lighter.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Lighter.theme.json new file mode 100644 index 00000000..6ac86b6b --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Lighter.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Material Lighter", + "dark": false, + "author": "Mallowigi", + "editorScheme": "/colors/Material Lighter.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#94A7B0", + "background": "#FAFAFA", + "borderColor": "#d3e1e8", + "disabledBackground": "#eae8e8", + "disabledForeground": "#D2D4D5", + "disabledText": "#D2D4D5", + "focusColor": "#E7E7E8", + "focusedBorderColor": "#00BCD4", + "foreground": "#546E7A", + "inactiveBackground": "#eae8e8", + "inactiveForeground": "#94A7B0", + "infoForeground": "#94A7B0", + "selectionBackground": "#80CBC4", + "selectionBackgroundInactive": "#eae8e8", + "selectionForeground": "#546e7a", + "selectionInactiveBackground": "#eae8e8", + "separatorColor": "#d3e1e8" + }, + "activeCaption": "#FAFAFA", + "ActionButton": { + "hoverBackground": "#00BCD450", + "hoverBorderColor": "#00BCD450", + "pressedBackground": "#00BCD450", + "pressedBorderColor": "#00BCD450" + }, + "Autocomplete": { + "selectionBackground": "#80CBC4" + }, + "Borders.ContrastBorderColor": "#FAFAFA", + "Borders.color": "#d3e1e8", + "Button": { + "arc": 0, + "background": "#FAFAFA", + "default": { + "endBackground": "#E7E7E8", + "endBorderColor": "#E7E7E8", + "foreground": "#546e7a", + "focusColor": "#00BCD4", + "focusedBorderColor": "#00BCD4", + "shadowColor": "#E7E7E8", + "startBackground": "#E7E7E8", + "startBorderColor": "#E7E7E8" + }, + "disabledBorderColor": "#F3F4F5", + "disabledText": "#D2D4D5", + "endBackground": "#F3F4F5", + "endBorderColor": "#F3F4F5", + "focus": "#E7E7E8", + "focusedBorderColor": "#00BCD4", + "foreground": "#94A7B0", + "highlight": "#546e7a", + "mt.background": "#F3F4F5", + "mt.foreground": "#94A7B0", + "mt.selectedForeground": "#546e7a", + "mt.selection.color1": "#E7E7E8", + "mt.selection.color2": "#E7E7E8", + "startBackground": "#F3F4F5", + "startBorderColor": "#F3F4F5", + "shadowColor": "#F3F4F5", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#FAFAFA", + "disabledText": "#D2D4D5", + "foreground": "#546E7A", + "select": "#00BCD4" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#94A7B0", + "acceleratorSelectionForeground": "#94A7B0", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#D2D4D5", + "foreground": "#546E7A", + "selectionBackground": "#80CBC4", + "selectionForeground": "#546e7a" + }, + "ColorChooser": { + "background": "#FAFAFA", + "foreground": "#546E7A", + "swatchesDefaultRecentColor": "#546E7A" + }, + "ComboBoxButton.background": "#F3F4F5", + "ComboBox": { + "ArrowButton": { + "background": "#F3F4F5", + "disabledIconColor": "#D2D4D5", + "iconColor": "#546E7A", + "nonEditableBackground": "#FAFAFA" + }, + "background": "#FAFAFA", + "buttonBackground": "#F3F4F5", + "disabledForeground": "#D2D4D5", + "foreground": "#546E7A", + "modifiedItemForeground": "#00BCD4", + "nonEditableBackground": "#eae8e8", + "padding": "5,5,5,5", + "selectionBackground": "#E7E7E8", + "selectionForeground": "#546e7a" + }, + "ComboPopup.border": "#d3e1e8", + "CompletionPopup": { + "background": "#eae8e8", + "foreground": "#546E7A", + "infoForeground": "#94A7B0", + "matchForeground": "#00BCD42", + "matchSelectionForeground": "#00BCD4", + "nonFocusedState": "false", + "nonFocusedMask": "#80CBC480", + "selectedGrayedForeground": "#546e7a", + "selectionGrayForeground": "#546e7a", + "selectionInactiveInfoForeground": "#94A7B0", + "selectionInactiveBackground": "#E7E7E8", + "selectionBackground": "#80CBC480", + "selectionForeground": "#546e7a", + "selectionInfoForeground": "#546e7a" + }, + "Component": { + "arc": 4, + "borderColor": "#E7E7E8", + "disabledBorderColor": "#F3F4F5", + "focusColor": "#00BCD4", + "focusedBorderColor": "#00BCD4", + "hoverIconColor": "#00BCD4", + "infoForeground": "#94A7B0", + "iconColor": "#546E7A" + }, + "control": "#FAFAFA", + "controlText": "#94A7B0", + "Counter": { + "background": "#00BCD4", + "foreground": "#546e7a" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#94A7B0", + "changedValueForeground": "#00BCD4", + "errorMessageForeground": "#E53935", + "evaluatingExpressionForeground": "#94A7B0", + "exceptionForeground": "#F6A434", + "modifyingValueForeground": "#00BCD4", + "valueForeground": "#00BCD4" + } + }, + "DebuggerTabs": { + "selectedBackground": "#E7E7E8", + "underlinedTabBackground": "#E7E7E8" + }, + "DebuggerPopup": { + "borderColor": "#E7E7E8" + }, + "DefaultTabs": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "hoverBackground": "#E7E7E8", + "hoverColor": "#FAFAFA", + "hoverMaskColor": "#E7E7E8", + "inactiveUnderlineColor": "#D2D4D5", + "inactiveMaskColor": "#FAFAFA", + "underlineColor": "#00BCD4", + "underlinedTabBackground":"#E7E7E8" + }, + "Desktop.background": "#FAFAFA", + "DialogWrapper.southPanelBackground": "#FAFAFA", + "DialogWrapper.southPanelDivider": "#FAFAFA", + "DragAndDrop": { + "areaBackground": "#FAFAFA", + "areaBorderColor": "#FAFAFA", + "areaForeground": "#546E7A" + }, + "Editor": { + "background": "#FAFAFA", + "foreground": "#546E7A", + "shortcutForeground": "#94A7B0" + }, + "EditorPane": { + "background": "#FAFAFA", + "caretForeground": "#00BCD4", + "foreground": "#546E7A", + "inactiveBackground": "#FAFAFA", + "inactiveForeground": "#D2D4D5", + "selectionBackground": "#80CBC4", + "selectionForeground": "#546e7a" + }, + "EditorTabs": { + "borderColor": "#eae8e8", + "hoverColor": "#E7E7E8", + "hoverMaskColor": "#E7E7E8", + "inactiveMaskColor": "#FAFAFA", + "inactiveColoredFileBackground": "#FAFAFA", + "inactiveUnderlineColor": "#D2D4D5", + "selectedForeground": "#546E7A", + "selectedBackground": "#E7E7E8", + "underlineColor": "#00BCD4", + "underlinedTabBackground": "#E7E7E8" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#eae8e8", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#d3e1e8", + "FormattedTextField": { + "background": "#FAFAFA", + "caretForeground": "#00BCD4", + "foreground": "#546E7A", + "inactiveBackground": "#F3F4F5", + "inactiveForeground": "#D2D4D5", + "selectionForeground": "#546e7a", + "selectionBackground": "#E7E7E8" + }, + "Group": { + "disabledSeparatorColor": "#d3e1e8", + "separatorColor": "#d3e1e8" + }, + "GutterTooltip": { + "infoForeground": "#546E7A", + "lineSeparatorColor": "#FAFAFA" + }, + "HeaderColor": { + "active": "#FAFAFA", + "inactive": "#F4F4F4" + }, + "HelpTooltip": { + "background": "#FAFAFA", + "borderColor": "#d3e1e8", + "foreground": "#546E7A", + "infoForeground": "#94A7B0", + "shortcutForeground": "#94A7B0" + }, + "Hyperlink.linkColor": "#00BCD4", + "inactiveCaption": "#eae8e8", + "inactiveCaptionBorder": "#FAFAFA", + "inactiveCaptionText": "#94A7B0", + "info": "#94A7B0", + "infoText": "#94A7B0", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#d3e1e8", + "InplaceRefactoringPopup": { + "borderColor": "#FAFAFA" + }, + "InternalFrame": { + "activeTitleForeground": "#546E7A", + "background": "#FAFAFA", + "inactiveTitleForeground": "#94A7B0" + }, + "Label": { + "background": "#FAFAFA", + "disabledForeground": "#D2D4D5", + "disabledShadow": "#FAFAFA", + "disabledText": "#D2D4D5", + "foreground": "#546E7A", + "infoForeground": "#94A7B0", + "selectedForeground": "#546e7a" + }, + "Link": { + "activeForeground": "#00BCD4", + "hoverForeground": "#00BCD4", + "pressedForeground": "#00BCD4", + "secondaryForeground": "#94A7B0", + "visitedForeground": "#00BCD4" + }, + "List": { + "background": "#eae8e8", + "foreground": "#546E7A", + "selectionBackground": "#80CBC4", + "selectionForeground": "#546e7a", + "selectionInactiveForeground": "#546e7a", + "selectionInactiveBackground": "#80CBC48025" + }, + "material": { + "background": "#FAFAFA", + "branchColor": "#546E7A", + "contrast": "#F4F4F4", + "foreground": "#546E7A", + "mergeCommits": "#F3F4F5", + "primaryColor": "#94A7B0", + "selectionForeground": "#546e7a", + "tab.backgroundColor": "#FAFAFA", + "tab.borderColor": "#00BCD4", + "tagColor": "#94A7B0" + }, + "MemoryIndicator": { + "allocatedBackground": "#eae8e8", + "usedColor": "#E7E7E8", + "usedBackground": "#E7E7E8" + }, + "Menu": { + "acceleratorForeground": "#94A7B0", + "acceleratorSelectionForeground": "#546e7a", + "background": "#FAFAFA", + "border": "4,2,4,2", + "borderColor": "#eae8e8", + "disabledBackground": "#eae8e8", + "disabledForeground": "#D2D4D5", + "foreground": "#546E7A", + "selectionBackground": "#80CBC4", + "selectionForeground": "#546e7a", + "separatorColor": "#d3e1e8" + }, + "MenuBar": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#D2D4D5", + "foreground": "#546E7A", + "highlight": "#FAFAFA", + "selectionBackground": "#80CBC4", + "selectionForeground": "#546e7a", + "shadow": "#FAFAFA" + }, + "MenuItem": { + "acceleratorForeground": "#94A7B0", + "acceleratorSelectionForeground": "#546e7a", + "border": "4,2,4,2", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#D2D4D5", + "foreground": "#546E7A", + "selectionBackground": "#80CBC4", + "selectionForeground": "#546e7a" + }, + "NavBar": { + "arrowColor": "#546E7A", + "borderColor": "#FAFAFA" + }, + "NewClass": { + "Panel": { + "background": "#FAFAFA" + }, + "SearchField": { + "background": "#FAFAFA" + } + }, + "Notification": { + "background": "#eae8e8", + "borderColor": "#eae8e8", + "errorBackground": "#eae8e8", + "errorBorderColor": "#eae8e8", + "foreground": "#546E7A", + "MoreButton": { + "background": "#F3F4F5", + "foreground": "#546E7A", + "innerBorderColor": "#F3F4F5" + }, + "ToolWindow": { + "errorBackground": "#eae8e8", + "errorBorderColor": "#eae8e8", + "informativeBackground": "#eae8e8", + "informativeBorderColor": "#eae8e8", + "warningBackground": "#eae8e8", + "warningBorderColor": "#eae8e8" + } + }, + "OnePixelDivider.background": "#d3e1e8", + "OptionPane": { + "background": "#FAFAFA", + "foreground": "#546E7A", + "messageForeground": "#546E7A" + }, + "Outline": { + "color": "#F3F4F5" + }, + "Panel": { + "background": "#FAFAFA", + "foreground": "#546E7A" + }, + "ParameterInfo": { + "background": "#eae8e8", + "borderColor": "#E7E7E8", + "currentOverloadBackground": "#E7E7E8", + "currentParameterForeground": "#00BCD4", + "disabledForeground": "#D2D4D5", + "foreground": "#546E7A", + "infoForeground": "#94A7B0", + "lineSeparatorColor": "#E7E7E8" + }, + "PasswordField": { + "background": "#FAFAFA", + "capsLockIconColor": "#00BCD4", + "caretForeground": "#00BCD4", + "foreground": "#546E7A", + "inactiveForeground": "#D2D4D5", + "selectionBackground": "#E7E7E8", + "selectionForeground": "#546e7a" + }, + "Plugins": { + "background": "#FAFAFA", + "disabledForeground": "#D2D4D5", + "eapTagBackground": "#E7E7E8", + "lightSelectionBackground": "#80CBC4", + "selectionBackground": "#80CBC4", + "tagForeground": "#00BCD4", + "tagBackground": "#E7E7E8", + "Button": { + "installBackground": "#F3F4F5", + "installBorderColor": "#F3F4F5", + "installForeground": "#546E7A", + "installFocusedBackground": "#E7E7E8", + "installFillForeground": "#94A7B0", + "installFillBackground": "#F3F4F5", + "updateBackground": "#F3F4F5", + "updateBorderColor": "#F3F4F5", + "updateForeground": "#546E7A" + }, + "SearchField": { + "background": "#FAFAFA", + "borderColor": "#d3e1e8" + }, + "SectionHeader": { + "background": "#eae8e8", + "foreground": "#546E7A" + }, + "Tab": { + "hoverBackground": "#E7E7E8", + "selectedForeground": "#546e7a", + "selectedBackground": "#E7E7E8" + } + }, + "Popup": { + "Advertiser": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "foreground": "#00BCD4" + }, + "borderColor": "#F4F4F4", + "inactiveBorderColor": "#FAFAFA", + "innerBorderColor": "#eae8e8", + "Header": { + "activeBackground": "#FAFAFA", + "inactiveBackground": "#F4F4F4" + }, + "paintBorder": true, + "separatorForeground": "#546E7A", + "separatorColor": "#eae8e8", + "Toolbar": { + "background": "#F4F4F4", + "borderColor": "#F4F4F4" + } + }, + "PopupMenu": { + "background": "#FAFAFA", + "border": "2,0,2,0", + "foreground": "#546E7A", + "translucentBackground": "#FAFAFA" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#FAFAFA", + "foreground": "#00BCD4", + "indeterminateEndColor": "#00BCD4", + "indeterminateStartColor": "#00BCD4", + "progressColor": "#00BCD4", + "selectionBackground": "#E7E7E8", + "trackColor": "#E7E7E8" + }, + "RadioButton": { + "background": "#FAFAFA", + "disabledText": "#D2D4D5", + "foreground": "#546E7A" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#94A7B0", + "acceleratorSelectionForeground": "#94A7B0", + "background": "#FAFAFA", + "disabledBackground": "#FAFAFA", + "disabledForeground": "#D2D4D5", + "foreground": "#546E7A", + "selectionBackground": "#80CBC4", + "selectionForeground": "#546e7a" + }, + "ScrollBar": { + "background": "#FAFAFA", + "hoverThumbBorderColor": "#00BCD4", + "hoverThumbColor": "#00BCD4", + "hoverTrackColor": "#FAFAFA30", + "Mac": { + "hoverThumbBorderColor": "#00BCD4", + "hoverThumbColor": "#00BCD4", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#00BCD470", + "thumbColor": "#00BCD470", + "trackColor": "#FAFAFA30", + "Transparent": { + "hoverThumbBorderColor": "#00BCD4", + "hoverThumbColor": "#00BCD4", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#00BCD470", + "thumbColor": "#00BCD470", + "trackColor": "#FAFAFA30" + } + }, + "thumb": "#E7E7E8", + "thumbBorderColor": "#00BCD470", + "thumbColor": "#00BCD470", + "trackColor": "#FAFAFA30", + "Transparent": { + "hoverThumbBorderColor": "#00BCD4", + "hoverThumbColor": "#00BCD4", + "hoverTrackColor": "#FAFAFA30", + "thumbBorderColor": "#00BCD470", + "thumbColor": "#00BCD470", + "trackColor": "#FAFAFA30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#F4F4F4", + "foreground": "#94A7B0" + }, + "Header": { + "background": "#FAFAFA" + }, + "List": { + "separatorForeground": "#546E7A", + "separatorColor": "#d3e1e8" + }, + "SearchField": { + "background": "#FAFAFA", + "borderColor": "#F4F4F4", + "infoForeground": "#94A7B0" + }, + "Tab": { + "active.foreground": "#546e7a", + "selectedForeground": "#546e7a", + "selectedBackground": "#E7E7E8" + } + }, + "SearchMatch": { + "endBackground": "#00BCD4", + "startBackground": "#00BCD4" + }, + "Separator": { + "background": "#eae8e8", + "foreground": "#eae8e8", + "separatorColor": "#eae8e8" + }, + "SidePanel": { + "background": "#FAFAFA" + }, + "Slider": { + "background": "#FAFAFA", + "foreground": "#546E7A", + "majorTickLength": 6, + "tickColor": "#eae8e8", + "trackWidth": 7, + "thumb": "#00BCD4" + }, + "SpeedSearch": { + "background": "#E7E7E8", + "borderColor": "#d3e1e8", + "foreground": "#546E7A", + "errorForeground": "#546E7A" + }, + "Spinner": { + "background": "#FAFAFA", + "border": "3,3,3,3", + "foreground": "#546E7A", + "selectionForeground": "#546e7a" + }, + "SplitPane": { + "background": "#FAFAFA", + "highlight": "#FAFAFA" + }, + "SplitPaneDivider.draggingColor": "#eae8e8", + "StatusBar": { + "borderColor": "#FAFAFA" + }, + "TabbedPane": { + "background": "#FAFAFA", + "contentAreaColor": "#E7E7E8", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#d3e1e8", + "disabledForeground": "#D2D4D5", + "disabledUnderlineColor": "#D2D4D5", + "focus": "#E7E7E8", + "focusColor": "#E7E7E8", + "fontSizeOffset": 0, + "foreground": "#546E7A", + "highlight": "#d3e1e8", + "hoverColor": "#E7E7E8", + "labelShift": 0, + "selectedForeground": "#546e7a", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#FAFAFA", + "Table": { + "background": "#FAFAFA", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#00BCD4", + "dropLineShortColor": "#00BCD4", + "focusCellBackground": "#E7E7E8", + "focusCellForeground": "#546e7a", + "foreground": "#546E7A", + "gridColor": "#FAFAFA", + "highlightOuter": "#E7E7E8", + "lightSelectionForeground": "#546e7a", + "lightSelectionInactiveForeground": "#94A7B0", + "lightSelectionInactiveBackground": "#eae8e8", + "selectionBackground": "#E7E7E8", + "selectionForeground": "#546e7a", + "selectionInactiveBackground": "#80CBC48025", + "selectionInactiveForeground": "#546e7a", + "sortIconColor": "#546E7A", + "stripeColor": "#F4F4F4" + }, + "TableHeader": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "bottomSeparatorColor": "#eae8e8", + "cellBorder": "4,0,4,0", + "foreground": "#546E7A", + "focusCellBackground": "#E7E7E8", + "focusCellForeground": "#546e7a", + "height": 25, + "separatorColor": "#eae8e8" + }, + "text": "#94A7B0", + "textInactiveText": "#94A7B0", + "textText": "#94A7B0", + "TextArea": { + "background": "#FAFAFA", + "caretForeground": "#00BCD4", + "foreground": "#546E7A", + "inactiveForeground": "#D2D4D5", + "selectionBackground": "#E7E7E8", + "selectionForeground": "#546e7a" + }, + "TextField": { + "background": "#FAFAFA", + "caretForeground": "#00BCD4", + "foreground": "#546E7A", + "inactiveForeground": "#D2D4D5", + "selectionBackground": "#E7E7E8", + "selectionForeground": "#546e7a" + }, + "TextPane": { + "background": "#FAFAFA", + "caretForeground": "#00BCD4", + "foreground": "#546E7A", + "inactiveForeground": "#D2D4D5", + "selectionBackground": "#E7E7E8", + "selectionForeground": "#546e7a" + }, + "TitlePane": { + "background": "#F4F4F4", + "Button.hoverBackground": "#E7E7E8", + "inactiveBackground": "#eae8e8", + "infoForeground": "#94A7B0", + "inactiveInfoForeground": "#94A7B0" + }, + "TitledBorder.titleColor": "#546E7A", + "ToggleButton": { + "borderColor": "#F3F4F5", + "buttonColor": "#546E7A", + "disabledText": "#D2D4D5", + "foreground": "#546E7A", + "offForeground": "#FAFAFA", + "offBackground": "#FAFAFA", + "onBackground": "#00BCD4", + "onForeground": "#00BCD4" + }, + "ToolBar": { + "background": "#FAFAFA", + "borderHandleColor": "#94A7B0", + "floatingForeground": "#94A7B0", + "foreground": "#546E7A" + }, + "ToolTip": { + "Actions.background": "#FAFAFA", + "Actions.infoForeground": "#94A7B0", + "background": "#FAFAFA", + "borderColor": "#E7E7E8", + "foreground": "#546E7A", + "infoForeground": "#94A7B0", + "separatorColor": "#d3e1e8", + "shortcutForeground": "#94A7B0" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#E7E7E8", + "selectedForeground": "#546e7a", + "selectedBackground": "#F4F4F4" + }, + "Header": { + "background": "#FAFAFA", + "borderColor": "#eae8e8", + "inactiveBackground": "#FAFAFA" + }, + "HeaderCloseButton": { + "background": "#FAFAFA" + }, + "HeaderTab": { + "hoverBackground": "#E7E7E8", + "hoverInactiveBackground": "#eae8e8", + "inactiveUnderlineColor": "#00BCD4", + "selectedBackground": "#F4F4F4", + "selectedInactiveBackground": "#F4F4F4", + "underlineColor": "#00BCD4", + "underlinedTabBackground": "#E7E7E8", + "underlinedTabInactiveBackground": "#eae8e8" + } + }, + "Tree": { + "background": "#FAFAFA", + "foreground": "#94A7B0", + "hash": "#d3e1e8", + "modifiedItemForeground": "#00BCD4", + "rowHeight": 28, + "selectionBackground": "#80CBC480", + "selectionForeground": "#546e7a", + "selectionInactiveForeground": "#546e7a", + "selectionInactiveBackground": "#80CBC48025", + "textBackground": "#FAFAFA" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#FAFAFA", + "Preview.background": "#FAFAFA" + }, + "ValidationTooltip": { + "errorBackground": "#eae8e8", + "errorBorderColor": "#eae8e8", + "warningBackground": "#eae8e8", + "warningBorderColor": "#eae8e8" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#FAFAFA" + }, + "GitLog": { + "localBranchIconColor": "#00BCD4", + "otherIconColor": "#94A7B0", + "remoteBranchIconColor": "#546E7A", + "tagIconColor": "#94A7B0" + }, + "HgLog": { + "branchIconColor": "#00BCD4", + "bookmarkIconColor": "#546e7a", + "closedBranchIconColor": "#D2D4D5", + "localTagIconColor": "#94A7B0", + "mqTagIconColor": "#94A7B0", + "tagIconColor": "#94A7B0", + "tipIconColor": "#94A7B0" + }, + "Log": { + "Commit.unmatchedForeground": "#94A7B0", + "Commit.currentBranchBackground": "#80CBC480" + }, + "RefLabel": { + "foreground": "#546e7a", + "backgroundBase": "#E7E7E8" + } + }, + "Viewport": { + "background": "#FAFAFA", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#FAFAFA", + "borderColor": "#FAFAFA", + "captionBackground": "#F4F4F4", + "captionForeground": "#546E7A", + "footerBackground": "#F4F4F4", + "footerForeground": "#546E7A", + "headerBackground": "#FAFAFA", + "headerForeground": "#546E7A", + "separatorColor": "#d3e1e8", + "Projects": { + "background": "#eae8e8", + "selectionBackground": "#80CBC4", + "selectionInactiveBackground": "#eae8e8" + } + }, + "window": "#FAFAFA", + "windowBorder": "#d3e1e8", + "windowText": "#94A7B0", + "Window.border": "#d3e1e8" + }, + "icons": { + "ColorPalette": { + "#43494A": "#F4F4F4", + "#6B6B6B": "#94A7B0", + "#A7A7A7": "#FAFAFA", + "#3D6185": "#00BCD4", + "#466D94": "#00BCD4", + "#3C3F41": "#FAFAFA", + "#545556": "#D2D4D5", + "#606060": "#D2D4D5", + "#9AA7B0": "#546E7A", + "#675133": "#00BCD4", + "Actions.Blue": "#6182B8", + "Actions.Green": "#91B859", + "Actions.Grey": "#94A7B0", + "Actions.GreyInline": "#AABFC9", + "Actions.GreyInline.Dark": "#546E7A", + "Actions.Red": "#E53935", + "Actions.Yellow": "#F6A434", + "Checkbox.Background.Default": "#F4F4F4", + "Checkbox.Background.Default.Dark": "#F4F4F4", + "Checkbox.Background.Disabled": "#eae8e8", + "Checkbox.Background.Disabled.Dark": "#eae8e8", + "Checkbox.Border.Default": "#d3e1e8", + "Checkbox.Border.Default.Dark": "#d3e1e8", + "Checkbox.Border.Disabled": "#D2D4D5", + "Checkbox.Border.Disabled.Dark": "#D2D4D5", + "Checkbox.Focus.Thin.Default": "#00BCD4", + "Checkbox.Focus.Thin.Default.Dark": "#00BCD4", + "Checkbox.Focus.Wide": "#00BCD4", + "Checkbox.Focus.Wide.Dark": "#00BCD4", + "Checkbox.Foreground.Disabled": "#D2D4D5", + "Checkbox.Foreground.Disabled.Dark": "#D2D4D5", + "Checkbox.Background.Selected": "#00BCD4", + "Checkbox.Background.Selected.Dark": "#00BCD4", + "Checkbox.Border.Selected": "#00BCD4", + "Checkbox.Border.Selected.Dark": "#00BCD4", + "Checkbox.Foreground.Selected": "#546E7A", + "Checkbox.Foreground.Selected.Dark": "#546E7A", + "Checkbox.Focus.Thin.Selected": "#546E7A", + "Checkbox.Focus.Thin.Selected.Dark": "#546E7A", + "Objects.Grey": "#AABFC9", + "Objects.Blue": "#6182B8", + "Objects.RedStatus": "#E53935", + "Objects.Red": "#E53935", + "Objects.Pink": "#7C4DFF", + "Objects.Yellow": "#F6A434", + "Objects.Green": "#91B859", + "Objects.Purple": "#7C4DFF", + "Objects.BlackText": "#546E7A", + "Objects.YellowDark": "#F76D47", + "Objects.GreenAndroid": "#91B859" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Oceanic Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Oceanic Contrast.theme.json new file mode 100644 index 00000000..1f060f1b --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Oceanic Contrast.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Material Oceanic Contrast", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Material Oceanic.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#607D8B", + "background": "#263238", + "borderColor": "#2A373E", + "disabledBackground": "#2E3C43", + "disabledForeground": "#415967", + "disabledText": "#415967", + "focusColor": "#425B67", + "focusedBorderColor": "#009688", + "foreground": "#B0BEC5", + "inactiveBackground": "#2E3C43", + "inactiveForeground": "#607D8B", + "infoForeground": "#607D8B", + "selectionBackground": "#546E7A", + "selectionBackgroundInactive": "#32424A", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#32424A", + "separatorColor": "#2A373E" + }, + "activeCaption": "#263238", + "ActionButton": { + "hoverBackground": "#00968850", + "hoverBorderColor": "#00968850", + "pressedBackground": "#00968850", + "pressedBorderColor": "#00968850" + }, + "Autocomplete": { + "selectionBackground": "#546E7A" + }, + "Borders.ContrastBorderColor": "#263238", + "Borders.color": "#2A373E", + "Button": { + "arc": 0, + "background": "#263238", + "default": { + "endBackground": "#314549", + "endBorderColor": "#314549", + "foreground": "#FFFFFF", + "focusColor": "#009688", + "focusedBorderColor": "#009688", + "shadowColor": "#314549", + "startBackground": "#314549", + "startBorderColor": "#314549" + }, + "disabledBorderColor": "#2E3C43", + "disabledText": "#415967", + "endBackground": "#2E3C43", + "endBorderColor": "#2E3C43", + "focus": "#425B67", + "focusedBorderColor": "#009688", + "foreground": "#607D8B", + "highlight": "#FFFFFF", + "mt.background": "#2E3C43", + "mt.foreground": "#607D8B", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#314549", + "mt.selection.color2": "#314549", + "startBackground": "#2E3C43", + "startBorderColor": "#2E3C43", + "shadowColor": "#2E3C43", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#263238", + "disabledText": "#415967", + "foreground": "#B0BEC5", + "select": "#009688" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#607D8B", + "acceleratorSelectionForeground": "#607D8B", + "background": "#263238", + "disabledBackground": "#263238", + "disabledForeground": "#415967", + "foreground": "#B0BEC5", + "selectionBackground": "#546E7A", + "selectionForeground": "#FFFFFF" + }, + "ColorChooser": { + "background": "#263238", + "foreground": "#B0BEC5", + "swatchesDefaultRecentColor": "#B0BEC5" + }, + "ComboBoxButton.background": "#2E3C43", + "ComboBox": { + "ArrowButton": { + "background": "#2E3C43", + "disabledIconColor": "#415967", + "iconColor": "#B0BEC5", + "nonEditableBackground": "#263238" + }, + "background": "#1E272C", + "buttonBackground": "#2E3C43", + "disabledForeground": "#415967", + "foreground": "#B0BEC5", + "modifiedItemForeground": "#009688", + "nonEditableBackground": "#32424A", + "padding": "5,5,5,5", + "selectionBackground": "#314549", + "selectionForeground": "#FFFFFF" + }, + "ComboPopup.border": "#2A373E", + "CompletionPopup": { + "background": "#32424A", + "foreground": "#B0BEC5", + "infoForeground": "#607D8B", + "matchForeground": "#0096882", + "matchSelectionForeground": "#009688", + "nonFocusedState": "false", + "nonFocusedMask": "#546E7A70", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#607D8B", + "selectionInactiveBackground": "#425B67", + "selectionBackground": "#546E7A80", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#425B67", + "disabledBorderColor": "#2E3C43", + "focusColor": "#009688", + "focusedBorderColor": "#009688", + "hoverIconColor": "#009688", + "infoForeground": "#607D8B", + "iconColor": "#B0BEC5" + }, + "control": "#263238", + "controlText": "#607D8B", + "Counter": { + "background": "#009688", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#607D8B", + "changedValueForeground": "#009688", + "errorMessageForeground": "#f07178", + "evaluatingExpressionForeground": "#607D8B", + "exceptionForeground": "#ffcb6b", + "modifyingValueForeground": "#009688", + "valueForeground": "#009688" + } + }, + "DebuggerTabs": { + "selectedBackground": "#425B67", + "underlinedTabBackground": "#425B67" + }, + "DebuggerPopup": { + "borderColor": "#425B67" + }, + "DefaultTabs": { + "background": "#263238", + "borderColor": "#263238", + "hoverBackground": "#314549", + "hoverColor": "#1E272C", + "hoverMaskColor": "#425B67", + "inactiveUnderlineColor": "#415967", + "inactiveMaskColor": "#1E272C", + "underlineColor": "#009688", + "underlinedTabBackground":"#314549" + }, + "Desktop.background": "#263238", + "DialogWrapper.southPanelBackground": "#263238", + "DialogWrapper.southPanelDivider": "#263238", + "DragAndDrop": { + "areaBackground": "#263238", + "areaBorderColor": "#263238", + "areaForeground": "#B0BEC5" + }, + "Editor": { + "background": "#1E272C", + "foreground": "#B0BEC5", + "shortcutForeground": "#607D8B" + }, + "EditorPane": { + "background": "#1E272C", + "caretForeground": "#009688", + "foreground": "#B0BEC5", + "inactiveBackground": "#263238", + "inactiveForeground": "#415967", + "selectionBackground": "#546E7A", + "selectionForeground": "#FFFFFF" + }, + "EditorTabs": { + "borderColor": "#32424A", + "hoverColor": "#425B67", + "hoverMaskColor": "#425B67", + "inactiveMaskColor": "#263238", + "inactiveColoredFileBackground": "#263238", + "inactiveUnderlineColor": "#415967", + "selectedForeground": "#B0BEC5", + "selectedBackground": "#314549", + "underlineColor": "#009688", + "underlinedTabBackground": "#314549" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#2E3C43", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#2A373E", + "FormattedTextField": { + "background": "#1E272C", + "caretForeground": "#009688", + "foreground": "#B0BEC5", + "inactiveBackground": "#2E3C43", + "inactiveForeground": "#415967", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#314549" + }, + "Group": { + "disabledSeparatorColor": "#2A373E", + "separatorColor": "#2A373E" + }, + "GutterTooltip": { + "infoForeground": "#B0BEC5", + "lineSeparatorColor": "#263238" + }, + "HeaderColor": { + "active": "#263238", + "inactive": "#1E272C" + }, + "HelpTooltip": { + "background": "#263238", + "borderColor": "#2A373E", + "foreground": "#B0BEC5", + "infoForeground": "#607D8B", + "shortcutForeground": "#607D8B" + }, + "Hyperlink.linkColor": "#009688", + "inactiveCaption": "#32424A", + "inactiveCaptionBorder": "#263238", + "inactiveCaptionText": "#607D8B", + "info": "#607D8B", + "infoText": "#607D8B", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#2A373E", + "InplaceRefactoringPopup": { + "borderColor": "#263238" + }, + "InternalFrame": { + "activeTitleForeground": "#B0BEC5", + "background": "#263238", + "inactiveTitleForeground": "#607D8B" + }, + "Label": { + "background": "#263238", + "disabledForeground": "#415967", + "disabledShadow": "#263238", + "disabledText": "#415967", + "foreground": "#B0BEC5", + "infoForeground": "#607D8B", + "selectedForeground": "#FFFFFF" + }, + "Link": { + "activeForeground": "#009688", + "hoverForeground": "#009688", + "pressedForeground": "#009688", + "secondaryForeground": "#607D8B", + "visitedForeground": "#009688" + }, + "List": { + "background": "#32424A", + "foreground": "#B0BEC5", + "selectionBackground": "#546E7A", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#546E7A7025" + }, + "material": { + "background": "#263238", + "branchColor": "#B0BEC5", + "contrast": "#1E272C", + "foreground": "#B0BEC5", + "mergeCommits": "#2E3C43", + "primaryColor": "#607D8B", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#263238", + "tab.borderColor": "#009688", + "tagColor": "#607D8B" + }, + "MemoryIndicator": { + "allocatedBackground": "#32424A", + "usedColor": "#425B67", + "usedBackground": "#425B67" + }, + "Menu": { + "acceleratorForeground": "#607D8B", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#263238", + "border": "4,2,4,2", + "borderColor": "#32424A", + "disabledBackground": "#32424A", + "disabledForeground": "#415967", + "foreground": "#B0BEC5", + "selectionBackground": "#546E7A", + "selectionForeground": "#FFFFFF", + "separatorColor": "#2A373E" + }, + "MenuBar": { + "background": "#1E272C", + "borderColor": "#263238", + "disabledBackground": "#263238", + "disabledForeground": "#415967", + "foreground": "#B0BEC5", + "highlight": "#263238", + "selectionBackground": "#546E7A", + "selectionForeground": "#FFFFFF", + "shadow": "#1E272C" + }, + "MenuItem": { + "acceleratorForeground": "#607D8B", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#263238", + "disabledBackground": "#263238", + "disabledForeground": "#415967", + "foreground": "#B0BEC5", + "selectionBackground": "#546E7A", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#B0BEC5", + "borderColor": "#263238" + }, + "NewClass": { + "Panel": { + "background": "#263238" + }, + "SearchField": { + "background": "#1E272C" + } + }, + "Notification": { + "background": "#1E272C", + "borderColor": "#1E272C", + "errorBackground": "#1E272C", + "errorBorderColor": "#1E272C", + "foreground": "#B0BEC5", + "MoreButton": { + "background": "#2E3C43", + "foreground": "#B0BEC5", + "innerBorderColor": "#2E3C43" + }, + "ToolWindow": { + "errorBackground": "#1E272C", + "errorBorderColor": "#1E272C", + "informativeBackground": "#1E272C", + "informativeBorderColor": "#1E272C", + "warningBackground": "#1E272C", + "warningBorderColor": "#1E272C" + } + }, + "OnePixelDivider.background": "#2A373E", + "OptionPane": { + "background": "#263238", + "foreground": "#B0BEC5", + "messageForeground": "#B0BEC5" + }, + "Outline": { + "color": "#2E3C43" + }, + "Panel": { + "background": "#263238", + "foreground": "#B0BEC5" + }, + "ParameterInfo": { + "background": "#32424A", + "borderColor": "#314549", + "currentOverloadBackground": "#314549", + "currentParameterForeground": "#009688", + "disabledForeground": "#415967", + "foreground": "#B0BEC5", + "infoForeground": "#607D8B", + "lineSeparatorColor": "#314549" + }, + "PasswordField": { + "background": "#1E272C", + "capsLockIconColor": "#009688", + "caretForeground": "#009688", + "foreground": "#B0BEC5", + "inactiveForeground": "#415967", + "selectionBackground": "#314549", + "selectionForeground": "#FFFFFF" + }, + "Plugins": { + "background": "#263238", + "disabledForeground": "#415967", + "eapTagBackground": "#425B67", + "lightSelectionBackground": "#546E7A", + "selectionBackground": "#546E7A", + "tagForeground": "#009688", + "tagBackground": "#425B67", + "Button": { + "installBackground": "#2E3C43", + "installBorderColor": "#2E3C43", + "installForeground": "#B0BEC5", + "installFocusedBackground": "#425B67", + "installFillForeground": "#607D8B", + "installFillBackground": "#2E3C43", + "updateBackground": "#2E3C43", + "updateBorderColor": "#2E3C43", + "updateForeground": "#B0BEC5" + }, + "SearchField": { + "background": "#1E272C", + "borderColor": "#2A373E" + }, + "SectionHeader": { + "background": "#32424A", + "foreground": "#B0BEC5" + }, + "Tab": { + "hoverBackground": "#314549", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#314549" + } + }, + "Popup": { + "Advertiser": { + "background": "#263238", + "borderColor": "#263238", + "foreground": "#009688" + }, + "borderColor": "#1E272C", + "inactiveBorderColor": "#263238", + "innerBorderColor": "#32424A", + "Header": { + "activeBackground": "#263238", + "inactiveBackground": "#1E272C" + }, + "paintBorder": true, + "separatorForeground": "#B0BEC5", + "separatorColor": "#32424A", + "Toolbar": { + "background": "#1E272C", + "borderColor": "#1E272C" + } + }, + "PopupMenu": { + "background": "#263238", + "border": "2,0,2,0", + "foreground": "#B0BEC5", + "translucentBackground": "#263238" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#263238", + "foreground": "#009688", + "indeterminateEndColor": "#009688", + "indeterminateStartColor": "#009688", + "progressColor": "#009688", + "selectionBackground": "#425B67", + "trackColor": "#425B67" + }, + "RadioButton": { + "background": "#263238", + "disabledText": "#415967", + "foreground": "#B0BEC5" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#607D8B", + "acceleratorSelectionForeground": "#607D8B", + "background": "#263238", + "disabledBackground": "#263238", + "disabledForeground": "#415967", + "foreground": "#B0BEC5", + "selectionBackground": "#546E7A", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#263238", + "hoverThumbBorderColor": "#009688", + "hoverThumbColor": "#009688", + "hoverTrackColor": "#26323830", + "Mac": { + "hoverThumbBorderColor": "#009688", + "hoverThumbColor": "#009688", + "hoverTrackColor": "#26323830", + "thumbBorderColor": "#00968870", + "thumbColor": "#00968870", + "trackColor": "#26323830", + "Transparent": { + "hoverThumbBorderColor": "#009688", + "hoverThumbColor": "#009688", + "hoverTrackColor": "#26323830", + "thumbBorderColor": "#00968870", + "thumbColor": "#00968870", + "trackColor": "#26323830" + } + }, + "thumb": "#425B67", + "thumbBorderColor": "#00968870", + "thumbColor": "#00968870", + "trackColor": "#26323830", + "Transparent": { + "hoverThumbBorderColor": "#009688", + "hoverThumbColor": "#009688", + "hoverTrackColor": "#26323830", + "thumbBorderColor": "#00968870", + "thumbColor": "#00968870", + "trackColor": "#26323830" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#1E272C", + "foreground": "#607D8B" + }, + "Header": { + "background": "#263238" + }, + "List": { + "separatorForeground": "#B0BEC5", + "separatorColor": "#2A373E" + }, + "SearchField": { + "background": "#263238", + "borderColor": "#1E272C", + "infoForeground": "#607D8B" + }, + "Tab": { + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#425B67" + } + }, + "SearchMatch": { + "endBackground": "#009688", + "startBackground": "#009688" + }, + "Separator": { + "background": "#32424A", + "foreground": "#32424A", + "separatorColor": "#32424A" + }, + "SidePanel": { + "background": "#1E272C" + }, + "Slider": { + "background": "#263238", + "foreground": "#B0BEC5", + "majorTickLength": 6, + "tickColor": "#32424A", + "trackWidth": 7, + "thumb": "#009688" + }, + "SpeedSearch": { + "background": "#425B67", + "borderColor": "#2A373E", + "foreground": "#B0BEC5", + "errorForeground": "#B0BEC5" + }, + "Spinner": { + "background": "#263238", + "border": "3,3,3,3", + "foreground": "#B0BEC5", + "selectionForeground": "#FFFFFF" + }, + "SplitPane": { + "background": "#263238", + "highlight": "#1E272C" + }, + "SplitPaneDivider.draggingColor": "#32424A", + "StatusBar": { + "borderColor": "#263238" + }, + "TabbedPane": { + "background": "#263238", + "contentAreaColor": "#425B67", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#2A373E", + "disabledForeground": "#415967", + "disabledUnderlineColor": "#415967", + "focus": "#314549", + "focusColor": "#314549", + "fontSizeOffset": 0, + "foreground": "#B0BEC5", + "highlight": "#2A373E", + "hoverColor": "#425B67", + "labelShift": 0, + "selectedForeground": "#FFFFFF", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#1E272C", + "Table": { + "background": "#263238", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#009688", + "dropLineShortColor": "#009688", + "focusCellBackground": "#314549", + "focusCellForeground": "#FFFFFF", + "foreground": "#B0BEC5", + "gridColor": "#263238", + "highlightOuter": "#314549", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#607D8B", + "lightSelectionInactiveBackground": "#32424A", + "selectionBackground": "#314549", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#546E7A7025", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#B0BEC5", + "stripeColor": "#1E272C" + }, + "TableHeader": { + "background": "#263238", + "borderColor": "#263238", + "bottomSeparatorColor": "#32424A", + "cellBorder": "4,0,4,0", + "foreground": "#B0BEC5", + "focusCellBackground": "#314549", + "focusCellForeground": "#FFFFFF", + "height": 25, + "separatorColor": "#32424A" + }, + "text": "#607D8B", + "textInactiveText": "#607D8B", + "textText": "#607D8B", + "TextArea": { + "background": "#1E272C", + "caretForeground": "#009688", + "foreground": "#B0BEC5", + "inactiveForeground": "#415967", + "selectionBackground": "#314549", + "selectionForeground": "#FFFFFF" + }, + "TextField": { + "background": "#1E272C", + "caretForeground": "#009688", + "foreground": "#B0BEC5", + "inactiveForeground": "#415967", + "selectionBackground": "#314549", + "selectionForeground": "#FFFFFF" + }, + "TextPane": { + "background": "#1E272C", + "caretForeground": "#009688", + "foreground": "#B0BEC5", + "inactiveForeground": "#415967", + "selectionBackground": "#314549", + "selectionForeground": "#FFFFFF" + }, + "TitlePane": { + "background": "#1E272C", + "Button.hoverBackground": "#425B67", + "inactiveBackground": "#32424A", + "infoForeground": "#607D8B", + "inactiveInfoForeground": "#607D8B" + }, + "TitledBorder.titleColor": "#B0BEC5", + "ToggleButton": { + "borderColor": "#2E3C43", + "buttonColor": "#B0BEC5", + "disabledText": "#415967", + "foreground": "#B0BEC5", + "offForeground": "#263238", + "offBackground": "#263238", + "onBackground": "#009688", + "onForeground": "#009688" + }, + "ToolBar": { + "background": "#1E272C", + "borderHandleColor": "#607D8B", + "floatingForeground": "#607D8B", + "foreground": "#B0BEC5" + }, + "ToolTip": { + "Actions.background": "#263238", + "Actions.infoForeground": "#607D8B", + "background": "#263238", + "borderColor": "#425B67", + "foreground": "#B0BEC5", + "infoForeground": "#607D8B", + "separatorColor": "#2A373E", + "shortcutForeground": "#607D8B" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#314549", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#1E272C" + }, + "Header": { + "background": "#263238", + "borderColor": "#32424A", + "inactiveBackground": "#263238" + }, + "HeaderCloseButton": { + "background": "#263238" + }, + "HeaderTab": { + "hoverBackground": "#425B67", + "hoverInactiveBackground": "#32424A", + "inactiveUnderlineColor": "#009688", + "selectedBackground": "#1E272C", + "selectedInactiveBackground": "#1E272C", + "underlineColor": "#009688", + "underlinedTabBackground": "#425B67", + "underlinedTabInactiveBackground": "#32424A" + } + }, + "Tree": { + "background": "#1E272C", + "foreground": "#607D8B", + "hash": "#2A373E", + "modifiedItemForeground": "#009688", + "rowHeight": 28, + "selectionBackground": "#546E7A70", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#546E7A7025", + "textBackground": "#1E272C" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#263238", + "Preview.background": "#263238" + }, + "ValidationTooltip": { + "errorBackground": "#1E272C", + "errorBorderColor": "#1E272C", + "warningBackground": "#1E272C", + "warningBorderColor": "#1E272C" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#263238" + }, + "GitLog": { + "localBranchIconColor": "#009688", + "otherIconColor": "#607D8B", + "remoteBranchIconColor": "#B0BEC5", + "tagIconColor": "#607D8B" + }, + "HgLog": { + "branchIconColor": "#009688", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#415967", + "localTagIconColor": "#607D8B", + "mqTagIconColor": "#607D8B", + "tagIconColor": "#607D8B", + "tipIconColor": "#607D8B" + }, + "Log": { + "Commit.unmatchedForeground": "#607D8B", + "Commit.currentBranchBackground": "#546E7A70" + }, + "RefLabel": { + "foreground": "#FFFFFF", + "backgroundBase": "#425B67" + } + }, + "Viewport": { + "background": "#1E272C", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#263238", + "borderColor": "#263238", + "captionBackground": "#1E272C", + "captionForeground": "#B0BEC5", + "footerBackground": "#1E272C", + "footerForeground": "#B0BEC5", + "headerBackground": "#263238", + "headerForeground": "#B0BEC5", + "separatorColor": "#2A373E", + "Projects": { + "background": "#32424A", + "selectionBackground": "#546E7A", + "selectionInactiveBackground": "#32424A" + } + }, + "window": "#1E272C", + "windowBorder": "#2A373E", + "windowText": "#607D8B", + "Window.border": "#2A373E" + }, + "icons": { + "ColorPalette": { + "#43494A": "#1E272C", + "#6B6B6B": "#607D8B", + "#A7A7A7": "#263238", + "#3D6185": "#009688", + "#466D94": "#009688", + "#3C3F41": "#263238", + "#545556": "#415967", + "#606060": "#415967", + "#9AA7B0": "#B0BEC5", + "#675133": "#009688", + "Actions.Blue": "#82aaff", + "Actions.Green": "#c3e88d", + "Actions.Grey": "#607D8B", + "Actions.GreyInline": "#546e7a", + "Actions.GreyInline.Dark": "#B0BEC5", + "Actions.Red": "#f07178", + "Actions.Yellow": "#ffcb6b", + "Checkbox.Background.Default": "#1E272C", + "Checkbox.Background.Default.Dark": "#1E272C", + "Checkbox.Background.Disabled": "#2E3C43", + "Checkbox.Background.Disabled.Dark": "#2E3C43", + "Checkbox.Border.Default": "#2A373E", + "Checkbox.Border.Default.Dark": "#2A373E", + "Checkbox.Border.Disabled": "#415967", + "Checkbox.Border.Disabled.Dark": "#415967", + "Checkbox.Focus.Thin.Default": "#009688", + "Checkbox.Focus.Thin.Default.Dark": "#009688", + "Checkbox.Focus.Wide": "#009688", + "Checkbox.Focus.Wide.Dark": "#009688", + "Checkbox.Foreground.Disabled": "#415967", + "Checkbox.Foreground.Disabled.Dark": "#415967", + "Checkbox.Background.Selected": "#009688", + "Checkbox.Background.Selected.Dark": "#009688", + "Checkbox.Border.Selected": "#009688", + "Checkbox.Border.Selected.Dark": "#009688", + "Checkbox.Foreground.Selected": "#B0BEC5", + "Checkbox.Foreground.Selected.Dark": "#B0BEC5", + "Checkbox.Focus.Thin.Selected": "#B0BEC5", + "Checkbox.Focus.Thin.Selected.Dark": "#B0BEC5", + "Objects.Grey": "#546e7a", + "Objects.Blue": "#82aaff", + "Objects.RedStatus": "#f07178", + "Objects.Red": "#f07178", + "Objects.Pink": "#c792ea", + "Objects.Yellow": "#ffcb6b", + "Objects.Green": "#c3e88d", + "Objects.Purple": "#c792ea", + "Objects.BlackText": "#B0BEC5", + "Objects.YellowDark": "#f78c6c", + "Objects.GreenAndroid": "#c3e88d" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Oceanic.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Oceanic.theme.json new file mode 100644 index 00000000..5740a1b4 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Oceanic.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Material Oceanic", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Material Oceanic.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#607D8B", + "background": "#263238", + "borderColor": "#2A373E", + "disabledBackground": "#2E3C43", + "disabledForeground": "#415967", + "disabledText": "#415967", + "focusColor": "#425B67", + "focusedBorderColor": "#009688", + "foreground": "#B0BEC5", + "inactiveBackground": "#2E3C43", + "inactiveForeground": "#607D8B", + "infoForeground": "#607D8B", + "selectionBackground": "#546E7A", + "selectionBackgroundInactive": "#32424A", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#32424A", + "separatorColor": "#2A373E" + }, + "activeCaption": "#263238", + "ActionButton": { + "hoverBackground": "#00968850", + "hoverBorderColor": "#00968850", + "pressedBackground": "#00968850", + "pressedBorderColor": "#00968850" + }, + "Autocomplete": { + "selectionBackground": "#546E7A" + }, + "Borders.ContrastBorderColor": "#263238", + "Borders.color": "#2A373E", + "Button": { + "arc": 0, + "background": "#263238", + "default": { + "endBackground": "#314549", + "endBorderColor": "#314549", + "foreground": "#FFFFFF", + "focusColor": "#009688", + "focusedBorderColor": "#009688", + "shadowColor": "#314549", + "startBackground": "#314549", + "startBorderColor": "#314549" + }, + "disabledBorderColor": "#2E3C43", + "disabledText": "#415967", + "endBackground": "#2E3C43", + "endBorderColor": "#2E3C43", + "focus": "#425B67", + "focusedBorderColor": "#009688", + "foreground": "#607D8B", + "highlight": "#FFFFFF", + "mt.background": "#2E3C43", + "mt.foreground": "#607D8B", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#314549", + "mt.selection.color2": "#314549", + "startBackground": "#2E3C43", + "startBorderColor": "#2E3C43", + "shadowColor": "#2E3C43", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#263238", + "disabledText": "#415967", + "foreground": "#B0BEC5", + "select": "#009688" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#607D8B", + "acceleratorSelectionForeground": "#607D8B", + "background": "#263238", + "disabledBackground": "#263238", + "disabledForeground": "#415967", + "foreground": "#B0BEC5", + "selectionBackground": "#546E7A", + "selectionForeground": "#FFFFFF" + }, + "ColorChooser": { + "background": "#263238", + "foreground": "#B0BEC5", + "swatchesDefaultRecentColor": "#B0BEC5" + }, + "ComboBoxButton.background": "#2E3C43", + "ComboBox": { + "ArrowButton": { + "background": "#2E3C43", + "disabledIconColor": "#415967", + "iconColor": "#B0BEC5", + "nonEditableBackground": "#263238" + }, + "background": "#263238", + "buttonBackground": "#2E3C43", + "disabledForeground": "#415967", + "foreground": "#B0BEC5", + "modifiedItemForeground": "#009688", + "nonEditableBackground": "#32424A", + "padding": "5,5,5,5", + "selectionBackground": "#314549", + "selectionForeground": "#FFFFFF" + }, + "ComboPopup.border": "#2A373E", + "CompletionPopup": { + "background": "#32424A", + "foreground": "#B0BEC5", + "infoForeground": "#607D8B", + "matchForeground": "#0096882", + "matchSelectionForeground": "#009688", + "nonFocusedState": "false", + "nonFocusedMask": "#546E7A70", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#607D8B", + "selectionInactiveBackground": "#425B67", + "selectionBackground": "#546E7A80", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#425B67", + "disabledBorderColor": "#2E3C43", + "focusColor": "#009688", + "focusedBorderColor": "#009688", + "hoverIconColor": "#009688", + "infoForeground": "#607D8B", + "iconColor": "#B0BEC5" + }, + "control": "#263238", + "controlText": "#607D8B", + "Counter": { + "background": "#009688", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#607D8B", + "changedValueForeground": "#009688", + "errorMessageForeground": "#f07178", + "evaluatingExpressionForeground": "#607D8B", + "exceptionForeground": "#ffcb6b", + "modifyingValueForeground": "#009688", + "valueForeground": "#009688" + } + }, + "DebuggerTabs": { + "selectedBackground": "#425B67", + "underlinedTabBackground": "#425B67" + }, + "DebuggerPopup": { + "borderColor": "#425B67" + }, + "DefaultTabs": { + "background": "#263238", + "borderColor": "#263238", + "hoverBackground": "#314549", + "hoverColor": "#263238", + "hoverMaskColor": "#425B67", + "inactiveUnderlineColor": "#415967", + "inactiveMaskColor": "#263238", + "underlineColor": "#009688", + "underlinedTabBackground":"#314549" + }, + "Desktop.background": "#263238", + "DialogWrapper.southPanelBackground": "#263238", + "DialogWrapper.southPanelDivider": "#263238", + "DragAndDrop": { + "areaBackground": "#263238", + "areaBorderColor": "#263238", + "areaForeground": "#B0BEC5" + }, + "Editor": { + "background": "#263238", + "foreground": "#B0BEC5", + "shortcutForeground": "#607D8B" + }, + "EditorPane": { + "background": "#263238", + "caretForeground": "#009688", + "foreground": "#B0BEC5", + "inactiveBackground": "#263238", + "inactiveForeground": "#415967", + "selectionBackground": "#546E7A", + "selectionForeground": "#FFFFFF" + }, + "EditorTabs": { + "borderColor": "#32424A", + "hoverColor": "#425B67", + "hoverMaskColor": "#425B67", + "inactiveMaskColor": "#263238", + "inactiveColoredFileBackground": "#263238", + "inactiveUnderlineColor": "#415967", + "selectedForeground": "#B0BEC5", + "selectedBackground": "#314549", + "underlineColor": "#009688", + "underlinedTabBackground": "#314549" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#2E3C43", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#2A373E", + "FormattedTextField": { + "background": "#263238", + "caretForeground": "#009688", + "foreground": "#B0BEC5", + "inactiveBackground": "#2E3C43", + "inactiveForeground": "#415967", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#314549" + }, + "Group": { + "disabledSeparatorColor": "#2A373E", + "separatorColor": "#2A373E" + }, + "GutterTooltip": { + "infoForeground": "#B0BEC5", + "lineSeparatorColor": "#263238" + }, + "HeaderColor": { + "active": "#263238", + "inactive": "#1E272C" + }, + "HelpTooltip": { + "background": "#263238", + "borderColor": "#2A373E", + "foreground": "#B0BEC5", + "infoForeground": "#607D8B", + "shortcutForeground": "#607D8B" + }, + "Hyperlink.linkColor": "#009688", + "inactiveCaption": "#32424A", + "inactiveCaptionBorder": "#263238", + "inactiveCaptionText": "#607D8B", + "info": "#607D8B", + "infoText": "#607D8B", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#2A373E", + "InplaceRefactoringPopup": { + "borderColor": "#263238" + }, + "InternalFrame": { + "activeTitleForeground": "#B0BEC5", + "background": "#263238", + "inactiveTitleForeground": "#607D8B" + }, + "Label": { + "background": "#263238", + "disabledForeground": "#415967", + "disabledShadow": "#263238", + "disabledText": "#415967", + "foreground": "#B0BEC5", + "infoForeground": "#607D8B", + "selectedForeground": "#FFFFFF" + }, + "Link": { + "activeForeground": "#009688", + "hoverForeground": "#009688", + "pressedForeground": "#009688", + "secondaryForeground": "#607D8B", + "visitedForeground": "#009688" + }, + "List": { + "background": "#32424A", + "foreground": "#B0BEC5", + "selectionBackground": "#546E7A", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#546E7A7025" + }, + "material": { + "background": "#263238", + "branchColor": "#B0BEC5", + "contrast": "#1E272C", + "foreground": "#B0BEC5", + "mergeCommits": "#2E3C43", + "primaryColor": "#607D8B", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#263238", + "tab.borderColor": "#009688", + "tagColor": "#607D8B" + }, + "MemoryIndicator": { + "allocatedBackground": "#32424A", + "usedColor": "#425B67", + "usedBackground": "#425B67" + }, + "Menu": { + "acceleratorForeground": "#607D8B", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#263238", + "border": "4,2,4,2", + "borderColor": "#32424A", + "disabledBackground": "#32424A", + "disabledForeground": "#415967", + "foreground": "#B0BEC5", + "selectionBackground": "#546E7A", + "selectionForeground": "#FFFFFF", + "separatorColor": "#2A373E" + }, + "MenuBar": { + "background": "#263238", + "borderColor": "#263238", + "disabledBackground": "#263238", + "disabledForeground": "#415967", + "foreground": "#B0BEC5", + "highlight": "#263238", + "selectionBackground": "#546E7A", + "selectionForeground": "#FFFFFF", + "shadow": "#263238" + }, + "MenuItem": { + "acceleratorForeground": "#607D8B", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#263238", + "disabledBackground": "#263238", + "disabledForeground": "#415967", + "foreground": "#B0BEC5", + "selectionBackground": "#546E7A", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#B0BEC5", + "borderColor": "#263238" + }, + "NewClass": { + "Panel": { + "background": "#263238" + }, + "SearchField": { + "background": "#263238" + } + }, + "Notification": { + "background": "#1E272C", + "borderColor": "#1E272C", + "errorBackground": "#1E272C", + "errorBorderColor": "#1E272C", + "foreground": "#B0BEC5", + "MoreButton": { + "background": "#2E3C43", + "foreground": "#B0BEC5", + "innerBorderColor": "#2E3C43" + }, + "ToolWindow": { + "errorBackground": "#1E272C", + "errorBorderColor": "#1E272C", + "informativeBackground": "#1E272C", + "informativeBorderColor": "#1E272C", + "warningBackground": "#1E272C", + "warningBorderColor": "#1E272C" + } + }, + "OnePixelDivider.background": "#2A373E", + "OptionPane": { + "background": "#263238", + "foreground": "#B0BEC5", + "messageForeground": "#B0BEC5" + }, + "Outline": { + "color": "#2E3C43" + }, + "Panel": { + "background": "#263238", + "foreground": "#B0BEC5" + }, + "ParameterInfo": { + "background": "#32424A", + "borderColor": "#314549", + "currentOverloadBackground": "#314549", + "currentParameterForeground": "#009688", + "disabledForeground": "#415967", + "foreground": "#B0BEC5", + "infoForeground": "#607D8B", + "lineSeparatorColor": "#314549" + }, + "PasswordField": { + "background": "#263238", + "capsLockIconColor": "#009688", + "caretForeground": "#009688", + "foreground": "#B0BEC5", + "inactiveForeground": "#415967", + "selectionBackground": "#314549", + "selectionForeground": "#FFFFFF" + }, + "Plugins": { + "background": "#263238", + "disabledForeground": "#415967", + "eapTagBackground": "#425B67", + "lightSelectionBackground": "#546E7A", + "selectionBackground": "#546E7A", + "tagForeground": "#009688", + "tagBackground": "#425B67", + "Button": { + "installBackground": "#2E3C43", + "installBorderColor": "#2E3C43", + "installForeground": "#B0BEC5", + "installFocusedBackground": "#425B67", + "installFillForeground": "#607D8B", + "installFillBackground": "#2E3C43", + "updateBackground": "#2E3C43", + "updateBorderColor": "#2E3C43", + "updateForeground": "#B0BEC5" + }, + "SearchField": { + "background": "#263238", + "borderColor": "#2A373E" + }, + "SectionHeader": { + "background": "#32424A", + "foreground": "#B0BEC5" + }, + "Tab": { + "hoverBackground": "#314549", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#314549" + } + }, + "Popup": { + "Advertiser": { + "background": "#263238", + "borderColor": "#263238", + "foreground": "#009688" + }, + "borderColor": "#1E272C", + "inactiveBorderColor": "#263238", + "innerBorderColor": "#32424A", + "Header": { + "activeBackground": "#263238", + "inactiveBackground": "#1E272C" + }, + "paintBorder": true, + "separatorForeground": "#B0BEC5", + "separatorColor": "#32424A", + "Toolbar": { + "background": "#1E272C", + "borderColor": "#1E272C" + } + }, + "PopupMenu": { + "background": "#263238", + "border": "2,0,2,0", + "foreground": "#B0BEC5", + "translucentBackground": "#263238" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#263238", + "foreground": "#009688", + "indeterminateEndColor": "#009688", + "indeterminateStartColor": "#009688", + "progressColor": "#009688", + "selectionBackground": "#425B67", + "trackColor": "#425B67" + }, + "RadioButton": { + "background": "#263238", + "disabledText": "#415967", + "foreground": "#B0BEC5" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#607D8B", + "acceleratorSelectionForeground": "#607D8B", + "background": "#263238", + "disabledBackground": "#263238", + "disabledForeground": "#415967", + "foreground": "#B0BEC5", + "selectionBackground": "#546E7A", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#263238", + "hoverThumbBorderColor": "#009688", + "hoverThumbColor": "#009688", + "hoverTrackColor": "#26323830", + "Mac": { + "hoverThumbBorderColor": "#009688", + "hoverThumbColor": "#009688", + "hoverTrackColor": "#26323830", + "thumbBorderColor": "#00968870", + "thumbColor": "#00968870", + "trackColor": "#26323830", + "Transparent": { + "hoverThumbBorderColor": "#009688", + "hoverThumbColor": "#009688", + "hoverTrackColor": "#26323830", + "thumbBorderColor": "#00968870", + "thumbColor": "#00968870", + "trackColor": "#26323830" + } + }, + "thumb": "#425B67", + "thumbBorderColor": "#00968870", + "thumbColor": "#00968870", + "trackColor": "#26323830", + "Transparent": { + "hoverThumbBorderColor": "#009688", + "hoverThumbColor": "#009688", + "hoverTrackColor": "#26323830", + "thumbBorderColor": "#00968870", + "thumbColor": "#00968870", + "trackColor": "#26323830" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#1E272C", + "foreground": "#607D8B" + }, + "Header": { + "background": "#263238" + }, + "List": { + "separatorForeground": "#B0BEC5", + "separatorColor": "#2A373E" + }, + "SearchField": { + "background": "#263238", + "borderColor": "#1E272C", + "infoForeground": "#607D8B" + }, + "Tab": { + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#425B67" + } + }, + "SearchMatch": { + "endBackground": "#009688", + "startBackground": "#009688" + }, + "Separator": { + "background": "#32424A", + "foreground": "#32424A", + "separatorColor": "#32424A" + }, + "SidePanel": { + "background": "#263238" + }, + "Slider": { + "background": "#263238", + "foreground": "#B0BEC5", + "majorTickLength": 6, + "tickColor": "#32424A", + "trackWidth": 7, + "thumb": "#009688" + }, + "SpeedSearch": { + "background": "#425B67", + "borderColor": "#2A373E", + "foreground": "#B0BEC5", + "errorForeground": "#B0BEC5" + }, + "Spinner": { + "background": "#263238", + "border": "3,3,3,3", + "foreground": "#B0BEC5", + "selectionForeground": "#FFFFFF" + }, + "SplitPane": { + "background": "#263238", + "highlight": "#263238" + }, + "SplitPaneDivider.draggingColor": "#32424A", + "StatusBar": { + "borderColor": "#263238" + }, + "TabbedPane": { + "background": "#263238", + "contentAreaColor": "#425B67", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#2A373E", + "disabledForeground": "#415967", + "disabledUnderlineColor": "#415967", + "focus": "#314549", + "focusColor": "#314549", + "fontSizeOffset": 0, + "foreground": "#B0BEC5", + "highlight": "#2A373E", + "hoverColor": "#425B67", + "labelShift": 0, + "selectedForeground": "#FFFFFF", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#263238", + "Table": { + "background": "#263238", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#009688", + "dropLineShortColor": "#009688", + "focusCellBackground": "#314549", + "focusCellForeground": "#FFFFFF", + "foreground": "#B0BEC5", + "gridColor": "#263238", + "highlightOuter": "#314549", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#607D8B", + "lightSelectionInactiveBackground": "#32424A", + "selectionBackground": "#314549", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#546E7A7025", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#B0BEC5", + "stripeColor": "#1E272C" + }, + "TableHeader": { + "background": "#263238", + "borderColor": "#263238", + "bottomSeparatorColor": "#32424A", + "cellBorder": "4,0,4,0", + "foreground": "#B0BEC5", + "focusCellBackground": "#314549", + "focusCellForeground": "#FFFFFF", + "height": 25, + "separatorColor": "#32424A" + }, + "text": "#607D8B", + "textInactiveText": "#607D8B", + "textText": "#607D8B", + "TextArea": { + "background": "#263238", + "caretForeground": "#009688", + "foreground": "#B0BEC5", + "inactiveForeground": "#415967", + "selectionBackground": "#314549", + "selectionForeground": "#FFFFFF" + }, + "TextField": { + "background": "#263238", + "caretForeground": "#009688", + "foreground": "#B0BEC5", + "inactiveForeground": "#415967", + "selectionBackground": "#314549", + "selectionForeground": "#FFFFFF" + }, + "TextPane": { + "background": "#263238", + "caretForeground": "#009688", + "foreground": "#B0BEC5", + "inactiveForeground": "#415967", + "selectionBackground": "#314549", + "selectionForeground": "#FFFFFF" + }, + "TitlePane": { + "background": "#1E272C", + "Button.hoverBackground": "#425B67", + "inactiveBackground": "#32424A", + "infoForeground": "#607D8B", + "inactiveInfoForeground": "#607D8B" + }, + "TitledBorder.titleColor": "#B0BEC5", + "ToggleButton": { + "borderColor": "#2E3C43", + "buttonColor": "#B0BEC5", + "disabledText": "#415967", + "foreground": "#B0BEC5", + "offForeground": "#263238", + "offBackground": "#263238", + "onBackground": "#009688", + "onForeground": "#009688" + }, + "ToolBar": { + "background": "#263238", + "borderHandleColor": "#607D8B", + "floatingForeground": "#607D8B", + "foreground": "#B0BEC5" + }, + "ToolTip": { + "Actions.background": "#263238", + "Actions.infoForeground": "#607D8B", + "background": "#263238", + "borderColor": "#425B67", + "foreground": "#B0BEC5", + "infoForeground": "#607D8B", + "separatorColor": "#2A373E", + "shortcutForeground": "#607D8B" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#314549", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#1E272C" + }, + "Header": { + "background": "#263238", + "borderColor": "#32424A", + "inactiveBackground": "#263238" + }, + "HeaderCloseButton": { + "background": "#263238" + }, + "HeaderTab": { + "hoverBackground": "#425B67", + "hoverInactiveBackground": "#32424A", + "inactiveUnderlineColor": "#009688", + "selectedBackground": "#1E272C", + "selectedInactiveBackground": "#1E272C", + "underlineColor": "#009688", + "underlinedTabBackground": "#425B67", + "underlinedTabInactiveBackground": "#32424A" + } + }, + "Tree": { + "background": "#263238", + "foreground": "#607D8B", + "hash": "#2A373E", + "modifiedItemForeground": "#009688", + "rowHeight": 28, + "selectionBackground": "#546E7A70", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#546E7A7025", + "textBackground": "#263238" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#263238", + "Preview.background": "#263238" + }, + "ValidationTooltip": { + "errorBackground": "#1E272C", + "errorBorderColor": "#1E272C", + "warningBackground": "#1E272C", + "warningBorderColor": "#1E272C" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#263238" + }, + "GitLog": { + "localBranchIconColor": "#009688", + "otherIconColor": "#607D8B", + "remoteBranchIconColor": "#B0BEC5", + "tagIconColor": "#607D8B" + }, + "HgLog": { + "branchIconColor": "#009688", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#415967", + "localTagIconColor": "#607D8B", + "mqTagIconColor": "#607D8B", + "tagIconColor": "#607D8B", + "tipIconColor": "#607D8B" + }, + "Log": { + "Commit.unmatchedForeground": "#607D8B", + "Commit.currentBranchBackground": "#546E7A70" + }, + "RefLabel": { + "foreground": "#FFFFFF", + "backgroundBase": "#425B67" + } + }, + "Viewport": { + "background": "#263238", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#263238", + "borderColor": "#263238", + "captionBackground": "#1E272C", + "captionForeground": "#B0BEC5", + "footerBackground": "#1E272C", + "footerForeground": "#B0BEC5", + "headerBackground": "#263238", + "headerForeground": "#B0BEC5", + "separatorColor": "#2A373E", + "Projects": { + "background": "#32424A", + "selectionBackground": "#546E7A", + "selectionInactiveBackground": "#32424A" + } + }, + "window": "#263238", + "windowBorder": "#2A373E", + "windowText": "#607D8B", + "Window.border": "#2A373E" + }, + "icons": { + "ColorPalette": { + "#43494A": "#1E272C", + "#6B6B6B": "#607D8B", + "#A7A7A7": "#263238", + "#3D6185": "#009688", + "#466D94": "#009688", + "#3C3F41": "#263238", + "#545556": "#415967", + "#606060": "#415967", + "#9AA7B0": "#B0BEC5", + "#675133": "#009688", + "Actions.Blue": "#82aaff", + "Actions.Green": "#c3e88d", + "Actions.Grey": "#607D8B", + "Actions.GreyInline": "#546e7a", + "Actions.GreyInline.Dark": "#B0BEC5", + "Actions.Red": "#f07178", + "Actions.Yellow": "#ffcb6b", + "Checkbox.Background.Default": "#1E272C", + "Checkbox.Background.Default.Dark": "#1E272C", + "Checkbox.Background.Disabled": "#2E3C43", + "Checkbox.Background.Disabled.Dark": "#2E3C43", + "Checkbox.Border.Default": "#2A373E", + "Checkbox.Border.Default.Dark": "#2A373E", + "Checkbox.Border.Disabled": "#415967", + "Checkbox.Border.Disabled.Dark": "#415967", + "Checkbox.Focus.Thin.Default": "#009688", + "Checkbox.Focus.Thin.Default.Dark": "#009688", + "Checkbox.Focus.Wide": "#009688", + "Checkbox.Focus.Wide.Dark": "#009688", + "Checkbox.Foreground.Disabled": "#415967", + "Checkbox.Foreground.Disabled.Dark": "#415967", + "Checkbox.Background.Selected": "#009688", + "Checkbox.Background.Selected.Dark": "#009688", + "Checkbox.Border.Selected": "#009688", + "Checkbox.Border.Selected.Dark": "#009688", + "Checkbox.Foreground.Selected": "#B0BEC5", + "Checkbox.Foreground.Selected.Dark": "#B0BEC5", + "Checkbox.Focus.Thin.Selected": "#B0BEC5", + "Checkbox.Focus.Thin.Selected.Dark": "#B0BEC5", + "Objects.Grey": "#546e7a", + "Objects.Blue": "#82aaff", + "Objects.RedStatus": "#f07178", + "Objects.Red": "#f07178", + "Objects.Pink": "#c792ea", + "Objects.Yellow": "#ffcb6b", + "Objects.Green": "#c3e88d", + "Objects.Purple": "#c792ea", + "Objects.BlackText": "#B0BEC5", + "Objects.YellowDark": "#f78c6c", + "Objects.GreenAndroid": "#c3e88d" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Palenight Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Palenight Contrast.theme.json new file mode 100644 index 00000000..3ab47b64 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Palenight Contrast.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Material Palenight Contrast", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Material Palenight.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#676E95", + "background": "#292D3E", + "borderColor": "#2b2a3e", + "disabledBackground": "#2f2e43", + "disabledForeground": "#515772", + "disabledText": "#515772", + "focusColor": "#444267", + "focusedBorderColor": "#ab47bc", + "foreground": "#A6ACCD", + "inactiveBackground": "#2f2e43", + "inactiveForeground": "#676E95", + "infoForeground": "#676E95", + "selectionBackground": "#3C435E", + "selectionBackgroundInactive": "#34324a", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#34324a", + "separatorColor": "#2b2a3e" + }, + "activeCaption": "#292D3E", + "ActionButton": { + "hoverBackground": "#ab47bc50", + "hoverBorderColor": "#ab47bc50", + "pressedBackground": "#ab47bc50", + "pressedBorderColor": "#ab47bc50" + }, + "Autocomplete": { + "selectionBackground": "#3C435E" + }, + "Borders.ContrastBorderColor": "#292D3E", + "Borders.color": "#2b2a3e", + "Button": { + "arc": 0, + "background": "#292D3E", + "default": { + "endBackground": "#414863", + "endBorderColor": "#414863", + "foreground": "#FFFFFF", + "focusColor": "#ab47bc", + "focusedBorderColor": "#ab47bc", + "shadowColor": "#414863", + "startBackground": "#414863", + "startBorderColor": "#414863" + }, + "disabledBorderColor": "#303348", + "disabledText": "#515772", + "endBackground": "#303348", + "endBorderColor": "#303348", + "focus": "#444267", + "focusedBorderColor": "#ab47bc", + "foreground": "#676E95", + "highlight": "#FFFFFF", + "mt.background": "#303348", + "mt.foreground": "#676E95", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#414863", + "mt.selection.color2": "#414863", + "startBackground": "#303348", + "startBorderColor": "#303348", + "shadowColor": "#303348", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#292D3E", + "disabledText": "#515772", + "foreground": "#A6ACCD", + "select": "#ab47bc" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#676E95", + "acceleratorSelectionForeground": "#676E95", + "background": "#292D3E", + "disabledBackground": "#292D3E", + "disabledForeground": "#515772", + "foreground": "#A6ACCD", + "selectionBackground": "#3C435E", + "selectionForeground": "#FFFFFF" + }, + "ColorChooser": { + "background": "#292D3E", + "foreground": "#A6ACCD", + "swatchesDefaultRecentColor": "#A6ACCD" + }, + "ComboBoxButton.background": "#303348", + "ComboBox": { + "ArrowButton": { + "background": "#303348", + "disabledIconColor": "#515772", + "iconColor": "#A6ACCD", + "nonEditableBackground": "#292D3E" + }, + "background": "#202331", + "buttonBackground": "#303348", + "disabledForeground": "#515772", + "foreground": "#A6ACCD", + "modifiedItemForeground": "#ab47bc", + "nonEditableBackground": "#34324a", + "padding": "5,5,5,5", + "selectionBackground": "#414863", + "selectionForeground": "#FFFFFF" + }, + "ComboPopup.border": "#2b2a3e", + "CompletionPopup": { + "background": "#34324a", + "foreground": "#A6ACCD", + "infoForeground": "#676E95", + "matchForeground": "#ab47bc2", + "matchSelectionForeground": "#ab47bc", + "nonFocusedState": "false", + "nonFocusedMask": "#676E9570", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#676E95", + "selectionInactiveBackground": "#444267", + "selectionBackground": "#3C435E80", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#444267", + "disabledBorderColor": "#303348", + "focusColor": "#ab47bc", + "focusedBorderColor": "#ab47bc", + "hoverIconColor": "#ab47bc", + "infoForeground": "#676E95", + "iconColor": "#A6ACCD" + }, + "control": "#292D3E", + "controlText": "#676E95", + "Counter": { + "background": "#ab47bc", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#676E95", + "changedValueForeground": "#ab47bc", + "errorMessageForeground": "#f07178", + "evaluatingExpressionForeground": "#676E95", + "exceptionForeground": "#ffcb6b", + "modifyingValueForeground": "#ab47bc", + "valueForeground": "#ab47bc" + } + }, + "DebuggerTabs": { + "selectedBackground": "#444267", + "underlinedTabBackground": "#444267" + }, + "DebuggerPopup": { + "borderColor": "#444267" + }, + "DefaultTabs": { + "background": "#292D3E", + "borderColor": "#292D3E", + "hoverBackground": "#414863", + "hoverColor": "#202331", + "hoverMaskColor": "#444267", + "inactiveUnderlineColor": "#515772", + "inactiveMaskColor": "#202331", + "underlineColor": "#ab47bc", + "underlinedTabBackground":"#414863" + }, + "Desktop.background": "#292D3E", + "DialogWrapper.southPanelBackground": "#292D3E", + "DialogWrapper.southPanelDivider": "#292D3E", + "DragAndDrop": { + "areaBackground": "#292D3E", + "areaBorderColor": "#292D3E", + "areaForeground": "#A6ACCD" + }, + "Editor": { + "background": "#202331", + "foreground": "#A6ACCD", + "shortcutForeground": "#676E95" + }, + "EditorPane": { + "background": "#202331", + "caretForeground": "#ab47bc", + "foreground": "#A6ACCD", + "inactiveBackground": "#292D3E", + "inactiveForeground": "#515772", + "selectionBackground": "#3C435E", + "selectionForeground": "#FFFFFF" + }, + "EditorTabs": { + "borderColor": "#34324a", + "hoverColor": "#444267", + "hoverMaskColor": "#444267", + "inactiveMaskColor": "#292D3E", + "inactiveColoredFileBackground": "#292D3E", + "inactiveUnderlineColor": "#515772", + "selectedForeground": "#A6ACCD", + "selectedBackground": "#414863", + "underlineColor": "#ab47bc", + "underlinedTabBackground": "#414863" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#2f2e43", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#2b2a3e", + "FormattedTextField": { + "background": "#202331", + "caretForeground": "#ab47bc", + "foreground": "#A6ACCD", + "inactiveBackground": "#303348", + "inactiveForeground": "#515772", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#414863" + }, + "Group": { + "disabledSeparatorColor": "#2b2a3e", + "separatorColor": "#2b2a3e" + }, + "GutterTooltip": { + "infoForeground": "#A6ACCD", + "lineSeparatorColor": "#292D3E" + }, + "HeaderColor": { + "active": "#292D3E", + "inactive": "#202331" + }, + "HelpTooltip": { + "background": "#292D3E", + "borderColor": "#2b2a3e", + "foreground": "#A6ACCD", + "infoForeground": "#676E95", + "shortcutForeground": "#676E95" + }, + "Hyperlink.linkColor": "#ab47bc", + "inactiveCaption": "#34324a", + "inactiveCaptionBorder": "#292D3E", + "inactiveCaptionText": "#676E95", + "info": "#676E95", + "infoText": "#676E95", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#2b2a3e", + "InplaceRefactoringPopup": { + "borderColor": "#292D3E" + }, + "InternalFrame": { + "activeTitleForeground": "#A6ACCD", + "background": "#292D3E", + "inactiveTitleForeground": "#676E95" + }, + "Label": { + "background": "#292D3E", + "disabledForeground": "#515772", + "disabledShadow": "#292D3E", + "disabledText": "#515772", + "foreground": "#A6ACCD", + "infoForeground": "#676E95", + "selectedForeground": "#FFFFFF" + }, + "Link": { + "activeForeground": "#ab47bc", + "hoverForeground": "#ab47bc", + "pressedForeground": "#ab47bc", + "secondaryForeground": "#676E95", + "visitedForeground": "#ab47bc" + }, + "List": { + "background": "#34324a", + "foreground": "#A6ACCD", + "selectionBackground": "#3C435E", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#676E957025" + }, + "material": { + "background": "#292D3E", + "branchColor": "#A6ACCD", + "contrast": "#202331", + "foreground": "#A6ACCD", + "mergeCommits": "#303348", + "primaryColor": "#676E95", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#292D3E", + "tab.borderColor": "#ab47bc", + "tagColor": "#676E95" + }, + "MemoryIndicator": { + "allocatedBackground": "#34324a", + "usedColor": "#444267", + "usedBackground": "#444267" + }, + "Menu": { + "acceleratorForeground": "#676E95", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#292D3E", + "border": "4,2,4,2", + "borderColor": "#34324a", + "disabledBackground": "#34324a", + "disabledForeground": "#515772", + "foreground": "#A6ACCD", + "selectionBackground": "#3C435E", + "selectionForeground": "#FFFFFF", + "separatorColor": "#2b2a3e" + }, + "MenuBar": { + "background": "#202331", + "borderColor": "#292D3E", + "disabledBackground": "#292D3E", + "disabledForeground": "#515772", + "foreground": "#A6ACCD", + "highlight": "#292D3E", + "selectionBackground": "#3C435E", + "selectionForeground": "#FFFFFF", + "shadow": "#202331" + }, + "MenuItem": { + "acceleratorForeground": "#676E95", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#292D3E", + "disabledBackground": "#292D3E", + "disabledForeground": "#515772", + "foreground": "#A6ACCD", + "selectionBackground": "#3C435E", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#A6ACCD", + "borderColor": "#292D3E" + }, + "NewClass": { + "Panel": { + "background": "#292D3E" + }, + "SearchField": { + "background": "#202331" + } + }, + "Notification": { + "background": "#202331", + "borderColor": "#202331", + "errorBackground": "#202331", + "errorBorderColor": "#202331", + "foreground": "#A6ACCD", + "MoreButton": { + "background": "#303348", + "foreground": "#A6ACCD", + "innerBorderColor": "#303348" + }, + "ToolWindow": { + "errorBackground": "#202331", + "errorBorderColor": "#202331", + "informativeBackground": "#202331", + "informativeBorderColor": "#202331", + "warningBackground": "#202331", + "warningBorderColor": "#202331" + } + }, + "OnePixelDivider.background": "#2b2a3e", + "OptionPane": { + "background": "#292D3E", + "foreground": "#A6ACCD", + "messageForeground": "#A6ACCD" + }, + "Outline": { + "color": "#303348" + }, + "Panel": { + "background": "#292D3E", + "foreground": "#A6ACCD" + }, + "ParameterInfo": { + "background": "#34324a", + "borderColor": "#414863", + "currentOverloadBackground": "#414863", + "currentParameterForeground": "#ab47bc", + "disabledForeground": "#515772", + "foreground": "#A6ACCD", + "infoForeground": "#676E95", + "lineSeparatorColor": "#414863" + }, + "PasswordField": { + "background": "#202331", + "capsLockIconColor": "#ab47bc", + "caretForeground": "#ab47bc", + "foreground": "#A6ACCD", + "inactiveForeground": "#515772", + "selectionBackground": "#414863", + "selectionForeground": "#FFFFFF" + }, + "Plugins": { + "background": "#292D3E", + "disabledForeground": "#515772", + "eapTagBackground": "#444267", + "lightSelectionBackground": "#3C435E", + "selectionBackground": "#3C435E", + "tagForeground": "#ab47bc", + "tagBackground": "#444267", + "Button": { + "installBackground": "#303348", + "installBorderColor": "#303348", + "installForeground": "#A6ACCD", + "installFocusedBackground": "#444267", + "installFillForeground": "#676E95", + "installFillBackground": "#303348", + "updateBackground": "#303348", + "updateBorderColor": "#303348", + "updateForeground": "#A6ACCD" + }, + "SearchField": { + "background": "#202331", + "borderColor": "#2b2a3e" + }, + "SectionHeader": { + "background": "#34324a", + "foreground": "#A6ACCD" + }, + "Tab": { + "hoverBackground": "#414863", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#414863" + } + }, + "Popup": { + "Advertiser": { + "background": "#292D3E", + "borderColor": "#292D3E", + "foreground": "#ab47bc" + }, + "borderColor": "#202331", + "inactiveBorderColor": "#292D3E", + "innerBorderColor": "#34324a", + "Header": { + "activeBackground": "#292D3E", + "inactiveBackground": "#202331" + }, + "paintBorder": true, + "separatorForeground": "#A6ACCD", + "separatorColor": "#34324a", + "Toolbar": { + "background": "#202331", + "borderColor": "#202331" + } + }, + "PopupMenu": { + "background": "#292D3E", + "border": "2,0,2,0", + "foreground": "#A6ACCD", + "translucentBackground": "#292D3E" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#292D3E", + "foreground": "#ab47bc", + "indeterminateEndColor": "#ab47bc", + "indeterminateStartColor": "#ab47bc", + "progressColor": "#ab47bc", + "selectionBackground": "#444267", + "trackColor": "#444267" + }, + "RadioButton": { + "background": "#292D3E", + "disabledText": "#515772", + "foreground": "#A6ACCD" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#676E95", + "acceleratorSelectionForeground": "#676E95", + "background": "#292D3E", + "disabledBackground": "#292D3E", + "disabledForeground": "#515772", + "foreground": "#A6ACCD", + "selectionBackground": "#3C435E", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#292D3E", + "hoverThumbBorderColor": "#ab47bc", + "hoverThumbColor": "#ab47bc", + "hoverTrackColor": "#292D3E30", + "Mac": { + "hoverThumbBorderColor": "#ab47bc", + "hoverThumbColor": "#ab47bc", + "hoverTrackColor": "#292D3E30", + "thumbBorderColor": "#ab47bc70", + "thumbColor": "#ab47bc70", + "trackColor": "#292D3E30", + "Transparent": { + "hoverThumbBorderColor": "#ab47bc", + "hoverThumbColor": "#ab47bc", + "hoverTrackColor": "#292D3E30", + "thumbBorderColor": "#ab47bc70", + "thumbColor": "#ab47bc70", + "trackColor": "#292D3E30" + } + }, + "thumb": "#444267", + "thumbBorderColor": "#ab47bc70", + "thumbColor": "#ab47bc70", + "trackColor": "#292D3E30", + "Transparent": { + "hoverThumbBorderColor": "#ab47bc", + "hoverThumbColor": "#ab47bc", + "hoverTrackColor": "#292D3E30", + "thumbBorderColor": "#ab47bc70", + "thumbColor": "#ab47bc70", + "trackColor": "#292D3E30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#202331", + "foreground": "#676E95" + }, + "Header": { + "background": "#292D3E" + }, + "List": { + "separatorForeground": "#A6ACCD", + "separatorColor": "#2b2a3e" + }, + "SearchField": { + "background": "#292D3E", + "borderColor": "#202331", + "infoForeground": "#676E95" + }, + "Tab": { + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#444267" + } + }, + "SearchMatch": { + "endBackground": "#ab47bc", + "startBackground": "#ab47bc" + }, + "Separator": { + "background": "#34324a", + "foreground": "#34324a", + "separatorColor": "#34324a" + }, + "SidePanel": { + "background": "#202331" + }, + "Slider": { + "background": "#292D3E", + "foreground": "#A6ACCD", + "majorTickLength": 6, + "tickColor": "#34324a", + "trackWidth": 7, + "thumb": "#ab47bc" + }, + "SpeedSearch": { + "background": "#444267", + "borderColor": "#2b2a3e", + "foreground": "#A6ACCD", + "errorForeground": "#A6ACCD" + }, + "Spinner": { + "background": "#292D3E", + "border": "3,3,3,3", + "foreground": "#A6ACCD", + "selectionForeground": "#FFFFFF" + }, + "SplitPane": { + "background": "#292D3E", + "highlight": "#202331" + }, + "SplitPaneDivider.draggingColor": "#34324a", + "StatusBar": { + "borderColor": "#292D3E" + }, + "TabbedPane": { + "background": "#292D3E", + "contentAreaColor": "#444267", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#2b2a3e", + "disabledForeground": "#515772", + "disabledUnderlineColor": "#515772", + "focus": "#414863", + "focusColor": "#414863", + "fontSizeOffset": 0, + "foreground": "#A6ACCD", + "highlight": "#2b2a3e", + "hoverColor": "#444267", + "labelShift": 0, + "selectedForeground": "#FFFFFF", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#202331", + "Table": { + "background": "#292D3E", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#ab47bc", + "dropLineShortColor": "#ab47bc", + "focusCellBackground": "#414863", + "focusCellForeground": "#FFFFFF", + "foreground": "#A6ACCD", + "gridColor": "#292D3E", + "highlightOuter": "#414863", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#676E95", + "lightSelectionInactiveBackground": "#34324a", + "selectionBackground": "#414863", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#676E957025", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#A6ACCD", + "stripeColor": "#202331" + }, + "TableHeader": { + "background": "#292D3E", + "borderColor": "#292D3E", + "bottomSeparatorColor": "#34324a", + "cellBorder": "4,0,4,0", + "foreground": "#A6ACCD", + "focusCellBackground": "#414863", + "focusCellForeground": "#FFFFFF", + "height": 25, + "separatorColor": "#34324a" + }, + "text": "#676E95", + "textInactiveText": "#676E95", + "textText": "#676E95", + "TextArea": { + "background": "#202331", + "caretForeground": "#ab47bc", + "foreground": "#A6ACCD", + "inactiveForeground": "#515772", + "selectionBackground": "#414863", + "selectionForeground": "#FFFFFF" + }, + "TextField": { + "background": "#202331", + "caretForeground": "#ab47bc", + "foreground": "#A6ACCD", + "inactiveForeground": "#515772", + "selectionBackground": "#414863", + "selectionForeground": "#FFFFFF" + }, + "TextPane": { + "background": "#202331", + "caretForeground": "#ab47bc", + "foreground": "#A6ACCD", + "inactiveForeground": "#515772", + "selectionBackground": "#414863", + "selectionForeground": "#FFFFFF" + }, + "TitlePane": { + "background": "#202331", + "Button.hoverBackground": "#444267", + "inactiveBackground": "#34324a", + "infoForeground": "#676E95", + "inactiveInfoForeground": "#676E95" + }, + "TitledBorder.titleColor": "#A6ACCD", + "ToggleButton": { + "borderColor": "#303348", + "buttonColor": "#A6ACCD", + "disabledText": "#515772", + "foreground": "#A6ACCD", + "offForeground": "#292D3E", + "offBackground": "#292D3E", + "onBackground": "#ab47bc", + "onForeground": "#ab47bc" + }, + "ToolBar": { + "background": "#202331", + "borderHandleColor": "#676E95", + "floatingForeground": "#676E95", + "foreground": "#A6ACCD" + }, + "ToolTip": { + "Actions.background": "#292D3E", + "Actions.infoForeground": "#676E95", + "background": "#292D3E", + "borderColor": "#444267", + "foreground": "#A6ACCD", + "infoForeground": "#676E95", + "separatorColor": "#2b2a3e", + "shortcutForeground": "#676E95" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#414863", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#202331" + }, + "Header": { + "background": "#292D3E", + "borderColor": "#34324a", + "inactiveBackground": "#292D3E" + }, + "HeaderCloseButton": { + "background": "#292D3E" + }, + "HeaderTab": { + "hoverBackground": "#444267", + "hoverInactiveBackground": "#34324a", + "inactiveUnderlineColor": "#ab47bc", + "selectedBackground": "#202331", + "selectedInactiveBackground": "#202331", + "underlineColor": "#ab47bc", + "underlinedTabBackground": "#444267", + "underlinedTabInactiveBackground": "#34324a" + } + }, + "Tree": { + "background": "#202331", + "foreground": "#676E95", + "hash": "#2b2a3e", + "modifiedItemForeground": "#ab47bc", + "rowHeight": 28, + "selectionBackground": "#676E9570", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#676E957025", + "textBackground": "#202331" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#292D3E", + "Preview.background": "#292D3E" + }, + "ValidationTooltip": { + "errorBackground": "#202331", + "errorBorderColor": "#202331", + "warningBackground": "#202331", + "warningBorderColor": "#202331" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#292D3E" + }, + "GitLog": { + "localBranchIconColor": "#ab47bc", + "otherIconColor": "#676E95", + "remoteBranchIconColor": "#A6ACCD", + "tagIconColor": "#676E95" + }, + "HgLog": { + "branchIconColor": "#ab47bc", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#515772", + "localTagIconColor": "#676E95", + "mqTagIconColor": "#676E95", + "tagIconColor": "#676E95", + "tipIconColor": "#676E95" + }, + "Log": { + "Commit.unmatchedForeground": "#676E95", + "Commit.currentBranchBackground": "#676E9570" + }, + "RefLabel": { + "foreground": "#FFFFFF", + "backgroundBase": "#444267" + } + }, + "Viewport": { + "background": "#202331", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#292D3E", + "borderColor": "#292D3E", + "captionBackground": "#202331", + "captionForeground": "#A6ACCD", + "footerBackground": "#202331", + "footerForeground": "#A6ACCD", + "headerBackground": "#292D3E", + "headerForeground": "#A6ACCD", + "separatorColor": "#2b2a3e", + "Projects": { + "background": "#34324a", + "selectionBackground": "#3C435E", + "selectionInactiveBackground": "#34324a" + } + }, + "window": "#202331", + "windowBorder": "#2b2a3e", + "windowText": "#676E95", + "Window.border": "#2b2a3e" + }, + "icons": { + "ColorPalette": { + "#43494A": "#202331", + "#6B6B6B": "#676E95", + "#A7A7A7": "#292D3E", + "#3D6185": "#ab47bc", + "#466D94": "#ab47bc", + "#3C3F41": "#292D3E", + "#545556": "#515772", + "#606060": "#515772", + "#9AA7B0": "#A6ACCD", + "#675133": "#ab47bc", + "Actions.Blue": "#82aaff", + "Actions.Green": "#c3e88d", + "Actions.Grey": "#676E95", + "Actions.GreyInline": "#676E95", + "Actions.GreyInline.Dark": "#A6ACCD", + "Actions.Red": "#f07178", + "Actions.Yellow": "#ffcb6b", + "Checkbox.Background.Default": "#202331", + "Checkbox.Background.Default.Dark": "#202331", + "Checkbox.Background.Disabled": "#2f2e43", + "Checkbox.Background.Disabled.Dark": "#2f2e43", + "Checkbox.Border.Default": "#2b2a3e", + "Checkbox.Border.Default.Dark": "#2b2a3e", + "Checkbox.Border.Disabled": "#515772", + "Checkbox.Border.Disabled.Dark": "#515772", + "Checkbox.Focus.Thin.Default": "#ab47bc", + "Checkbox.Focus.Thin.Default.Dark": "#ab47bc", + "Checkbox.Focus.Wide": "#ab47bc", + "Checkbox.Focus.Wide.Dark": "#ab47bc", + "Checkbox.Foreground.Disabled": "#515772", + "Checkbox.Foreground.Disabled.Dark": "#515772", + "Checkbox.Background.Selected": "#ab47bc", + "Checkbox.Background.Selected.Dark": "#ab47bc", + "Checkbox.Border.Selected": "#ab47bc", + "Checkbox.Border.Selected.Dark": "#ab47bc", + "Checkbox.Foreground.Selected": "#A6ACCD", + "Checkbox.Foreground.Selected.Dark": "#A6ACCD", + "Checkbox.Focus.Thin.Selected": "#A6ACCD", + "Checkbox.Focus.Thin.Selected.Dark": "#A6ACCD", + "Objects.Grey": "#676E95", + "Objects.Blue": "#82aaff", + "Objects.RedStatus": "#f07178", + "Objects.Red": "#f07178", + "Objects.Pink": "#c792ea", + "Objects.Yellow": "#ffcb6b", + "Objects.Green": "#c3e88d", + "Objects.Purple": "#c792ea", + "Objects.BlackText": "#A6ACCD", + "Objects.YellowDark": "#f78c6c", + "Objects.GreenAndroid": "#c3e88d" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Palenight.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Palenight.theme.json new file mode 100644 index 00000000..98f1204e --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Palenight.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Material Palenight", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Material Palenight.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#676E95", + "background": "#292D3E", + "borderColor": "#2b2a3e", + "disabledBackground": "#2f2e43", + "disabledForeground": "#515772", + "disabledText": "#515772", + "focusColor": "#444267", + "focusedBorderColor": "#ab47bc", + "foreground": "#A6ACCD", + "inactiveBackground": "#2f2e43", + "inactiveForeground": "#676E95", + "infoForeground": "#676E95", + "selectionBackground": "#3C435E", + "selectionBackgroundInactive": "#34324a", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#34324a", + "separatorColor": "#2b2a3e" + }, + "activeCaption": "#292D3E", + "ActionButton": { + "hoverBackground": "#ab47bc50", + "hoverBorderColor": "#ab47bc50", + "pressedBackground": "#ab47bc50", + "pressedBorderColor": "#ab47bc50" + }, + "Autocomplete": { + "selectionBackground": "#3C435E" + }, + "Borders.ContrastBorderColor": "#292D3E", + "Borders.color": "#2b2a3e", + "Button": { + "arc": 0, + "background": "#292D3E", + "default": { + "endBackground": "#414863", + "endBorderColor": "#414863", + "foreground": "#FFFFFF", + "focusColor": "#ab47bc", + "focusedBorderColor": "#ab47bc", + "shadowColor": "#414863", + "startBackground": "#414863", + "startBorderColor": "#414863" + }, + "disabledBorderColor": "#303348", + "disabledText": "#515772", + "endBackground": "#303348", + "endBorderColor": "#303348", + "focus": "#444267", + "focusedBorderColor": "#ab47bc", + "foreground": "#676E95", + "highlight": "#FFFFFF", + "mt.background": "#303348", + "mt.foreground": "#676E95", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#414863", + "mt.selection.color2": "#414863", + "startBackground": "#303348", + "startBorderColor": "#303348", + "shadowColor": "#303348", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#292D3E", + "disabledText": "#515772", + "foreground": "#A6ACCD", + "select": "#ab47bc" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#676E95", + "acceleratorSelectionForeground": "#676E95", + "background": "#292D3E", + "disabledBackground": "#292D3E", + "disabledForeground": "#515772", + "foreground": "#A6ACCD", + "selectionBackground": "#3C435E", + "selectionForeground": "#FFFFFF" + }, + "ColorChooser": { + "background": "#292D3E", + "foreground": "#A6ACCD", + "swatchesDefaultRecentColor": "#A6ACCD" + }, + "ComboBoxButton.background": "#303348", + "ComboBox": { + "ArrowButton": { + "background": "#303348", + "disabledIconColor": "#515772", + "iconColor": "#A6ACCD", + "nonEditableBackground": "#292D3E" + }, + "background": "#292D3E", + "buttonBackground": "#303348", + "disabledForeground": "#515772", + "foreground": "#A6ACCD", + "modifiedItemForeground": "#ab47bc", + "nonEditableBackground": "#34324a", + "padding": "5,5,5,5", + "selectionBackground": "#414863", + "selectionForeground": "#FFFFFF" + }, + "ComboPopup.border": "#2b2a3e", + "CompletionPopup": { + "background": "#34324a", + "foreground": "#A6ACCD", + "infoForeground": "#676E95", + "matchForeground": "#ab47bc2", + "matchSelectionForeground": "#ab47bc", + "nonFocusedState": "false", + "nonFocusedMask": "#676E9570", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#676E95", + "selectionInactiveBackground": "#444267", + "selectionBackground": "#3C435E80", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#444267", + "disabledBorderColor": "#303348", + "focusColor": "#ab47bc", + "focusedBorderColor": "#ab47bc", + "hoverIconColor": "#ab47bc", + "infoForeground": "#676E95", + "iconColor": "#A6ACCD" + }, + "control": "#292D3E", + "controlText": "#676E95", + "Counter": { + "background": "#ab47bc", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#676E95", + "changedValueForeground": "#ab47bc", + "errorMessageForeground": "#f07178", + "evaluatingExpressionForeground": "#676E95", + "exceptionForeground": "#ffcb6b", + "modifyingValueForeground": "#ab47bc", + "valueForeground": "#ab47bc" + } + }, + "DebuggerTabs": { + "selectedBackground": "#444267", + "underlinedTabBackground": "#444267" + }, + "DebuggerPopup": { + "borderColor": "#444267" + }, + "DefaultTabs": { + "background": "#292D3E", + "borderColor": "#292D3E", + "hoverBackground": "#414863", + "hoverColor": "#292D3E", + "hoverMaskColor": "#444267", + "inactiveUnderlineColor": "#515772", + "inactiveMaskColor": "#292D3E", + "underlineColor": "#ab47bc", + "underlinedTabBackground":"#414863" + }, + "Desktop.background": "#292D3E", + "DialogWrapper.southPanelBackground": "#292D3E", + "DialogWrapper.southPanelDivider": "#292D3E", + "DragAndDrop": { + "areaBackground": "#292D3E", + "areaBorderColor": "#292D3E", + "areaForeground": "#A6ACCD" + }, + "Editor": { + "background": "#292D3E", + "foreground": "#A6ACCD", + "shortcutForeground": "#676E95" + }, + "EditorPane": { + "background": "#292D3E", + "caretForeground": "#ab47bc", + "foreground": "#A6ACCD", + "inactiveBackground": "#292D3E", + "inactiveForeground": "#515772", + "selectionBackground": "#3C435E", + "selectionForeground": "#FFFFFF" + }, + "EditorTabs": { + "borderColor": "#34324a", + "hoverColor": "#444267", + "hoverMaskColor": "#444267", + "inactiveMaskColor": "#292D3E", + "inactiveColoredFileBackground": "#292D3E", + "inactiveUnderlineColor": "#515772", + "selectedForeground": "#A6ACCD", + "selectedBackground": "#414863", + "underlineColor": "#ab47bc", + "underlinedTabBackground": "#414863" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#2f2e43", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#2b2a3e", + "FormattedTextField": { + "background": "#292D3E", + "caretForeground": "#ab47bc", + "foreground": "#A6ACCD", + "inactiveBackground": "#303348", + "inactiveForeground": "#515772", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#414863" + }, + "Group": { + "disabledSeparatorColor": "#2b2a3e", + "separatorColor": "#2b2a3e" + }, + "GutterTooltip": { + "infoForeground": "#A6ACCD", + "lineSeparatorColor": "#292D3E" + }, + "HeaderColor": { + "active": "#292D3E", + "inactive": "#202331" + }, + "HelpTooltip": { + "background": "#292D3E", + "borderColor": "#2b2a3e", + "foreground": "#A6ACCD", + "infoForeground": "#676E95", + "shortcutForeground": "#676E95" + }, + "Hyperlink.linkColor": "#ab47bc", + "inactiveCaption": "#34324a", + "inactiveCaptionBorder": "#292D3E", + "inactiveCaptionText": "#676E95", + "info": "#676E95", + "infoText": "#676E95", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#2b2a3e", + "InplaceRefactoringPopup": { + "borderColor": "#292D3E" + }, + "InternalFrame": { + "activeTitleForeground": "#A6ACCD", + "background": "#292D3E", + "inactiveTitleForeground": "#676E95" + }, + "Label": { + "background": "#292D3E", + "disabledForeground": "#515772", + "disabledShadow": "#292D3E", + "disabledText": "#515772", + "foreground": "#A6ACCD", + "infoForeground": "#676E95", + "selectedForeground": "#FFFFFF" + }, + "Link": { + "activeForeground": "#ab47bc", + "hoverForeground": "#ab47bc", + "pressedForeground": "#ab47bc", + "secondaryForeground": "#676E95", + "visitedForeground": "#ab47bc" + }, + "List": { + "background": "#34324a", + "foreground": "#A6ACCD", + "selectionBackground": "#3C435E", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#676E957025" + }, + "material": { + "background": "#292D3E", + "branchColor": "#A6ACCD", + "contrast": "#202331", + "foreground": "#A6ACCD", + "mergeCommits": "#303348", + "primaryColor": "#676E95", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#292D3E", + "tab.borderColor": "#ab47bc", + "tagColor": "#676E95" + }, + "MemoryIndicator": { + "allocatedBackground": "#34324a", + "usedColor": "#444267", + "usedBackground": "#444267" + }, + "Menu": { + "acceleratorForeground": "#676E95", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#292D3E", + "border": "4,2,4,2", + "borderColor": "#34324a", + "disabledBackground": "#34324a", + "disabledForeground": "#515772", + "foreground": "#A6ACCD", + "selectionBackground": "#3C435E", + "selectionForeground": "#FFFFFF", + "separatorColor": "#2b2a3e" + }, + "MenuBar": { + "background": "#292D3E", + "borderColor": "#292D3E", + "disabledBackground": "#292D3E", + "disabledForeground": "#515772", + "foreground": "#A6ACCD", + "highlight": "#292D3E", + "selectionBackground": "#3C435E", + "selectionForeground": "#FFFFFF", + "shadow": "#292D3E" + }, + "MenuItem": { + "acceleratorForeground": "#676E95", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#292D3E", + "disabledBackground": "#292D3E", + "disabledForeground": "#515772", + "foreground": "#A6ACCD", + "selectionBackground": "#3C435E", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#A6ACCD", + "borderColor": "#292D3E" + }, + "NewClass": { + "Panel": { + "background": "#292D3E" + }, + "SearchField": { + "background": "#292D3E" + } + }, + "Notification": { + "background": "#202331", + "borderColor": "#202331", + "errorBackground": "#202331", + "errorBorderColor": "#202331", + "foreground": "#A6ACCD", + "MoreButton": { + "background": "#303348", + "foreground": "#A6ACCD", + "innerBorderColor": "#303348" + }, + "ToolWindow": { + "errorBackground": "#202331", + "errorBorderColor": "#202331", + "informativeBackground": "#202331", + "informativeBorderColor": "#202331", + "warningBackground": "#202331", + "warningBorderColor": "#202331" + } + }, + "OnePixelDivider.background": "#2b2a3e", + "OptionPane": { + "background": "#292D3E", + "foreground": "#A6ACCD", + "messageForeground": "#A6ACCD" + }, + "Outline": { + "color": "#303348" + }, + "Panel": { + "background": "#292D3E", + "foreground": "#A6ACCD" + }, + "ParameterInfo": { + "background": "#34324a", + "borderColor": "#414863", + "currentOverloadBackground": "#414863", + "currentParameterForeground": "#ab47bc", + "disabledForeground": "#515772", + "foreground": "#A6ACCD", + "infoForeground": "#676E95", + "lineSeparatorColor": "#414863" + }, + "PasswordField": { + "background": "#292D3E", + "capsLockIconColor": "#ab47bc", + "caretForeground": "#ab47bc", + "foreground": "#A6ACCD", + "inactiveForeground": "#515772", + "selectionBackground": "#414863", + "selectionForeground": "#FFFFFF" + }, + "Plugins": { + "background": "#292D3E", + "disabledForeground": "#515772", + "eapTagBackground": "#444267", + "lightSelectionBackground": "#3C435E", + "selectionBackground": "#3C435E", + "tagForeground": "#ab47bc", + "tagBackground": "#444267", + "Button": { + "installBackground": "#303348", + "installBorderColor": "#303348", + "installForeground": "#A6ACCD", + "installFocusedBackground": "#444267", + "installFillForeground": "#676E95", + "installFillBackground": "#303348", + "updateBackground": "#303348", + "updateBorderColor": "#303348", + "updateForeground": "#A6ACCD" + }, + "SearchField": { + "background": "#292D3E", + "borderColor": "#2b2a3e" + }, + "SectionHeader": { + "background": "#34324a", + "foreground": "#A6ACCD" + }, + "Tab": { + "hoverBackground": "#414863", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#414863" + } + }, + "Popup": { + "Advertiser": { + "background": "#292D3E", + "borderColor": "#292D3E", + "foreground": "#ab47bc" + }, + "borderColor": "#202331", + "inactiveBorderColor": "#292D3E", + "innerBorderColor": "#34324a", + "Header": { + "activeBackground": "#292D3E", + "inactiveBackground": "#202331" + }, + "paintBorder": true, + "separatorForeground": "#A6ACCD", + "separatorColor": "#34324a", + "Toolbar": { + "background": "#202331", + "borderColor": "#202331" + } + }, + "PopupMenu": { + "background": "#292D3E", + "border": "2,0,2,0", + "foreground": "#A6ACCD", + "translucentBackground": "#292D3E" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#292D3E", + "foreground": "#ab47bc", + "indeterminateEndColor": "#ab47bc", + "indeterminateStartColor": "#ab47bc", + "progressColor": "#ab47bc", + "selectionBackground": "#444267", + "trackColor": "#444267" + }, + "RadioButton": { + "background": "#292D3E", + "disabledText": "#515772", + "foreground": "#A6ACCD" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#676E95", + "acceleratorSelectionForeground": "#676E95", + "background": "#292D3E", + "disabledBackground": "#292D3E", + "disabledForeground": "#515772", + "foreground": "#A6ACCD", + "selectionBackground": "#3C435E", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#292D3E", + "hoverThumbBorderColor": "#ab47bc", + "hoverThumbColor": "#ab47bc", + "hoverTrackColor": "#292D3E30", + "Mac": { + "hoverThumbBorderColor": "#ab47bc", + "hoverThumbColor": "#ab47bc", + "hoverTrackColor": "#292D3E30", + "thumbBorderColor": "#ab47bc70", + "thumbColor": "#ab47bc70", + "trackColor": "#292D3E30", + "Transparent": { + "hoverThumbBorderColor": "#ab47bc", + "hoverThumbColor": "#ab47bc", + "hoverTrackColor": "#292D3E30", + "thumbBorderColor": "#ab47bc70", + "thumbColor": "#ab47bc70", + "trackColor": "#292D3E30" + } + }, + "thumb": "#444267", + "thumbBorderColor": "#ab47bc70", + "thumbColor": "#ab47bc70", + "trackColor": "#292D3E30", + "Transparent": { + "hoverThumbBorderColor": "#ab47bc", + "hoverThumbColor": "#ab47bc", + "hoverTrackColor": "#292D3E30", + "thumbBorderColor": "#ab47bc70", + "thumbColor": "#ab47bc70", + "trackColor": "#292D3E30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#202331", + "foreground": "#676E95" + }, + "Header": { + "background": "#292D3E" + }, + "List": { + "separatorForeground": "#A6ACCD", + "separatorColor": "#2b2a3e" + }, + "SearchField": { + "background": "#292D3E", + "borderColor": "#202331", + "infoForeground": "#676E95" + }, + "Tab": { + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#444267" + } + }, + "SearchMatch": { + "endBackground": "#ab47bc", + "startBackground": "#ab47bc" + }, + "Separator": { + "background": "#34324a", + "foreground": "#34324a", + "separatorColor": "#34324a" + }, + "SidePanel": { + "background": "#292D3E" + }, + "Slider": { + "background": "#292D3E", + "foreground": "#A6ACCD", + "majorTickLength": 6, + "tickColor": "#34324a", + "trackWidth": 7, + "thumb": "#ab47bc" + }, + "SpeedSearch": { + "background": "#444267", + "borderColor": "#2b2a3e", + "foreground": "#A6ACCD", + "errorForeground": "#A6ACCD" + }, + "Spinner": { + "background": "#292D3E", + "border": "3,3,3,3", + "foreground": "#A6ACCD", + "selectionForeground": "#FFFFFF" + }, + "SplitPane": { + "background": "#292D3E", + "highlight": "#292D3E" + }, + "SplitPaneDivider.draggingColor": "#34324a", + "StatusBar": { + "borderColor": "#292D3E" + }, + "TabbedPane": { + "background": "#292D3E", + "contentAreaColor": "#444267", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#2b2a3e", + "disabledForeground": "#515772", + "disabledUnderlineColor": "#515772", + "focus": "#414863", + "focusColor": "#414863", + "fontSizeOffset": 0, + "foreground": "#A6ACCD", + "highlight": "#2b2a3e", + "hoverColor": "#444267", + "labelShift": 0, + "selectedForeground": "#FFFFFF", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#292D3E", + "Table": { + "background": "#292D3E", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#ab47bc", + "dropLineShortColor": "#ab47bc", + "focusCellBackground": "#414863", + "focusCellForeground": "#FFFFFF", + "foreground": "#A6ACCD", + "gridColor": "#292D3E", + "highlightOuter": "#414863", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#676E95", + "lightSelectionInactiveBackground": "#34324a", + "selectionBackground": "#414863", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#676E957025", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#A6ACCD", + "stripeColor": "#202331" + }, + "TableHeader": { + "background": "#292D3E", + "borderColor": "#292D3E", + "bottomSeparatorColor": "#34324a", + "cellBorder": "4,0,4,0", + "foreground": "#A6ACCD", + "focusCellBackground": "#414863", + "focusCellForeground": "#FFFFFF", + "height": 25, + "separatorColor": "#34324a" + }, + "text": "#676E95", + "textInactiveText": "#676E95", + "textText": "#676E95", + "TextArea": { + "background": "#292D3E", + "caretForeground": "#ab47bc", + "foreground": "#A6ACCD", + "inactiveForeground": "#515772", + "selectionBackground": "#414863", + "selectionForeground": "#FFFFFF" + }, + "TextField": { + "background": "#292D3E", + "caretForeground": "#ab47bc", + "foreground": "#A6ACCD", + "inactiveForeground": "#515772", + "selectionBackground": "#414863", + "selectionForeground": "#FFFFFF" + }, + "TextPane": { + "background": "#292D3E", + "caretForeground": "#ab47bc", + "foreground": "#A6ACCD", + "inactiveForeground": "#515772", + "selectionBackground": "#414863", + "selectionForeground": "#FFFFFF" + }, + "TitlePane": { + "background": "#202331", + "Button.hoverBackground": "#444267", + "inactiveBackground": "#34324a", + "infoForeground": "#676E95", + "inactiveInfoForeground": "#676E95" + }, + "TitledBorder.titleColor": "#A6ACCD", + "ToggleButton": { + "borderColor": "#303348", + "buttonColor": "#A6ACCD", + "disabledText": "#515772", + "foreground": "#A6ACCD", + "offForeground": "#292D3E", + "offBackground": "#292D3E", + "onBackground": "#ab47bc", + "onForeground": "#ab47bc" + }, + "ToolBar": { + "background": "#292D3E", + "borderHandleColor": "#676E95", + "floatingForeground": "#676E95", + "foreground": "#A6ACCD" + }, + "ToolTip": { + "Actions.background": "#292D3E", + "Actions.infoForeground": "#676E95", + "background": "#292D3E", + "borderColor": "#444267", + "foreground": "#A6ACCD", + "infoForeground": "#676E95", + "separatorColor": "#2b2a3e", + "shortcutForeground": "#676E95" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#414863", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#202331" + }, + "Header": { + "background": "#292D3E", + "borderColor": "#34324a", + "inactiveBackground": "#292D3E" + }, + "HeaderCloseButton": { + "background": "#292D3E" + }, + "HeaderTab": { + "hoverBackground": "#444267", + "hoverInactiveBackground": "#34324a", + "inactiveUnderlineColor": "#ab47bc", + "selectedBackground": "#202331", + "selectedInactiveBackground": "#202331", + "underlineColor": "#ab47bc", + "underlinedTabBackground": "#444267", + "underlinedTabInactiveBackground": "#34324a" + } + }, + "Tree": { + "background": "#292D3E", + "foreground": "#676E95", + "hash": "#2b2a3e", + "modifiedItemForeground": "#ab47bc", + "rowHeight": 28, + "selectionBackground": "#676E9570", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#676E957025", + "textBackground": "#292D3E" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#292D3E", + "Preview.background": "#292D3E" + }, + "ValidationTooltip": { + "errorBackground": "#202331", + "errorBorderColor": "#202331", + "warningBackground": "#202331", + "warningBorderColor": "#202331" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#292D3E" + }, + "GitLog": { + "localBranchIconColor": "#ab47bc", + "otherIconColor": "#676E95", + "remoteBranchIconColor": "#A6ACCD", + "tagIconColor": "#676E95" + }, + "HgLog": { + "branchIconColor": "#ab47bc", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#515772", + "localTagIconColor": "#676E95", + "mqTagIconColor": "#676E95", + "tagIconColor": "#676E95", + "tipIconColor": "#676E95" + }, + "Log": { + "Commit.unmatchedForeground": "#676E95", + "Commit.currentBranchBackground": "#676E9570" + }, + "RefLabel": { + "foreground": "#FFFFFF", + "backgroundBase": "#444267" + } + }, + "Viewport": { + "background": "#292D3E", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#292D3E", + "borderColor": "#292D3E", + "captionBackground": "#202331", + "captionForeground": "#A6ACCD", + "footerBackground": "#202331", + "footerForeground": "#A6ACCD", + "headerBackground": "#292D3E", + "headerForeground": "#A6ACCD", + "separatorColor": "#2b2a3e", + "Projects": { + "background": "#34324a", + "selectionBackground": "#3C435E", + "selectionInactiveBackground": "#34324a" + } + }, + "window": "#292D3E", + "windowBorder": "#2b2a3e", + "windowText": "#676E95", + "Window.border": "#2b2a3e" + }, + "icons": { + "ColorPalette": { + "#43494A": "#202331", + "#6B6B6B": "#676E95", + "#A7A7A7": "#292D3E", + "#3D6185": "#ab47bc", + "#466D94": "#ab47bc", + "#3C3F41": "#292D3E", + "#545556": "#515772", + "#606060": "#515772", + "#9AA7B0": "#A6ACCD", + "#675133": "#ab47bc", + "Actions.Blue": "#82aaff", + "Actions.Green": "#c3e88d", + "Actions.Grey": "#676E95", + "Actions.GreyInline": "#676E95", + "Actions.GreyInline.Dark": "#A6ACCD", + "Actions.Red": "#f07178", + "Actions.Yellow": "#ffcb6b", + "Checkbox.Background.Default": "#202331", + "Checkbox.Background.Default.Dark": "#202331", + "Checkbox.Background.Disabled": "#2f2e43", + "Checkbox.Background.Disabled.Dark": "#2f2e43", + "Checkbox.Border.Default": "#2b2a3e", + "Checkbox.Border.Default.Dark": "#2b2a3e", + "Checkbox.Border.Disabled": "#515772", + "Checkbox.Border.Disabled.Dark": "#515772", + "Checkbox.Focus.Thin.Default": "#ab47bc", + "Checkbox.Focus.Thin.Default.Dark": "#ab47bc", + "Checkbox.Focus.Wide": "#ab47bc", + "Checkbox.Focus.Wide.Dark": "#ab47bc", + "Checkbox.Foreground.Disabled": "#515772", + "Checkbox.Foreground.Disabled.Dark": "#515772", + "Checkbox.Background.Selected": "#ab47bc", + "Checkbox.Background.Selected.Dark": "#ab47bc", + "Checkbox.Border.Selected": "#ab47bc", + "Checkbox.Border.Selected.Dark": "#ab47bc", + "Checkbox.Foreground.Selected": "#A6ACCD", + "Checkbox.Foreground.Selected.Dark": "#A6ACCD", + "Checkbox.Focus.Thin.Selected": "#A6ACCD", + "Checkbox.Focus.Thin.Selected.Dark": "#A6ACCD", + "Objects.Grey": "#676E95", + "Objects.Blue": "#82aaff", + "Objects.RedStatus": "#f07178", + "Objects.Red": "#f07178", + "Objects.Pink": "#c792ea", + "Objects.Yellow": "#ffcb6b", + "Objects.Green": "#c3e88d", + "Objects.Purple": "#c792ea", + "Objects.BlackText": "#A6ACCD", + "Objects.YellowDark": "#f78c6c", + "Objects.GreenAndroid": "#c3e88d" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt new file mode 100644 index 00000000..50e3f2b2 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015-2019 Chris Magnussen and Elior Boukhobza + +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. + diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Monokai Pro Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Monokai Pro Contrast.theme.json new file mode 100644 index 00000000..cc39f409 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Monokai Pro Contrast.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Monokai Pro Contrast", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Monokai Pro.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#939293", + "background": "#2D2A2E", + "borderColor": "#2d2a2e", + "disabledBackground": "#3a3a3c", + "disabledForeground": "#727072", + "disabledText": "#727072", + "focusColor": "#5b595c", + "focusedBorderColor": "#ffd866", + "foreground": "#fcfcfa", + "inactiveBackground": "#3a3a3c", + "inactiveForeground": "#939293", + "infoForeground": "#939293", + "selectionBackground": "#5B595C", + "selectionBackgroundInactive": "#403E41", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#403E41", + "separatorColor": "#2d2a2e" + }, + "activeCaption": "#2D2A2E", + "ActionButton": { + "hoverBackground": "#ffd86650", + "hoverBorderColor": "#ffd86650", + "pressedBackground": "#ffd86650", + "pressedBorderColor": "#ffd86650" + }, + "Autocomplete": { + "selectionBackground": "#5B595C" + }, + "Borders.ContrastBorderColor": "#2D2A2E", + "Borders.color": "#2d2a2e", + "Button": { + "arc": 0, + "background": "#2D2A2E", + "default": { + "endBackground": "#4A474B", + "endBorderColor": "#4A474B", + "foreground": "#ffd866", + "focusColor": "#ffd866", + "focusedBorderColor": "#ffd866", + "shadowColor": "#4A474B", + "startBackground": "#4A474B", + "startBorderColor": "#4A474B" + }, + "disabledBorderColor": "#403E41", + "disabledText": "#727072", + "endBackground": "#403E41", + "endBorderColor": "#403E41", + "focus": "#5b595c", + "focusedBorderColor": "#ffd866", + "foreground": "#939293", + "highlight": "#FFFFFF", + "mt.background": "#403E41", + "mt.foreground": "#939293", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#4A474B", + "mt.selection.color2": "#4A474B", + "startBackground": "#403E41", + "startBorderColor": "#403E41", + "shadowColor": "#403E41", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#2D2A2E", + "disabledText": "#727072", + "foreground": "#fcfcfa", + "select": "#ffd866" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#939293", + "acceleratorSelectionForeground": "#939293", + "background": "#2D2A2E", + "disabledBackground": "#2D2A2E", + "disabledForeground": "#727072", + "foreground": "#fcfcfa", + "selectionBackground": "#5B595C", + "selectionForeground": "#ffd866" + }, + "ColorChooser": { + "background": "#2D2A2E", + "foreground": "#fcfcfa", + "swatchesDefaultRecentColor": "#fcfcfa" + }, + "ComboBoxButton.background": "#403E41", + "ComboBox": { + "ArrowButton": { + "background": "#403E41", + "disabledIconColor": "#727072", + "iconColor": "#fcfcfa", + "nonEditableBackground": "#2D2A2E" + }, + "background": "#221F22", + "buttonBackground": "#403E41", + "disabledForeground": "#727072", + "foreground": "#fcfcfa", + "modifiedItemForeground": "#ffd866", + "nonEditableBackground": "#403E41", + "padding": "5,5,5,5", + "selectionBackground": "#4A474B", + "selectionForeground": "#ffd866" + }, + "ComboPopup.border": "#2d2a2e", + "CompletionPopup": { + "background": "#403E41", + "foreground": "#fcfcfa", + "infoForeground": "#939293", + "matchForeground": "#ffd8662", + "matchSelectionForeground": "#ffd866", + "nonFocusedState": "false", + "nonFocusedMask": "#403E41", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#939293", + "selectionInactiveBackground": "#5b595c", + "selectionBackground": "#5B595C80", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#5b595c", + "disabledBorderColor": "#403E41", + "focusColor": "#ffd866", + "focusedBorderColor": "#ffd866", + "hoverIconColor": "#ffd866", + "infoForeground": "#939293", + "iconColor": "#fcfcfa" + }, + "control": "#2D2A2E", + "controlText": "#939293", + "Counter": { + "background": "#ffd866", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#939293", + "changedValueForeground": "#ffd866", + "errorMessageForeground": "#FF6188", + "evaluatingExpressionForeground": "#939293", + "exceptionForeground": "#78DCE8", + "modifyingValueForeground": "#ffd866", + "valueForeground": "#ffd866" + } + }, + "DebuggerTabs": { + "selectedBackground": "#5b595c", + "underlinedTabBackground": "#5b595c" + }, + "DebuggerPopup": { + "borderColor": "#5b595c" + }, + "DefaultTabs": { + "background": "#2D2A2E", + "borderColor": "#2D2A2E", + "hoverBackground": "#4A474B", + "hoverColor": "#221F22", + "hoverMaskColor": "#5b595c", + "inactiveUnderlineColor": "#727072", + "inactiveMaskColor": "#221F22", + "underlineColor": "#ffd866", + "underlinedTabBackground":"#4A474B" + }, + "Desktop.background": "#2D2A2E", + "DialogWrapper.southPanelBackground": "#2D2A2E", + "DialogWrapper.southPanelDivider": "#2D2A2E", + "DragAndDrop": { + "areaBackground": "#2D2A2E", + "areaBorderColor": "#2D2A2E", + "areaForeground": "#fcfcfa" + }, + "Editor": { + "background": "#221F22", + "foreground": "#fcfcfa", + "shortcutForeground": "#939293" + }, + "EditorPane": { + "background": "#221F22", + "caretForeground": "#ffd866", + "foreground": "#fcfcfa", + "inactiveBackground": "#2D2A2E", + "inactiveForeground": "#727072", + "selectionBackground": "#5B595C", + "selectionForeground": "#ffd866" + }, + "EditorTabs": { + "borderColor": "#403E41", + "hoverColor": "#5b595c", + "hoverMaskColor": "#5b595c", + "inactiveMaskColor": "#2D2A2E", + "inactiveColoredFileBackground": "#2D2A2E", + "inactiveUnderlineColor": "#727072", + "selectedForeground": "#fcfcfa", + "selectedBackground": "#4A474B", + "underlineColor": "#ffd866", + "underlinedTabBackground": "#4A474B" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#3a3a3c", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#2d2a2e", + "FormattedTextField": { + "background": "#221F22", + "caretForeground": "#ffd866", + "foreground": "#fcfcfa", + "inactiveBackground": "#403E41", + "inactiveForeground": "#727072", + "selectionForeground": "#ffd866", + "selectionBackground": "#4A474B" + }, + "Group": { + "disabledSeparatorColor": "#2d2a2e", + "separatorColor": "#2d2a2e" + }, + "GutterTooltip": { + "infoForeground": "#fcfcfa", + "lineSeparatorColor": "#2D2A2E" + }, + "HeaderColor": { + "active": "#2D2A2E", + "inactive": "#221F22" + }, + "HelpTooltip": { + "background": "#2D2A2E", + "borderColor": "#2d2a2e", + "foreground": "#fcfcfa", + "infoForeground": "#939293", + "shortcutForeground": "#939293" + }, + "Hyperlink.linkColor": "#ffd866", + "inactiveCaption": "#403E41", + "inactiveCaptionBorder": "#2D2A2E", + "inactiveCaptionText": "#939293", + "info": "#939293", + "infoText": "#939293", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#2d2a2e", + "InplaceRefactoringPopup": { + "borderColor": "#2D2A2E" + }, + "InternalFrame": { + "activeTitleForeground": "#fcfcfa", + "background": "#2D2A2E", + "inactiveTitleForeground": "#939293" + }, + "Label": { + "background": "#2D2A2E", + "disabledForeground": "#727072", + "disabledShadow": "#2D2A2E", + "disabledText": "#727072", + "foreground": "#fcfcfa", + "infoForeground": "#939293", + "selectedForeground": "#ffd866" + }, + "Link": { + "activeForeground": "#ffd866", + "hoverForeground": "#ffd866", + "pressedForeground": "#ffd866", + "secondaryForeground": "#939293", + "visitedForeground": "#ffd866" + }, + "List": { + "background": "#403E41", + "foreground": "#fcfcfa", + "selectionBackground": "#5B595C", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#ffd866", + "selectionInactiveBackground": "#403E4125" + }, + "material": { + "background": "#2D2A2E", + "branchColor": "#fcfcfa", + "contrast": "#221F22", + "foreground": "#fcfcfa", + "mergeCommits": "#403E41", + "primaryColor": "#939293", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#2D2A2E", + "tab.borderColor": "#ffd866", + "tagColor": "#939293" + }, + "MemoryIndicator": { + "allocatedBackground": "#403E41", + "usedColor": "#5b595c", + "usedBackground": "#5b595c" + }, + "Menu": { + "acceleratorForeground": "#939293", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#2D2A2E", + "border": "4,2,4,2", + "borderColor": "#403E41", + "disabledBackground": "#403E41", + "disabledForeground": "#727072", + "foreground": "#fcfcfa", + "selectionBackground": "#5B595C", + "selectionForeground": "#FFFFFF", + "separatorColor": "#2d2a2e" + }, + "MenuBar": { + "background": "#221F22", + "borderColor": "#2D2A2E", + "disabledBackground": "#2D2A2E", + "disabledForeground": "#727072", + "foreground": "#fcfcfa", + "highlight": "#2D2A2E", + "selectionBackground": "#5B595C", + "selectionForeground": "#FFFFFF", + "shadow": "#221F22" + }, + "MenuItem": { + "acceleratorForeground": "#939293", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#2D2A2E", + "disabledBackground": "#2D2A2E", + "disabledForeground": "#727072", + "foreground": "#fcfcfa", + "selectionBackground": "#5B595C", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#fcfcfa", + "borderColor": "#2D2A2E" + }, + "NewClass": { + "Panel": { + "background": "#2D2A2E" + }, + "SearchField": { + "background": "#221F22" + } + }, + "Notification": { + "background": "#363437", + "borderColor": "#363437", + "errorBackground": "#363437", + "errorBorderColor": "#363437", + "foreground": "#fcfcfa", + "MoreButton": { + "background": "#403E41", + "foreground": "#fcfcfa", + "innerBorderColor": "#403E41" + }, + "ToolWindow": { + "errorBackground": "#363437", + "errorBorderColor": "#363437", + "informativeBackground": "#363437", + "informativeBorderColor": "#363437", + "warningBackground": "#363437", + "warningBorderColor": "#363437" + } + }, + "OnePixelDivider.background": "#2d2a2e", + "OptionPane": { + "background": "#2D2A2E", + "foreground": "#fcfcfa", + "messageForeground": "#fcfcfa" + }, + "Outline": { + "color": "#403E41" + }, + "Panel": { + "background": "#2D2A2E", + "foreground": "#fcfcfa" + }, + "ParameterInfo": { + "background": "#403E41", + "borderColor": "#4A474B", + "currentOverloadBackground": "#4A474B", + "currentParameterForeground": "#ffd866", + "disabledForeground": "#727072", + "foreground": "#fcfcfa", + "infoForeground": "#939293", + "lineSeparatorColor": "#4A474B" + }, + "PasswordField": { + "background": "#221F22", + "capsLockIconColor": "#ffd866", + "caretForeground": "#ffd866", + "foreground": "#fcfcfa", + "inactiveForeground": "#727072", + "selectionBackground": "#4A474B", + "selectionForeground": "#ffd866" + }, + "Plugins": { + "background": "#2D2A2E", + "disabledForeground": "#727072", + "eapTagBackground": "#5b595c", + "lightSelectionBackground": "#5B595C", + "selectionBackground": "#5B595C", + "tagForeground": "#ffd866", + "tagBackground": "#5b595c", + "Button": { + "installBackground": "#403E41", + "installBorderColor": "#403E41", + "installForeground": "#fcfcfa", + "installFocusedBackground": "#5b595c", + "installFillForeground": "#939293", + "installFillBackground": "#403E41", + "updateBackground": "#403E41", + "updateBorderColor": "#403E41", + "updateForeground": "#fcfcfa" + }, + "SearchField": { + "background": "#221F22", + "borderColor": "#2d2a2e" + }, + "SectionHeader": { + "background": "#403E41", + "foreground": "#fcfcfa" + }, + "Tab": { + "hoverBackground": "#4A474B", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#4A474B" + } + }, + "Popup": { + "Advertiser": { + "background": "#2D2A2E", + "borderColor": "#2D2A2E", + "foreground": "#ffd866" + }, + "borderColor": "#221F22", + "inactiveBorderColor": "#2D2A2E", + "innerBorderColor": "#403E41", + "Header": { + "activeBackground": "#2D2A2E", + "inactiveBackground": "#221F22" + }, + "paintBorder": true, + "separatorForeground": "#fcfcfa", + "separatorColor": "#403E41", + "Toolbar": { + "background": "#221F22", + "borderColor": "#221F22" + } + }, + "PopupMenu": { + "background": "#2D2A2E", + "border": "2,0,2,0", + "foreground": "#fcfcfa", + "translucentBackground": "#2D2A2E" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#2D2A2E", + "foreground": "#ffd866", + "indeterminateEndColor": "#ffd866", + "indeterminateStartColor": "#ffd866", + "progressColor": "#ffd866", + "selectionBackground": "#5b595c", + "trackColor": "#5b595c" + }, + "RadioButton": { + "background": "#2D2A2E", + "disabledText": "#727072", + "foreground": "#fcfcfa" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#939293", + "acceleratorSelectionForeground": "#939293", + "background": "#2D2A2E", + "disabledBackground": "#2D2A2E", + "disabledForeground": "#727072", + "foreground": "#fcfcfa", + "selectionBackground": "#5B595C", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#2D2A2E", + "hoverThumbBorderColor": "#ffd866", + "hoverThumbColor": "#ffd866", + "hoverTrackColor": "#2D2A2E30", + "Mac": { + "hoverThumbBorderColor": "#ffd866", + "hoverThumbColor": "#ffd866", + "hoverTrackColor": "#2D2A2E30", + "thumbBorderColor": "#ffd86670", + "thumbColor": "#ffd86670", + "trackColor": "#2D2A2E30", + "Transparent": { + "hoverThumbBorderColor": "#ffd866", + "hoverThumbColor": "#ffd866", + "hoverTrackColor": "#2D2A2E30", + "thumbBorderColor": "#ffd86670", + "thumbColor": "#ffd86670", + "trackColor": "#2D2A2E30" + } + }, + "thumb": "#5b595c", + "thumbBorderColor": "#ffd86670", + "thumbColor": "#ffd86670", + "trackColor": "#2D2A2E30", + "Transparent": { + "hoverThumbBorderColor": "#ffd866", + "hoverThumbColor": "#ffd866", + "hoverTrackColor": "#2D2A2E30", + "thumbBorderColor": "#ffd86670", + "thumbColor": "#ffd86670", + "trackColor": "#2D2A2E30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#221F22", + "foreground": "#939293" + }, + "Header": { + "background": "#2D2A2E" + }, + "List": { + "separatorForeground": "#fcfcfa", + "separatorColor": "#2d2a2e" + }, + "SearchField": { + "background": "#2D2A2E", + "borderColor": "#221F22", + "infoForeground": "#939293" + }, + "Tab": { + "active.foreground": "#ffd866", + "selectedForeground": "#ffd866", + "selectedBackground": "#5b595c" + } + }, + "SearchMatch": { + "endBackground": "#ffd866", + "startBackground": "#ffd866" + }, + "Separator": { + "background": "#403E41", + "foreground": "#403E41", + "separatorColor": "#403E41" + }, + "SidePanel": { + "background": "#221F22" + }, + "Slider": { + "background": "#2D2A2E", + "foreground": "#fcfcfa", + "majorTickLength": 6, + "tickColor": "#403E41", + "trackWidth": 7, + "thumb": "#ffd866" + }, + "SpeedSearch": { + "background": "#5b595c", + "borderColor": "#2d2a2e", + "foreground": "#fcfcfa", + "errorForeground": "#fcfcfa" + }, + "Spinner": { + "background": "#2D2A2E", + "border": "3,3,3,3", + "foreground": "#fcfcfa", + "selectionForeground": "#ffd866" + }, + "SplitPane": { + "background": "#2D2A2E", + "highlight": "#221F22" + }, + "SplitPaneDivider.draggingColor": "#403E41", + "StatusBar": { + "borderColor": "#2D2A2E" + }, + "TabbedPane": { + "background": "#2D2A2E", + "contentAreaColor": "#5b595c", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#2d2a2e", + "disabledForeground": "#727072", + "disabledUnderlineColor": "#727072", + "focus": "#4A474B", + "focusColor": "#4A474B", + "fontSizeOffset": 0, + "foreground": "#fcfcfa", + "highlight": "#2d2a2e", + "hoverColor": "#5b595c", + "labelShift": 0, + "selectedForeground": "#ffd866", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#221F22", + "Table": { + "background": "#2D2A2E", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#ffd866", + "dropLineShortColor": "#ffd866", + "focusCellBackground": "#4A474B", + "focusCellForeground": "#ffd866", + "foreground": "#fcfcfa", + "gridColor": "#2D2A2E", + "highlightOuter": "#4A474B", + "lightSelectionForeground": "#ffd866", + "lightSelectionInactiveForeground": "#939293", + "lightSelectionInactiveBackground": "#403E41", + "selectionBackground": "#4A474B", + "selectionForeground": "#ffd866", + "selectionInactiveBackground": "#403E4125", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#fcfcfa", + "stripeColor": "#221F22" + }, + "TableHeader": { + "background": "#2D2A2E", + "borderColor": "#2D2A2E", + "bottomSeparatorColor": "#403E41", + "cellBorder": "4,0,4,0", + "foreground": "#fcfcfa", + "focusCellBackground": "#4A474B", + "focusCellForeground": "#ffd866", + "height": 25, + "separatorColor": "#403E41" + }, + "text": "#939293", + "textInactiveText": "#939293", + "textText": "#939293", + "TextArea": { + "background": "#221F22", + "caretForeground": "#ffd866", + "foreground": "#fcfcfa", + "inactiveForeground": "#727072", + "selectionBackground": "#4A474B", + "selectionForeground": "#ffd866" + }, + "TextField": { + "background": "#221F22", + "caretForeground": "#ffd866", + "foreground": "#fcfcfa", + "inactiveForeground": "#727072", + "selectionBackground": "#4A474B", + "selectionForeground": "#ffd866" + }, + "TextPane": { + "background": "#221F22", + "caretForeground": "#ffd866", + "foreground": "#fcfcfa", + "inactiveForeground": "#727072", + "selectionBackground": "#4A474B", + "selectionForeground": "#ffd866" + }, + "TitlePane": { + "background": "#221F22", + "Button.hoverBackground": "#5b595c", + "inactiveBackground": "#403E41", + "infoForeground": "#939293", + "inactiveInfoForeground": "#939293" + }, + "TitledBorder.titleColor": "#fcfcfa", + "ToggleButton": { + "borderColor": "#403E41", + "buttonColor": "#fcfcfa", + "disabledText": "#727072", + "foreground": "#fcfcfa", + "offForeground": "#2D2A2E", + "offBackground": "#2D2A2E", + "onBackground": "#ffd866", + "onForeground": "#ffd866" + }, + "ToolBar": { + "background": "#221F22", + "borderHandleColor": "#939293", + "floatingForeground": "#939293", + "foreground": "#fcfcfa" + }, + "ToolTip": { + "Actions.background": "#2D2A2E", + "Actions.infoForeground": "#939293", + "background": "#2D2A2E", + "borderColor": "#5b595c", + "foreground": "#fcfcfa", + "infoForeground": "#939293", + "separatorColor": "#2d2a2e", + "shortcutForeground": "#939293" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#4A474B", + "selectedForeground": "#ffd866", + "selectedBackground": "#221F22" + }, + "Header": { + "background": "#2D2A2E", + "borderColor": "#403E41", + "inactiveBackground": "#2D2A2E" + }, + "HeaderCloseButton": { + "background": "#2D2A2E" + }, + "HeaderTab": { + "hoverBackground": "#5b595c", + "hoverInactiveBackground": "#403E41", + "inactiveUnderlineColor": "#ffd866", + "selectedBackground": "#221F22", + "selectedInactiveBackground": "#221F22", + "underlineColor": "#ffd866", + "underlinedTabBackground": "#5b595c", + "underlinedTabInactiveBackground": "#403E41" + } + }, + "Tree": { + "background": "#221F22", + "foreground": "#939293", + "hash": "#2d2a2e", + "modifiedItemForeground": "#ffd866", + "rowHeight": 28, + "selectionBackground": "#403E41", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#403E4125", + "textBackground": "#221F22" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#2D2A2E", + "Preview.background": "#2D2A2E" + }, + "ValidationTooltip": { + "errorBackground": "#363437", + "errorBorderColor": "#363437", + "warningBackground": "#363437", + "warningBorderColor": "#363437" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#2D2A2E" + }, + "GitLog": { + "localBranchIconColor": "#ffd866", + "otherIconColor": "#939293", + "remoteBranchIconColor": "#fcfcfa", + "tagIconColor": "#939293" + }, + "HgLog": { + "branchIconColor": "#ffd866", + "bookmarkIconColor": "#ffd866", + "closedBranchIconColor": "#727072", + "localTagIconColor": "#939293", + "mqTagIconColor": "#939293", + "tagIconColor": "#939293", + "tipIconColor": "#939293" + }, + "Log": { + "Commit.unmatchedForeground": "#939293", + "Commit.currentBranchBackground": "#403E41" + }, + "RefLabel": { + "foreground": "#ffd866", + "backgroundBase": "#5b595c" + } + }, + "Viewport": { + "background": "#221F22", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#2D2A2E", + "borderColor": "#2D2A2E", + "captionBackground": "#221F22", + "captionForeground": "#fcfcfa", + "footerBackground": "#221F22", + "footerForeground": "#fcfcfa", + "headerBackground": "#2D2A2E", + "headerForeground": "#fcfcfa", + "separatorColor": "#2d2a2e", + "Projects": { + "background": "#403E41", + "selectionBackground": "#5B595C", + "selectionInactiveBackground": "#403E41" + } + }, + "window": "#221F22", + "windowBorder": "#2d2a2e", + "windowText": "#939293", + "Window.border": "#2d2a2e" + }, + "icons": { + "ColorPalette": { + "#43494A": "#221F22", + "#6B6B6B": "#939293", + "#A7A7A7": "#2D2A2E", + "#3D6185": "#ffd866", + "#466D94": "#ffd866", + "#3C3F41": "#2D2A2E", + "#545556": "#727072", + "#606060": "#727072", + "#9AA7B0": "#fcfcfa", + "#675133": "#ffd866", + "Actions.Blue": "#A9DC76", + "Actions.Green": "#FFD866", + "Actions.Grey": "#939293", + "Actions.GreyInline": "#727072", + "Actions.GreyInline.Dark": "#fcfcfa", + "Actions.Red": "#FF6188", + "Actions.Yellow": "#78DCE8", + "Checkbox.Background.Default": "#221F22", + "Checkbox.Background.Default.Dark": "#221F22", + "Checkbox.Background.Disabled": "#3a3a3c", + "Checkbox.Background.Disabled.Dark": "#3a3a3c", + "Checkbox.Border.Default": "#2d2a2e", + "Checkbox.Border.Default.Dark": "#2d2a2e", + "Checkbox.Border.Disabled": "#727072", + "Checkbox.Border.Disabled.Dark": "#727072", + "Checkbox.Focus.Thin.Default": "#ffd866", + "Checkbox.Focus.Thin.Default.Dark": "#ffd866", + "Checkbox.Focus.Wide": "#ffd866", + "Checkbox.Focus.Wide.Dark": "#ffd866", + "Checkbox.Foreground.Disabled": "#727072", + "Checkbox.Foreground.Disabled.Dark": "#727072", + "Checkbox.Background.Selected": "#ffd866", + "Checkbox.Background.Selected.Dark": "#ffd866", + "Checkbox.Border.Selected": "#ffd866", + "Checkbox.Border.Selected.Dark": "#ffd866", + "Checkbox.Foreground.Selected": "#fcfcfa", + "Checkbox.Foreground.Selected.Dark": "#fcfcfa", + "Checkbox.Focus.Thin.Selected": "#fcfcfa", + "Checkbox.Focus.Thin.Selected.Dark": "#fcfcfa", + "Objects.Grey": "#727072", + "Objects.Blue": "#A9DC76", + "Objects.RedStatus": "#FF6188", + "Objects.Red": "#FF6188", + "Objects.Pink": "#FF6188", + "Objects.Yellow": "#78DCE8", + "Objects.Green": "#FFD866", + "Objects.Purple": "#FF6188", + "Objects.BlackText": "#fcfcfa", + "Objects.YellowDark": "#AB9DF2", + "Objects.GreenAndroid": "#FFD866" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Monokai Pro.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Monokai Pro.theme.json new file mode 100644 index 00000000..c9f9f806 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Monokai Pro.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Monokai Pro", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Monokai Pro.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#939293", + "background": "#2D2A2E", + "borderColor": "#2d2a2e", + "disabledBackground": "#3a3a3c", + "disabledForeground": "#727072", + "disabledText": "#727072", + "focusColor": "#5b595c", + "focusedBorderColor": "#ffd866", + "foreground": "#fcfcfa", + "inactiveBackground": "#3a3a3c", + "inactiveForeground": "#939293", + "infoForeground": "#939293", + "selectionBackground": "#5B595C", + "selectionBackgroundInactive": "#403E41", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#403E41", + "separatorColor": "#2d2a2e" + }, + "activeCaption": "#2D2A2E", + "ActionButton": { + "hoverBackground": "#ffd86650", + "hoverBorderColor": "#ffd86650", + "pressedBackground": "#ffd86650", + "pressedBorderColor": "#ffd86650" + }, + "Autocomplete": { + "selectionBackground": "#5B595C" + }, + "Borders.ContrastBorderColor": "#2D2A2E", + "Borders.color": "#2d2a2e", + "Button": { + "arc": 0, + "background": "#2D2A2E", + "default": { + "endBackground": "#4A474B", + "endBorderColor": "#4A474B", + "foreground": "#ffd866", + "focusColor": "#ffd866", + "focusedBorderColor": "#ffd866", + "shadowColor": "#4A474B", + "startBackground": "#4A474B", + "startBorderColor": "#4A474B" + }, + "disabledBorderColor": "#403E41", + "disabledText": "#727072", + "endBackground": "#403E41", + "endBorderColor": "#403E41", + "focus": "#5b595c", + "focusedBorderColor": "#ffd866", + "foreground": "#939293", + "highlight": "#FFFFFF", + "mt.background": "#403E41", + "mt.foreground": "#939293", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#4A474B", + "mt.selection.color2": "#4A474B", + "startBackground": "#403E41", + "startBorderColor": "#403E41", + "shadowColor": "#403E41", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#2D2A2E", + "disabledText": "#727072", + "foreground": "#fcfcfa", + "select": "#ffd866" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#939293", + "acceleratorSelectionForeground": "#939293", + "background": "#2D2A2E", + "disabledBackground": "#2D2A2E", + "disabledForeground": "#727072", + "foreground": "#fcfcfa", + "selectionBackground": "#5B595C", + "selectionForeground": "#ffd866" + }, + "ColorChooser": { + "background": "#2D2A2E", + "foreground": "#fcfcfa", + "swatchesDefaultRecentColor": "#fcfcfa" + }, + "ComboBoxButton.background": "#403E41", + "ComboBox": { + "ArrowButton": { + "background": "#403E41", + "disabledIconColor": "#727072", + "iconColor": "#fcfcfa", + "nonEditableBackground": "#2D2A2E" + }, + "background": "#2D2A2E", + "buttonBackground": "#403E41", + "disabledForeground": "#727072", + "foreground": "#fcfcfa", + "modifiedItemForeground": "#ffd866", + "nonEditableBackground": "#403E41", + "padding": "5,5,5,5", + "selectionBackground": "#4A474B", + "selectionForeground": "#ffd866" + }, + "ComboPopup.border": "#2d2a2e", + "CompletionPopup": { + "background": "#403E41", + "foreground": "#fcfcfa", + "infoForeground": "#939293", + "matchForeground": "#ffd8662", + "matchSelectionForeground": "#ffd866", + "nonFocusedState": "false", + "nonFocusedMask": "#403E41", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#939293", + "selectionInactiveBackground": "#5b595c", + "selectionBackground": "#5B595C80", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#5b595c", + "disabledBorderColor": "#403E41", + "focusColor": "#ffd866", + "focusedBorderColor": "#ffd866", + "hoverIconColor": "#ffd866", + "infoForeground": "#939293", + "iconColor": "#fcfcfa" + }, + "control": "#2D2A2E", + "controlText": "#939293", + "Counter": { + "background": "#ffd866", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#939293", + "changedValueForeground": "#ffd866", + "errorMessageForeground": "#FF6188", + "evaluatingExpressionForeground": "#939293", + "exceptionForeground": "#78DCE8", + "modifyingValueForeground": "#ffd866", + "valueForeground": "#ffd866" + } + }, + "DebuggerTabs": { + "selectedBackground": "#5b595c", + "underlinedTabBackground": "#5b595c" + }, + "DebuggerPopup": { + "borderColor": "#5b595c" + }, + "DefaultTabs": { + "background": "#2D2A2E", + "borderColor": "#2D2A2E", + "hoverBackground": "#4A474B", + "hoverColor": "#2D2A2E", + "hoverMaskColor": "#5b595c", + "inactiveUnderlineColor": "#727072", + "inactiveMaskColor": "#2D2A2E", + "underlineColor": "#ffd866", + "underlinedTabBackground":"#4A474B" + }, + "Desktop.background": "#2D2A2E", + "DialogWrapper.southPanelBackground": "#2D2A2E", + "DialogWrapper.southPanelDivider": "#2D2A2E", + "DragAndDrop": { + "areaBackground": "#2D2A2E", + "areaBorderColor": "#2D2A2E", + "areaForeground": "#fcfcfa" + }, + "Editor": { + "background": "#2D2A2E", + "foreground": "#fcfcfa", + "shortcutForeground": "#939293" + }, + "EditorPane": { + "background": "#2D2A2E", + "caretForeground": "#ffd866", + "foreground": "#fcfcfa", + "inactiveBackground": "#2D2A2E", + "inactiveForeground": "#727072", + "selectionBackground": "#5B595C", + "selectionForeground": "#ffd866" + }, + "EditorTabs": { + "borderColor": "#403E41", + "hoverColor": "#5b595c", + "hoverMaskColor": "#5b595c", + "inactiveMaskColor": "#2D2A2E", + "inactiveColoredFileBackground": "#2D2A2E", + "inactiveUnderlineColor": "#727072", + "selectedForeground": "#fcfcfa", + "selectedBackground": "#4A474B", + "underlineColor": "#ffd866", + "underlinedTabBackground": "#4A474B" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#3a3a3c", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#2d2a2e", + "FormattedTextField": { + "background": "#2D2A2E", + "caretForeground": "#ffd866", + "foreground": "#fcfcfa", + "inactiveBackground": "#403E41", + "inactiveForeground": "#727072", + "selectionForeground": "#ffd866", + "selectionBackground": "#4A474B" + }, + "Group": { + "disabledSeparatorColor": "#2d2a2e", + "separatorColor": "#2d2a2e" + }, + "GutterTooltip": { + "infoForeground": "#fcfcfa", + "lineSeparatorColor": "#2D2A2E" + }, + "HeaderColor": { + "active": "#2D2A2E", + "inactive": "#221F22" + }, + "HelpTooltip": { + "background": "#2D2A2E", + "borderColor": "#2d2a2e", + "foreground": "#fcfcfa", + "infoForeground": "#939293", + "shortcutForeground": "#939293" + }, + "Hyperlink.linkColor": "#ffd866", + "inactiveCaption": "#403E41", + "inactiveCaptionBorder": "#2D2A2E", + "inactiveCaptionText": "#939293", + "info": "#939293", + "infoText": "#939293", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#2d2a2e", + "InplaceRefactoringPopup": { + "borderColor": "#2D2A2E" + }, + "InternalFrame": { + "activeTitleForeground": "#fcfcfa", + "background": "#2D2A2E", + "inactiveTitleForeground": "#939293" + }, + "Label": { + "background": "#2D2A2E", + "disabledForeground": "#727072", + "disabledShadow": "#2D2A2E", + "disabledText": "#727072", + "foreground": "#fcfcfa", + "infoForeground": "#939293", + "selectedForeground": "#ffd866" + }, + "Link": { + "activeForeground": "#ffd866", + "hoverForeground": "#ffd866", + "pressedForeground": "#ffd866", + "secondaryForeground": "#939293", + "visitedForeground": "#ffd866" + }, + "List": { + "background": "#403E41", + "foreground": "#fcfcfa", + "selectionBackground": "#5B595C", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#ffd866", + "selectionInactiveBackground": "#403E4125" + }, + "material": { + "background": "#2D2A2E", + "branchColor": "#fcfcfa", + "contrast": "#221F22", + "foreground": "#fcfcfa", + "mergeCommits": "#403E41", + "primaryColor": "#939293", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#2D2A2E", + "tab.borderColor": "#ffd866", + "tagColor": "#939293" + }, + "MemoryIndicator": { + "allocatedBackground": "#403E41", + "usedColor": "#5b595c", + "usedBackground": "#5b595c" + }, + "Menu": { + "acceleratorForeground": "#939293", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#2D2A2E", + "border": "4,2,4,2", + "borderColor": "#403E41", + "disabledBackground": "#403E41", + "disabledForeground": "#727072", + "foreground": "#fcfcfa", + "selectionBackground": "#5B595C", + "selectionForeground": "#FFFFFF", + "separatorColor": "#2d2a2e" + }, + "MenuBar": { + "background": "#2D2A2E", + "borderColor": "#2D2A2E", + "disabledBackground": "#2D2A2E", + "disabledForeground": "#727072", + "foreground": "#fcfcfa", + "highlight": "#2D2A2E", + "selectionBackground": "#5B595C", + "selectionForeground": "#FFFFFF", + "shadow": "#2D2A2E" + }, + "MenuItem": { + "acceleratorForeground": "#939293", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#2D2A2E", + "disabledBackground": "#2D2A2E", + "disabledForeground": "#727072", + "foreground": "#fcfcfa", + "selectionBackground": "#5B595C", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#fcfcfa", + "borderColor": "#2D2A2E" + }, + "NewClass": { + "Panel": { + "background": "#2D2A2E" + }, + "SearchField": { + "background": "#2D2A2E" + } + }, + "Notification": { + "background": "#363437", + "borderColor": "#363437", + "errorBackground": "#363437", + "errorBorderColor": "#363437", + "foreground": "#fcfcfa", + "MoreButton": { + "background": "#403E41", + "foreground": "#fcfcfa", + "innerBorderColor": "#403E41" + }, + "ToolWindow": { + "errorBackground": "#363437", + "errorBorderColor": "#363437", + "informativeBackground": "#363437", + "informativeBorderColor": "#363437", + "warningBackground": "#363437", + "warningBorderColor": "#363437" + } + }, + "OnePixelDivider.background": "#2d2a2e", + "OptionPane": { + "background": "#2D2A2E", + "foreground": "#fcfcfa", + "messageForeground": "#fcfcfa" + }, + "Outline": { + "color": "#403E41" + }, + "Panel": { + "background": "#2D2A2E", + "foreground": "#fcfcfa" + }, + "ParameterInfo": { + "background": "#403E41", + "borderColor": "#4A474B", + "currentOverloadBackground": "#4A474B", + "currentParameterForeground": "#ffd866", + "disabledForeground": "#727072", + "foreground": "#fcfcfa", + "infoForeground": "#939293", + "lineSeparatorColor": "#4A474B" + }, + "PasswordField": { + "background": "#2D2A2E", + "capsLockIconColor": "#ffd866", + "caretForeground": "#ffd866", + "foreground": "#fcfcfa", + "inactiveForeground": "#727072", + "selectionBackground": "#4A474B", + "selectionForeground": "#ffd866" + }, + "Plugins": { + "background": "#2D2A2E", + "disabledForeground": "#727072", + "eapTagBackground": "#5b595c", + "lightSelectionBackground": "#5B595C", + "selectionBackground": "#5B595C", + "tagForeground": "#ffd866", + "tagBackground": "#5b595c", + "Button": { + "installBackground": "#403E41", + "installBorderColor": "#403E41", + "installForeground": "#fcfcfa", + "installFocusedBackground": "#5b595c", + "installFillForeground": "#939293", + "installFillBackground": "#403E41", + "updateBackground": "#403E41", + "updateBorderColor": "#403E41", + "updateForeground": "#fcfcfa" + }, + "SearchField": { + "background": "#2D2A2E", + "borderColor": "#2d2a2e" + }, + "SectionHeader": { + "background": "#403E41", + "foreground": "#fcfcfa" + }, + "Tab": { + "hoverBackground": "#4A474B", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#4A474B" + } + }, + "Popup": { + "Advertiser": { + "background": "#2D2A2E", + "borderColor": "#2D2A2E", + "foreground": "#ffd866" + }, + "borderColor": "#221F22", + "inactiveBorderColor": "#2D2A2E", + "innerBorderColor": "#403E41", + "Header": { + "activeBackground": "#2D2A2E", + "inactiveBackground": "#221F22" + }, + "paintBorder": true, + "separatorForeground": "#fcfcfa", + "separatorColor": "#403E41", + "Toolbar": { + "background": "#221F22", + "borderColor": "#221F22" + } + }, + "PopupMenu": { + "background": "#2D2A2E", + "border": "2,0,2,0", + "foreground": "#fcfcfa", + "translucentBackground": "#2D2A2E" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#2D2A2E", + "foreground": "#ffd866", + "indeterminateEndColor": "#ffd866", + "indeterminateStartColor": "#ffd866", + "progressColor": "#ffd866", + "selectionBackground": "#5b595c", + "trackColor": "#5b595c" + }, + "RadioButton": { + "background": "#2D2A2E", + "disabledText": "#727072", + "foreground": "#fcfcfa" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#939293", + "acceleratorSelectionForeground": "#939293", + "background": "#2D2A2E", + "disabledBackground": "#2D2A2E", + "disabledForeground": "#727072", + "foreground": "#fcfcfa", + "selectionBackground": "#5B595C", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#2D2A2E", + "hoverThumbBorderColor": "#ffd866", + "hoverThumbColor": "#ffd866", + "hoverTrackColor": "#2D2A2E30", + "Mac": { + "hoverThumbBorderColor": "#ffd866", + "hoverThumbColor": "#ffd866", + "hoverTrackColor": "#2D2A2E30", + "thumbBorderColor": "#ffd86670", + "thumbColor": "#ffd86670", + "trackColor": "#2D2A2E30", + "Transparent": { + "hoverThumbBorderColor": "#ffd866", + "hoverThumbColor": "#ffd866", + "hoverTrackColor": "#2D2A2E30", + "thumbBorderColor": "#ffd86670", + "thumbColor": "#ffd86670", + "trackColor": "#2D2A2E30" + } + }, + "thumb": "#5b595c", + "thumbBorderColor": "#ffd86670", + "thumbColor": "#ffd86670", + "trackColor": "#2D2A2E30", + "Transparent": { + "hoverThumbBorderColor": "#ffd866", + "hoverThumbColor": "#ffd866", + "hoverTrackColor": "#2D2A2E30", + "thumbBorderColor": "#ffd86670", + "thumbColor": "#ffd86670", + "trackColor": "#2D2A2E30" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#221F22", + "foreground": "#939293" + }, + "Header": { + "background": "#2D2A2E" + }, + "List": { + "separatorForeground": "#fcfcfa", + "separatorColor": "#2d2a2e" + }, + "SearchField": { + "background": "#2D2A2E", + "borderColor": "#221F22", + "infoForeground": "#939293" + }, + "Tab": { + "active.foreground": "#ffd866", + "selectedForeground": "#ffd866", + "selectedBackground": "#5b595c" + } + }, + "SearchMatch": { + "endBackground": "#ffd866", + "startBackground": "#ffd866" + }, + "Separator": { + "background": "#403E41", + "foreground": "#403E41", + "separatorColor": "#403E41" + }, + "SidePanel": { + "background": "#2D2A2E" + }, + "Slider": { + "background": "#2D2A2E", + "foreground": "#fcfcfa", + "majorTickLength": 6, + "tickColor": "#403E41", + "trackWidth": 7, + "thumb": "#ffd866" + }, + "SpeedSearch": { + "background": "#5b595c", + "borderColor": "#2d2a2e", + "foreground": "#fcfcfa", + "errorForeground": "#fcfcfa" + }, + "Spinner": { + "background": "#2D2A2E", + "border": "3,3,3,3", + "foreground": "#fcfcfa", + "selectionForeground": "#ffd866" + }, + "SplitPane": { + "background": "#2D2A2E", + "highlight": "#2D2A2E" + }, + "SplitPaneDivider.draggingColor": "#403E41", + "StatusBar": { + "borderColor": "#2D2A2E" + }, + "TabbedPane": { + "background": "#2D2A2E", + "contentAreaColor": "#5b595c", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#2d2a2e", + "disabledForeground": "#727072", + "disabledUnderlineColor": "#727072", + "focus": "#4A474B", + "focusColor": "#4A474B", + "fontSizeOffset": 0, + "foreground": "#fcfcfa", + "highlight": "#2d2a2e", + "hoverColor": "#5b595c", + "labelShift": 0, + "selectedForeground": "#ffd866", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#2D2A2E", + "Table": { + "background": "#2D2A2E", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#ffd866", + "dropLineShortColor": "#ffd866", + "focusCellBackground": "#4A474B", + "focusCellForeground": "#ffd866", + "foreground": "#fcfcfa", + "gridColor": "#2D2A2E", + "highlightOuter": "#4A474B", + "lightSelectionForeground": "#ffd866", + "lightSelectionInactiveForeground": "#939293", + "lightSelectionInactiveBackground": "#403E41", + "selectionBackground": "#4A474B", + "selectionForeground": "#ffd866", + "selectionInactiveBackground": "#403E4125", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#fcfcfa", + "stripeColor": "#221F22" + }, + "TableHeader": { + "background": "#2D2A2E", + "borderColor": "#2D2A2E", + "bottomSeparatorColor": "#403E41", + "cellBorder": "4,0,4,0", + "foreground": "#fcfcfa", + "focusCellBackground": "#4A474B", + "focusCellForeground": "#ffd866", + "height": 25, + "separatorColor": "#403E41" + }, + "text": "#939293", + "textInactiveText": "#939293", + "textText": "#939293", + "TextArea": { + "background": "#2D2A2E", + "caretForeground": "#ffd866", + "foreground": "#fcfcfa", + "inactiveForeground": "#727072", + "selectionBackground": "#4A474B", + "selectionForeground": "#ffd866" + }, + "TextField": { + "background": "#2D2A2E", + "caretForeground": "#ffd866", + "foreground": "#fcfcfa", + "inactiveForeground": "#727072", + "selectionBackground": "#4A474B", + "selectionForeground": "#ffd866" + }, + "TextPane": { + "background": "#2D2A2E", + "caretForeground": "#ffd866", + "foreground": "#fcfcfa", + "inactiveForeground": "#727072", + "selectionBackground": "#4A474B", + "selectionForeground": "#ffd866" + }, + "TitlePane": { + "background": "#221F22", + "Button.hoverBackground": "#5b595c", + "inactiveBackground": "#403E41", + "infoForeground": "#939293", + "inactiveInfoForeground": "#939293" + }, + "TitledBorder.titleColor": "#fcfcfa", + "ToggleButton": { + "borderColor": "#403E41", + "buttonColor": "#fcfcfa", + "disabledText": "#727072", + "foreground": "#fcfcfa", + "offForeground": "#2D2A2E", + "offBackground": "#2D2A2E", + "onBackground": "#ffd866", + "onForeground": "#ffd866" + }, + "ToolBar": { + "background": "#2D2A2E", + "borderHandleColor": "#939293", + "floatingForeground": "#939293", + "foreground": "#fcfcfa" + }, + "ToolTip": { + "Actions.background": "#2D2A2E", + "Actions.infoForeground": "#939293", + "background": "#2D2A2E", + "borderColor": "#5b595c", + "foreground": "#fcfcfa", + "infoForeground": "#939293", + "separatorColor": "#2d2a2e", + "shortcutForeground": "#939293" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#4A474B", + "selectedForeground": "#ffd866", + "selectedBackground": "#221F22" + }, + "Header": { + "background": "#2D2A2E", + "borderColor": "#403E41", + "inactiveBackground": "#2D2A2E" + }, + "HeaderCloseButton": { + "background": "#2D2A2E" + }, + "HeaderTab": { + "hoverBackground": "#5b595c", + "hoverInactiveBackground": "#403E41", + "inactiveUnderlineColor": "#ffd866", + "selectedBackground": "#221F22", + "selectedInactiveBackground": "#221F22", + "underlineColor": "#ffd866", + "underlinedTabBackground": "#5b595c", + "underlinedTabInactiveBackground": "#403E41" + } + }, + "Tree": { + "background": "#2D2A2E", + "foreground": "#939293", + "hash": "#2d2a2e", + "modifiedItemForeground": "#ffd866", + "rowHeight": 28, + "selectionBackground": "#403E41", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#403E4125", + "textBackground": "#2D2A2E" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#2D2A2E", + "Preview.background": "#2D2A2E" + }, + "ValidationTooltip": { + "errorBackground": "#363437", + "errorBorderColor": "#363437", + "warningBackground": "#363437", + "warningBorderColor": "#363437" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#2D2A2E" + }, + "GitLog": { + "localBranchIconColor": "#ffd866", + "otherIconColor": "#939293", + "remoteBranchIconColor": "#fcfcfa", + "tagIconColor": "#939293" + }, + "HgLog": { + "branchIconColor": "#ffd866", + "bookmarkIconColor": "#ffd866", + "closedBranchIconColor": "#727072", + "localTagIconColor": "#939293", + "mqTagIconColor": "#939293", + "tagIconColor": "#939293", + "tipIconColor": "#939293" + }, + "Log": { + "Commit.unmatchedForeground": "#939293", + "Commit.currentBranchBackground": "#403E41" + }, + "RefLabel": { + "foreground": "#ffd866", + "backgroundBase": "#5b595c" + } + }, + "Viewport": { + "background": "#2D2A2E", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#2D2A2E", + "borderColor": "#2D2A2E", + "captionBackground": "#221F22", + "captionForeground": "#fcfcfa", + "footerBackground": "#221F22", + "footerForeground": "#fcfcfa", + "headerBackground": "#2D2A2E", + "headerForeground": "#fcfcfa", + "separatorColor": "#2d2a2e", + "Projects": { + "background": "#403E41", + "selectionBackground": "#5B595C", + "selectionInactiveBackground": "#403E41" + } + }, + "window": "#2D2A2E", + "windowBorder": "#2d2a2e", + "windowText": "#939293", + "Window.border": "#2d2a2e" + }, + "icons": { + "ColorPalette": { + "#43494A": "#221F22", + "#6B6B6B": "#939293", + "#A7A7A7": "#2D2A2E", + "#3D6185": "#ffd866", + "#466D94": "#ffd866", + "#3C3F41": "#2D2A2E", + "#545556": "#727072", + "#606060": "#727072", + "#9AA7B0": "#fcfcfa", + "#675133": "#ffd866", + "Actions.Blue": "#A9DC76", + "Actions.Green": "#FFD866", + "Actions.Grey": "#939293", + "Actions.GreyInline": "#727072", + "Actions.GreyInline.Dark": "#fcfcfa", + "Actions.Red": "#FF6188", + "Actions.Yellow": "#78DCE8", + "Checkbox.Background.Default": "#221F22", + "Checkbox.Background.Default.Dark": "#221F22", + "Checkbox.Background.Disabled": "#3a3a3c", + "Checkbox.Background.Disabled.Dark": "#3a3a3c", + "Checkbox.Border.Default": "#2d2a2e", + "Checkbox.Border.Default.Dark": "#2d2a2e", + "Checkbox.Border.Disabled": "#727072", + "Checkbox.Border.Disabled.Dark": "#727072", + "Checkbox.Focus.Thin.Default": "#ffd866", + "Checkbox.Focus.Thin.Default.Dark": "#ffd866", + "Checkbox.Focus.Wide": "#ffd866", + "Checkbox.Focus.Wide.Dark": "#ffd866", + "Checkbox.Foreground.Disabled": "#727072", + "Checkbox.Foreground.Disabled.Dark": "#727072", + "Checkbox.Background.Selected": "#ffd866", + "Checkbox.Background.Selected.Dark": "#ffd866", + "Checkbox.Border.Selected": "#ffd866", + "Checkbox.Border.Selected.Dark": "#ffd866", + "Checkbox.Foreground.Selected": "#fcfcfa", + "Checkbox.Foreground.Selected.Dark": "#fcfcfa", + "Checkbox.Focus.Thin.Selected": "#fcfcfa", + "Checkbox.Focus.Thin.Selected.Dark": "#fcfcfa", + "Objects.Grey": "#727072", + "Objects.Blue": "#A9DC76", + "Objects.RedStatus": "#FF6188", + "Objects.Red": "#FF6188", + "Objects.Pink": "#FF6188", + "Objects.Yellow": "#78DCE8", + "Objects.Green": "#FFD866", + "Objects.Purple": "#FF6188", + "Objects.BlackText": "#fcfcfa", + "Objects.YellowDark": "#AB9DF2", + "Objects.GreenAndroid": "#FFD866" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Night Owl Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Night Owl Contrast.theme.json new file mode 100644 index 00000000..2646f961 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Night Owl Contrast.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Night Owl Contrast", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Night Owl.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#607d8b", + "background": "#011627", + "borderColor": "#2a373e", + "disabledBackground": "#0B253A", + "disabledForeground": "#2e3c42", + "disabledText": "#2e3c42", + "focusColor": "#152C3B", + "focusedBorderColor": "#7e57c2", + "foreground": "#b0bec5", + "inactiveBackground": "#0B253A", + "inactiveForeground": "#607d8b", + "infoForeground": "#607d8b", + "selectionBackground": "#152C3B", + "selectionBackgroundInactive": "#011627", + "selectionForeground": "#ffffff", + "selectionInactiveBackground": "#011627", + "separatorColor": "#2a373e" + }, + "activeCaption": "#011627", + "ActionButton": { + "hoverBackground": "#7e57c250", + "hoverBorderColor": "#7e57c250", + "pressedBackground": "#7e57c250", + "pressedBorderColor": "#7e57c250" + }, + "Autocomplete": { + "selectionBackground": "#152C3B" + }, + "Borders.ContrastBorderColor": "#011627", + "Borders.color": "#2a373e", + "Button": { + "arc": 0, + "background": "#011627", + "default": { + "endBackground": "#152C3B", + "endBorderColor": "#152C3B", + "foreground": "#ffffff", + "focusColor": "#7e57c2", + "focusedBorderColor": "#7e57c2", + "shadowColor": "#152C3B", + "startBackground": "#152C3B", + "startBorderColor": "#152C3B" + }, + "disabledBorderColor": "#2e3c43", + "disabledText": "#2e3c42", + "endBackground": "#2e3c43", + "endBorderColor": "#2e3c43", + "focus": "#152C3B", + "focusedBorderColor": "#7e57c2", + "foreground": "#607d8b", + "highlight": "#ffffff", + "mt.background": "#2e3c43", + "mt.foreground": "#607d8b", + "mt.selectedForeground": "#ffffff", + "mt.selection.color1": "#152C3B", + "mt.selection.color2": "#152C3B", + "startBackground": "#2e3c43", + "startBorderColor": "#2e3c43", + "shadowColor": "#2e3c43", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#011627", + "disabledText": "#2e3c42", + "foreground": "#b0bec5", + "select": "#7e57c2" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#607d8b", + "acceleratorSelectionForeground": "#607d8b", + "background": "#011627", + "disabledBackground": "#011627", + "disabledForeground": "#2e3c42", + "foreground": "#b0bec5", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "ColorChooser": { + "background": "#011627", + "foreground": "#b0bec5", + "swatchesDefaultRecentColor": "#b0bec5" + }, + "ComboBoxButton.background": "#2e3c43", + "ComboBox": { + "ArrowButton": { + "background": "#2e3c43", + "disabledIconColor": "#2e3c42", + "iconColor": "#b0bec5", + "nonEditableBackground": "#011627" + }, + "background": "#001424", + "buttonBackground": "#2e3c43", + "disabledForeground": "#2e3c42", + "foreground": "#b0bec5", + "modifiedItemForeground": "#7e57c2", + "nonEditableBackground": "#011627", + "padding": "5,5,5,5", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "ComboPopup.border": "#2a373e", + "CompletionPopup": { + "background": "#011627", + "foreground": "#b0bec5", + "infoForeground": "#607d8b", + "matchForeground": "#7e57c22", + "matchSelectionForeground": "#7e57c2", + "nonFocusedState": "false", + "nonFocusedMask": "#152C3B", + "selectedGrayedForeground": "#ffffff", + "selectionGrayForeground": "#ffffff", + "selectionInactiveInfoForeground": "#607d8b", + "selectionInactiveBackground": "#152C3B", + "selectionBackground": "#152C3B80", + "selectionForeground": "#ffffff", + "selectionInfoForeground": "#ffffff" + }, + "Component": { + "arc": 4, + "borderColor": "#152C3B", + "disabledBorderColor": "#2e3c43", + "focusColor": "#7e57c2", + "focusedBorderColor": "#7e57c2", + "hoverIconColor": "#7e57c2", + "infoForeground": "#607d8b", + "iconColor": "#b0bec5" + }, + "control": "#011627", + "controlText": "#607d8b", + "Counter": { + "background": "#7e57c2", + "foreground": "#ffffff" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#607d8b", + "changedValueForeground": "#7e57c2", + "errorMessageForeground": "#7fdbca", + "evaluatingExpressionForeground": "#607d8b", + "exceptionForeground": "#FAD430", + "modifyingValueForeground": "#7e57c2", + "valueForeground": "#7e57c2" + } + }, + "DebuggerTabs": { + "selectedBackground": "#152C3B", + "underlinedTabBackground": "#152C3B" + }, + "DebuggerPopup": { + "borderColor": "#152C3B" + }, + "DefaultTabs": { + "background": "#011627", + "borderColor": "#011627", + "hoverBackground": "#152C3B", + "hoverColor": "#001424", + "hoverMaskColor": "#152C3B", + "inactiveUnderlineColor": "#2e3c42", + "inactiveMaskColor": "#001424", + "underlineColor": "#7e57c2", + "underlinedTabBackground":"#152C3B" + }, + "Desktop.background": "#011627", + "DialogWrapper.southPanelBackground": "#011627", + "DialogWrapper.southPanelDivider": "#011627", + "DragAndDrop": { + "areaBackground": "#011627", + "areaBorderColor": "#011627", + "areaForeground": "#b0bec5" + }, + "Editor": { + "background": "#001424", + "foreground": "#b0bec5", + "shortcutForeground": "#607d8b" + }, + "EditorPane": { + "background": "#001424", + "caretForeground": "#7e57c2", + "foreground": "#b0bec5", + "inactiveBackground": "#011627", + "inactiveForeground": "#2e3c42", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "EditorTabs": { + "borderColor": "#011627", + "hoverColor": "#152C3B", + "hoverMaskColor": "#152C3B", + "inactiveMaskColor": "#011627", + "inactiveColoredFileBackground": "#011627", + "inactiveUnderlineColor": "#2e3c42", + "selectedForeground": "#b0bec5", + "selectedBackground": "#152C3B", + "underlineColor": "#7e57c2", + "underlinedTabBackground": "#152C3B" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#0B253A", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#2a373e", + "FormattedTextField": { + "background": "#001424", + "caretForeground": "#7e57c2", + "foreground": "#b0bec5", + "inactiveBackground": "#2e3c43", + "inactiveForeground": "#2e3c42", + "selectionForeground": "#ffffff", + "selectionBackground": "#152C3B" + }, + "Group": { + "disabledSeparatorColor": "#2a373e", + "separatorColor": "#2a373e" + }, + "GutterTooltip": { + "infoForeground": "#b0bec5", + "lineSeparatorColor": "#011627" + }, + "HeaderColor": { + "active": "#011627", + "inactive": "#001424" + }, + "HelpTooltip": { + "background": "#011627", + "borderColor": "#2a373e", + "foreground": "#b0bec5", + "infoForeground": "#607d8b", + "shortcutForeground": "#607d8b" + }, + "Hyperlink.linkColor": "#7e57c2", + "inactiveCaption": "#011627", + "inactiveCaptionBorder": "#011627", + "inactiveCaptionText": "#607d8b", + "info": "#607d8b", + "infoText": "#607d8b", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#2a373e", + "InplaceRefactoringPopup": { + "borderColor": "#011627" + }, + "InternalFrame": { + "activeTitleForeground": "#b0bec5", + "background": "#011627", + "inactiveTitleForeground": "#607d8b" + }, + "Label": { + "background": "#011627", + "disabledForeground": "#2e3c42", + "disabledShadow": "#011627", + "disabledText": "#2e3c42", + "foreground": "#b0bec5", + "infoForeground": "#607d8b", + "selectedForeground": "#ffffff" + }, + "Link": { + "activeForeground": "#7e57c2", + "hoverForeground": "#7e57c2", + "pressedForeground": "#7e57c2", + "secondaryForeground": "#607d8b", + "visitedForeground": "#7e57c2" + }, + "List": { + "background": "#011627", + "foreground": "#b0bec5", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff", + "selectionInactiveForeground": "#ffffff", + "selectionInactiveBackground": "#152C3B25" + }, + "material": { + "background": "#011627", + "branchColor": "#b0bec5", + "contrast": "#001424", + "foreground": "#b0bec5", + "mergeCommits": "#2e3c43", + "primaryColor": "#607d8b", + "selectionForeground": "#ffffff", + "tab.backgroundColor": "#011627", + "tab.borderColor": "#7e57c2", + "tagColor": "#607d8b" + }, + "MemoryIndicator": { + "allocatedBackground": "#011627", + "usedColor": "#152C3B", + "usedBackground": "#152C3B" + }, + "Menu": { + "acceleratorForeground": "#607d8b", + "acceleratorSelectionForeground": "#ffffff", + "background": "#011627", + "border": "4,2,4,2", + "borderColor": "#011627", + "disabledBackground": "#011627", + "disabledForeground": "#2e3c42", + "foreground": "#b0bec5", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff", + "separatorColor": "#2a373e" + }, + "MenuBar": { + "background": "#001424", + "borderColor": "#011627", + "disabledBackground": "#011627", + "disabledForeground": "#2e3c42", + "foreground": "#b0bec5", + "highlight": "#011627", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff", + "shadow": "#001424" + }, + "MenuItem": { + "acceleratorForeground": "#607d8b", + "acceleratorSelectionForeground": "#ffffff", + "border": "4,2,4,2", + "background": "#011627", + "disabledBackground": "#011627", + "disabledForeground": "#2e3c42", + "foreground": "#b0bec5", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "NavBar": { + "arrowColor": "#b0bec5", + "borderColor": "#011627" + }, + "NewClass": { + "Panel": { + "background": "#011627" + }, + "SearchField": { + "background": "#001424" + } + }, + "Notification": { + "background": "#152C3B", + "borderColor": "#152C3B", + "errorBackground": "#152C3B", + "errorBorderColor": "#152C3B", + "foreground": "#b0bec5", + "MoreButton": { + "background": "#2e3c43", + "foreground": "#b0bec5", + "innerBorderColor": "#2e3c43" + }, + "ToolWindow": { + "errorBackground": "#152C3B", + "errorBorderColor": "#152C3B", + "informativeBackground": "#152C3B", + "informativeBorderColor": "#152C3B", + "warningBackground": "#152C3B", + "warningBorderColor": "#152C3B" + } + }, + "OnePixelDivider.background": "#2a373e", + "OptionPane": { + "background": "#011627", + "foreground": "#b0bec5", + "messageForeground": "#b0bec5" + }, + "Outline": { + "color": "#2e3c43" + }, + "Panel": { + "background": "#011627", + "foreground": "#b0bec5" + }, + "ParameterInfo": { + "background": "#011627", + "borderColor": "#152C3B", + "currentOverloadBackground": "#152C3B", + "currentParameterForeground": "#7e57c2", + "disabledForeground": "#2e3c42", + "foreground": "#b0bec5", + "infoForeground": "#607d8b", + "lineSeparatorColor": "#152C3B" + }, + "PasswordField": { + "background": "#001424", + "capsLockIconColor": "#7e57c2", + "caretForeground": "#7e57c2", + "foreground": "#b0bec5", + "inactiveForeground": "#2e3c42", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "Plugins": { + "background": "#011627", + "disabledForeground": "#2e3c42", + "eapTagBackground": "#152C3B", + "lightSelectionBackground": "#152C3B", + "selectionBackground": "#152C3B", + "tagForeground": "#7e57c2", + "tagBackground": "#152C3B", + "Button": { + "installBackground": "#2e3c43", + "installBorderColor": "#2e3c43", + "installForeground": "#b0bec5", + "installFocusedBackground": "#152C3B", + "installFillForeground": "#607d8b", + "installFillBackground": "#2e3c43", + "updateBackground": "#2e3c43", + "updateBorderColor": "#2e3c43", + "updateForeground": "#b0bec5" + }, + "SearchField": { + "background": "#001424", + "borderColor": "#2a373e" + }, + "SectionHeader": { + "background": "#011627", + "foreground": "#b0bec5" + }, + "Tab": { + "hoverBackground": "#152C3B", + "selectedForeground": "#ffffff", + "selectedBackground": "#152C3B" + } + }, + "Popup": { + "Advertiser": { + "background": "#011627", + "borderColor": "#011627", + "foreground": "#7e57c2" + }, + "borderColor": "#001424", + "inactiveBorderColor": "#011627", + "innerBorderColor": "#011627", + "Header": { + "activeBackground": "#011627", + "inactiveBackground": "#001424" + }, + "paintBorder": true, + "separatorForeground": "#b0bec5", + "separatorColor": "#011627", + "Toolbar": { + "background": "#001424", + "borderColor": "#001424" + } + }, + "PopupMenu": { + "background": "#011627", + "border": "2,0,2,0", + "foreground": "#b0bec5", + "translucentBackground": "#011627" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#011627", + "foreground": "#7e57c2", + "indeterminateEndColor": "#7e57c2", + "indeterminateStartColor": "#7e57c2", + "progressColor": "#7e57c2", + "selectionBackground": "#152C3B", + "trackColor": "#152C3B" + }, + "RadioButton": { + "background": "#011627", + "disabledText": "#2e3c42", + "foreground": "#b0bec5" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#607d8b", + "acceleratorSelectionForeground": "#607d8b", + "background": "#011627", + "disabledBackground": "#011627", + "disabledForeground": "#2e3c42", + "foreground": "#b0bec5", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "ScrollBar": { + "background": "#011627", + "hoverThumbBorderColor": "#7e57c2", + "hoverThumbColor": "#7e57c2", + "hoverTrackColor": "#01162730", + "Mac": { + "hoverThumbBorderColor": "#7e57c2", + "hoverThumbColor": "#7e57c2", + "hoverTrackColor": "#01162730", + "thumbBorderColor": "#7e57c270", + "thumbColor": "#7e57c270", + "trackColor": "#01162730", + "Transparent": { + "hoverThumbBorderColor": "#7e57c2", + "hoverThumbColor": "#7e57c2", + "hoverTrackColor": "#01162730", + "thumbBorderColor": "#7e57c270", + "thumbColor": "#7e57c270", + "trackColor": "#01162730" + } + }, + "thumb": "#152C3B", + "thumbBorderColor": "#7e57c270", + "thumbColor": "#7e57c270", + "trackColor": "#01162730", + "Transparent": { + "hoverThumbBorderColor": "#7e57c2", + "hoverThumbColor": "#7e57c2", + "hoverTrackColor": "#01162730", + "thumbBorderColor": "#7e57c270", + "thumbColor": "#7e57c270", + "trackColor": "#01162730" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#001424", + "foreground": "#607d8b" + }, + "Header": { + "background": "#011627" + }, + "List": { + "separatorForeground": "#b0bec5", + "separatorColor": "#2a373e" + }, + "SearchField": { + "background": "#011627", + "borderColor": "#001424", + "infoForeground": "#607d8b" + }, + "Tab": { + "active.foreground": "#ffffff", + "selectedForeground": "#ffffff", + "selectedBackground": "#152C3B" + } + }, + "SearchMatch": { + "endBackground": "#7e57c2", + "startBackground": "#7e57c2" + }, + "Separator": { + "background": "#011627", + "foreground": "#011627", + "separatorColor": "#011627" + }, + "SidePanel": { + "background": "#001424" + }, + "Slider": { + "background": "#011627", + "foreground": "#b0bec5", + "majorTickLength": 6, + "tickColor": "#011627", + "trackWidth": 7, + "thumb": "#7e57c2" + }, + "SpeedSearch": { + "background": "#152C3B", + "borderColor": "#2a373e", + "foreground": "#b0bec5", + "errorForeground": "#b0bec5" + }, + "Spinner": { + "background": "#011627", + "border": "3,3,3,3", + "foreground": "#b0bec5", + "selectionForeground": "#ffffff" + }, + "SplitPane": { + "background": "#011627", + "highlight": "#001424" + }, + "SplitPaneDivider.draggingColor": "#011627", + "StatusBar": { + "borderColor": "#011627" + }, + "TabbedPane": { + "background": "#011627", + "contentAreaColor": "#152C3B", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#2a373e", + "disabledForeground": "#2e3c42", + "disabledUnderlineColor": "#2e3c42", + "focus": "#152C3B", + "focusColor": "#152C3B", + "fontSizeOffset": 0, + "foreground": "#b0bec5", + "highlight": "#2a373e", + "hoverColor": "#152C3B", + "labelShift": 0, + "selectedForeground": "#ffffff", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#001424", + "Table": { + "background": "#011627", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#7e57c2", + "dropLineShortColor": "#7e57c2", + "focusCellBackground": "#152C3B", + "focusCellForeground": "#ffffff", + "foreground": "#b0bec5", + "gridColor": "#011627", + "highlightOuter": "#152C3B", + "lightSelectionForeground": "#ffffff", + "lightSelectionInactiveForeground": "#607d8b", + "lightSelectionInactiveBackground": "#011627", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff", + "selectionInactiveBackground": "#152C3B25", + "selectionInactiveForeground": "#ffffff", + "sortIconColor": "#b0bec5", + "stripeColor": "#001424" + }, + "TableHeader": { + "background": "#011627", + "borderColor": "#011627", + "bottomSeparatorColor": "#011627", + "cellBorder": "4,0,4,0", + "foreground": "#b0bec5", + "focusCellBackground": "#152C3B", + "focusCellForeground": "#ffffff", + "height": 25, + "separatorColor": "#011627" + }, + "text": "#607d8b", + "textInactiveText": "#607d8b", + "textText": "#607d8b", + "TextArea": { + "background": "#001424", + "caretForeground": "#7e57c2", + "foreground": "#b0bec5", + "inactiveForeground": "#2e3c42", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "TextField": { + "background": "#001424", + "caretForeground": "#7e57c2", + "foreground": "#b0bec5", + "inactiveForeground": "#2e3c42", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "TextPane": { + "background": "#001424", + "caretForeground": "#7e57c2", + "foreground": "#b0bec5", + "inactiveForeground": "#2e3c42", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "TitlePane": { + "background": "#001424", + "Button.hoverBackground": "#152C3B", + "inactiveBackground": "#011627", + "infoForeground": "#607d8b", + "inactiveInfoForeground": "#607d8b" + }, + "TitledBorder.titleColor": "#b0bec5", + "ToggleButton": { + "borderColor": "#2e3c43", + "buttonColor": "#b0bec5", + "disabledText": "#2e3c42", + "foreground": "#b0bec5", + "offForeground": "#011627", + "offBackground": "#011627", + "onBackground": "#7e57c2", + "onForeground": "#7e57c2" + }, + "ToolBar": { + "background": "#001424", + "borderHandleColor": "#607d8b", + "floatingForeground": "#607d8b", + "foreground": "#b0bec5" + }, + "ToolTip": { + "Actions.background": "#011627", + "Actions.infoForeground": "#607d8b", + "background": "#011627", + "borderColor": "#152C3B", + "foreground": "#b0bec5", + "infoForeground": "#607d8b", + "separatorColor": "#2a373e", + "shortcutForeground": "#607d8b" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#152C3B", + "selectedForeground": "#ffffff", + "selectedBackground": "#001424" + }, + "Header": { + "background": "#011627", + "borderColor": "#011627", + "inactiveBackground": "#011627" + }, + "HeaderCloseButton": { + "background": "#011627" + }, + "HeaderTab": { + "hoverBackground": "#152C3B", + "hoverInactiveBackground": "#011627", + "inactiveUnderlineColor": "#7e57c2", + "selectedBackground": "#001424", + "selectedInactiveBackground": "#001424", + "underlineColor": "#7e57c2", + "underlinedTabBackground": "#152C3B", + "underlinedTabInactiveBackground": "#011627" + } + }, + "Tree": { + "background": "#001424", + "foreground": "#607d8b", + "hash": "#2a373e", + "modifiedItemForeground": "#7e57c2", + "rowHeight": 28, + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff", + "selectionInactiveForeground": "#ffffff", + "selectionInactiveBackground": "#152C3B25", + "textBackground": "#001424" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#011627", + "Preview.background": "#011627" + }, + "ValidationTooltip": { + "errorBackground": "#152C3B", + "errorBorderColor": "#152C3B", + "warningBackground": "#152C3B", + "warningBorderColor": "#152C3B" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#011627" + }, + "GitLog": { + "localBranchIconColor": "#7e57c2", + "otherIconColor": "#607d8b", + "remoteBranchIconColor": "#b0bec5", + "tagIconColor": "#607d8b" + }, + "HgLog": { + "branchIconColor": "#7e57c2", + "bookmarkIconColor": "#ffffff", + "closedBranchIconColor": "#2e3c42", + "localTagIconColor": "#607d8b", + "mqTagIconColor": "#607d8b", + "tagIconColor": "#607d8b", + "tipIconColor": "#607d8b" + }, + "Log": { + "Commit.unmatchedForeground": "#607d8b", + "Commit.currentBranchBackground": "#152C3B" + }, + "RefLabel": { + "foreground": "#ffffff", + "backgroundBase": "#152C3B" + } + }, + "Viewport": { + "background": "#001424", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#011627", + "borderColor": "#011627", + "captionBackground": "#001424", + "captionForeground": "#b0bec5", + "footerBackground": "#001424", + "footerForeground": "#b0bec5", + "headerBackground": "#011627", + "headerForeground": "#b0bec5", + "separatorColor": "#2a373e", + "Projects": { + "background": "#011627", + "selectionBackground": "#152C3B", + "selectionInactiveBackground": "#011627" + } + }, + "window": "#001424", + "windowBorder": "#2a373e", + "windowText": "#607d8b", + "Window.border": "#2a373e" + }, + "icons": { + "ColorPalette": { + "#43494A": "#001424", + "#6B6B6B": "#607d8b", + "#A7A7A7": "#011627", + "#3D6185": "#7e57c2", + "#466D94": "#7e57c2", + "#3C3F41": "#011627", + "#545556": "#2e3c42", + "#606060": "#2e3c42", + "#9AA7B0": "#b0bec5", + "#675133": "#7e57c2", + "Actions.Blue": "#82AAFF", + "Actions.Green": "#ecc48d", + "Actions.Grey": "#607d8b", + "Actions.GreyInline": "#637777", + "Actions.GreyInline.Dark": "#b0bec5", + "Actions.Red": "#7fdbca", + "Actions.Yellow": "#FAD430", + "Checkbox.Background.Default": "#001424", + "Checkbox.Background.Default.Dark": "#001424", + "Checkbox.Background.Disabled": "#0B253A", + "Checkbox.Background.Disabled.Dark": "#0B253A", + "Checkbox.Border.Default": "#2a373e", + "Checkbox.Border.Default.Dark": "#2a373e", + "Checkbox.Border.Disabled": "#2e3c42", + "Checkbox.Border.Disabled.Dark": "#2e3c42", + "Checkbox.Focus.Thin.Default": "#7e57c2", + "Checkbox.Focus.Thin.Default.Dark": "#7e57c2", + "Checkbox.Focus.Wide": "#7e57c2", + "Checkbox.Focus.Wide.Dark": "#7e57c2", + "Checkbox.Foreground.Disabled": "#2e3c42", + "Checkbox.Foreground.Disabled.Dark": "#2e3c42", + "Checkbox.Background.Selected": "#7e57c2", + "Checkbox.Background.Selected.Dark": "#7e57c2", + "Checkbox.Border.Selected": "#7e57c2", + "Checkbox.Border.Selected.Dark": "#7e57c2", + "Checkbox.Foreground.Selected": "#b0bec5", + "Checkbox.Foreground.Selected.Dark": "#b0bec5", + "Checkbox.Focus.Thin.Selected": "#b0bec5", + "Checkbox.Focus.Thin.Selected.Dark": "#b0bec5", + "Objects.Grey": "#637777", + "Objects.Blue": "#82AAFF", + "Objects.RedStatus": "#7fdbca", + "Objects.Red": "#7fdbca", + "Objects.Pink": "#c792ea", + "Objects.Yellow": "#FAD430", + "Objects.Green": "#ecc48d", + "Objects.Purple": "#c792ea", + "Objects.BlackText": "#b0bec5", + "Objects.YellowDark": "#f78c6c", + "Objects.GreenAndroid": "#ecc48d" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Night Owl.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Night Owl.theme.json new file mode 100644 index 00000000..6b039a51 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Night Owl.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Night Owl", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Night Owl.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#607d8b", + "background": "#011627", + "borderColor": "#2a373e", + "disabledBackground": "#0B253A", + "disabledForeground": "#2e3c42", + "disabledText": "#2e3c42", + "focusColor": "#152C3B", + "focusedBorderColor": "#7e57c2", + "foreground": "#b0bec5", + "inactiveBackground": "#0B253A", + "inactiveForeground": "#607d8b", + "infoForeground": "#607d8b", + "selectionBackground": "#152C3B", + "selectionBackgroundInactive": "#011627", + "selectionForeground": "#ffffff", + "selectionInactiveBackground": "#011627", + "separatorColor": "#2a373e" + }, + "activeCaption": "#011627", + "ActionButton": { + "hoverBackground": "#7e57c250", + "hoverBorderColor": "#7e57c250", + "pressedBackground": "#7e57c250", + "pressedBorderColor": "#7e57c250" + }, + "Autocomplete": { + "selectionBackground": "#152C3B" + }, + "Borders.ContrastBorderColor": "#011627", + "Borders.color": "#2a373e", + "Button": { + "arc": 0, + "background": "#011627", + "default": { + "endBackground": "#152C3B", + "endBorderColor": "#152C3B", + "foreground": "#ffffff", + "focusColor": "#7e57c2", + "focusedBorderColor": "#7e57c2", + "shadowColor": "#152C3B", + "startBackground": "#152C3B", + "startBorderColor": "#152C3B" + }, + "disabledBorderColor": "#2e3c43", + "disabledText": "#2e3c42", + "endBackground": "#2e3c43", + "endBorderColor": "#2e3c43", + "focus": "#152C3B", + "focusedBorderColor": "#7e57c2", + "foreground": "#607d8b", + "highlight": "#ffffff", + "mt.background": "#2e3c43", + "mt.foreground": "#607d8b", + "mt.selectedForeground": "#ffffff", + "mt.selection.color1": "#152C3B", + "mt.selection.color2": "#152C3B", + "startBackground": "#2e3c43", + "startBorderColor": "#2e3c43", + "shadowColor": "#2e3c43", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#011627", + "disabledText": "#2e3c42", + "foreground": "#b0bec5", + "select": "#7e57c2" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#607d8b", + "acceleratorSelectionForeground": "#607d8b", + "background": "#011627", + "disabledBackground": "#011627", + "disabledForeground": "#2e3c42", + "foreground": "#b0bec5", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "ColorChooser": { + "background": "#011627", + "foreground": "#b0bec5", + "swatchesDefaultRecentColor": "#b0bec5" + }, + "ComboBoxButton.background": "#2e3c43", + "ComboBox": { + "ArrowButton": { + "background": "#2e3c43", + "disabledIconColor": "#2e3c42", + "iconColor": "#b0bec5", + "nonEditableBackground": "#011627" + }, + "background": "#011627", + "buttonBackground": "#2e3c43", + "disabledForeground": "#2e3c42", + "foreground": "#b0bec5", + "modifiedItemForeground": "#7e57c2", + "nonEditableBackground": "#011627", + "padding": "5,5,5,5", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "ComboPopup.border": "#2a373e", + "CompletionPopup": { + "background": "#011627", + "foreground": "#b0bec5", + "infoForeground": "#607d8b", + "matchForeground": "#7e57c22", + "matchSelectionForeground": "#7e57c2", + "nonFocusedState": "false", + "nonFocusedMask": "#152C3B", + "selectedGrayedForeground": "#ffffff", + "selectionGrayForeground": "#ffffff", + "selectionInactiveInfoForeground": "#607d8b", + "selectionInactiveBackground": "#152C3B", + "selectionBackground": "#152C3B80", + "selectionForeground": "#ffffff", + "selectionInfoForeground": "#ffffff" + }, + "Component": { + "arc": 4, + "borderColor": "#152C3B", + "disabledBorderColor": "#2e3c43", + "focusColor": "#7e57c2", + "focusedBorderColor": "#7e57c2", + "hoverIconColor": "#7e57c2", + "infoForeground": "#607d8b", + "iconColor": "#b0bec5" + }, + "control": "#011627", + "controlText": "#607d8b", + "Counter": { + "background": "#7e57c2", + "foreground": "#ffffff" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#607d8b", + "changedValueForeground": "#7e57c2", + "errorMessageForeground": "#7fdbca", + "evaluatingExpressionForeground": "#607d8b", + "exceptionForeground": "#FAD430", + "modifyingValueForeground": "#7e57c2", + "valueForeground": "#7e57c2" + } + }, + "DebuggerTabs": { + "selectedBackground": "#152C3B", + "underlinedTabBackground": "#152C3B" + }, + "DebuggerPopup": { + "borderColor": "#152C3B" + }, + "DefaultTabs": { + "background": "#011627", + "borderColor": "#011627", + "hoverBackground": "#152C3B", + "hoverColor": "#011627", + "hoverMaskColor": "#152C3B", + "inactiveUnderlineColor": "#2e3c42", + "inactiveMaskColor": "#011627", + "underlineColor": "#7e57c2", + "underlinedTabBackground":"#152C3B" + }, + "Desktop.background": "#011627", + "DialogWrapper.southPanelBackground": "#011627", + "DialogWrapper.southPanelDivider": "#011627", + "DragAndDrop": { + "areaBackground": "#011627", + "areaBorderColor": "#011627", + "areaForeground": "#b0bec5" + }, + "Editor": { + "background": "#011627", + "foreground": "#b0bec5", + "shortcutForeground": "#607d8b" + }, + "EditorPane": { + "background": "#011627", + "caretForeground": "#7e57c2", + "foreground": "#b0bec5", + "inactiveBackground": "#011627", + "inactiveForeground": "#2e3c42", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "EditorTabs": { + "borderColor": "#011627", + "hoverColor": "#152C3B", + "hoverMaskColor": "#152C3B", + "inactiveMaskColor": "#011627", + "inactiveColoredFileBackground": "#011627", + "inactiveUnderlineColor": "#2e3c42", + "selectedForeground": "#b0bec5", + "selectedBackground": "#152C3B", + "underlineColor": "#7e57c2", + "underlinedTabBackground": "#152C3B" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#0B253A", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#2a373e", + "FormattedTextField": { + "background": "#011627", + "caretForeground": "#7e57c2", + "foreground": "#b0bec5", + "inactiveBackground": "#2e3c43", + "inactiveForeground": "#2e3c42", + "selectionForeground": "#ffffff", + "selectionBackground": "#152C3B" + }, + "Group": { + "disabledSeparatorColor": "#2a373e", + "separatorColor": "#2a373e" + }, + "GutterTooltip": { + "infoForeground": "#b0bec5", + "lineSeparatorColor": "#011627" + }, + "HeaderColor": { + "active": "#011627", + "inactive": "#001424" + }, + "HelpTooltip": { + "background": "#011627", + "borderColor": "#2a373e", + "foreground": "#b0bec5", + "infoForeground": "#607d8b", + "shortcutForeground": "#607d8b" + }, + "Hyperlink.linkColor": "#7e57c2", + "inactiveCaption": "#011627", + "inactiveCaptionBorder": "#011627", + "inactiveCaptionText": "#607d8b", + "info": "#607d8b", + "infoText": "#607d8b", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#2a373e", + "InplaceRefactoringPopup": { + "borderColor": "#011627" + }, + "InternalFrame": { + "activeTitleForeground": "#b0bec5", + "background": "#011627", + "inactiveTitleForeground": "#607d8b" + }, + "Label": { + "background": "#011627", + "disabledForeground": "#2e3c42", + "disabledShadow": "#011627", + "disabledText": "#2e3c42", + "foreground": "#b0bec5", + "infoForeground": "#607d8b", + "selectedForeground": "#ffffff" + }, + "Link": { + "activeForeground": "#7e57c2", + "hoverForeground": "#7e57c2", + "pressedForeground": "#7e57c2", + "secondaryForeground": "#607d8b", + "visitedForeground": "#7e57c2" + }, + "List": { + "background": "#011627", + "foreground": "#b0bec5", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff", + "selectionInactiveForeground": "#ffffff", + "selectionInactiveBackground": "#152C3B25" + }, + "material": { + "background": "#011627", + "branchColor": "#b0bec5", + "contrast": "#001424", + "foreground": "#b0bec5", + "mergeCommits": "#2e3c43", + "primaryColor": "#607d8b", + "selectionForeground": "#ffffff", + "tab.backgroundColor": "#011627", + "tab.borderColor": "#7e57c2", + "tagColor": "#607d8b" + }, + "MemoryIndicator": { + "allocatedBackground": "#011627", + "usedColor": "#152C3B", + "usedBackground": "#152C3B" + }, + "Menu": { + "acceleratorForeground": "#607d8b", + "acceleratorSelectionForeground": "#ffffff", + "background": "#011627", + "border": "4,2,4,2", + "borderColor": "#011627", + "disabledBackground": "#011627", + "disabledForeground": "#2e3c42", + "foreground": "#b0bec5", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff", + "separatorColor": "#2a373e" + }, + "MenuBar": { + "background": "#011627", + "borderColor": "#011627", + "disabledBackground": "#011627", + "disabledForeground": "#2e3c42", + "foreground": "#b0bec5", + "highlight": "#011627", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff", + "shadow": "#011627" + }, + "MenuItem": { + "acceleratorForeground": "#607d8b", + "acceleratorSelectionForeground": "#ffffff", + "border": "4,2,4,2", + "background": "#011627", + "disabledBackground": "#011627", + "disabledForeground": "#2e3c42", + "foreground": "#b0bec5", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "NavBar": { + "arrowColor": "#b0bec5", + "borderColor": "#011627" + }, + "NewClass": { + "Panel": { + "background": "#011627" + }, + "SearchField": { + "background": "#011627" + } + }, + "Notification": { + "background": "#152C3B", + "borderColor": "#152C3B", + "errorBackground": "#152C3B", + "errorBorderColor": "#152C3B", + "foreground": "#b0bec5", + "MoreButton": { + "background": "#2e3c43", + "foreground": "#b0bec5", + "innerBorderColor": "#2e3c43" + }, + "ToolWindow": { + "errorBackground": "#152C3B", + "errorBorderColor": "#152C3B", + "informativeBackground": "#152C3B", + "informativeBorderColor": "#152C3B", + "warningBackground": "#152C3B", + "warningBorderColor": "#152C3B" + } + }, + "OnePixelDivider.background": "#2a373e", + "OptionPane": { + "background": "#011627", + "foreground": "#b0bec5", + "messageForeground": "#b0bec5" + }, + "Outline": { + "color": "#2e3c43" + }, + "Panel": { + "background": "#011627", + "foreground": "#b0bec5" + }, + "ParameterInfo": { + "background": "#011627", + "borderColor": "#152C3B", + "currentOverloadBackground": "#152C3B", + "currentParameterForeground": "#7e57c2", + "disabledForeground": "#2e3c42", + "foreground": "#b0bec5", + "infoForeground": "#607d8b", + "lineSeparatorColor": "#152C3B" + }, + "PasswordField": { + "background": "#011627", + "capsLockIconColor": "#7e57c2", + "caretForeground": "#7e57c2", + "foreground": "#b0bec5", + "inactiveForeground": "#2e3c42", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "Plugins": { + "background": "#011627", + "disabledForeground": "#2e3c42", + "eapTagBackground": "#152C3B", + "lightSelectionBackground": "#152C3B", + "selectionBackground": "#152C3B", + "tagForeground": "#7e57c2", + "tagBackground": "#152C3B", + "Button": { + "installBackground": "#2e3c43", + "installBorderColor": "#2e3c43", + "installForeground": "#b0bec5", + "installFocusedBackground": "#152C3B", + "installFillForeground": "#607d8b", + "installFillBackground": "#2e3c43", + "updateBackground": "#2e3c43", + "updateBorderColor": "#2e3c43", + "updateForeground": "#b0bec5" + }, + "SearchField": { + "background": "#011627", + "borderColor": "#2a373e" + }, + "SectionHeader": { + "background": "#011627", + "foreground": "#b0bec5" + }, + "Tab": { + "hoverBackground": "#152C3B", + "selectedForeground": "#ffffff", + "selectedBackground": "#152C3B" + } + }, + "Popup": { + "Advertiser": { + "background": "#011627", + "borderColor": "#011627", + "foreground": "#7e57c2" + }, + "borderColor": "#001424", + "inactiveBorderColor": "#011627", + "innerBorderColor": "#011627", + "Header": { + "activeBackground": "#011627", + "inactiveBackground": "#001424" + }, + "paintBorder": true, + "separatorForeground": "#b0bec5", + "separatorColor": "#011627", + "Toolbar": { + "background": "#001424", + "borderColor": "#001424" + } + }, + "PopupMenu": { + "background": "#011627", + "border": "2,0,2,0", + "foreground": "#b0bec5", + "translucentBackground": "#011627" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#011627", + "foreground": "#7e57c2", + "indeterminateEndColor": "#7e57c2", + "indeterminateStartColor": "#7e57c2", + "progressColor": "#7e57c2", + "selectionBackground": "#152C3B", + "trackColor": "#152C3B" + }, + "RadioButton": { + "background": "#011627", + "disabledText": "#2e3c42", + "foreground": "#b0bec5" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#607d8b", + "acceleratorSelectionForeground": "#607d8b", + "background": "#011627", + "disabledBackground": "#011627", + "disabledForeground": "#2e3c42", + "foreground": "#b0bec5", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "ScrollBar": { + "background": "#011627", + "hoverThumbBorderColor": "#7e57c2", + "hoverThumbColor": "#7e57c2", + "hoverTrackColor": "#01162730", + "Mac": { + "hoverThumbBorderColor": "#7e57c2", + "hoverThumbColor": "#7e57c2", + "hoverTrackColor": "#01162730", + "thumbBorderColor": "#7e57c270", + "thumbColor": "#7e57c270", + "trackColor": "#01162730", + "Transparent": { + "hoverThumbBorderColor": "#7e57c2", + "hoverThumbColor": "#7e57c2", + "hoverTrackColor": "#01162730", + "thumbBorderColor": "#7e57c270", + "thumbColor": "#7e57c270", + "trackColor": "#01162730" + } + }, + "thumb": "#152C3B", + "thumbBorderColor": "#7e57c270", + "thumbColor": "#7e57c270", + "trackColor": "#01162730", + "Transparent": { + "hoverThumbBorderColor": "#7e57c2", + "hoverThumbColor": "#7e57c2", + "hoverTrackColor": "#01162730", + "thumbBorderColor": "#7e57c270", + "thumbColor": "#7e57c270", + "trackColor": "#01162730" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#001424", + "foreground": "#607d8b" + }, + "Header": { + "background": "#011627" + }, + "List": { + "separatorForeground": "#b0bec5", + "separatorColor": "#2a373e" + }, + "SearchField": { + "background": "#011627", + "borderColor": "#001424", + "infoForeground": "#607d8b" + }, + "Tab": { + "active.foreground": "#ffffff", + "selectedForeground": "#ffffff", + "selectedBackground": "#152C3B" + } + }, + "SearchMatch": { + "endBackground": "#7e57c2", + "startBackground": "#7e57c2" + }, + "Separator": { + "background": "#011627", + "foreground": "#011627", + "separatorColor": "#011627" + }, + "SidePanel": { + "background": "#011627" + }, + "Slider": { + "background": "#011627", + "foreground": "#b0bec5", + "majorTickLength": 6, + "tickColor": "#011627", + "trackWidth": 7, + "thumb": "#7e57c2" + }, + "SpeedSearch": { + "background": "#152C3B", + "borderColor": "#2a373e", + "foreground": "#b0bec5", + "errorForeground": "#b0bec5" + }, + "Spinner": { + "background": "#011627", + "border": "3,3,3,3", + "foreground": "#b0bec5", + "selectionForeground": "#ffffff" + }, + "SplitPane": { + "background": "#011627", + "highlight": "#011627" + }, + "SplitPaneDivider.draggingColor": "#011627", + "StatusBar": { + "borderColor": "#011627" + }, + "TabbedPane": { + "background": "#011627", + "contentAreaColor": "#152C3B", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#2a373e", + "disabledForeground": "#2e3c42", + "disabledUnderlineColor": "#2e3c42", + "focus": "#152C3B", + "focusColor": "#152C3B", + "fontSizeOffset": 0, + "foreground": "#b0bec5", + "highlight": "#2a373e", + "hoverColor": "#152C3B", + "labelShift": 0, + "selectedForeground": "#ffffff", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#011627", + "Table": { + "background": "#011627", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#7e57c2", + "dropLineShortColor": "#7e57c2", + "focusCellBackground": "#152C3B", + "focusCellForeground": "#ffffff", + "foreground": "#b0bec5", + "gridColor": "#011627", + "highlightOuter": "#152C3B", + "lightSelectionForeground": "#ffffff", + "lightSelectionInactiveForeground": "#607d8b", + "lightSelectionInactiveBackground": "#011627", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff", + "selectionInactiveBackground": "#152C3B25", + "selectionInactiveForeground": "#ffffff", + "sortIconColor": "#b0bec5", + "stripeColor": "#001424" + }, + "TableHeader": { + "background": "#011627", + "borderColor": "#011627", + "bottomSeparatorColor": "#011627", + "cellBorder": "4,0,4,0", + "foreground": "#b0bec5", + "focusCellBackground": "#152C3B", + "focusCellForeground": "#ffffff", + "height": 25, + "separatorColor": "#011627" + }, + "text": "#607d8b", + "textInactiveText": "#607d8b", + "textText": "#607d8b", + "TextArea": { + "background": "#011627", + "caretForeground": "#7e57c2", + "foreground": "#b0bec5", + "inactiveForeground": "#2e3c42", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "TextField": { + "background": "#011627", + "caretForeground": "#7e57c2", + "foreground": "#b0bec5", + "inactiveForeground": "#2e3c42", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "TextPane": { + "background": "#011627", + "caretForeground": "#7e57c2", + "foreground": "#b0bec5", + "inactiveForeground": "#2e3c42", + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff" + }, + "TitlePane": { + "background": "#001424", + "Button.hoverBackground": "#152C3B", + "inactiveBackground": "#011627", + "infoForeground": "#607d8b", + "inactiveInfoForeground": "#607d8b" + }, + "TitledBorder.titleColor": "#b0bec5", + "ToggleButton": { + "borderColor": "#2e3c43", + "buttonColor": "#b0bec5", + "disabledText": "#2e3c42", + "foreground": "#b0bec5", + "offForeground": "#011627", + "offBackground": "#011627", + "onBackground": "#7e57c2", + "onForeground": "#7e57c2" + }, + "ToolBar": { + "background": "#011627", + "borderHandleColor": "#607d8b", + "floatingForeground": "#607d8b", + "foreground": "#b0bec5" + }, + "ToolTip": { + "Actions.background": "#011627", + "Actions.infoForeground": "#607d8b", + "background": "#011627", + "borderColor": "#152C3B", + "foreground": "#b0bec5", + "infoForeground": "#607d8b", + "separatorColor": "#2a373e", + "shortcutForeground": "#607d8b" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#152C3B", + "selectedForeground": "#ffffff", + "selectedBackground": "#001424" + }, + "Header": { + "background": "#011627", + "borderColor": "#011627", + "inactiveBackground": "#011627" + }, + "HeaderCloseButton": { + "background": "#011627" + }, + "HeaderTab": { + "hoverBackground": "#152C3B", + "hoverInactiveBackground": "#011627", + "inactiveUnderlineColor": "#7e57c2", + "selectedBackground": "#001424", + "selectedInactiveBackground": "#001424", + "underlineColor": "#7e57c2", + "underlinedTabBackground": "#152C3B", + "underlinedTabInactiveBackground": "#011627" + } + }, + "Tree": { + "background": "#011627", + "foreground": "#607d8b", + "hash": "#2a373e", + "modifiedItemForeground": "#7e57c2", + "rowHeight": 28, + "selectionBackground": "#152C3B", + "selectionForeground": "#ffffff", + "selectionInactiveForeground": "#ffffff", + "selectionInactiveBackground": "#152C3B25", + "textBackground": "#011627" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#011627", + "Preview.background": "#011627" + }, + "ValidationTooltip": { + "errorBackground": "#152C3B", + "errorBorderColor": "#152C3B", + "warningBackground": "#152C3B", + "warningBorderColor": "#152C3B" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#011627" + }, + "GitLog": { + "localBranchIconColor": "#7e57c2", + "otherIconColor": "#607d8b", + "remoteBranchIconColor": "#b0bec5", + "tagIconColor": "#607d8b" + }, + "HgLog": { + "branchIconColor": "#7e57c2", + "bookmarkIconColor": "#ffffff", + "closedBranchIconColor": "#2e3c42", + "localTagIconColor": "#607d8b", + "mqTagIconColor": "#607d8b", + "tagIconColor": "#607d8b", + "tipIconColor": "#607d8b" + }, + "Log": { + "Commit.unmatchedForeground": "#607d8b", + "Commit.currentBranchBackground": "#152C3B" + }, + "RefLabel": { + "foreground": "#ffffff", + "backgroundBase": "#152C3B" + } + }, + "Viewport": { + "background": "#011627", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#011627", + "borderColor": "#011627", + "captionBackground": "#001424", + "captionForeground": "#b0bec5", + "footerBackground": "#001424", + "footerForeground": "#b0bec5", + "headerBackground": "#011627", + "headerForeground": "#b0bec5", + "separatorColor": "#2a373e", + "Projects": { + "background": "#011627", + "selectionBackground": "#152C3B", + "selectionInactiveBackground": "#011627" + } + }, + "window": "#011627", + "windowBorder": "#2a373e", + "windowText": "#607d8b", + "Window.border": "#2a373e" + }, + "icons": { + "ColorPalette": { + "#43494A": "#001424", + "#6B6B6B": "#607d8b", + "#A7A7A7": "#011627", + "#3D6185": "#7e57c2", + "#466D94": "#7e57c2", + "#3C3F41": "#011627", + "#545556": "#2e3c42", + "#606060": "#2e3c42", + "#9AA7B0": "#b0bec5", + "#675133": "#7e57c2", + "Actions.Blue": "#82AAFF", + "Actions.Green": "#ecc48d", + "Actions.Grey": "#607d8b", + "Actions.GreyInline": "#637777", + "Actions.GreyInline.Dark": "#b0bec5", + "Actions.Red": "#7fdbca", + "Actions.Yellow": "#FAD430", + "Checkbox.Background.Default": "#001424", + "Checkbox.Background.Default.Dark": "#001424", + "Checkbox.Background.Disabled": "#0B253A", + "Checkbox.Background.Disabled.Dark": "#0B253A", + "Checkbox.Border.Default": "#2a373e", + "Checkbox.Border.Default.Dark": "#2a373e", + "Checkbox.Border.Disabled": "#2e3c42", + "Checkbox.Border.Disabled.Dark": "#2e3c42", + "Checkbox.Focus.Thin.Default": "#7e57c2", + "Checkbox.Focus.Thin.Default.Dark": "#7e57c2", + "Checkbox.Focus.Wide": "#7e57c2", + "Checkbox.Focus.Wide.Dark": "#7e57c2", + "Checkbox.Foreground.Disabled": "#2e3c42", + "Checkbox.Foreground.Disabled.Dark": "#2e3c42", + "Checkbox.Background.Selected": "#7e57c2", + "Checkbox.Background.Selected.Dark": "#7e57c2", + "Checkbox.Border.Selected": "#7e57c2", + "Checkbox.Border.Selected.Dark": "#7e57c2", + "Checkbox.Foreground.Selected": "#b0bec5", + "Checkbox.Foreground.Selected.Dark": "#b0bec5", + "Checkbox.Focus.Thin.Selected": "#b0bec5", + "Checkbox.Focus.Thin.Selected.Dark": "#b0bec5", + "Objects.Grey": "#637777", + "Objects.Blue": "#82AAFF", + "Objects.RedStatus": "#7fdbca", + "Objects.Red": "#7fdbca", + "Objects.Pink": "#c792ea", + "Objects.Yellow": "#FAD430", + "Objects.Green": "#ecc48d", + "Objects.Purple": "#c792ea", + "Objects.BlackText": "#b0bec5", + "Objects.YellowDark": "#f78c6c", + "Objects.GreenAndroid": "#ecc48d" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Dark Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Dark Contrast.theme.json new file mode 100644 index 00000000..f370e2b8 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Dark Contrast.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Material Solarized Dark Contrast", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Solarized Dark.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#586e75", + "background": "#002B36", + "borderColor": "#0D3640", + "disabledBackground": "#083F4D", + "disabledForeground": "#2E5861", + "disabledText": "#2E5861", + "focusColor": "#11353F", + "focusedBorderColor": "#d33682", + "foreground": "#839496", + "inactiveBackground": "#083F4D", + "inactiveForeground": "#586e75", + "infoForeground": "#586e75", + "selectionBackground": "#2E4C52", + "selectionBackgroundInactive": "#003745", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#003745", + "separatorColor": "#0D3640" + }, + "activeCaption": "#002B36", + "ActionButton": { + "hoverBackground": "#d3368250", + "hoverBorderColor": "#d3368250", + "pressedBackground": "#d3368250", + "pressedBorderColor": "#d3368250" + }, + "Autocomplete": { + "selectionBackground": "#2E4C52" + }, + "Borders.ContrastBorderColor": "#002B36", + "Borders.color": "#0D3640", + "Button": { + "arc": 0, + "background": "#002B36", + "default": { + "endBackground": "#11353F", + "endBorderColor": "#11353F", + "foreground": "#FFFFFF", + "focusColor": "#d33682", + "focusedBorderColor": "#d33682", + "shadowColor": "#11353F", + "startBackground": "#11353F", + "startBorderColor": "#11353F" + }, + "disabledBorderColor": "#073642", + "disabledText": "#2E5861", + "endBackground": "#073642", + "endBorderColor": "#073642", + "focus": "#11353F", + "focusedBorderColor": "#d33682", + "foreground": "#586e75", + "highlight": "#FFFFFF", + "mt.background": "#073642", + "mt.foreground": "#586e75", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#11353F", + "mt.selection.color2": "#11353F", + "startBackground": "#073642", + "startBorderColor": "#073642", + "shadowColor": "#073642", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#002B36", + "disabledText": "#2E5861", + "foreground": "#839496", + "select": "#d33682" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#586e75", + "acceleratorSelectionForeground": "#586e75", + "background": "#002B36", + "disabledBackground": "#002B36", + "disabledForeground": "#2E5861", + "foreground": "#839496", + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF" + }, + "ColorChooser": { + "background": "#002B36", + "foreground": "#839496", + "swatchesDefaultRecentColor": "#839496" + }, + "ComboBoxButton.background": "#073642", + "ComboBox": { + "ArrowButton": { + "background": "#073642", + "disabledIconColor": "#2E5861", + "iconColor": "#839496", + "nonEditableBackground": "#002B36" + }, + "background": "#00252E", + "buttonBackground": "#073642", + "disabledForeground": "#2E5861", + "foreground": "#839496", + "modifiedItemForeground": "#d33682", + "nonEditableBackground": "#003745", + "padding": "5,5,5,5", + "selectionBackground": "#11353F", + "selectionForeground": "#FFFFFF" + }, + "ComboPopup.border": "#0D3640", + "CompletionPopup": { + "background": "#003745", + "foreground": "#839496", + "infoForeground": "#586e75", + "matchForeground": "#d336822", + "matchSelectionForeground": "#d33682", + "nonFocusedState": "false", + "nonFocusedMask": "#2E4C52", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#586e75", + "selectionInactiveBackground": "#11353F", + "selectionBackground": "#2E4C5280", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#11353F", + "disabledBorderColor": "#073642", + "focusColor": "#d33682", + "focusedBorderColor": "#d33682", + "hoverIconColor": "#d33682", + "infoForeground": "#586e75", + "iconColor": "#839496" + }, + "control": "#002B36", + "controlText": "#586e75", + "Counter": { + "background": "#d33682", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#586e75", + "changedValueForeground": "#d33682", + "errorMessageForeground": "#268BD2", + "evaluatingExpressionForeground": "#586e75", + "exceptionForeground": "#B58900", + "modifyingValueForeground": "#d33682", + "valueForeground": "#d33682" + } + }, + "DebuggerTabs": { + "selectedBackground": "#11353F", + "underlinedTabBackground": "#11353F" + }, + "DebuggerPopup": { + "borderColor": "#11353F" + }, + "DefaultTabs": { + "background": "#002B36", + "borderColor": "#002B36", + "hoverBackground": "#11353F", + "hoverColor": "#00252E", + "hoverMaskColor": "#11353F", + "inactiveUnderlineColor": "#2E5861", + "inactiveMaskColor": "#00252E", + "underlineColor": "#d33682", + "underlinedTabBackground":"#11353F" + }, + "Desktop.background": "#002B36", + "DialogWrapper.southPanelBackground": "#002B36", + "DialogWrapper.southPanelDivider": "#002B36", + "DragAndDrop": { + "areaBackground": "#002B36", + "areaBorderColor": "#002B36", + "areaForeground": "#839496" + }, + "Editor": { + "background": "#00252E", + "foreground": "#839496", + "shortcutForeground": "#586e75" + }, + "EditorPane": { + "background": "#00252E", + "caretForeground": "#d33682", + "foreground": "#839496", + "inactiveBackground": "#002B36", + "inactiveForeground": "#2E5861", + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF" + }, + "EditorTabs": { + "borderColor": "#003745", + "hoverColor": "#11353F", + "hoverMaskColor": "#11353F", + "inactiveMaskColor": "#002B36", + "inactiveColoredFileBackground": "#002B36", + "inactiveUnderlineColor": "#2E5861", + "selectedForeground": "#839496", + "selectedBackground": "#11353F", + "underlineColor": "#d33682", + "underlinedTabBackground": "#11353F" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#083F4D", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#0D3640", + "FormattedTextField": { + "background": "#00252E", + "caretForeground": "#d33682", + "foreground": "#839496", + "inactiveBackground": "#073642", + "inactiveForeground": "#2E5861", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#11353F" + }, + "Group": { + "disabledSeparatorColor": "#0D3640", + "separatorColor": "#0D3640" + }, + "GutterTooltip": { + "infoForeground": "#839496", + "lineSeparatorColor": "#002B36" + }, + "HeaderColor": { + "active": "#002B36", + "inactive": "#00252E" + }, + "HelpTooltip": { + "background": "#002B36", + "borderColor": "#0D3640", + "foreground": "#839496", + "infoForeground": "#586e75", + "shortcutForeground": "#586e75" + }, + "Hyperlink.linkColor": "#d33682", + "inactiveCaption": "#003745", + "inactiveCaptionBorder": "#002B36", + "inactiveCaptionText": "#586e75", + "info": "#586e75", + "infoText": "#586e75", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#0D3640", + "InplaceRefactoringPopup": { + "borderColor": "#002B36" + }, + "InternalFrame": { + "activeTitleForeground": "#839496", + "background": "#002B36", + "inactiveTitleForeground": "#586e75" + }, + "Label": { + "background": "#002B36", + "disabledForeground": "#2E5861", + "disabledShadow": "#002B36", + "disabledText": "#2E5861", + "foreground": "#839496", + "infoForeground": "#586e75", + "selectedForeground": "#FFFFFF" + }, + "Link": { + "activeForeground": "#d33682", + "hoverForeground": "#d33682", + "pressedForeground": "#d33682", + "secondaryForeground": "#586e75", + "visitedForeground": "#d33682" + }, + "List": { + "background": "#003745", + "foreground": "#839496", + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#2E4C5225" + }, + "material": { + "background": "#002B36", + "branchColor": "#839496", + "contrast": "#00252E", + "foreground": "#839496", + "mergeCommits": "#073642", + "primaryColor": "#586e75", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#002B36", + "tab.borderColor": "#d33682", + "tagColor": "#586e75" + }, + "MemoryIndicator": { + "allocatedBackground": "#003745", + "usedColor": "#11353F", + "usedBackground": "#11353F" + }, + "Menu": { + "acceleratorForeground": "#586e75", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#002B36", + "border": "4,2,4,2", + "borderColor": "#003745", + "disabledBackground": "#003745", + "disabledForeground": "#2E5861", + "foreground": "#839496", + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF", + "separatorColor": "#0D3640" + }, + "MenuBar": { + "background": "#00252E", + "borderColor": "#002B36", + "disabledBackground": "#002B36", + "disabledForeground": "#2E5861", + "foreground": "#839496", + "highlight": "#002B36", + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF", + "shadow": "#00252E" + }, + "MenuItem": { + "acceleratorForeground": "#586e75", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#002B36", + "disabledBackground": "#002B36", + "disabledForeground": "#2E5861", + "foreground": "#839496", + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#839496", + "borderColor": "#002B36" + }, + "NewClass": { + "Panel": { + "background": "#002B36" + }, + "SearchField": { + "background": "#00252E" + } + }, + "Notification": { + "background": "#2E4C52", + "borderColor": "#2E4C52", + "errorBackground": "#2E4C52", + "errorBorderColor": "#2E4C52", + "foreground": "#839496", + "MoreButton": { + "background": "#073642", + "foreground": "#839496", + "innerBorderColor": "#073642" + }, + "ToolWindow": { + "errorBackground": "#2E4C52", + "errorBorderColor": "#2E4C52", + "informativeBackground": "#2E4C52", + "informativeBorderColor": "#2E4C52", + "warningBackground": "#2E4C52", + "warningBorderColor": "#2E4C52" + } + }, + "OnePixelDivider.background": "#0D3640", + "OptionPane": { + "background": "#002B36", + "foreground": "#839496", + "messageForeground": "#839496" + }, + "Outline": { + "color": "#073642" + }, + "Panel": { + "background": "#002B36", + "foreground": "#839496" + }, + "ParameterInfo": { + "background": "#003745", + "borderColor": "#11353F", + "currentOverloadBackground": "#11353F", + "currentParameterForeground": "#d33682", + "disabledForeground": "#2E5861", + "foreground": "#839496", + "infoForeground": "#586e75", + "lineSeparatorColor": "#11353F" + }, + "PasswordField": { + "background": "#00252E", + "capsLockIconColor": "#d33682", + "caretForeground": "#d33682", + "foreground": "#839496", + "inactiveForeground": "#2E5861", + "selectionBackground": "#11353F", + "selectionForeground": "#FFFFFF" + }, + "Plugins": { + "background": "#002B36", + "disabledForeground": "#2E5861", + "eapTagBackground": "#11353F", + "lightSelectionBackground": "#2E4C52", + "selectionBackground": "#2E4C52", + "tagForeground": "#d33682", + "tagBackground": "#11353F", + "Button": { + "installBackground": "#073642", + "installBorderColor": "#073642", + "installForeground": "#839496", + "installFocusedBackground": "#11353F", + "installFillForeground": "#586e75", + "installFillBackground": "#073642", + "updateBackground": "#073642", + "updateBorderColor": "#073642", + "updateForeground": "#839496" + }, + "SearchField": { + "background": "#00252E", + "borderColor": "#0D3640" + }, + "SectionHeader": { + "background": "#003745", + "foreground": "#839496" + }, + "Tab": { + "hoverBackground": "#11353F", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#11353F" + } + }, + "Popup": { + "Advertiser": { + "background": "#002B36", + "borderColor": "#002B36", + "foreground": "#d33682" + }, + "borderColor": "#00252E", + "inactiveBorderColor": "#002B36", + "innerBorderColor": "#003745", + "Header": { + "activeBackground": "#002B36", + "inactiveBackground": "#00252E" + }, + "paintBorder": true, + "separatorForeground": "#839496", + "separatorColor": "#003745", + "Toolbar": { + "background": "#00252E", + "borderColor": "#00252E" + } + }, + "PopupMenu": { + "background": "#002B36", + "border": "2,0,2,0", + "foreground": "#839496", + "translucentBackground": "#002B36" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#002B36", + "foreground": "#d33682", + "indeterminateEndColor": "#d33682", + "indeterminateStartColor": "#d33682", + "progressColor": "#d33682", + "selectionBackground": "#11353F", + "trackColor": "#11353F" + }, + "RadioButton": { + "background": "#002B36", + "disabledText": "#2E5861", + "foreground": "#839496" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#586e75", + "acceleratorSelectionForeground": "#586e75", + "background": "#002B36", + "disabledBackground": "#002B36", + "disabledForeground": "#2E5861", + "foreground": "#839496", + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#002B36", + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#002B3630", + "Mac": { + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#002B3630", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#002B3630", + "Transparent": { + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#002B3630", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#002B3630" + } + }, + "thumb": "#11353F", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#002B3630", + "Transparent": { + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#002B3630", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#002B3630" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#00252E", + "foreground": "#586e75" + }, + "Header": { + "background": "#002B36" + }, + "List": { + "separatorForeground": "#839496", + "separatorColor": "#0D3640" + }, + "SearchField": { + "background": "#002B36", + "borderColor": "#00252E", + "infoForeground": "#586e75" + }, + "Tab": { + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#11353F" + } + }, + "SearchMatch": { + "endBackground": "#d33682", + "startBackground": "#d33682" + }, + "Separator": { + "background": "#003745", + "foreground": "#003745", + "separatorColor": "#003745" + }, + "SidePanel": { + "background": "#00252E" + }, + "Slider": { + "background": "#002B36", + "foreground": "#839496", + "majorTickLength": 6, + "tickColor": "#003745", + "trackWidth": 7, + "thumb": "#d33682" + }, + "SpeedSearch": { + "background": "#11353F", + "borderColor": "#0D3640", + "foreground": "#839496", + "errorForeground": "#839496" + }, + "Spinner": { + "background": "#002B36", + "border": "3,3,3,3", + "foreground": "#839496", + "selectionForeground": "#FFFFFF" + }, + "SplitPane": { + "background": "#002B36", + "highlight": "#00252E" + }, + "SplitPaneDivider.draggingColor": "#003745", + "StatusBar": { + "borderColor": "#002B36" + }, + "TabbedPane": { + "background": "#002B36", + "contentAreaColor": "#11353F", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#0D3640", + "disabledForeground": "#2E5861", + "disabledUnderlineColor": "#2E5861", + "focus": "#11353F", + "focusColor": "#11353F", + "fontSizeOffset": 0, + "foreground": "#839496", + "highlight": "#0D3640", + "hoverColor": "#11353F", + "labelShift": 0, + "selectedForeground": "#FFFFFF", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#00252E", + "Table": { + "background": "#002B36", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#d33682", + "dropLineShortColor": "#d33682", + "focusCellBackground": "#11353F", + "focusCellForeground": "#FFFFFF", + "foreground": "#839496", + "gridColor": "#002B36", + "highlightOuter": "#11353F", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#586e75", + "lightSelectionInactiveBackground": "#003745", + "selectionBackground": "#11353F", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#2E4C5225", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#839496", + "stripeColor": "#00252E" + }, + "TableHeader": { + "background": "#002B36", + "borderColor": "#002B36", + "bottomSeparatorColor": "#003745", + "cellBorder": "4,0,4,0", + "foreground": "#839496", + "focusCellBackground": "#11353F", + "focusCellForeground": "#FFFFFF", + "height": 25, + "separatorColor": "#003745" + }, + "text": "#586e75", + "textInactiveText": "#586e75", + "textText": "#586e75", + "TextArea": { + "background": "#00252E", + "caretForeground": "#d33682", + "foreground": "#839496", + "inactiveForeground": "#2E5861", + "selectionBackground": "#11353F", + "selectionForeground": "#FFFFFF" + }, + "TextField": { + "background": "#00252E", + "caretForeground": "#d33682", + "foreground": "#839496", + "inactiveForeground": "#2E5861", + "selectionBackground": "#11353F", + "selectionForeground": "#FFFFFF" + }, + "TextPane": { + "background": "#00252E", + "caretForeground": "#d33682", + "foreground": "#839496", + "inactiveForeground": "#2E5861", + "selectionBackground": "#11353F", + "selectionForeground": "#FFFFFF" + }, + "TitlePane": { + "background": "#00252E", + "Button.hoverBackground": "#11353F", + "inactiveBackground": "#003745", + "infoForeground": "#586e75", + "inactiveInfoForeground": "#586e75" + }, + "TitledBorder.titleColor": "#839496", + "ToggleButton": { + "borderColor": "#073642", + "buttonColor": "#839496", + "disabledText": "#2E5861", + "foreground": "#839496", + "offForeground": "#002B36", + "offBackground": "#002B36", + "onBackground": "#d33682", + "onForeground": "#d33682" + }, + "ToolBar": { + "background": "#00252E", + "borderHandleColor": "#586e75", + "floatingForeground": "#586e75", + "foreground": "#839496" + }, + "ToolTip": { + "Actions.background": "#002B36", + "Actions.infoForeground": "#586e75", + "background": "#002B36", + "borderColor": "#11353F", + "foreground": "#839496", + "infoForeground": "#586e75", + "separatorColor": "#0D3640", + "shortcutForeground": "#586e75" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#11353F", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#00252E" + }, + "Header": { + "background": "#002B36", + "borderColor": "#003745", + "inactiveBackground": "#002B36" + }, + "HeaderCloseButton": { + "background": "#002B36" + }, + "HeaderTab": { + "hoverBackground": "#11353F", + "hoverInactiveBackground": "#003745", + "inactiveUnderlineColor": "#d33682", + "selectedBackground": "#00252E", + "selectedInactiveBackground": "#00252E", + "underlineColor": "#d33682", + "underlinedTabBackground": "#11353F", + "underlinedTabInactiveBackground": "#003745" + } + }, + "Tree": { + "background": "#00252E", + "foreground": "#586e75", + "hash": "#0D3640", + "modifiedItemForeground": "#d33682", + "rowHeight": 28, + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#2E4C5225", + "textBackground": "#00252E" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#002B36", + "Preview.background": "#002B36" + }, + "ValidationTooltip": { + "errorBackground": "#2E4C52", + "errorBorderColor": "#2E4C52", + "warningBackground": "#2E4C52", + "warningBorderColor": "#2E4C52" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#002B36" + }, + "GitLog": { + "localBranchIconColor": "#d33682", + "otherIconColor": "#586e75", + "remoteBranchIconColor": "#839496", + "tagIconColor": "#586e75" + }, + "HgLog": { + "branchIconColor": "#d33682", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#2E5861", + "localTagIconColor": "#586e75", + "mqTagIconColor": "#586e75", + "tagIconColor": "#586e75", + "tipIconColor": "#586e75" + }, + "Log": { + "Commit.unmatchedForeground": "#586e75", + "Commit.currentBranchBackground": "#2E4C52" + }, + "RefLabel": { + "foreground": "#FFFFFF", + "backgroundBase": "#11353F" + } + }, + "Viewport": { + "background": "#00252E", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#002B36", + "borderColor": "#002B36", + "captionBackground": "#00252E", + "captionForeground": "#839496", + "footerBackground": "#00252E", + "footerForeground": "#839496", + "headerBackground": "#002B36", + "headerForeground": "#839496", + "separatorColor": "#0D3640", + "Projects": { + "background": "#003745", + "selectionBackground": "#2E4C52", + "selectionInactiveBackground": "#003745" + } + }, + "window": "#00252E", + "windowBorder": "#0D3640", + "windowText": "#586e75", + "Window.border": "#0D3640" + }, + "icons": { + "ColorPalette": { + "#43494A": "#00252E", + "#6B6B6B": "#586e75", + "#A7A7A7": "#002B36", + "#3D6185": "#d33682", + "#466D94": "#d33682", + "#3C3F41": "#002B36", + "#545556": "#2E5861", + "#606060": "#2E5861", + "#9AA7B0": "#839496", + "#675133": "#d33682", + "Actions.Blue": "#B58900", + "Actions.Green": "#2AA198", + "Actions.Grey": "#586e75", + "Actions.GreyInline": "#657B83", + "Actions.GreyInline.Dark": "#839496", + "Actions.Red": "#268BD2", + "Actions.Yellow": "#B58900", + "Checkbox.Background.Default": "#00252E", + "Checkbox.Background.Default.Dark": "#00252E", + "Checkbox.Background.Disabled": "#083F4D", + "Checkbox.Background.Disabled.Dark": "#083F4D", + "Checkbox.Border.Default": "#0D3640", + "Checkbox.Border.Default.Dark": "#0D3640", + "Checkbox.Border.Disabled": "#2E5861", + "Checkbox.Border.Disabled.Dark": "#2E5861", + "Checkbox.Focus.Thin.Default": "#d33682", + "Checkbox.Focus.Thin.Default.Dark": "#d33682", + "Checkbox.Focus.Wide": "#d33682", + "Checkbox.Focus.Wide.Dark": "#d33682", + "Checkbox.Foreground.Disabled": "#2E5861", + "Checkbox.Foreground.Disabled.Dark": "#2E5861", + "Checkbox.Background.Selected": "#d33682", + "Checkbox.Background.Selected.Dark": "#d33682", + "Checkbox.Border.Selected": "#d33682", + "Checkbox.Border.Selected.Dark": "#d33682", + "Checkbox.Foreground.Selected": "#839496", + "Checkbox.Foreground.Selected.Dark": "#839496", + "Checkbox.Focus.Thin.Selected": "#839496", + "Checkbox.Focus.Thin.Selected.Dark": "#839496", + "Objects.Grey": "#657B83", + "Objects.Blue": "#B58900", + "Objects.RedStatus": "#268BD2", + "Objects.Red": "#268BD2", + "Objects.Pink": "#859900", + "Objects.Yellow": "#B58900", + "Objects.Green": "#2AA198", + "Objects.Purple": "#859900", + "Objects.BlackText": "#839496", + "Objects.YellowDark": "#D33682", + "Objects.GreenAndroid": "#2AA198" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Dark.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Dark.theme.json new file mode 100644 index 00000000..a7443a4a --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Dark.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Solarized Dark", + "dark": true, + "author": "Mallowigi", + "editorScheme": "/colors/Solarized Dark.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#586e75", + "background": "#002B36", + "borderColor": "#0D3640", + "disabledBackground": "#083F4D", + "disabledForeground": "#2E5861", + "disabledText": "#2E5861", + "focusColor": "#11353F", + "focusedBorderColor": "#d33682", + "foreground": "#839496", + "inactiveBackground": "#083F4D", + "inactiveForeground": "#586e75", + "infoForeground": "#586e75", + "selectionBackground": "#2E4C52", + "selectionBackgroundInactive": "#003745", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#003745", + "separatorColor": "#0D3640" + }, + "activeCaption": "#002B36", + "ActionButton": { + "hoverBackground": "#d3368250", + "hoverBorderColor": "#d3368250", + "pressedBackground": "#d3368250", + "pressedBorderColor": "#d3368250" + }, + "Autocomplete": { + "selectionBackground": "#2E4C52" + }, + "Borders.ContrastBorderColor": "#002B36", + "Borders.color": "#0D3640", + "Button": { + "arc": 0, + "background": "#002B36", + "default": { + "endBackground": "#11353F", + "endBorderColor": "#11353F", + "foreground": "#FFFFFF", + "focusColor": "#d33682", + "focusedBorderColor": "#d33682", + "shadowColor": "#11353F", + "startBackground": "#11353F", + "startBorderColor": "#11353F" + }, + "disabledBorderColor": "#073642", + "disabledText": "#2E5861", + "endBackground": "#073642", + "endBorderColor": "#073642", + "focus": "#11353F", + "focusedBorderColor": "#d33682", + "foreground": "#586e75", + "highlight": "#FFFFFF", + "mt.background": "#073642", + "mt.foreground": "#586e75", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#11353F", + "mt.selection.color2": "#11353F", + "startBackground": "#073642", + "startBorderColor": "#073642", + "shadowColor": "#073642", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#002B36", + "disabledText": "#2E5861", + "foreground": "#839496", + "select": "#d33682" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#586e75", + "acceleratorSelectionForeground": "#586e75", + "background": "#002B36", + "disabledBackground": "#002B36", + "disabledForeground": "#2E5861", + "foreground": "#839496", + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF" + }, + "ColorChooser": { + "background": "#002B36", + "foreground": "#839496", + "swatchesDefaultRecentColor": "#839496" + }, + "ComboBoxButton.background": "#073642", + "ComboBox": { + "ArrowButton": { + "background": "#073642", + "disabledIconColor": "#2E5861", + "iconColor": "#839496", + "nonEditableBackground": "#002B36" + }, + "background": "#002B36", + "buttonBackground": "#073642", + "disabledForeground": "#2E5861", + "foreground": "#839496", + "modifiedItemForeground": "#d33682", + "nonEditableBackground": "#003745", + "padding": "5,5,5,5", + "selectionBackground": "#11353F", + "selectionForeground": "#FFFFFF" + }, + "ComboPopup.border": "#0D3640", + "CompletionPopup": { + "background": "#003745", + "foreground": "#839496", + "infoForeground": "#586e75", + "matchForeground": "#d336822", + "matchSelectionForeground": "#d33682", + "nonFocusedState": "false", + "nonFocusedMask": "#2E4C52", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#586e75", + "selectionInactiveBackground": "#11353F", + "selectionBackground": "#2E4C5280", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" + }, + "Component": { + "arc": 4, + "borderColor": "#11353F", + "disabledBorderColor": "#073642", + "focusColor": "#d33682", + "focusedBorderColor": "#d33682", + "hoverIconColor": "#d33682", + "infoForeground": "#586e75", + "iconColor": "#839496" + }, + "control": "#002B36", + "controlText": "#586e75", + "Counter": { + "background": "#d33682", + "foreground": "#FFFFFF" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#586e75", + "changedValueForeground": "#d33682", + "errorMessageForeground": "#268BD2", + "evaluatingExpressionForeground": "#586e75", + "exceptionForeground": "#B58900", + "modifyingValueForeground": "#d33682", + "valueForeground": "#d33682" + } + }, + "DebuggerTabs": { + "selectedBackground": "#11353F", + "underlinedTabBackground": "#11353F" + }, + "DebuggerPopup": { + "borderColor": "#11353F" + }, + "DefaultTabs": { + "background": "#002B36", + "borderColor": "#002B36", + "hoverBackground": "#11353F", + "hoverColor": "#002B36", + "hoverMaskColor": "#11353F", + "inactiveUnderlineColor": "#2E5861", + "inactiveMaskColor": "#002B36", + "underlineColor": "#d33682", + "underlinedTabBackground":"#11353F" + }, + "Desktop.background": "#002B36", + "DialogWrapper.southPanelBackground": "#002B36", + "DialogWrapper.southPanelDivider": "#002B36", + "DragAndDrop": { + "areaBackground": "#002B36", + "areaBorderColor": "#002B36", + "areaForeground": "#839496" + }, + "Editor": { + "background": "#002B36", + "foreground": "#839496", + "shortcutForeground": "#586e75" + }, + "EditorPane": { + "background": "#002B36", + "caretForeground": "#d33682", + "foreground": "#839496", + "inactiveBackground": "#002B36", + "inactiveForeground": "#2E5861", + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF" + }, + "EditorTabs": { + "borderColor": "#003745", + "hoverColor": "#11353F", + "hoverMaskColor": "#11353F", + "inactiveMaskColor": "#002B36", + "inactiveColoredFileBackground": "#002B36", + "inactiveUnderlineColor": "#2E5861", + "selectedForeground": "#839496", + "selectedBackground": "#11353F", + "underlineColor": "#d33682", + "underlinedTabBackground": "#11353F" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#083F4D", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#0D3640", + "FormattedTextField": { + "background": "#002B36", + "caretForeground": "#d33682", + "foreground": "#839496", + "inactiveBackground": "#073642", + "inactiveForeground": "#2E5861", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#11353F" + }, + "Group": { + "disabledSeparatorColor": "#0D3640", + "separatorColor": "#0D3640" + }, + "GutterTooltip": { + "infoForeground": "#839496", + "lineSeparatorColor": "#002B36" + }, + "HeaderColor": { + "active": "#002B36", + "inactive": "#00252E" + }, + "HelpTooltip": { + "background": "#002B36", + "borderColor": "#0D3640", + "foreground": "#839496", + "infoForeground": "#586e75", + "shortcutForeground": "#586e75" + }, + "Hyperlink.linkColor": "#d33682", + "inactiveCaption": "#003745", + "inactiveCaptionBorder": "#002B36", + "inactiveCaptionText": "#586e75", + "info": "#586e75", + "infoText": "#586e75", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#0D3640", + "InplaceRefactoringPopup": { + "borderColor": "#002B36" + }, + "InternalFrame": { + "activeTitleForeground": "#839496", + "background": "#002B36", + "inactiveTitleForeground": "#586e75" + }, + "Label": { + "background": "#002B36", + "disabledForeground": "#2E5861", + "disabledShadow": "#002B36", + "disabledText": "#2E5861", + "foreground": "#839496", + "infoForeground": "#586e75", + "selectedForeground": "#FFFFFF" + }, + "Link": { + "activeForeground": "#d33682", + "hoverForeground": "#d33682", + "pressedForeground": "#d33682", + "secondaryForeground": "#586e75", + "visitedForeground": "#d33682" + }, + "List": { + "background": "#003745", + "foreground": "#839496", + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#2E4C5225" + }, + "material": { + "background": "#002B36", + "branchColor": "#839496", + "contrast": "#00252E", + "foreground": "#839496", + "mergeCommits": "#073642", + "primaryColor": "#586e75", + "selectionForeground": "#FFFFFF", + "tab.backgroundColor": "#002B36", + "tab.borderColor": "#d33682", + "tagColor": "#586e75" + }, + "MemoryIndicator": { + "allocatedBackground": "#003745", + "usedColor": "#11353F", + "usedBackground": "#11353F" + }, + "Menu": { + "acceleratorForeground": "#586e75", + "acceleratorSelectionForeground": "#FFFFFF", + "background": "#002B36", + "border": "4,2,4,2", + "borderColor": "#003745", + "disabledBackground": "#003745", + "disabledForeground": "#2E5861", + "foreground": "#839496", + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF", + "separatorColor": "#0D3640" + }, + "MenuBar": { + "background": "#002B36", + "borderColor": "#002B36", + "disabledBackground": "#002B36", + "disabledForeground": "#2E5861", + "foreground": "#839496", + "highlight": "#002B36", + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF", + "shadow": "#002B36" + }, + "MenuItem": { + "acceleratorForeground": "#586e75", + "acceleratorSelectionForeground": "#FFFFFF", + "border": "4,2,4,2", + "background": "#002B36", + "disabledBackground": "#002B36", + "disabledForeground": "#2E5861", + "foreground": "#839496", + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF" + }, + "NavBar": { + "arrowColor": "#839496", + "borderColor": "#002B36" + }, + "NewClass": { + "Panel": { + "background": "#002B36" + }, + "SearchField": { + "background": "#002B36" + } + }, + "Notification": { + "background": "#2E4C52", + "borderColor": "#2E4C52", + "errorBackground": "#2E4C52", + "errorBorderColor": "#2E4C52", + "foreground": "#839496", + "MoreButton": { + "background": "#073642", + "foreground": "#839496", + "innerBorderColor": "#073642" + }, + "ToolWindow": { + "errorBackground": "#2E4C52", + "errorBorderColor": "#2E4C52", + "informativeBackground": "#2E4C52", + "informativeBorderColor": "#2E4C52", + "warningBackground": "#2E4C52", + "warningBorderColor": "#2E4C52" + } + }, + "OnePixelDivider.background": "#0D3640", + "OptionPane": { + "background": "#002B36", + "foreground": "#839496", + "messageForeground": "#839496" + }, + "Outline": { + "color": "#073642" + }, + "Panel": { + "background": "#002B36", + "foreground": "#839496" + }, + "ParameterInfo": { + "background": "#003745", + "borderColor": "#11353F", + "currentOverloadBackground": "#11353F", + "currentParameterForeground": "#d33682", + "disabledForeground": "#2E5861", + "foreground": "#839496", + "infoForeground": "#586e75", + "lineSeparatorColor": "#11353F" + }, + "PasswordField": { + "background": "#002B36", + "capsLockIconColor": "#d33682", + "caretForeground": "#d33682", + "foreground": "#839496", + "inactiveForeground": "#2E5861", + "selectionBackground": "#11353F", + "selectionForeground": "#FFFFFF" + }, + "Plugins": { + "background": "#002B36", + "disabledForeground": "#2E5861", + "eapTagBackground": "#11353F", + "lightSelectionBackground": "#2E4C52", + "selectionBackground": "#2E4C52", + "tagForeground": "#d33682", + "tagBackground": "#11353F", + "Button": { + "installBackground": "#073642", + "installBorderColor": "#073642", + "installForeground": "#839496", + "installFocusedBackground": "#11353F", + "installFillForeground": "#586e75", + "installFillBackground": "#073642", + "updateBackground": "#073642", + "updateBorderColor": "#073642", + "updateForeground": "#839496" + }, + "SearchField": { + "background": "#002B36", + "borderColor": "#0D3640" + }, + "SectionHeader": { + "background": "#003745", + "foreground": "#839496" + }, + "Tab": { + "hoverBackground": "#11353F", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#11353F" + } + }, + "Popup": { + "Advertiser": { + "background": "#002B36", + "borderColor": "#002B36", + "foreground": "#d33682" + }, + "borderColor": "#00252E", + "inactiveBorderColor": "#002B36", + "innerBorderColor": "#003745", + "Header": { + "activeBackground": "#002B36", + "inactiveBackground": "#00252E" + }, + "paintBorder": true, + "separatorForeground": "#839496", + "separatorColor": "#003745", + "Toolbar": { + "background": "#00252E", + "borderColor": "#00252E" + } + }, + "PopupMenu": { + "background": "#002B36", + "border": "2,0,2,0", + "foreground": "#839496", + "translucentBackground": "#002B36" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#002B36", + "foreground": "#d33682", + "indeterminateEndColor": "#d33682", + "indeterminateStartColor": "#d33682", + "progressColor": "#d33682", + "selectionBackground": "#11353F", + "trackColor": "#11353F" + }, + "RadioButton": { + "background": "#002B36", + "disabledText": "#2E5861", + "foreground": "#839496" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#586e75", + "acceleratorSelectionForeground": "#586e75", + "background": "#002B36", + "disabledBackground": "#002B36", + "disabledForeground": "#2E5861", + "foreground": "#839496", + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF" + }, + "ScrollBar": { + "background": "#002B36", + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#002B3630", + "Mac": { + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#002B3630", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#002B3630", + "Transparent": { + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#002B3630", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#002B3630" + } + }, + "thumb": "#11353F", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#002B3630", + "Transparent": { + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#002B3630", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#002B3630" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#00252E", + "foreground": "#586e75" + }, + "Header": { + "background": "#002B36" + }, + "List": { + "separatorForeground": "#839496", + "separatorColor": "#0D3640" + }, + "SearchField": { + "background": "#002B36", + "borderColor": "#00252E", + "infoForeground": "#586e75" + }, + "Tab": { + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#11353F" + } + }, + "SearchMatch": { + "endBackground": "#d33682", + "startBackground": "#d33682" + }, + "Separator": { + "background": "#003745", + "foreground": "#003745", + "separatorColor": "#003745" + }, + "SidePanel": { + "background": "#002B36" + }, + "Slider": { + "background": "#002B36", + "foreground": "#839496", + "majorTickLength": 6, + "tickColor": "#003745", + "trackWidth": 7, + "thumb": "#d33682" + }, + "SpeedSearch": { + "background": "#11353F", + "borderColor": "#0D3640", + "foreground": "#839496", + "errorForeground": "#839496" + }, + "Spinner": { + "background": "#002B36", + "border": "3,3,3,3", + "foreground": "#839496", + "selectionForeground": "#FFFFFF" + }, + "SplitPane": { + "background": "#002B36", + "highlight": "#002B36" + }, + "SplitPaneDivider.draggingColor": "#003745", + "StatusBar": { + "borderColor": "#002B36" + }, + "TabbedPane": { + "background": "#002B36", + "contentAreaColor": "#11353F", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#0D3640", + "disabledForeground": "#2E5861", + "disabledUnderlineColor": "#2E5861", + "focus": "#11353F", + "focusColor": "#11353F", + "fontSizeOffset": 0, + "foreground": "#839496", + "highlight": "#0D3640", + "hoverColor": "#11353F", + "labelShift": 0, + "selectedForeground": "#FFFFFF", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#002B36", + "Table": { + "background": "#002B36", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#d33682", + "dropLineShortColor": "#d33682", + "focusCellBackground": "#11353F", + "focusCellForeground": "#FFFFFF", + "foreground": "#839496", + "gridColor": "#002B36", + "highlightOuter": "#11353F", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#586e75", + "lightSelectionInactiveBackground": "#003745", + "selectionBackground": "#11353F", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#2E4C5225", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#839496", + "stripeColor": "#00252E" + }, + "TableHeader": { + "background": "#002B36", + "borderColor": "#002B36", + "bottomSeparatorColor": "#003745", + "cellBorder": "4,0,4,0", + "foreground": "#839496", + "focusCellBackground": "#11353F", + "focusCellForeground": "#FFFFFF", + "height": 25, + "separatorColor": "#003745" + }, + "text": "#586e75", + "textInactiveText": "#586e75", + "textText": "#586e75", + "TextArea": { + "background": "#002B36", + "caretForeground": "#d33682", + "foreground": "#839496", + "inactiveForeground": "#2E5861", + "selectionBackground": "#11353F", + "selectionForeground": "#FFFFFF" + }, + "TextField": { + "background": "#002B36", + "caretForeground": "#d33682", + "foreground": "#839496", + "inactiveForeground": "#2E5861", + "selectionBackground": "#11353F", + "selectionForeground": "#FFFFFF" + }, + "TextPane": { + "background": "#002B36", + "caretForeground": "#d33682", + "foreground": "#839496", + "inactiveForeground": "#2E5861", + "selectionBackground": "#11353F", + "selectionForeground": "#FFFFFF" + }, + "TitlePane": { + "background": "#00252E", + "Button.hoverBackground": "#11353F", + "inactiveBackground": "#003745", + "infoForeground": "#586e75", + "inactiveInfoForeground": "#586e75" + }, + "TitledBorder.titleColor": "#839496", + "ToggleButton": { + "borderColor": "#073642", + "buttonColor": "#839496", + "disabledText": "#2E5861", + "foreground": "#839496", + "offForeground": "#002B36", + "offBackground": "#002B36", + "onBackground": "#d33682", + "onForeground": "#d33682" + }, + "ToolBar": { + "background": "#002B36", + "borderHandleColor": "#586e75", + "floatingForeground": "#586e75", + "foreground": "#839496" + }, + "ToolTip": { + "Actions.background": "#002B36", + "Actions.infoForeground": "#586e75", + "background": "#002B36", + "borderColor": "#11353F", + "foreground": "#839496", + "infoForeground": "#586e75", + "separatorColor": "#0D3640", + "shortcutForeground": "#586e75" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#11353F", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#00252E" + }, + "Header": { + "background": "#002B36", + "borderColor": "#003745", + "inactiveBackground": "#002B36" + }, + "HeaderCloseButton": { + "background": "#002B36" + }, + "HeaderTab": { + "hoverBackground": "#11353F", + "hoverInactiveBackground": "#003745", + "inactiveUnderlineColor": "#d33682", + "selectedBackground": "#00252E", + "selectedInactiveBackground": "#00252E", + "underlineColor": "#d33682", + "underlinedTabBackground": "#11353F", + "underlinedTabInactiveBackground": "#003745" + } + }, + "Tree": { + "background": "#002B36", + "foreground": "#586e75", + "hash": "#0D3640", + "modifiedItemForeground": "#d33682", + "rowHeight": 28, + "selectionBackground": "#2E4C52", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#2E4C5225", + "textBackground": "#002B36" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#002B36", + "Preview.background": "#002B36" + }, + "ValidationTooltip": { + "errorBackground": "#2E4C52", + "errorBorderColor": "#2E4C52", + "warningBackground": "#2E4C52", + "warningBorderColor": "#2E4C52" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#002B36" + }, + "GitLog": { + "localBranchIconColor": "#d33682", + "otherIconColor": "#586e75", + "remoteBranchIconColor": "#839496", + "tagIconColor": "#586e75" + }, + "HgLog": { + "branchIconColor": "#d33682", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#2E5861", + "localTagIconColor": "#586e75", + "mqTagIconColor": "#586e75", + "tagIconColor": "#586e75", + "tipIconColor": "#586e75" + }, + "Log": { + "Commit.unmatchedForeground": "#586e75", + "Commit.currentBranchBackground": "#2E4C52" + }, + "RefLabel": { + "foreground": "#FFFFFF", + "backgroundBase": "#11353F" + } + }, + "Viewport": { + "background": "#002B36", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#002B36", + "borderColor": "#002B36", + "captionBackground": "#00252E", + "captionForeground": "#839496", + "footerBackground": "#00252E", + "footerForeground": "#839496", + "headerBackground": "#002B36", + "headerForeground": "#839496", + "separatorColor": "#0D3640", + "Projects": { + "background": "#003745", + "selectionBackground": "#2E4C52", + "selectionInactiveBackground": "#003745" + } + }, + "window": "#002B36", + "windowBorder": "#0D3640", + "windowText": "#586e75", + "Window.border": "#0D3640" + }, + "icons": { + "ColorPalette": { + "#43494A": "#00252E", + "#6B6B6B": "#586e75", + "#A7A7A7": "#002B36", + "#3D6185": "#d33682", + "#466D94": "#d33682", + "#3C3F41": "#002B36", + "#545556": "#2E5861", + "#606060": "#2E5861", + "#9AA7B0": "#839496", + "#675133": "#d33682", + "Actions.Blue": "#B58900", + "Actions.Green": "#2AA198", + "Actions.Grey": "#586e75", + "Actions.GreyInline": "#657B83", + "Actions.GreyInline.Dark": "#839496", + "Actions.Red": "#268BD2", + "Actions.Yellow": "#B58900", + "Checkbox.Background.Default": "#00252E", + "Checkbox.Background.Default.Dark": "#00252E", + "Checkbox.Background.Disabled": "#083F4D", + "Checkbox.Background.Disabled.Dark": "#083F4D", + "Checkbox.Border.Default": "#0D3640", + "Checkbox.Border.Default.Dark": "#0D3640", + "Checkbox.Border.Disabled": "#2E5861", + "Checkbox.Border.Disabled.Dark": "#2E5861", + "Checkbox.Focus.Thin.Default": "#d33682", + "Checkbox.Focus.Thin.Default.Dark": "#d33682", + "Checkbox.Focus.Wide": "#d33682", + "Checkbox.Focus.Wide.Dark": "#d33682", + "Checkbox.Foreground.Disabled": "#2E5861", + "Checkbox.Foreground.Disabled.Dark": "#2E5861", + "Checkbox.Background.Selected": "#d33682", + "Checkbox.Background.Selected.Dark": "#d33682", + "Checkbox.Border.Selected": "#d33682", + "Checkbox.Border.Selected.Dark": "#d33682", + "Checkbox.Foreground.Selected": "#839496", + "Checkbox.Foreground.Selected.Dark": "#839496", + "Checkbox.Focus.Thin.Selected": "#839496", + "Checkbox.Focus.Thin.Selected.Dark": "#839496", + "Objects.Grey": "#657B83", + "Objects.Blue": "#B58900", + "Objects.RedStatus": "#268BD2", + "Objects.Red": "#268BD2", + "Objects.Pink": "#859900", + "Objects.Yellow": "#B58900", + "Objects.Green": "#2AA198", + "Objects.Purple": "#859900", + "Objects.BlackText": "#839496", + "Objects.YellowDark": "#D33682", + "Objects.GreenAndroid": "#2AA198" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Light Contrast.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Light Contrast.theme.json new file mode 100644 index 00000000..edae9efc --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Light Contrast.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Material Solarized Light Contrast", + "dark": false, + "author": "Mallowigi", + "editorScheme": "/colors/Solarized Light.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#93a1a1", + "background": "#fdf6e3", + "borderColor": "#edead9", + "disabledBackground": "#E3DCC9", + "disabledForeground": "#C9CCC3", + "disabledText": "#C9CCC3", + "focusColor": "#F6F0DE", + "focusedBorderColor": "#d33682", + "foreground": "#586e75", + "inactiveBackground": "#E3DCC9", + "inactiveForeground": "#93a1a1", + "infoForeground": "#93a1a1", + "selectionBackground": "#93a1a1", + "selectionBackgroundInactive": "#F6F0DE", + "selectionForeground": "#002b36", + "selectionInactiveBackground": "#F6F0DE", + "separatorColor": "#edead9" + }, + "activeCaption": "#fdf6e3", + "ActionButton": { + "hoverBackground": "#d3368250", + "hoverBorderColor": "#d3368250", + "pressedBackground": "#d3368250", + "pressedBorderColor": "#d3368250" + }, + "Autocomplete": { + "selectionBackground": "#93a1a1" + }, + "Borders.ContrastBorderColor": "#fdf6e3", + "Borders.color": "#edead9", + "Button": { + "arc": 0, + "background": "#fdf6e3", + "default": { + "endBackground": "#F6F0DE", + "endBorderColor": "#F6F0DE", + "foreground": "#002b36", + "focusColor": "#d33682", + "focusedBorderColor": "#d33682", + "shadowColor": "#F6F0DE", + "startBackground": "#F6F0DE", + "startBorderColor": "#F6F0DE" + }, + "disabledBorderColor": "#FEFBF1", + "disabledText": "#C9CCC3", + "endBackground": "#FEFBF1", + "endBorderColor": "#FEFBF1", + "focus": "#F6F0DE", + "focusedBorderColor": "#d33682", + "foreground": "#93a1a1", + "highlight": "#002b36", + "mt.background": "#FEFBF1", + "mt.foreground": "#93a1a1", + "mt.selectedForeground": "#002b36", + "mt.selection.color1": "#F6F0DE", + "mt.selection.color2": "#F6F0DE", + "startBackground": "#FEFBF1", + "startBorderColor": "#FEFBF1", + "shadowColor": "#FEFBF1", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#fdf6e3", + "disabledText": "#C9CCC3", + "foreground": "#586e75", + "select": "#d33682" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#93a1a1", + "acceleratorSelectionForeground": "#93a1a1", + "background": "#fdf6e3", + "disabledBackground": "#fdf6e3", + "disabledForeground": "#C9CCC3", + "foreground": "#586e75", + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36" + }, + "ColorChooser": { + "background": "#fdf6e3", + "foreground": "#586e75", + "swatchesDefaultRecentColor": "#586e75" + }, + "ComboBoxButton.background": "#FEFBF1", + "ComboBox": { + "ArrowButton": { + "background": "#FEFBF1", + "disabledIconColor": "#C9CCC3", + "iconColor": "#586e75", + "nonEditableBackground": "#fdf6e3" + }, + "background": "#eee8d5", + "buttonBackground": "#FEFBF1", + "disabledForeground": "#C9CCC3", + "foreground": "#586e75", + "modifiedItemForeground": "#d33682", + "nonEditableBackground": "#F6F0DE", + "padding": "5,5,5,5", + "selectionBackground": "#F6F0DE", + "selectionForeground": "#002b36" + }, + "ComboPopup.border": "#edead9", + "CompletionPopup": { + "background": "#F6F0DE", + "foreground": "#586e75", + "infoForeground": "#93a1a1", + "matchForeground": "#d336822", + "matchSelectionForeground": "#d33682", + "nonFocusedState": "false", + "nonFocusedMask": "#93a1a1", + "selectedGrayedForeground": "#002b36", + "selectionGrayForeground": "#002b36", + "selectionInactiveInfoForeground": "#93a1a1", + "selectionInactiveBackground": "#F6F0DE", + "selectionBackground": "#93a1a180", + "selectionForeground": "#002b36", + "selectionInfoForeground": "#002b36" + }, + "Component": { + "arc": 4, + "borderColor": "#F6F0DE", + "disabledBorderColor": "#FEFBF1", + "focusColor": "#d33682", + "focusedBorderColor": "#d33682", + "hoverIconColor": "#d33682", + "infoForeground": "#93a1a1", + "iconColor": "#586e75" + }, + "control": "#fdf6e3", + "controlText": "#93a1a1", + "Counter": { + "background": "#d33682", + "foreground": "#002b36" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#93a1a1", + "changedValueForeground": "#d33682", + "errorMessageForeground": "#268BD2", + "evaluatingExpressionForeground": "#93a1a1", + "exceptionForeground": "#657B83", + "modifyingValueForeground": "#d33682", + "valueForeground": "#d33682" + } + }, + "DebuggerTabs": { + "selectedBackground": "#F6F0DE", + "underlinedTabBackground": "#F6F0DE" + }, + "DebuggerPopup": { + "borderColor": "#F6F0DE" + }, + "DefaultTabs": { + "background": "#fdf6e3", + "borderColor": "#fdf6e3", + "hoverBackground": "#F6F0DE", + "hoverColor": "#eee8d5", + "hoverMaskColor": "#F6F0DE", + "inactiveUnderlineColor": "#C9CCC3", + "inactiveMaskColor": "#eee8d5", + "underlineColor": "#d33682", + "underlinedTabBackground":"#F6F0DE" + }, + "Desktop.background": "#fdf6e3", + "DialogWrapper.southPanelBackground": "#fdf6e3", + "DialogWrapper.southPanelDivider": "#fdf6e3", + "DragAndDrop": { + "areaBackground": "#fdf6e3", + "areaBorderColor": "#fdf6e3", + "areaForeground": "#586e75" + }, + "Editor": { + "background": "#eee8d5", + "foreground": "#586e75", + "shortcutForeground": "#93a1a1" + }, + "EditorPane": { + "background": "#eee8d5", + "caretForeground": "#d33682", + "foreground": "#586e75", + "inactiveBackground": "#fdf6e3", + "inactiveForeground": "#C9CCC3", + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36" + }, + "EditorTabs": { + "borderColor": "#F6F0DE", + "hoverColor": "#F6F0DE", + "hoverMaskColor": "#F6F0DE", + "inactiveMaskColor": "#fdf6e3", + "inactiveColoredFileBackground": "#fdf6e3", + "inactiveUnderlineColor": "#C9CCC3", + "selectedForeground": "#586e75", + "selectedBackground": "#F6F0DE", + "underlineColor": "#d33682", + "underlinedTabBackground": "#F6F0DE" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#E3DCC9", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#edead9", + "FormattedTextField": { + "background": "#eee8d5", + "caretForeground": "#d33682", + "foreground": "#586e75", + "inactiveBackground": "#FEFBF1", + "inactiveForeground": "#C9CCC3", + "selectionForeground": "#002b36", + "selectionBackground": "#F6F0DE" + }, + "Group": { + "disabledSeparatorColor": "#edead9", + "separatorColor": "#edead9" + }, + "GutterTooltip": { + "infoForeground": "#586e75", + "lineSeparatorColor": "#fdf6e3" + }, + "HeaderColor": { + "active": "#fdf6e3", + "inactive": "#eee8d5" + }, + "HelpTooltip": { + "background": "#fdf6e3", + "borderColor": "#edead9", + "foreground": "#586e75", + "infoForeground": "#93a1a1", + "shortcutForeground": "#93a1a1" + }, + "Hyperlink.linkColor": "#d33682", + "inactiveCaption": "#F6F0DE", + "inactiveCaptionBorder": "#fdf6e3", + "inactiveCaptionText": "#93a1a1", + "info": "#93a1a1", + "infoText": "#93a1a1", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#edead9", + "InplaceRefactoringPopup": { + "borderColor": "#fdf6e3" + }, + "InternalFrame": { + "activeTitleForeground": "#586e75", + "background": "#fdf6e3", + "inactiveTitleForeground": "#93a1a1" + }, + "Label": { + "background": "#fdf6e3", + "disabledForeground": "#C9CCC3", + "disabledShadow": "#fdf6e3", + "disabledText": "#C9CCC3", + "foreground": "#586e75", + "infoForeground": "#93a1a1", + "selectedForeground": "#002b36" + }, + "Link": { + "activeForeground": "#d33682", + "hoverForeground": "#d33682", + "pressedForeground": "#d33682", + "secondaryForeground": "#93a1a1", + "visitedForeground": "#d33682" + }, + "List": { + "background": "#F6F0DE", + "foreground": "#586e75", + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36", + "selectionInactiveForeground": "#002b36", + "selectionInactiveBackground": "#93a1a125" + }, + "material": { + "background": "#fdf6e3", + "branchColor": "#586e75", + "contrast": "#eee8d5", + "foreground": "#586e75", + "mergeCommits": "#FEFBF1", + "primaryColor": "#93a1a1", + "selectionForeground": "#002b36", + "tab.backgroundColor": "#fdf6e3", + "tab.borderColor": "#d33682", + "tagColor": "#93a1a1" + }, + "MemoryIndicator": { + "allocatedBackground": "#F6F0DE", + "usedColor": "#F6F0DE", + "usedBackground": "#F6F0DE" + }, + "Menu": { + "acceleratorForeground": "#93a1a1", + "acceleratorSelectionForeground": "#002b36", + "background": "#fdf6e3", + "border": "4,2,4,2", + "borderColor": "#F6F0DE", + "disabledBackground": "#F6F0DE", + "disabledForeground": "#C9CCC3", + "foreground": "#586e75", + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36", + "separatorColor": "#edead9" + }, + "MenuBar": { + "background": "#eee8d5", + "borderColor": "#fdf6e3", + "disabledBackground": "#fdf6e3", + "disabledForeground": "#C9CCC3", + "foreground": "#586e75", + "highlight": "#fdf6e3", + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36", + "shadow": "#eee8d5" + }, + "MenuItem": { + "acceleratorForeground": "#93a1a1", + "acceleratorSelectionForeground": "#002b36", + "border": "4,2,4,2", + "background": "#fdf6e3", + "disabledBackground": "#fdf6e3", + "disabledForeground": "#C9CCC3", + "foreground": "#586e75", + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36" + }, + "NavBar": { + "arrowColor": "#586e75", + "borderColor": "#fdf6e3" + }, + "NewClass": { + "Panel": { + "background": "#fdf6e3" + }, + "SearchField": { + "background": "#eee8d5" + } + }, + "Notification": { + "background": "#EDE8D4", + "borderColor": "#EDE8D4", + "errorBackground": "#EDE8D4", + "errorBorderColor": "#EDE8D4", + "foreground": "#586e75", + "MoreButton": { + "background": "#FEFBF1", + "foreground": "#586e75", + "innerBorderColor": "#FEFBF1" + }, + "ToolWindow": { + "errorBackground": "#EDE8D4", + "errorBorderColor": "#EDE8D4", + "informativeBackground": "#EDE8D4", + "informativeBorderColor": "#EDE8D4", + "warningBackground": "#EDE8D4", + "warningBorderColor": "#EDE8D4" + } + }, + "OnePixelDivider.background": "#edead9", + "OptionPane": { + "background": "#fdf6e3", + "foreground": "#586e75", + "messageForeground": "#586e75" + }, + "Outline": { + "color": "#FEFBF1" + }, + "Panel": { + "background": "#fdf6e3", + "foreground": "#586e75" + }, + "ParameterInfo": { + "background": "#F6F0DE", + "borderColor": "#F6F0DE", + "currentOverloadBackground": "#F6F0DE", + "currentParameterForeground": "#d33682", + "disabledForeground": "#C9CCC3", + "foreground": "#586e75", + "infoForeground": "#93a1a1", + "lineSeparatorColor": "#F6F0DE" + }, + "PasswordField": { + "background": "#eee8d5", + "capsLockIconColor": "#d33682", + "caretForeground": "#d33682", + "foreground": "#586e75", + "inactiveForeground": "#C9CCC3", + "selectionBackground": "#F6F0DE", + "selectionForeground": "#002b36" + }, + "Plugins": { + "background": "#fdf6e3", + "disabledForeground": "#C9CCC3", + "eapTagBackground": "#F6F0DE", + "lightSelectionBackground": "#93a1a1", + "selectionBackground": "#93a1a1", + "tagForeground": "#d33682", + "tagBackground": "#F6F0DE", + "Button": { + "installBackground": "#FEFBF1", + "installBorderColor": "#FEFBF1", + "installForeground": "#586e75", + "installFocusedBackground": "#F6F0DE", + "installFillForeground": "#93a1a1", + "installFillBackground": "#FEFBF1", + "updateBackground": "#FEFBF1", + "updateBorderColor": "#FEFBF1", + "updateForeground": "#586e75" + }, + "SearchField": { + "background": "#eee8d5", + "borderColor": "#edead9" + }, + "SectionHeader": { + "background": "#F6F0DE", + "foreground": "#586e75" + }, + "Tab": { + "hoverBackground": "#F6F0DE", + "selectedForeground": "#002b36", + "selectedBackground": "#F6F0DE" + } + }, + "Popup": { + "Advertiser": { + "background": "#fdf6e3", + "borderColor": "#fdf6e3", + "foreground": "#d33682" + }, + "borderColor": "#eee8d5", + "inactiveBorderColor": "#fdf6e3", + "innerBorderColor": "#F6F0DE", + "Header": { + "activeBackground": "#fdf6e3", + "inactiveBackground": "#eee8d5" + }, + "paintBorder": true, + "separatorForeground": "#586e75", + "separatorColor": "#F6F0DE", + "Toolbar": { + "background": "#eee8d5", + "borderColor": "#eee8d5" + } + }, + "PopupMenu": { + "background": "#fdf6e3", + "border": "2,0,2,0", + "foreground": "#586e75", + "translucentBackground": "#fdf6e3" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#fdf6e3", + "foreground": "#d33682", + "indeterminateEndColor": "#d33682", + "indeterminateStartColor": "#d33682", + "progressColor": "#d33682", + "selectionBackground": "#F6F0DE", + "trackColor": "#F6F0DE" + }, + "RadioButton": { + "background": "#fdf6e3", + "disabledText": "#C9CCC3", + "foreground": "#586e75" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#93a1a1", + "acceleratorSelectionForeground": "#93a1a1", + "background": "#fdf6e3", + "disabledBackground": "#fdf6e3", + "disabledForeground": "#C9CCC3", + "foreground": "#586e75", + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36" + }, + "ScrollBar": { + "background": "#fdf6e3", + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#fdf6e330", + "Mac": { + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#fdf6e330", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#fdf6e330", + "Transparent": { + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#fdf6e330", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#fdf6e330" + } + }, + "thumb": "#F6F0DE", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#fdf6e330", + "Transparent": { + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#fdf6e330", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#fdf6e330" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#eee8d5", + "foreground": "#93a1a1" + }, + "Header": { + "background": "#fdf6e3" + }, + "List": { + "separatorForeground": "#586e75", + "separatorColor": "#edead9" + }, + "SearchField": { + "background": "#fdf6e3", + "borderColor": "#eee8d5", + "infoForeground": "#93a1a1" + }, + "Tab": { + "active.foreground": "#002b36", + "selectedForeground": "#002b36", + "selectedBackground": "#F6F0DE" + } + }, + "SearchMatch": { + "endBackground": "#d33682", + "startBackground": "#d33682" + }, + "Separator": { + "background": "#F6F0DE", + "foreground": "#F6F0DE", + "separatorColor": "#F6F0DE" + }, + "SidePanel": { + "background": "#eee8d5" + }, + "Slider": { + "background": "#fdf6e3", + "foreground": "#586e75", + "majorTickLength": 6, + "tickColor": "#F6F0DE", + "trackWidth": 7, + "thumb": "#d33682" + }, + "SpeedSearch": { + "background": "#F6F0DE", + "borderColor": "#edead9", + "foreground": "#586e75", + "errorForeground": "#586e75" + }, + "Spinner": { + "background": "#fdf6e3", + "border": "3,3,3,3", + "foreground": "#586e75", + "selectionForeground": "#002b36" + }, + "SplitPane": { + "background": "#fdf6e3", + "highlight": "#eee8d5" + }, + "SplitPaneDivider.draggingColor": "#F6F0DE", + "StatusBar": { + "borderColor": "#fdf6e3" + }, + "TabbedPane": { + "background": "#fdf6e3", + "contentAreaColor": "#F6F0DE", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#edead9", + "disabledForeground": "#C9CCC3", + "disabledUnderlineColor": "#C9CCC3", + "focus": "#F6F0DE", + "focusColor": "#F6F0DE", + "fontSizeOffset": 0, + "foreground": "#586e75", + "highlight": "#edead9", + "hoverColor": "#F6F0DE", + "labelShift": 0, + "selectedForeground": "#002b36", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#eee8d5", + "Table": { + "background": "#fdf6e3", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#d33682", + "dropLineShortColor": "#d33682", + "focusCellBackground": "#F6F0DE", + "focusCellForeground": "#002b36", + "foreground": "#586e75", + "gridColor": "#fdf6e3", + "highlightOuter": "#F6F0DE", + "lightSelectionForeground": "#002b36", + "lightSelectionInactiveForeground": "#93a1a1", + "lightSelectionInactiveBackground": "#F6F0DE", + "selectionBackground": "#F6F0DE", + "selectionForeground": "#002b36", + "selectionInactiveBackground": "#93a1a125", + "selectionInactiveForeground": "#002b36", + "sortIconColor": "#586e75", + "stripeColor": "#eee8d5" + }, + "TableHeader": { + "background": "#fdf6e3", + "borderColor": "#fdf6e3", + "bottomSeparatorColor": "#F6F0DE", + "cellBorder": "4,0,4,0", + "foreground": "#586e75", + "focusCellBackground": "#F6F0DE", + "focusCellForeground": "#002b36", + "height": 25, + "separatorColor": "#F6F0DE" + }, + "text": "#93a1a1", + "textInactiveText": "#93a1a1", + "textText": "#93a1a1", + "TextArea": { + "background": "#eee8d5", + "caretForeground": "#d33682", + "foreground": "#586e75", + "inactiveForeground": "#C9CCC3", + "selectionBackground": "#F6F0DE", + "selectionForeground": "#002b36" + }, + "TextField": { + "background": "#eee8d5", + "caretForeground": "#d33682", + "foreground": "#586e75", + "inactiveForeground": "#C9CCC3", + "selectionBackground": "#F6F0DE", + "selectionForeground": "#002b36" + }, + "TextPane": { + "background": "#eee8d5", + "caretForeground": "#d33682", + "foreground": "#586e75", + "inactiveForeground": "#C9CCC3", + "selectionBackground": "#F6F0DE", + "selectionForeground": "#002b36" + }, + "TitlePane": { + "background": "#eee8d5", + "Button.hoverBackground": "#F6F0DE", + "inactiveBackground": "#F6F0DE", + "infoForeground": "#93a1a1", + "inactiveInfoForeground": "#93a1a1" + }, + "TitledBorder.titleColor": "#586e75", + "ToggleButton": { + "borderColor": "#FEFBF1", + "buttonColor": "#586e75", + "disabledText": "#C9CCC3", + "foreground": "#586e75", + "offForeground": "#fdf6e3", + "offBackground": "#fdf6e3", + "onBackground": "#d33682", + "onForeground": "#d33682" + }, + "ToolBar": { + "background": "#eee8d5", + "borderHandleColor": "#93a1a1", + "floatingForeground": "#93a1a1", + "foreground": "#586e75" + }, + "ToolTip": { + "Actions.background": "#fdf6e3", + "Actions.infoForeground": "#93a1a1", + "background": "#fdf6e3", + "borderColor": "#F6F0DE", + "foreground": "#586e75", + "infoForeground": "#93a1a1", + "separatorColor": "#edead9", + "shortcutForeground": "#93a1a1" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#F6F0DE", + "selectedForeground": "#002b36", + "selectedBackground": "#eee8d5" + }, + "Header": { + "background": "#fdf6e3", + "borderColor": "#F6F0DE", + "inactiveBackground": "#fdf6e3" + }, + "HeaderCloseButton": { + "background": "#fdf6e3" + }, + "HeaderTab": { + "hoverBackground": "#F6F0DE", + "hoverInactiveBackground": "#F6F0DE", + "inactiveUnderlineColor": "#d33682", + "selectedBackground": "#eee8d5", + "selectedInactiveBackground": "#eee8d5", + "underlineColor": "#d33682", + "underlinedTabBackground": "#F6F0DE", + "underlinedTabInactiveBackground": "#F6F0DE" + } + }, + "Tree": { + "background": "#eee8d5", + "foreground": "#93a1a1", + "hash": "#edead9", + "modifiedItemForeground": "#d33682", + "rowHeight": 28, + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36", + "selectionInactiveForeground": "#002b36", + "selectionInactiveBackground": "#93a1a125", + "textBackground": "#eee8d5" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#fdf6e3", + "Preview.background": "#fdf6e3" + }, + "ValidationTooltip": { + "errorBackground": "#EDE8D4", + "errorBorderColor": "#EDE8D4", + "warningBackground": "#EDE8D4", + "warningBorderColor": "#EDE8D4" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#fdf6e3" + }, + "GitLog": { + "localBranchIconColor": "#d33682", + "otherIconColor": "#93a1a1", + "remoteBranchIconColor": "#586e75", + "tagIconColor": "#93a1a1" + }, + "HgLog": { + "branchIconColor": "#d33682", + "bookmarkIconColor": "#002b36", + "closedBranchIconColor": "#C9CCC3", + "localTagIconColor": "#93a1a1", + "mqTagIconColor": "#93a1a1", + "tagIconColor": "#93a1a1", + "tipIconColor": "#93a1a1" + }, + "Log": { + "Commit.unmatchedForeground": "#93a1a1", + "Commit.currentBranchBackground": "#93a1a1" + }, + "RefLabel": { + "foreground": "#002b36", + "backgroundBase": "#F6F0DE" + } + }, + "Viewport": { + "background": "#eee8d5", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#fdf6e3", + "borderColor": "#fdf6e3", + "captionBackground": "#eee8d5", + "captionForeground": "#586e75", + "footerBackground": "#eee8d5", + "footerForeground": "#586e75", + "headerBackground": "#fdf6e3", + "headerForeground": "#586e75", + "separatorColor": "#edead9", + "Projects": { + "background": "#F6F0DE", + "selectionBackground": "#93a1a1", + "selectionInactiveBackground": "#F6F0DE" + } + }, + "window": "#eee8d5", + "windowBorder": "#edead9", + "windowText": "#93a1a1", + "Window.border": "#edead9" + }, + "icons": { + "ColorPalette": { + "#43494A": "#eee8d5", + "#6B6B6B": "#93a1a1", + "#A7A7A7": "#fdf6e3", + "#3D6185": "#d33682", + "#466D94": "#d33682", + "#3C3F41": "#fdf6e3", + "#545556": "#C9CCC3", + "#606060": "#C9CCC3", + "#9AA7B0": "#586e75", + "#675133": "#d33682", + "Actions.Blue": "#B58900", + "Actions.Green": "#2AA198", + "Actions.Grey": "#93a1a1", + "Actions.GreyInline": "#93A1A1", + "Actions.GreyInline.Dark": "#586e75", + "Actions.Red": "#268BD2", + "Actions.Yellow": "#657B83", + "Checkbox.Background.Default": "#eee8d5", + "Checkbox.Background.Default.Dark": "#eee8d5", + "Checkbox.Background.Disabled": "#E3DCC9", + "Checkbox.Background.Disabled.Dark": "#E3DCC9", + "Checkbox.Border.Default": "#edead9", + "Checkbox.Border.Default.Dark": "#edead9", + "Checkbox.Border.Disabled": "#C9CCC3", + "Checkbox.Border.Disabled.Dark": "#C9CCC3", + "Checkbox.Focus.Thin.Default": "#d33682", + "Checkbox.Focus.Thin.Default.Dark": "#d33682", + "Checkbox.Focus.Wide": "#d33682", + "Checkbox.Focus.Wide.Dark": "#d33682", + "Checkbox.Foreground.Disabled": "#C9CCC3", + "Checkbox.Foreground.Disabled.Dark": "#C9CCC3", + "Checkbox.Background.Selected": "#d33682", + "Checkbox.Background.Selected.Dark": "#d33682", + "Checkbox.Border.Selected": "#d33682", + "Checkbox.Border.Selected.Dark": "#d33682", + "Checkbox.Foreground.Selected": "#586e75", + "Checkbox.Foreground.Selected.Dark": "#586e75", + "Checkbox.Focus.Thin.Selected": "#586e75", + "Checkbox.Focus.Thin.Selected.Dark": "#586e75", + "Objects.Grey": "#93A1A1", + "Objects.Blue": "#B58900", + "Objects.RedStatus": "#268BD2", + "Objects.Red": "#268BD2", + "Objects.Pink": "#859900", + "Objects.Yellow": "#657B83", + "Objects.Green": "#2AA198", + "Objects.Purple": "#859900", + "Objects.BlackText": "#586e75", + "Objects.YellowDark": "#D33682", + "Objects.GreenAndroid": "#2AA198" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Light.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Light.theme.json new file mode 100644 index 00000000..0e8e0449 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/material-theme-ui-lite/Solarized Light.theme.json @@ -0,0 +1,863 @@ +{ + "name": "Solarized Light", + "dark": false, + "author": "Mallowigi", + "editorScheme": "/colors/Solarized Light.xml", + "ui": { + "*": { + "acceleratorSelectionForeground": "#93a1a1", + "background": "#fdf6e3", + "borderColor": "#edead9", + "disabledBackground": "#E3DCC9", + "disabledForeground": "#C9CCC3", + "disabledText": "#C9CCC3", + "focusColor": "#F6F0DE", + "focusedBorderColor": "#d33682", + "foreground": "#586e75", + "inactiveBackground": "#E3DCC9", + "inactiveForeground": "#93a1a1", + "infoForeground": "#93a1a1", + "selectionBackground": "#93a1a1", + "selectionBackgroundInactive": "#F6F0DE", + "selectionForeground": "#002b36", + "selectionInactiveBackground": "#F6F0DE", + "separatorColor": "#edead9" + }, + "activeCaption": "#fdf6e3", + "ActionButton": { + "hoverBackground": "#d3368250", + "hoverBorderColor": "#d3368250", + "pressedBackground": "#d3368250", + "pressedBorderColor": "#d3368250" + }, + "Autocomplete": { + "selectionBackground": "#93a1a1" + }, + "Borders.ContrastBorderColor": "#fdf6e3", + "Borders.color": "#edead9", + "Button": { + "arc": 0, + "background": "#fdf6e3", + "default": { + "endBackground": "#F6F0DE", + "endBorderColor": "#F6F0DE", + "foreground": "#002b36", + "focusColor": "#d33682", + "focusedBorderColor": "#d33682", + "shadowColor": "#F6F0DE", + "startBackground": "#F6F0DE", + "startBorderColor": "#F6F0DE" + }, + "disabledBorderColor": "#FEFBF1", + "disabledText": "#C9CCC3", + "endBackground": "#FEFBF1", + "endBorderColor": "#FEFBF1", + "focus": "#F6F0DE", + "focusedBorderColor": "#d33682", + "foreground": "#93a1a1", + "highlight": "#002b36", + "mt.background": "#FEFBF1", + "mt.foreground": "#93a1a1", + "mt.selectedForeground": "#002b36", + "mt.selection.color1": "#F6F0DE", + "mt.selection.color2": "#F6F0DE", + "startBackground": "#FEFBF1", + "startBorderColor": "#FEFBF1", + "shadowColor": "#FEFBF1", + "shadowWidth": 0 + }, + "CheckBox": { + "background": "#fdf6e3", + "disabledText": "#C9CCC3", + "foreground": "#586e75", + "select": "#d33682" + }, + "CheckBoxMenuItem": { + "acceleratorForeground": "#93a1a1", + "acceleratorSelectionForeground": "#93a1a1", + "background": "#fdf6e3", + "disabledBackground": "#fdf6e3", + "disabledForeground": "#C9CCC3", + "foreground": "#586e75", + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36" + }, + "ColorChooser": { + "background": "#fdf6e3", + "foreground": "#586e75", + "swatchesDefaultRecentColor": "#586e75" + }, + "ComboBoxButton.background": "#FEFBF1", + "ComboBox": { + "ArrowButton": { + "background": "#FEFBF1", + "disabledIconColor": "#C9CCC3", + "iconColor": "#586e75", + "nonEditableBackground": "#fdf6e3" + }, + "background": "#fdf6e3", + "buttonBackground": "#FEFBF1", + "disabledForeground": "#C9CCC3", + "foreground": "#586e75", + "modifiedItemForeground": "#d33682", + "nonEditableBackground": "#F6F0DE", + "padding": "5,5,5,5", + "selectionBackground": "#F6F0DE", + "selectionForeground": "#002b36" + }, + "ComboPopup.border": "#edead9", + "CompletionPopup": { + "background": "#F6F0DE", + "foreground": "#586e75", + "infoForeground": "#93a1a1", + "matchForeground": "#d336822", + "matchSelectionForeground": "#d33682", + "nonFocusedState": "false", + "nonFocusedMask": "#93a1a1", + "selectedGrayedForeground": "#002b36", + "selectionGrayForeground": "#002b36", + "selectionInactiveInfoForeground": "#93a1a1", + "selectionInactiveBackground": "#F6F0DE", + "selectionBackground": "#93a1a180", + "selectionForeground": "#002b36", + "selectionInfoForeground": "#002b36" + }, + "Component": { + "arc": 4, + "borderColor": "#F6F0DE", + "disabledBorderColor": "#FEFBF1", + "focusColor": "#d33682", + "focusedBorderColor": "#d33682", + "hoverIconColor": "#d33682", + "infoForeground": "#93a1a1", + "iconColor": "#586e75" + }, + "control": "#fdf6e3", + "controlText": "#93a1a1", + "Counter": { + "background": "#d33682", + "foreground": "#002b36" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "#93a1a1", + "changedValueForeground": "#d33682", + "errorMessageForeground": "#268BD2", + "evaluatingExpressionForeground": "#93a1a1", + "exceptionForeground": "#657B83", + "modifyingValueForeground": "#d33682", + "valueForeground": "#d33682" + } + }, + "DebuggerTabs": { + "selectedBackground": "#F6F0DE", + "underlinedTabBackground": "#F6F0DE" + }, + "DebuggerPopup": { + "borderColor": "#F6F0DE" + }, + "DefaultTabs": { + "background": "#fdf6e3", + "borderColor": "#fdf6e3", + "hoverBackground": "#F6F0DE", + "hoverColor": "#fdf6e3", + "hoverMaskColor": "#F6F0DE", + "inactiveUnderlineColor": "#C9CCC3", + "inactiveMaskColor": "#fdf6e3", + "underlineColor": "#d33682", + "underlinedTabBackground":"#F6F0DE" + }, + "Desktop.background": "#fdf6e3", + "DialogWrapper.southPanelBackground": "#fdf6e3", + "DialogWrapper.southPanelDivider": "#fdf6e3", + "DragAndDrop": { + "areaBackground": "#fdf6e3", + "areaBorderColor": "#fdf6e3", + "areaForeground": "#586e75" + }, + "Editor": { + "background": "#fdf6e3", + "foreground": "#586e75", + "shortcutForeground": "#93a1a1" + }, + "EditorPane": { + "background": "#fdf6e3", + "caretForeground": "#d33682", + "foreground": "#586e75", + "inactiveBackground": "#fdf6e3", + "inactiveForeground": "#C9CCC3", + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36" + }, + "EditorTabs": { + "borderColor": "#F6F0DE", + "hoverColor": "#F6F0DE", + "hoverMaskColor": "#F6F0DE", + "inactiveMaskColor": "#fdf6e3", + "inactiveColoredFileBackground": "#fdf6e3", + "inactiveUnderlineColor": "#C9CCC3", + "selectedForeground": "#586e75", + "selectedBackground": "#F6F0DE", + "underlineColor": "#d33682", + "underlinedTabBackground": "#F6F0DE" + }, + "FileColor": { + "Green": "#387002", + "Blue": "#004BA0", + "Yellow": "#E3DCC9", + "Orange": "#B53D00", + "Violet": "#4D2C91", + "Rose": "#A00037" + }, + "FlameGraph": { + "JVMBackground": "#89DDF7", + "JVMFocusBackground": "#82AAFF", + "JVMSearchNotMatchedBackground": "#FF5370", + "JVMFocusSearchNotMatchedBackground": "#AB7967", + "nativeBackground": "#FFCB6B", + "nativeFocusBackground": "#F78C6C", + "nativeSearchNotMatchedBackground": "#C792EA", + "nativeFocusSearchNotMatchedBackground": "#BB80B3" + }, + "Focus.color": "#edead9", + "FormattedTextField": { + "background": "#fdf6e3", + "caretForeground": "#d33682", + "foreground": "#586e75", + "inactiveBackground": "#FEFBF1", + "inactiveForeground": "#C9CCC3", + "selectionForeground": "#002b36", + "selectionBackground": "#F6F0DE" + }, + "Group": { + "disabledSeparatorColor": "#edead9", + "separatorColor": "#edead9" + }, + "GutterTooltip": { + "infoForeground": "#586e75", + "lineSeparatorColor": "#fdf6e3" + }, + "HeaderColor": { + "active": "#fdf6e3", + "inactive": "#eee8d5" + }, + "HelpTooltip": { + "background": "#fdf6e3", + "borderColor": "#edead9", + "foreground": "#586e75", + "infoForeground": "#93a1a1", + "shortcutForeground": "#93a1a1" + }, + "Hyperlink.linkColor": "#d33682", + "inactiveCaption": "#F6F0DE", + "inactiveCaptionBorder": "#fdf6e3", + "inactiveCaptionText": "#93a1a1", + "info": "#93a1a1", + "infoText": "#93a1a1", + "IdeStatusBar.border": "4,4,4,4", + "InformationHint.borderColor": "#edead9", + "InplaceRefactoringPopup": { + "borderColor": "#fdf6e3" + }, + "InternalFrame": { + "activeTitleForeground": "#586e75", + "background": "#fdf6e3", + "inactiveTitleForeground": "#93a1a1" + }, + "Label": { + "background": "#fdf6e3", + "disabledForeground": "#C9CCC3", + "disabledShadow": "#fdf6e3", + "disabledText": "#C9CCC3", + "foreground": "#586e75", + "infoForeground": "#93a1a1", + "selectedForeground": "#002b36" + }, + "Link": { + "activeForeground": "#d33682", + "hoverForeground": "#d33682", + "pressedForeground": "#d33682", + "secondaryForeground": "#93a1a1", + "visitedForeground": "#d33682" + }, + "List": { + "background": "#F6F0DE", + "foreground": "#586e75", + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36", + "selectionInactiveForeground": "#002b36", + "selectionInactiveBackground": "#93a1a125" + }, + "material": { + "background": "#fdf6e3", + "branchColor": "#586e75", + "contrast": "#eee8d5", + "foreground": "#586e75", + "mergeCommits": "#FEFBF1", + "primaryColor": "#93a1a1", + "selectionForeground": "#002b36", + "tab.backgroundColor": "#fdf6e3", + "tab.borderColor": "#d33682", + "tagColor": "#93a1a1" + }, + "MemoryIndicator": { + "allocatedBackground": "#F6F0DE", + "usedColor": "#F6F0DE", + "usedBackground": "#F6F0DE" + }, + "Menu": { + "acceleratorForeground": "#93a1a1", + "acceleratorSelectionForeground": "#002b36", + "background": "#fdf6e3", + "border": "4,2,4,2", + "borderColor": "#F6F0DE", + "disabledBackground": "#F6F0DE", + "disabledForeground": "#C9CCC3", + "foreground": "#586e75", + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36", + "separatorColor": "#edead9" + }, + "MenuBar": { + "background": "#fdf6e3", + "borderColor": "#fdf6e3", + "disabledBackground": "#fdf6e3", + "disabledForeground": "#C9CCC3", + "foreground": "#586e75", + "highlight": "#fdf6e3", + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36", + "shadow": "#fdf6e3" + }, + "MenuItem": { + "acceleratorForeground": "#93a1a1", + "acceleratorSelectionForeground": "#002b36", + "border": "4,2,4,2", + "background": "#fdf6e3", + "disabledBackground": "#fdf6e3", + "disabledForeground": "#C9CCC3", + "foreground": "#586e75", + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36" + }, + "NavBar": { + "arrowColor": "#586e75", + "borderColor": "#fdf6e3" + }, + "NewClass": { + "Panel": { + "background": "#fdf6e3" + }, + "SearchField": { + "background": "#fdf6e3" + } + }, + "Notification": { + "background": "#EDE8D4", + "borderColor": "#EDE8D4", + "errorBackground": "#EDE8D4", + "errorBorderColor": "#EDE8D4", + "foreground": "#586e75", + "MoreButton": { + "background": "#FEFBF1", + "foreground": "#586e75", + "innerBorderColor": "#FEFBF1" + }, + "ToolWindow": { + "errorBackground": "#EDE8D4", + "errorBorderColor": "#EDE8D4", + "informativeBackground": "#EDE8D4", + "informativeBorderColor": "#EDE8D4", + "warningBackground": "#EDE8D4", + "warningBorderColor": "#EDE8D4" + } + }, + "OnePixelDivider.background": "#edead9", + "OptionPane": { + "background": "#fdf6e3", + "foreground": "#586e75", + "messageForeground": "#586e75" + }, + "Outline": { + "color": "#FEFBF1" + }, + "Panel": { + "background": "#fdf6e3", + "foreground": "#586e75" + }, + "ParameterInfo": { + "background": "#F6F0DE", + "borderColor": "#F6F0DE", + "currentOverloadBackground": "#F6F0DE", + "currentParameterForeground": "#d33682", + "disabledForeground": "#C9CCC3", + "foreground": "#586e75", + "infoForeground": "#93a1a1", + "lineSeparatorColor": "#F6F0DE" + }, + "PasswordField": { + "background": "#fdf6e3", + "capsLockIconColor": "#d33682", + "caretForeground": "#d33682", + "foreground": "#586e75", + "inactiveForeground": "#C9CCC3", + "selectionBackground": "#F6F0DE", + "selectionForeground": "#002b36" + }, + "Plugins": { + "background": "#fdf6e3", + "disabledForeground": "#C9CCC3", + "eapTagBackground": "#F6F0DE", + "lightSelectionBackground": "#93a1a1", + "selectionBackground": "#93a1a1", + "tagForeground": "#d33682", + "tagBackground": "#F6F0DE", + "Button": { + "installBackground": "#FEFBF1", + "installBorderColor": "#FEFBF1", + "installForeground": "#586e75", + "installFocusedBackground": "#F6F0DE", + "installFillForeground": "#93a1a1", + "installFillBackground": "#FEFBF1", + "updateBackground": "#FEFBF1", + "updateBorderColor": "#FEFBF1", + "updateForeground": "#586e75" + }, + "SearchField": { + "background": "#fdf6e3", + "borderColor": "#edead9" + }, + "SectionHeader": { + "background": "#F6F0DE", + "foreground": "#586e75" + }, + "Tab": { + "hoverBackground": "#F6F0DE", + "selectedForeground": "#002b36", + "selectedBackground": "#F6F0DE" + } + }, + "Popup": { + "Advertiser": { + "background": "#fdf6e3", + "borderColor": "#fdf6e3", + "foreground": "#d33682" + }, + "borderColor": "#eee8d5", + "inactiveBorderColor": "#fdf6e3", + "innerBorderColor": "#F6F0DE", + "Header": { + "activeBackground": "#fdf6e3", + "inactiveBackground": "#eee8d5" + }, + "paintBorder": true, + "separatorForeground": "#586e75", + "separatorColor": "#F6F0DE", + "Toolbar": { + "background": "#eee8d5", + "borderColor": "#eee8d5" + } + }, + "PopupMenu": { + "background": "#fdf6e3", + "border": "2,0,2,0", + "foreground": "#586e75", + "translucentBackground": "#fdf6e3" + }, + "PopupMenuSeparator.height": 10, + "PopupMenuSeparator.stripeIndent": 5, + "ProgressBar": { + "background": "#fdf6e3", + "foreground": "#d33682", + "indeterminateEndColor": "#d33682", + "indeterminateStartColor": "#d33682", + "progressColor": "#d33682", + "selectionBackground": "#F6F0DE", + "trackColor": "#F6F0DE" + }, + "RadioButton": { + "background": "#fdf6e3", + "disabledText": "#C9CCC3", + "foreground": "#586e75" + }, + "RadioButtonMenuItem": { + "acceleratorForeground": "#93a1a1", + "acceleratorSelectionForeground": "#93a1a1", + "background": "#fdf6e3", + "disabledBackground": "#fdf6e3", + "disabledForeground": "#C9CCC3", + "foreground": "#586e75", + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36" + }, + "ScrollBar": { + "background": "#fdf6e3", + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#fdf6e330", + "Mac": { + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#fdf6e330", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#fdf6e330", + "Transparent": { + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#fdf6e330", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#fdf6e330" + } + }, + "thumb": "#F6F0DE", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#fdf6e330", + "Transparent": { + "hoverThumbBorderColor": "#d33682", + "hoverThumbColor": "#d33682", + "hoverTrackColor": "#fdf6e330", + "thumbBorderColor": "#d3368270", + "thumbColor": "#d3368270", + "trackColor": "#fdf6e330" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#eee8d5", + "foreground": "#93a1a1" + }, + "Header": { + "background": "#fdf6e3" + }, + "List": { + "separatorForeground": "#586e75", + "separatorColor": "#edead9" + }, + "SearchField": { + "background": "#fdf6e3", + "borderColor": "#eee8d5", + "infoForeground": "#93a1a1" + }, + "Tab": { + "active.foreground": "#002b36", + "selectedForeground": "#002b36", + "selectedBackground": "#F6F0DE" + } + }, + "SearchMatch": { + "endBackground": "#d33682", + "startBackground": "#d33682" + }, + "Separator": { + "background": "#F6F0DE", + "foreground": "#F6F0DE", + "separatorColor": "#F6F0DE" + }, + "SidePanel": { + "background": "#fdf6e3" + }, + "Slider": { + "background": "#fdf6e3", + "foreground": "#586e75", + "majorTickLength": 6, + "tickColor": "#F6F0DE", + "trackWidth": 7, + "thumb": "#d33682" + }, + "SpeedSearch": { + "background": "#F6F0DE", + "borderColor": "#edead9", + "foreground": "#586e75", + "errorForeground": "#586e75" + }, + "Spinner": { + "background": "#fdf6e3", + "border": "3,3,3,3", + "foreground": "#586e75", + "selectionForeground": "#002b36" + }, + "SplitPane": { + "background": "#fdf6e3", + "highlight": "#fdf6e3" + }, + "SplitPaneDivider.draggingColor": "#F6F0DE", + "StatusBar": { + "borderColor": "#fdf6e3" + }, + "TabbedPane": { + "background": "#fdf6e3", + "contentAreaColor": "#F6F0DE", + "contentBorderInsets": "3,1,1,1", + "darkShadow": "#edead9", + "disabledForeground": "#C9CCC3", + "disabledUnderlineColor": "#C9CCC3", + "focus": "#F6F0DE", + "focusColor": "#F6F0DE", + "fontSizeOffset": 0, + "foreground": "#586e75", + "highlight": "#edead9", + "hoverColor": "#F6F0DE", + "labelShift": 0, + "selectedForeground": "#002b36", + "selectedLabelShift": 0, + "selectedTabPadInsets": "0,0,0,0", + "tabsOverlapBorder": true, + "tabHeight": 32, + "tabInsets": "5,10,5,10", + "tabSelectionHeight": 2 + }, + "TabbedPane.mt.tab.background": "#fdf6e3", + "Table": { + "background": "#fdf6e3", + "cellNoFocusBorder": "10,5,10,5", + "focusCellHighlightBorder": "10,5,10,5", + "dropLineColor": "#d33682", + "dropLineShortColor": "#d33682", + "focusCellBackground": "#F6F0DE", + "focusCellForeground": "#002b36", + "foreground": "#586e75", + "gridColor": "#fdf6e3", + "highlightOuter": "#F6F0DE", + "lightSelectionForeground": "#002b36", + "lightSelectionInactiveForeground": "#93a1a1", + "lightSelectionInactiveBackground": "#F6F0DE", + "selectionBackground": "#F6F0DE", + "selectionForeground": "#002b36", + "selectionInactiveBackground": "#93a1a125", + "selectionInactiveForeground": "#002b36", + "sortIconColor": "#586e75", + "stripeColor": "#eee8d5" + }, + "TableHeader": { + "background": "#fdf6e3", + "borderColor": "#fdf6e3", + "bottomSeparatorColor": "#F6F0DE", + "cellBorder": "4,0,4,0", + "foreground": "#586e75", + "focusCellBackground": "#F6F0DE", + "focusCellForeground": "#002b36", + "height": 25, + "separatorColor": "#F6F0DE" + }, + "text": "#93a1a1", + "textInactiveText": "#93a1a1", + "textText": "#93a1a1", + "TextArea": { + "background": "#fdf6e3", + "caretForeground": "#d33682", + "foreground": "#586e75", + "inactiveForeground": "#C9CCC3", + "selectionBackground": "#F6F0DE", + "selectionForeground": "#002b36" + }, + "TextField": { + "background": "#fdf6e3", + "caretForeground": "#d33682", + "foreground": "#586e75", + "inactiveForeground": "#C9CCC3", + "selectionBackground": "#F6F0DE", + "selectionForeground": "#002b36" + }, + "TextPane": { + "background": "#fdf6e3", + "caretForeground": "#d33682", + "foreground": "#586e75", + "inactiveForeground": "#C9CCC3", + "selectionBackground": "#F6F0DE", + "selectionForeground": "#002b36" + }, + "TitlePane": { + "background": "#eee8d5", + "Button.hoverBackground": "#F6F0DE", + "inactiveBackground": "#F6F0DE", + "infoForeground": "#93a1a1", + "inactiveInfoForeground": "#93a1a1" + }, + "TitledBorder.titleColor": "#586e75", + "ToggleButton": { + "borderColor": "#FEFBF1", + "buttonColor": "#586e75", + "disabledText": "#C9CCC3", + "foreground": "#586e75", + "offForeground": "#fdf6e3", + "offBackground": "#fdf6e3", + "onBackground": "#d33682", + "onForeground": "#d33682" + }, + "ToolBar": { + "background": "#fdf6e3", + "borderHandleColor": "#93a1a1", + "floatingForeground": "#93a1a1", + "foreground": "#586e75" + }, + "ToolTip": { + "Actions.background": "#fdf6e3", + "Actions.infoForeground": "#93a1a1", + "background": "#fdf6e3", + "borderColor": "#F6F0DE", + "foreground": "#586e75", + "infoForeground": "#93a1a1", + "separatorColor": "#edead9", + "shortcutForeground": "#93a1a1" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#F6F0DE", + "selectedForeground": "#002b36", + "selectedBackground": "#eee8d5" + }, + "Header": { + "background": "#fdf6e3", + "borderColor": "#F6F0DE", + "inactiveBackground": "#fdf6e3" + }, + "HeaderCloseButton": { + "background": "#fdf6e3" + }, + "HeaderTab": { + "hoverBackground": "#F6F0DE", + "hoverInactiveBackground": "#F6F0DE", + "inactiveUnderlineColor": "#d33682", + "selectedBackground": "#eee8d5", + "selectedInactiveBackground": "#eee8d5", + "underlineColor": "#d33682", + "underlinedTabBackground": "#F6F0DE", + "underlinedTabInactiveBackground": "#F6F0DE" + } + }, + "Tree": { + "background": "#fdf6e3", + "foreground": "#93a1a1", + "hash": "#edead9", + "modifiedItemForeground": "#d33682", + "rowHeight": 28, + "selectionBackground": "#93a1a1", + "selectionForeground": "#002b36", + "selectionInactiveForeground": "#002b36", + "selectionInactiveBackground": "#93a1a125", + "textBackground": "#fdf6e3" + }, + "Tree.leftChildIndent": 10, + "Tree.rightChildIndent": 5, + "UiDesigner": { + "Panel.background": "#fdf6e3", + "Preview.background": "#fdf6e3" + }, + "ValidationTooltip": { + "errorBackground": "#EDE8D4", + "errorBorderColor": "#EDE8D4", + "warningBackground": "#EDE8D4", + "warningBorderColor": "#EDE8D4" + }, + "VersionControl": { + "FileHistory.Commit": { + "selectedBranchBackground": "#fdf6e3" + }, + "GitLog": { + "localBranchIconColor": "#d33682", + "otherIconColor": "#93a1a1", + "remoteBranchIconColor": "#586e75", + "tagIconColor": "#93a1a1" + }, + "HgLog": { + "branchIconColor": "#d33682", + "bookmarkIconColor": "#002b36", + "closedBranchIconColor": "#C9CCC3", + "localTagIconColor": "#93a1a1", + "mqTagIconColor": "#93a1a1", + "tagIconColor": "#93a1a1", + "tipIconColor": "#93a1a1" + }, + "Log": { + "Commit.unmatchedForeground": "#93a1a1", + "Commit.currentBranchBackground": "#93a1a1" + }, + "RefLabel": { + "foreground": "#002b36", + "backgroundBase": "#F6F0DE" + } + }, + "Viewport": { + "background": "#fdf6e3", + "foreground": "%fc" + }, + "WelcomeScreen": { + "background": "#fdf6e3", + "borderColor": "#fdf6e3", + "captionBackground": "#eee8d5", + "captionForeground": "#586e75", + "footerBackground": "#eee8d5", + "footerForeground": "#586e75", + "headerBackground": "#fdf6e3", + "headerForeground": "#586e75", + "separatorColor": "#edead9", + "Projects": { + "background": "#F6F0DE", + "selectionBackground": "#93a1a1", + "selectionInactiveBackground": "#F6F0DE" + } + }, + "window": "#fdf6e3", + "windowBorder": "#edead9", + "windowText": "#93a1a1", + "Window.border": "#edead9" + }, + "icons": { + "ColorPalette": { + "#43494A": "#eee8d5", + "#6B6B6B": "#93a1a1", + "#A7A7A7": "#fdf6e3", + "#3D6185": "#d33682", + "#466D94": "#d33682", + "#3C3F41": "#fdf6e3", + "#545556": "#C9CCC3", + "#606060": "#C9CCC3", + "#9AA7B0": "#586e75", + "#675133": "#d33682", + "Actions.Blue": "#B58900", + "Actions.Green": "#2AA198", + "Actions.Grey": "#93a1a1", + "Actions.GreyInline": "#93A1A1", + "Actions.GreyInline.Dark": "#586e75", + "Actions.Red": "#268BD2", + "Actions.Yellow": "#657B83", + "Checkbox.Background.Default": "#eee8d5", + "Checkbox.Background.Default.Dark": "#eee8d5", + "Checkbox.Background.Disabled": "#E3DCC9", + "Checkbox.Background.Disabled.Dark": "#E3DCC9", + "Checkbox.Border.Default": "#edead9", + "Checkbox.Border.Default.Dark": "#edead9", + "Checkbox.Border.Disabled": "#C9CCC3", + "Checkbox.Border.Disabled.Dark": "#C9CCC3", + "Checkbox.Focus.Thin.Default": "#d33682", + "Checkbox.Focus.Thin.Default.Dark": "#d33682", + "Checkbox.Focus.Wide": "#d33682", + "Checkbox.Focus.Wide.Dark": "#d33682", + "Checkbox.Foreground.Disabled": "#C9CCC3", + "Checkbox.Foreground.Disabled.Dark": "#C9CCC3", + "Checkbox.Background.Selected": "#d33682", + "Checkbox.Background.Selected.Dark": "#d33682", + "Checkbox.Border.Selected": "#d33682", + "Checkbox.Border.Selected.Dark": "#d33682", + "Checkbox.Foreground.Selected": "#586e75", + "Checkbox.Foreground.Selected.Dark": "#586e75", + "Checkbox.Focus.Thin.Selected": "#586e75", + "Checkbox.Focus.Thin.Selected.Dark": "#586e75", + "Objects.Grey": "#93A1A1", + "Objects.Blue": "#B58900", + "Objects.RedStatus": "#268BD2", + "Objects.Red": "#268BD2", + "Objects.Pink": "#859900", + "Objects.Yellow": "#657B83", + "Objects.Green": "#2AA198", + "Objects.Purple": "#859900", + "Objects.BlackText": "#586e75", + "Objects.YellowDark": "#D33682", + "Objects.GreenAndroid": "#2AA198" + + } + } +} \ No newline at end of file diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/nord.LICENSE.txt b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/nord.LICENSE.txt new file mode 100644 index 00000000..eeb5ee1f --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/nord.LICENSE.txt @@ -0,0 +1,22 @@ +MIT License (MIT) + +Copyright (C) 2016-present Arctic Ice Studio (https://www.arcticicestudio.com) +Copyright (C) 2016-present Sven Greb (https://www.svengreb.de) + +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. diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/nord.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/nord.theme.json new file mode 100644 index 00000000..a7716152 --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/nord.theme.json @@ -0,0 +1,470 @@ +{ + "name": "Nord", + "dark": true, + "author": "Arctic Ice Studio", + "editorScheme": "/themes/nord.xml", + "ui": { + "*": { + "acceleratorForeground": "#88c0d0", + "acceleratorSelectionForeground": "#88c0d0", + "background": "#2e3440", + "borderColor": "#3b4252", + "disabledBackground": "#2e3440", + "disabledBorderColor": "#3b4252", + "disabledForeground": "#616e88", + "disabledText": "#616e88", + "errorForeground": "#bf616a", + "focusColor": "#88c0d0", + "focusedBorderColor": "#88c0d0", + "foreground": "#d8dee9", + "inactiveBackground": "#3b4252", + "inactiveForeground": "#d8dee9", + "infoForeground": "#d8dee9", + "lightSelectionBackground": "#4c566a", + "lightSelectionForeground": "#eceff4", + "lightSelectionInactiveBackground": "#434c5e", + "lightSelectionInactiveForeground": "#d8dee9", + "lineSeparatorColor": "#4c566a", + "modifiedItemForeground": "#ebcb8b", + "selectionBackground": "#4c566a", + "selectionBackgroundInactive": "#434c5e", + "selectionForeground": "#eceff4", + "selectionInactiveBackground": "#434c5e", + "separatorColor": "#4c566a", + "separatorForeground": "#616e88" + }, + "ActionButton": { + "hoverBackground": "#4c566a", + "hoverBorderColor": "#4c566a", + "pressedBackground": "#434c5e", + "pressedBorderColor": "#434c5e" + }, + "Borders": { + "ContrastBorderColor": "#3b4252" + }, + "Button": { + "endBackground": "#4c566a", + "endBorderColor": "#4c566a", + "focusedBorderColor": "#4c566a", + "shadowColor": "#2e3440", + "startBackground": "#4c566a", + "startBorderColor": "#4c566a", + "default": { + "endBackground": "#88c0d0", + "endBorderColor": "#88c0d0", + "focusColor": "#d8dee9", + "focusedBorderColor": "#d8dee9", + "foreground": "#2e3440", + "shadowColor": "#2e3440", + "startBackground": "#88c0d0", + "startBorderColor": "#88c0d0" + } + }, + "ColorChooser": { + "swatchesDefaultRecentColor": "#88c0d0" + }, + "ComboBox": { + "nonEditableBackground": "#3b4252", + "selectionBackground": "#88c0d0", + "selectionForeground": "#2e3440", + "ArrowButton": { + "disabledIconColor": "#4c566a", + "iconColor": "#616e88", + "nonEditableBackground": "#3b4252" + } + }, + "ComboBoxButton": { + "background": "#3b4252" + }, + "ComboPopup": { + "border": "#3b4252" + }, + "CompletionPopup": { + "background": "#323846", + "matchForeground": "#88c0d0", + "matchSelectionForeground": "#88c0d0", + "nonFocusedState": "#2e3440", + "selectionBackground": "#4c566a", + "selectionInactiveBackground": "#3b4252", + "selectionInactiveInfoForeground": "#4c566a", + "selectionInfoForeground": "#eceff4" + }, + "Component": { + "errorFocusColor": "#bf616a", + "focusColor": "#88c0d0", + "focusedBorderColor": "#2e3440", + "focusWidth": 1, + "inactiveErrorFocusColor": "#bf616a", + "inactiveWarningFocusColor": "#ebcb8b", + "infoForeground": "#88c0d0", + "warningFocusColor": "#ebcb8b" + }, + "Counter": { + "background": "#88c0d0", + "foreground": "#2e3440" + }, + "DebuggerTabs": { + "selectedBackground": "#3b4252", + "underlinedTabBackground": "#3b4252" + }, + "DragAndDrop": { + "areaBackground": "#2e3440", + "areaBorderColor": "#4c566a", + "areaForeground": "#eceff4" + }, + "Editor": { + "shortcutForeground": "#88c0d0" + }, + "EditorPane": { + "caretForeground": "#eceff4" + }, + "EditorTabs": { + "borderColor": "#2e3440", + "hoverMaskColor": "#4c566a", + "inactiveColoredFileBackground": "#2e3440", + "inactiveMaskColor": "#3b4252", + "inactiveUnderlineColor": "#616e88", + "selectedBackground": "#4c566a", + "selectedForeground": "#d8dee9", + "underlineColor": "#88c0d0", + "underlinedTabBackground": "#4c566a" + }, + "FileColor": { + "Blue": "#88c0d01a", + "Green": "#a3be8c1a", + "Orange": "#d087701a", + "Rose": "#bf616a1a", + "Violet": "#b48ead1a", + "Yellow": "#ebcb8b1a" + }, + "Group": { + "disabledSeparatorColor": "#3b4252" + }, + "GutterTooltip": { + "infoForeground": "#88c0d0" + }, + "HelpTooltip": { + "background": "#3b4252", + "shortcutForeground": "#88c0d0" + }, + "Label": { + "foreground": "#eceff4", + "selectedForeground": "#3b4252" + }, + "Link": { + "activeForeground": "#88c0d0", + "hoverForeground": "#88c0d0", + "pressedForeground": "#88c0d0", + "secondaryForeground": "#81a1c1", + "visitedForeground": "#88c0d0" + }, + "List": { + "background": "#323846", + "selectionInactiveForeground": "#e5e9f0" + }, + "Menu": { + "background": "#323846", + "borderColor": "#3b4252", + "selectionForeground": "#d8dee9" + }, + "MenuItem": { + "selectionForeground": "#d8dee9" + }, + "Notification": { + "background": "#3b4252", + "errorBackground": "#bf616a", + "errorBorderColor": "#bf616a", + "errorForeground": "#d8dee9", + "MoreButton": { + "background": "#434c5e", + "foreground": "#e5e9f0", + "innerBorderColor": "#434c5e" + }, + "ToolWindow": { + "errorBackground": "#bf616a", + "errorBorderColor": "#bf616a", + "errorForeground": "#eceff4", + "informativeBackground": "#3b4252", + "informativeBorderColor": "#3b4252", + "informativeForeground": "#d8dee9", + "warningBackground": "#ebcb8b", + "warningBorderColor": "#ebcb8b", + "warningForeground": "#2e3440" + } + }, + "OptionPane": { + "messageForeground": "#88c0d0" + }, + "Plugins": { + "eapTagBackground": "#8fbcbb", + "tagBackground": "#4c566a", + "tagForeground": "#d8dee9", + "Button": { + "installBackground": "#88c0d0", + "installBorderColor": "#88c0d0", + "installFillBackground": "#88c0d0", + "installFillForeground": "#2e3440", + "installFocusedBackground": "#88c0d0", + "installForeground": "#2e3440", + "updateBackground": "#81a1c1", + "updateBorderColor": "#81a1c1", + "updateForeground": "#2e3440" + }, + "SearchField": { + "borderColor": "#3b4252" + }, + "SectionHeader": { + "background": "#3b4252" + }, + "Tab": { + "hoverBackground": "#3b4252", + "selectedBackground": "#3b4252", + "selectedForeground": "#d8dee9" + } + }, + "Popup": { + "inactiveBorderColor": "#323846", + "innerBorderColor": "#323846", + "Header": { + "activeBackground": "#434c5e" + } + }, + "ProgressBar": { + "background": "#88c0d0", + "failedColor": "#bf616a", + "failedEndColor": "#bf616a", + "indeterminateEndColor": "#88c0d0", + "indeterminateStartColor": "#88c0d0", + "passedColor": "#a3be8c", + "passedEndColor": "#a3be8c", + "progressColor": "#88c0d0", + "selectionBackground": "#3b4252", + "selectionForeground": "#d8dee9", + "trackColor": "#4c566a" + }, + "RadioButtonMenuItem": { + "selectionBackground": "#3b4252" + }, + "ScrollBar": { + "hoverThumbBorderColor": "#4c566a", + "hoverThumbColor": "#4c566a", + "hoverTrackColor": "#2e3440", + "thumb": "#434c5e", + "thumbBorderColor": "#434c5e", + "thumbColor": "#434c5e", + "thumbDarkShadow": "#2e3440", + "thumbHighlight": "#2e3440", + "thumbShadow": "#2e3440", + "track": "#2e3440", + "trackColor": "#2e3440", + "trackHighlight": "#4c566a", + "Mac": { + "hoverThumbBorderColor": "#4c566a", + "hoverThumbColor": "#4c566a", + "hoverTrackColor": "#2e3440", + "thumbBorderColor": "#434c5e", + "thumbColor": "#434c5e", + "trackColor": "#2e3440", + "Transparent": { + "hoverThumbColor": "#4c566a", + "hoverTrackColor": "#2e3440", + "thumbBorderColor": "#434c5e", + "thumbColor": "#434c5e", + "trackColor": "#2e3440" + } + }, + "Transparent": { + "hoverThumbBorderColor": "#4c566a", + "hoverThumbColor": "#4c566a", + "hoverTrackColor": "#2e3440", + "thumbBorderColor": "#434c5e", + "thumbColor": "#434c5e", + "trackColor": "#2e3440" + } + }, + "SearchEverywhere": { + "Advertiser": { + "background": "#3b4252", + "foreground": "#d8dee9" + }, + "SearchField": { + "borderColor": "#3b4252", + "infoForeground": "#81a1c1" + }, + "Tab": { + "selectedBackground": "#3b4252", + "selectedForeground": "#d8dee9" + } + }, + "SearchMatch": { + "endBackground": "#88c0d0", + "startBackground": "#88c0d0" + }, + "SidePanel": { + "background": "#323846" + }, + "SpeedSearch": { + "background": "#3b4252", + "borderColor": "#3b4252", + "foreground": "#88c0d0" + }, + "StatusBar": { + "hoverBackground": "#4c566a", + "borderColor": "#3b4252" + }, + "TabbedPane": { + "contentAreaColor": "#4c566a", + "disabledUnderlineColor": "#4c566a", + "focus": "#3b4252", + "focusColor": "#3b4252", + "hoverColor": "#3b4252", + "underlineColor": "#88c0d0" + }, + "Table": { + "background": "#323846", + "gridColor": "#2e3440", + "selectionInactiveForeground": "#e5e9f0", + "stripeColor": "#3b4252" + }, + "TableHeader": { + "background": "#434c5e", + "cellBorder": "#434c5e", + "foreground": "#88c0d0" + }, + "TextArea": { + "background": "#3b4252", + "caretForeground": "#eceff4", + "selectionForeground": "#d8dee9" + }, + "TextField": { + "background": "#3b4252", + "caretForeground": "#eceff4", + "darkShadow": "#3b4252" + }, + "ToggleButton": { + "background": "#3b4252", + "buttonColor": "#2e3440", + "offBackground": "#4c566a", + "offForeground": "#d8dee9", + "onBackground": "#88c0d0", + "onForeground": "#2e3440" + }, + "ToolTip": { + "background": "#3b4252", + "infoForeground": "#88c0d0", + "Actions": { + "background": "#3b4252", + "infoForeground": "#88c0d0" + } + }, + "ToolWindow": { + "Button": { + "hoverBackground": "#3b4252", + "selectedBackground": "#4c566a", + "selectedForeground": "#eceff4" + }, + "Header": { + "background": "#4c566a" + }, + "HeaderCloseButton": { + "background": "#4c566a" + }, + "HeaderTab": { + "hoverBackground": "#81a1c1", + "hoverInactiveBackground": "#4c566a", + "selectedBackground": "#81a1c1", + "selectedInactiveBackground": "#4c566a" + } + }, + "Tree": { + "background": "#323846", + "selectionBackground": "#88c0d0", + "selectionForeground": "#2e3440" + }, + "ValidationTooltip": { + "errorBackground": "#bf616a", + "errorBorderColor": "#bf616a", + "warningBackground": "#ebcb8b", + "warningBorderColor": "#ebcb8b" + }, + "VersionControl": { + "FileHistory": { + "Commit": { + "selectedBranchBackground": "#4c566a" + } + }, + "GitLog": { + "headIconColor": "#a3be8c", + "localBranchIconColor": "#5e81ac", + "otherIconColor": "#b48ead", + "remoteBranchIconColor": "#8fbcbb", + "tagIconColor": "#88c0d0" + }, + "HgLog": { + "bookmarkIconColor": "#d08770", + "branchIconColor": "#88c0d0", + "closedBranchIconColor": "#616e88", + "headIconColor": "#a3be8c", + "localTagIconColor": "#5e81ac", + "mqTagIconColor": "#8fbcbb", + "tagIconColor": "#88c0d0", + "tipIconColor": "#5e81ac" + }, + "Log": { + "Commit": { + "currentBranchBackground": "#2e3440", + "unmatchedForeground": "#d8dee9" + } + }, + "RefLabel": { + "backgroundBase": "#4c566a", + "foreground": "#81a1c1" + } + }, + "WelcomeScreen": { + "separatorColor": "#2e3440", + "captionBackground": "#2e3440", + "captionForeground": "#88c0d0", + "footerBackground": "#3b4252", + "footerForeground": "#eceff4", + "groupIconBorderColor": "#88c0d0", + "headerBackground": "#3b4252", + "headerForeground": "#d8dee9", + "Projects": { + "background": "#3b4252" + } + } + }, + "icons": { + "ColorPalette": { + "Actions.Blue": "#88c0d0", + "Actions.Green": "#a3be8c", + "Actions.Grey": "#7b88a1", + "Actions.GreyInline": "#7b88a1", + "Actions.GreyInline.Dark": "#616e88", + "Actions.Red": "#bf616a", + "Actions.Yellow": "#ebcb8b", + "Checkbox.Background.Default.Dark": "#4c566a", + "Checkbox.Background.Disabled.Dark": "#2e3440", + "Checkbox.Background.Selected.Dark": "#4c566a", + "Checkbox.Border.Default.Dark": "#4c566a", + "Checkbox.Border.Disabled.Dark": "#3b4252", + "Checkbox.Border.Selected.Dark": "#4c566a", + "Checkbox.Focus.Thin.Default.Dark": "#88c0d0", + "Checkbox.Focus.Thin.Selected.Dark": "#4c566a", + "Checkbox.Focus.Wide.Dark": "#88c0d0", + "Checkbox.Foreground.Disabled.Dark": "#4c566a", + "Checkbox.Foreground.Selected.Dark": "#88c0d0", + "Objects.BlackText": "#2e3440", + "Objects.Blue": "#88c0d0", + "Objects.Green": "#a3be8c", + "Objects.GreenAndroid": "#a3be8c", + "Objects.Grey": "#7b88a1", + "Objects.Purple": "#b48ead", + "Objects.Red": "#bf616a", + "Objects.RedStatus": "#bf616a", + "Objects.Yellow": "#ebcb8b", + "Objects.YellowDark": "#ebcb8b" + } + } +} diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.properties b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.properties index 2fb9edc3..62b86601 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.properties +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.properties @@ -12,7 +12,41 @@ Light.theme.json=IntelliJ Light Preview,https://github.com/OlyaB/IntelliJLightTh LightFlatTheme.theme.json=Light Flat,https://github.com/nerzhulart/LightFlatTheme MaterialTheme.theme.json=Material Design Dark,https://github.com/xinkunZ/NotReallyMDTheme Monocai.theme.json=Monocai,https://github.com/bmikaili/intellij-monocai-theme +nord.theme.json=Nord,https://github.com/arcticicestudio/nord-jetbrains one_dark.theme.json=One Dark,https://github.com/one-dark/jetbrains-one-dark-theme solarized_dark_theme.theme.json=Solarized Dark,https://github.com/snowe2010/solarized-jetbrains solarized_light_theme.theme.json=Solarized Light,https://github.com/snowe2010/solarized-jetbrains Spacegray.theme.json=Spacegray,https://github.com/mturlo/intellij-spacegray +vuesion_theme.theme.json=Vuesion,https://github.com/vuesion/intellij-theme + +# Material Theme UI Lite +material-theme-ui-lite/Arc\ Dark.theme.json=Material Theme UI Lite / Arc Dark,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Arc\ Dark\ Contrast.theme.json=Material Theme UI Lite / Arc Dark Contrast,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Atom\ One\ Dark.theme.json=Material Theme UI Lite / Atom One Dark,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Atom\ One\ Dark\ Contrast.theme.json=Material Theme UI Lite / Atom One Dark Contrast,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Atom\ One\ Light.theme.json=Material Theme UI Lite / Atom One Light,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Atom\ One\ Light\ Contrast.theme.json=Material Theme UI Lite / Atom One Light Contrast,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Dracula.theme.json=Material Theme UI Lite / Dracula,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Dracula\ Contrast.theme.json=Material Theme UI Lite / Dracula Contrast,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/GitHub.theme.json=Material Theme UI Lite / GitHub,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/GitHub\ Contrast.theme.json=Material Theme UI Lite / GitHub Contrast,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Light\ Owl.theme.json=Material Theme UI Lite / Light Owl,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Light\ Owl\ Contrast.theme.json=Material Theme UI Lite / Light Owl Contrast,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Material\ Darker.theme.json=Material Theme UI Lite / Material Darker,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Material\ Darker\ Contrast.theme.json=Material Theme UI Lite / Material Darker Contrast,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Material\ Deep\ Ocean.theme.json=Material Theme UI Lite / Material Deep Ocean,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Material\ Deep\ Ocean\ Contrast.theme.json=Material Theme UI Lite / Material Deep Ocean Contrast,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Material\ Lighter.theme.json=Material Theme UI Lite / Material Lighter,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Material\ Lighter\ Contrast.theme.json=Material Theme UI Lite / Material Lighter Contrast,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Material\ Oceanic.theme.json=Material Theme UI Lite / Material Oceanic,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Material\ Oceanic\ Contrast.theme.json=Material Theme UI Lite / Material Oceanic Contrast,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Material\ Palenight.theme.json=Material Theme UI Lite / Material Palenight,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Material\ Palenight\ Contrast.theme.json=Material Theme UI Lite / Material Palenight Contrast,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Monokai\ Pro.theme.json=Material Theme UI Lite / Monokai Pro,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Monokai\ Pro\ Contrast.theme.json=Material Theme UI Lite / Monokai Pro Contrast,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Night\ Owl.theme.json=Material Theme UI Lite / Night Owl,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Night\ Owl\ Contrast.theme.json=Material Theme UI Lite / Night Owl Contrast,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Solarized\ Dark.theme.json=Material Theme UI Lite / Solarized Dark,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Solarized\ Dark\ Contrast.theme.json=Material Theme UI Lite / Solarized Dark Contrast,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Solarized\ Light.theme.json=Material Theme UI Lite / Solarized Light,https://github.com/mallowigi/material-theme-ui-lite +material-theme-ui-lite/Solarized\ Light\ Contrast.theme.json=Material Theme UI Lite / Solarized Light Contrast,https://github.com/mallowigi/material-theme-ui-lite diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/vuesion_theme.LICENSE.txt b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/vuesion_theme.LICENSE.txt new file mode 100644 index 00000000..6dab716a --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/vuesion_theme.LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Johannes Werner + +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. diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/vuesion_theme.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/vuesion_theme.theme.json new file mode 100644 index 00000000..79a7b36e --- /dev/null +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/vuesion_theme.theme.json @@ -0,0 +1,431 @@ +{ + "name": "vuesion-theme", + "dark": true, + "author": "Johannes Werner ", + + "editorScheme": "/META-INF/vuesion_theme.xml", + + "ui": { + "*": { + "background": "#202831", + "foreground": "#c9cbcf", + + "infoForeground": "#6f7a86", + + "selectionBackground": "#303a45", + "selectionForeground": "#ececee", + "selectionInactiveBackground": "#303a45", + "selectionBackgroundInactive": "#303a45", + + "disabledBackground": "#70011f", + "inactiveBackground": "#70011f", + + "disabledForeground": "#303a45", + "disabledText": "#303a45", + "inactiveForeground": "#ececee", + + "acceleratorForeground": "#ececee", + "acceleratorSelectionForeground": "#ececee", + + "errorForeground": "#c82600", + + "borderColor": "#303a45", + "disabledBorderColor": "#303a45", + "focusColor": "#434e5b", + "focusedBorderColor": "#434e5b", + "hoverBorderColor": "#434e5b", + "pressedBorderColor": "#434e5b", + + "separatorColor": "#303a45", + "lineSeparatorColor": "#434e5b" + }, + + "ActionButton": { + "hoverBackground": "#202831", + "pressedBackground": "#202831", + "hoverBorderColor": "#303a45", + "pressedBorderColor": "#303a45" + }, + + "Button": { + "startBackground": "#202831", + "endBackground": "#202831", + "startBorderColor": "#303a45", + "endBorderColor": "#303a45", + + "default": { + "foreground": "#ececee", + "startBackground": "#f43b6c", + "endBackground": "#cd0940", + "startBorderColor": "#f43b6c", + "endBorderColor": "#cd0940", + "focusedBorderColor": "#ececee" + } + }, + + "Borders": { + "color": "#303a45", + "ContrastBorderColor": "#434e5b" + }, + + "ComboBox": { + "nonEditableBackground": "#202831", + "modifiedItemForeground": "#3d8beb", + + "ArrowButton": { + "iconColor": "#ececee", + "disabledIconColor": "#303a45", + "nonEditableBackground": "#202831" + } + }, + + "ComboPopup.border": "1,1,1,1,303a45", + + "CompletionPopup": { + "matchForeground": "#f43b6c", + "selectionBackground": "#202831", + "selectionInactiveBackground": "#202831" + }, + + "Component": { + "errorFocusColor": "#f43b6c", + "inactiveErrorFocusColor": "#c82600", + "warningFocusColor": "#f3c811", + "inactiveWarningFocusColor": "#864800", + "iconColor": "#c9cbcf", + "hoverIconColor": "#ececee" + }, + + "Counter": { + "background": "#202831", + "foreground": "#ececee" + }, + + "DebuggerPopup.borderColor": "#202831", + + "DebuggerTabs.selectedBackground": "#303a45", + "DebuggerTabs.underlineHeight": 1, + + "DefaultTabs": { + "underlineColor": "#3d8beb", + "inactiveUnderlineColor": "#8dc3f9", + "underlineHeight": 1, + "hoverBackground": "#303a45" + }, + + "DragAndDrop": { + "areaForeground": "#0c1014", + "areaBackground": "#303a45", + "areaBorderColor": "#303a45" + }, + + "Editor": { + "background": "#202831", + "foreground": "#ececee", + "shortcutForeground": "#6f7a86" + }, + + "EditorPane.inactiveBackground": "#202831", + + "EditorTabs": { + "underlineColor": "#3d8beb", + "underlineHeight": 1, + + "underlinedTabBackground": "#303a45", + "inactiveColoredFileBackground": "#202831" + }, + + "FileColor": { + "Yellow": "#202831", + "Green": "#202831", + "Blue": "#202831", + "Violet": "#202831", + "Orange": "#202831", + "Rose": "#202831" + }, + + "InplaceRefactoringPopup": { + "borderColor": "#303a45" + }, + + "Link": { + "activeForeground": "#3d8beb", + "hoverForeground": "#216fe0", + "pressedForeground": "#216fe0", + "visitedForeground": "#216fe0" + }, + + "MemoryIndicator": { + "usedBackground": "#202831", + "allocatedBackground": "#216fe0" + }, + + "NavBar.borderColor": "#303a45", + + "Notification": { + "background": "#202831", + + "errorForeground": "#ececee", + "errorBackground": "#70011f", + "errorBorderColor": "#70011f", + + "MoreButton.innerBorderColor": "#0c1014", + + "ToolWindow": { + "informativeForeground": "#ececee", + "informativeBackground": "#045a3f", + "informativeBorderColor": "#045a3f", + + "warningForeground": "#ececee", + "warningBackground": "#864800", + "warningBorderColor": "#864800", + + "errorForeground": "#ececee", + "errorBackground": "#70011f", + "errorBorderColor": "#70011f" + } + }, + + "ParameterInfo": { + "background": "#303a45", + "foreground": "#ececee", + "currentOverloadBackground": "#303a45", + "currentParameterForeground": "#f3c811", + "lineSeparatorColor": "#434e5b" + }, + + "Plugins": { + "Tab": { + "selectedForeground": "#ececee", + "selectedBackground": "#202831", + "hoverBackground": "#303a45" + }, + + "SearchField.borderColor": "#303a45", + "SectionHeader.background": "#303a45", + "tagBackground": "#303a45", + "tagForeground": "#ececee", + + "Button": { + "installForeground": "#f43b6c", + "installBorderColor": "#f43b6c", + "installFillForeground": "#ececee", + "installFillBackground": "#f43b6c", + "updateForeground": "#ececee", + "updateBackground": "#f43b6c" + }, + + "lightSelectionBackground": "#303a45" + }, + + "Popup": { + "paintBorder": true, + "inactiveBorderColor": "#303a45", + "Toolbar.borderColor": "#303a45", + "separatorForeground": "#ececee", + + "Header.activeBackground": "#216fe0", + "Header.inactiveBackground": "#063cbe", + + "Advertiser": { + "background": "#202831", + "borderColor": "#303a45", + "borderInsets": "3,8,5,0" + } + }, + + "PopupMenu": { + "borderWidth": 1, + "borderInsets": "4,1,4,1" + }, + + "ProgressBar": { + "trackColor": "#ececee", + "progressColor": "#303a45", + "indeterminateStartColor": "#3d8beb", + "indeterminateEndColor": "#216fe0", + "failedColor": "#c82600", + "failedEndColor": "#570000", + "passedColor": "#40bf77", + "passedEndColor": "#096e4c" + }, + + "ScrollBar": { + "Transparent": { + "thumbColor": "#303a45", + "thumbBorderColor": "#303a45", + "hoverThumbColor": "#434e5b", + "hoverThumbBorderColor": "#434e5b", + "hoverTrackColor": "#434e5b" + }, + "thumbColor": "#303a45", + "thumbBorderColor": "#303a45", + "hoverThumbColor": "#434e5b", + "hoverThumbBorderColor": "#434e5b", + "trackColor": "#434e5b", + "hoverTrackColor": "#434e5b", + + "Mac": { + "Transparent": { + "thumbColor": "#303a45", + "thumbBorderColor": "#303a45", + "hoverThumbColor": "#434e5b", + "hoverThumbBorderColor": "#434e5b", + "hoverTrackColor": "#434e5b" + }, + "thumbColor": "#303a45", + "thumbBorderColor": "#303a45", + "hoverThumbColor": "#434e5b", + "hoverThumbBorderColor": "#434e5b", + "trackColor": "#434e5b", + "hoverTrackColor": "#434e5b" + } + }, + + "SearchEverywhere": { + "Tab": { + "selectedForeground": "#ececee", + "selectedBackground": "#216fe0" + }, + "SearchField.borderColor": "#303a45", + "Advertiser": { + "background": "#202831", + "borderInsets": "3,8,5,0" + } + }, + + "SearchMatch": { + "startBackground": "#90e0a4", + "endBackground": "#90e0a4" + }, + + "SpeedSearch": { + "foreground": "#ececee", + "borderColor": "#303a45", + "background": "#202831" + }, + + "StatusBar.borderColor": "#303a45", + + "TabbedPane": { + "underlineColor": "#216fe0", + "tabSelectionHeight": 1, + "disabledUnderlineColor": "#d5aa00", + "contentAreaColor": "#ececee", + "hoverColor": "#303a45", + "focusColor": "#303a45" + }, + + "TableHeader": { + "cellBorder": "8,0,8,0" + }, + + "Table": { + "stripeColor": "#303a45", + "lightSelectionForeground": "#ececee", + "lightSelectionInactiveForeground": "#ececee", + "lightSelectionBackground": "#303a45", + "lightSelectionInactiveBackground": "#303a45" + }, + + "ToggleButton": { + "onForeground": "#ececee", + "onBackground": "#216fe0", + "offForeground": "#ececee", + "offBackground": "#0c1014", + "buttonColor": "#ececee", + "borderColor": "#303a45" + }, + + "ToolTip": { + "background": "#202831", + "Actions.background": "#202831" + }, + + "ToolWindow": { + "Header": { + "background": "#202831", + "inactiveBackground": "#202831" + }, + + "HeaderTab": { + "selectedBackground": "#303a45", + "selectedInactiveBackground": "#303a45", + "hoverBackground": "#303a45", + "hoverInactiveBackground": "#303a45", + "underlinedTabInactiveBackground": "#303a45", + "underlinedTabBackground": "#303a45", + + "underlineColor": "#3d8beb", + "inactiveUnderlineColor": "#8dc3f9", + "underlineHeight": 1 + }, + + "Button": { + "hoverBackground": "#303a45", + "selectedBackground": "#303a45", + "selectedForeground": "#ececee" + } + }, + + "Tree.modifiedItemForeground": "#216fe0", + + "ValidationTooltip": { + "errorBackground": "#cd0940", + "errorBorderColor": "#cd0940", + "warningBackground": "#a56a01", + "warningBorderColor": "#a56a01" + }, + + "VersionControl": { + "Log.Commit": { + "currentBranchBackground": "#303a45", + "unmatchedForeground": "#ececee" + }, + "RefLabel": { + "backgroundBase": "#303a45", + "backgroundBrightness": 0.7 + }, + "FileHistory.Commit.selectedBranchBackground": "#303a45" + }, + + "WelcomeScreen": { + "Projects.selectionInactiveBackground": "#216fe0", + "separatorColor": "#303a45" + }, + + "Window.border": "1,1,1,1,303a45" + }, + "icons": { + "ColorPalette": { + "Actions.Grey": "#ececee", + "Actions.Red": "#c82600", + "Actions.Yellow": "#f3c811", + "Actions.Green": "#40bf77", + "Actions.Blue": "#216fe0", + "Actions.GreyInline.Dark": "#ececee", + + "Objects.Grey": "#ececee", + "Objects.RedStatus": "#e84606", + "Objects.Red": "#e84606", + "Objects.Pink": "#ff92bb", + "Objects.Yellow": "#f3c811", + "Objects.Green": "#40bf77", + "Objects.Blue": "#216fe0", + "Objects.Purple": "#b30636", + "Objects.BlackText": "#0c1014", + "Objects.YellowDark": "#d5aa00", + "Objects.GreenAndroid": "#0d9660", + + "Checkbox.Background.Default.Dark": "#202831", + "Checkbox.Border.Default.Dark": "#303a45", + "Checkbox.Foreground.Selected.Dark": "#ececee", + "Checkbox.Focus.Wide.Dark": "#216fe0", + "Checkbox.Focus.Thin.Default.Dark": "#216fe0", + "Checkbox.Focus.Thin.Selected.Dark": "#216fe0", + "Checkbox.Background.Disabled.Dark": "#202831", + "Checkbox.Border.Disabled.Dark": "#303a45", + "Checkbox.Foreground.Disabled.Dark": "#a56a01" + } + } +} \ No newline at end of file