diff --git a/README.md b/README.md index 853fa00..a212325 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@

- big_wave
+ big_wave
Deep Oceanic Next Color Theme for IntelliJ

- - - - + + + +

diff --git a/gradle.properties b/gradle.properties index b7d3bd7..a36ae63 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = dev.spearkkk pluginName = deep-oceanic-next-theme pluginRepositoryUrl = https://github.com/spearkkk/deep-oceanic-next-intellij -pluginVersion = 1.0.4 +pluginVersion = 2.0.0 pluginSinceBuild = 233 pluginUntilBuild = 242.* platformType = IU diff --git a/src/main/resources/META-INF/pluginIcon.svg b/src/main/resources/META-INF/pluginIcon.svg index b21dde4..1edf25c 100644 --- a/src/main/resources/META-INF/pluginIcon.svg +++ b/src/main/resources/META-INF/pluginIcon.svg @@ -1,31 +1,15 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/src/main/resources/META-INF/pluginIcon_dark.svg b/src/main/resources/META-INF/pluginIcon_dark.svg index b21dde4..1edf25c 100644 --- a/src/main/resources/META-INF/pluginIcon_dark.svg +++ b/src/main/resources/META-INF/pluginIcon_dark.svg @@ -1,31 +1,15 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/src/main/resources/theme/deep-oceanic-next.theme.json b/src/main/resources/theme/deep-oceanic-next.theme.json index d926766..72bcf54 100644 --- a/src/main/resources/theme/deep-oceanic-next.theme.json +++ b/src/main/resources/theme/deep-oceanic-next.theme.json @@ -4,332 +4,699 @@ "author": "spearkkk", "editorScheme": "/theme/deep-oceanic-next.xml", "colors": { - "base00": "#003b46", - "base01": "#004f5e", - "base02": "#006374", - "base03": "#007a8a", + "base00": "#001c1f", + "base01": "#002931", + "base02": "#003640", + "base03": "#004852", "base04": "#0093a3", - "base05": "#dce3e8", - "base06": "#e6ebf0", - "base07": "#f0f5f5", - "base08": "#e6454b", - "base09": "#ff6a4b", - "base0A": "#ffcc66", - "base0B": "#85b57a", - "base0C": "#4da6a6", - "base0D": "#3a82e6", - "base0E": "#8c4de6", - "base0F": "#e673a3", - "base10": "#001114", - "base11": "#000a0d", - "base12": "#ff5a61", - "base13": "#ffdd80", - "base14": "#99d8a0", - "base15": "#66cccc", - "base16": "#4da6ff", - "base17": "#a366ff" + "base05": "#d4e1e8", + "base06": "#e0e9ef", + "base07": "#f2f7f9", + "base08": "#d3464d", + "base09": "#e37552", + "base0A": "#f3b863", + "base0B": "#63b784", + "base0C": "#4fb7ae", + "base0D": "#568ccf", + "base0E": "#8b66d6", + "base0F": "#d0658e" }, "ui": { "*": { - "background": "base00", - "disabledBackground": "base00", + "acceleratorSelectionForeground": "base0A", + "background": "base02", + "borderColor": "base00", + "disabledBackground": "base01", + "disabledForeground": "base04", + "disabledText": "base04", + "focusColor": "base04", + "focusedBorderColor": "base0A", + "foreground": "base07", "inactiveBackground": "base01", - "selectionBackground": "base10", - "selectionBackgroundInactive": "base01", - "selectionInactiveBackground": "base01", - "foreground": "base05", - "disabledForeground": "base06", "inactiveForeground": "base06", + "infoForeground": "base06", + "selectionBackground": "base03", + "selectionBackgroundInactive": "base03", "selectionForeground": "base0A", - "selectionInactiveForeground": "base06", - "acceleratorSelectionForeground": "base13", - "borderColor": "base10", - "focusedBorderColor": "base11", - "separatorColor": "base11", - "disabledText": "base01", - "focusColor": "base0A", - "infoForeground": "base07", - "textBackground": "base00" + "selectionInactiveBackground": "base03", + "selectionInactiveForeground": "base0A", + "separatorColor": "base02" }, - "ActionButton": { - "hoverBackground": "base01", - "hoverBorderColor": "base01", - "pressedBackground": "base10", - "pressedBorderColor": "base10" + "hoverBackground": "base00", + "hoverBorderColor": "base00", + "pressedBackground": "base00", + "pressedBorderColor": "base00" }, "Borders": { - "ContrastBorderColor": "base11", - "color": "base10" + "ContrastBorderColor": "base00", + "color": "base00" }, "Button": { - "arc": 5, - "background": "base00", - "foreground": "base05", - "disabledBorderColor": "base10", - "disabledText": "base01", - "endBackground": "base00", - "endBorderColor": "base10", - "focusedBorderColor": "base10", - "shadowColor": "base10", - "shadowWidth": 0, - "startBackground": "base00", - "startBorderColor": "base10", + "arc": 0, + "background": "base03", "default": { - "startBackground": "base00", - "endBackground": "base00", + "endBackground": "base03", + "endBorderColor": "base03", "foreground": "base0A", - "focusedBorderColor": "base0A", - "endBorderColor": "base10", - "startBorderColor": "base10" - } + "focusColor": "base0A", + "focusedBorderColor": "base03", + "shadowColor": "base03", + "startBackground": "base03", + "startBorderColor": "base03" + }, + "disabledBorderColor": "base03", + "disabledText": "base04", + "endBackground": "base03", + "endBorderColor": "base03", + "focusedBorderColor": "base03", + "foreground": "base07", + "shadowColor": "base03", + "shadowWidth": 0, + "startBackground": "base03", + "startBorderColor": "base03" }, "CheckBox": { - "background": "base00", - "foreground": "base05", - "disabledText": "base01", + "background": "base02", + "disabledText": "base04", + "foreground": "base07", "select": "base0A" }, + "CheckBoxMenuItem": { + "acceleratorForeground": "base06", + "acceleratorSelectionForeground": "base06", + "background": "base02", + "disabledBackground": "base02", + "disabledForeground": "base04", + "foreground": "base07", + "selectionBackground": "base03", + "selectionForeground": "base0A" + }, + "ColorChooser": { + "background": "base02", + "foreground": "base07", + "swatchesDefaultRecentColor": "base07" + }, + "ComboBoxButton": { + "background": "base00" + }, "ComboBox": { + "ArrowButton": { + "background": "base03", + "disabledIconColor": "base04", + "iconColor": "base07", + "nonEditableBackground": "base02" + }, "background": "base00", - "foreground": "base05", + "disabledBackground": "base01", + "disabledForeground": "base04", + "foreground": "base07", + "modifiedItemForeground": "base0A", "nonEditableBackground": "base00", - "disabledForeground": "base01", - "ArrowButton.background": "base00", - "ArrowButton.iconColor": "base05", - "ArrowButton.disabledIconColor": "base01", - "ArrowButton.nonEditableBackground": "base00" + "selectionBackground": "base02", + "selectionForeground": "base0A" + }, + "ComboPopup": { + "border": "base02" + }, + "CompletionPopup": { + "foreground": "base07", + "matchForeground": "base0A", + "selectionInactiveBackground": "base02", + "selectionBackground": "base02" }, "Component": { - "disabledBorderColor": "base01", - "borderColor": "base10", - "arc": 5, + "arc": 4, + "borderColor": "base00", + "disabledBorderColor": "base00", "focusColor": "base0A", "focusedBorderColor": "base0A", - "errorFocusColor": "base08", - "warningFocusColor": "base09", - "infoForeground": "base0A", - "inactiveErrorFocusColor": "base01", - "inactiveWarningFocusColor": "base01" + "hoverIconColor": "base0A", + "infoForeground": "base06", + "iconColor": "base07" }, "Counter": { - "background": "base00", - "foreground": "base05" + "background": "base0A", + "foreground": "base00" + }, + "Debugger": { + "Variables": { + "collectingDataForeground": "base06", + "changedValueForeground": "base0A", + "errorMessageForeground": "base08", + "evaluatingExpressionForeground": "base06", + "exceptionForeground": "base0D", + "modifyingValueForeground": "base0A", + "valueForeground": "base0A" + } + }, + "DebuggerTabs": { + "underlinedTabBackground": "base04" + }, + "DebuggerPopup": { + "borderColor": "base04" + }, + "DefaultTabs": { + "background": "base02", + "borderColor": "base02", + "hoverBackground": "base00", + "inactiveUnderlineColor": "base0A", + "underlineColor": "base0A", + "underlinedTabBackground": "base02", + "underlineHeight": 2 }, "DragAndDrop": { - "borderColor": "base10", - "areaBackground": "base00", - "areaForeground": "base05", - "rowBackground": "base0A" + "areaBackground": "base02", + "areaBorderColor": "base02", + "areaForeground": "base07" + }, + "Editor": { + "background": "base01", + "foreground": "base07", + "shortcutForeground": "base06" + }, + "EditorPane": { + "background": "base01", + "caretForeground": "base0A", + "foreground": "base07", + "inactiveBackground": "base02", + "inactiveForeground": "base04", + "selectionBackground": "base03", + "selectionForeground": "base0A" + }, + "EditorTabs": { + "borderColor": "base00", + "inactiveUnderlineColor": "base0A", + "underlineColor": "base0A", + "underlinedTabBackground": "base00", + "underlinedTabForeground": "base07" + }, + "FileColor": { + "Yellow": "00000000" }, "FormattedTextField": { "background": "base00", - "foreground": "base05", - "selectionBackground": "base10", + "caretForeground": "base0A", + "foreground": "base07", + "inactiveBackground": "base03", + "inactiveForeground": "base04", "selectionForeground": "base0A", - "inactiveBackground": "base01", - "inactiveForeground": "base10", - "caretForeground": "base0C" + "selectionBackground": "base03" }, "Group": { - "separatorColor": "base10", - "disabledSeparatorColor": "base01" + "disabledSeparatorColor": "base02", + "separatorColor": "base02" + }, + "GutterTooltip": { + "infoForeground": "base07", + "lineSeparatorColor": "base02" + }, + "HelpTooltip": { + "borderColor": "base02", + "infoForeground": "base06" + }, + "InformationHint": { + "borderColor": "base02" + }, + "InplaceRefactoringPopup": { + "borderColor": "base02" }, - "HelpTooltip.borderColor": "base10", "Label": { - "selectedForeground": "base0A", - "disabledForeground": "base01", - "disabledText": "base01", - "infoForeground": "base0A", - "successForeground": "base0B", - "errorForeground": "base08" + "background": "base02", + "disabledForeground": "base04", + "disabledText": "base04", + "foreground": "base06", + "infoForeground": "base06", + "selectedForeground": "base0A" }, "Link": { - "activeForeground": "base0C", - "visitedForeground": "base01", - "hoverForeground": "base01", - "secondaryForeground": "base01", - "pressedForeground": "base01" + "activeForeground": "base0A", + "hoverForeground": "base0A", + "pressedForeground": "base0A", + "secondaryForeground": "base06", + "visitedForeground": "base0A" }, - "Panel": { - "background": "base00", - "foreground": "base05", - "mouseShortcutBackground": "base00" + "List": { + "background": "base01", + "foreground": "base07", + "selectionBackground": "base00", + "selectionForeground": "base0A", + "selectionInactiveBackground": "base00", + "selectionInactiveForeground": "base0A" }, - "ToolWindow": { + "MemoryIndicator": { + "allocatedBackground": "base03", + "usedBackground": "base04" + }, + "Menu": { + "acceleratorForeground": "base06", + "acceleratorSelectionForeground": "base07", + "background": "base02", + "borderColor": "base00", + "disabledBackground": "base03", + "disabledForeground": "base04", + "foreground": "base07", + "separatorColor": "base02", + "selectionForeground": "base0A" + }, + "MenuBar": { + "borderColor": "base00", + "disabledBackground": "base02", + "disabledForeground": "base04", + "foreground": "base07", + "highlight": "base02", + "selectionBackground": "base03", + "selectionForeground": "base0A", + "shadow": "base01" + }, + "MenuItem": { + "acceleratorForeground": "base06", + "background": "base02", + "disabledBackground": "base02", + "disabledForeground": "base04", + "foreground": "base07", + "selectionBackground": "base03", + "selectionForeground": "base0A" + }, + "NavBar": { + "borderColor": "base00" + }, + "Notification": { "background": "base00", + "borderColor": "base01", + "errorBackground": "base01", + "errorBorderColor": "base01", + "foreground": "base07", + "MoreButton": { + "background": "base03", + "foreground": "base07", + "innerBorderColor": "base00" + }, + "ToolWindow": { + "errorBackground": "base00", + "errorBorderColor": "base00", + "informativeBackground": "base00", + "informativeBorderColor": "base00", + "warningBackground": "base00", + "warningBorderColor": "base00" + } + }, + "OptionPane": { + "background": "base02", + "foreground": "base07", + "messageForeground": "base07" + }, + "Panel": { + "background": "base02", + "foreground": "base06" + }, + "ParameterInfo": { + "background": "base03", + "borderColor": "base00", + "currentOverloadBackground": "base03", + "currentParameterForeground": "base0A", + "disabledForeground": "base04", + "foreground": "base07", + "infoForeground": "base06", + "lineSeparatorColor": "base00" + }, + "PasswordField": { + "background": "base03", + "capsLockIconColor": "base0A", + "caretForeground": "base0A", + "foreground": "base07", + "inactiveForeground": "base04", + "selectionBackground": "base04", + "selectionForeground": "base0A" + }, + "Plugins": { + "background": "base02", + "disabledForeground": "base06", + "eapTagBackground": "base04", + "lightSelectionBackground": "base00", + "hoverBackground": "base00", + "tagForeground": "base0A", + "tagBackground": "base04", "Button": { - "hoverBackground": "base10", - "selectedBackground": "base10", - "selectedForeground": "base0A" + "installBackground": "base01", + "installBorderColor": "base01", + "installForeground": "base07", + "installFocusedBackground": "base01", + "installFillForeground": "base06", + "installFillBackground": "base01", + "updateBackground": "base01", + "updateBorderColor": "base01", + "updateForeground": "base07" }, - "Header": { + "SearchField": { "background": "base00", - "borderColor": "base11", - "inactiveBackground": "base01" + "borderColor": "base00" }, - "HeaderTab": { - "selectedBackground": "base00", - "selectedInactiveBackground": "base00", - "hoverInactiveBackground": "base00", + "SectionHeader": { + "background": "base02", + "foreground": "base06" + }, + "Tab": { "hoverBackground": "base00", - "underlinedTabBackground": "base00", - "underlinedTabInactiveBackground": "base00" + "selectedForeground": "base07", + "selectedBackground": "base00" + } + }, + "Popup": { + "Advertiser": { + "background": "base02", + "borderColor": "base02", + "foreground": "base0A" }, - "HeaderCloseButton": { - "background": "base00" + "borderColor": "base01", + "inactiveBorderColor": "base02", + "innerBorderColor": "base02", + "Header": { + "activeBackground": "base02", + "inactiveBackground": "base01" + }, + "paintBorder": true, + "separatorForeground": "base07", + "separatorColor": "base02", + "Toolbar": { + "background": "base01", + "borderColor": "base00" } }, - "Tree": { - "background": "base00", - "foreground": "base05", - "hoverBackground": "base10", - "hoverInactiveBackground": "base03", - "selectionBackground": "base10", - "selectionForeground": "base0A", - "selectionInactiveBackground": "base03", - "hash": "base01", - "modifiedItemForeground": "base13", - "rowHeight": 25 + "PopupMenu": { + "background": "base02", + "foreground": "base07", + "translucentBackground": "base02", + "selectionBackground": "base03" }, - "DefaultTabs": { - "background": "base00", - "borderColor": "base10", - "hoverBackground": "base10", - "underlinedTabBackground": "base10", - "underlinedTabForeground": "base0A", - "inactiveUnderlineColor": "base01", - "underlineColor": "base01", - "underlineHeight": 2 + "PopupMenuSeparator": { + "height": 10, + "stripeIndent": 5 }, - "Editor": { - "background": "base00", - "foreground": "base05", - "shortcutForeground": "base0C" + "ProgressBar": { + "background": "base02", + "foreground": "base0A", + "indeterminateEndColor": "base0A", + "indeterminateStartColor": "base0A", + "progressColor": "base0A", + "selectionBackground": "base04", + "trackColor": "base04" }, - "EditorTabs": { - "hoverBackground": "base10", - "hoverInactiveBackground": "base01", - "hoverSelectedBackground": "base11", - "hoverSelectedInactiveBackground": "base01", - "underlinedTabBackground": "base10" + "RadioButton": { + "background": "base02", + "disabledText": "base04", + "foreground": "base07" }, - "ScrollBar": { - "background": "base00", - "hoverThumbBorderColor": "base10", - "hoverThumbColor": "base10", - "hoverTrackColor": "base10" + "RadioButtonMenuItem": { + "acceleratorForeground": "base06", + "acceleratorSelectionForeground": "base06", + "background": "base02", + "disabledBackground": "base02", + "disabledForeground": "base04", + "foreground": "base07", + "selectionBackground": "base03", + "selectionForeground": "base0A" }, - "windowBorder": "base11", - "Plugins": { - "lightSelectionBackground": "base10", - "disabledForeground": "base01", - "hoverBackground": "base10", - "borderColor": "base10", - "tagBackground": "base03", - "tagForeground": "base05", - "Button": { - "updateBorderColor": "base0A", - "updateForeground": "base0A", - "installBorderColor": "base0C", - "installForeground": "base0C", - "installFillForeground": "base0C", - "installFillBackground": "base00" + "SearchEverywhere": { + "Advertiser": { + "background": "base01", + "foreground": "base06" + }, + "Header": { + "background": "base02" + }, + "List": { + "separatorColor": "base02", + "separatorForeground": "base06" + }, + "SearchField": { + "background": "base02", + "borderColor": "base01", + "infoForeground": "base06" + }, + "Tab": { + "selectedForeground": "base0A", + "selectedBackground": "base04" } }, - "Table": { - "lightSelectionBackground": "base10", - "lightSelectionInactiveBackground": "base01" + "SearchMatch": { + "endBackground": "base0A", + "startBackground": "base0A" + }, + "Separator": { + "separatorColor": "base00" + }, + "SidePanel": { + "background": "base01" + }, + "Slider": { + "background": "base02", + "buttonBorderColor": "base0A", + "buttonColor": "base0A", + "foreground": "base07", + "tickColor": "base03", + "trackColor": "base03" + }, + "SpeedSearch": { + "background": "base04", + "borderColor": "base02", + "errorForeground": "base07", + "foreground": "base07" + }, + "Spinner": { + "background": "base02" + }, + "SplitPane": { + "background": "base02", + "highlight": "base01" + }, + "SplitPaneDivider": { + "draggingColor": "base03" + }, + "StatusBar": { + "borderColor": "base00", + "hoverBackground": "base00" }, "TabbedPane": { - "background": "base00" + "background": "base02", + "contentAreaColor": "base04", + "disabledForeground": "base04", + "disabledUnderlineColor": "base04", + "focus": "base03", + "focusColor": "base03", + "foreground": "base07", + "hoverColor": "base00", + "tabSelectionHeight": 2, + "underlineColor": "base0A" + }, + "Table": { + "background": "base01", + "dropLineColor": "base0A", + "dropLineShortColor": "base0A", + "focusCellBackground": "base01", + "focusCellForeground": "base0A", + "foreground": "base07", + "gridColor": "base01", + "lightSelectionForeground": "base0A", + "lightSelectionInactiveForeground": "base07", + "lightSelectionInactiveBackground": "base00", + "selectionBackground": "base00", + "selectionForeground": "base0A", + "selectionInactiveBackground": "base00", + "selectionInactiveForeground": "base07", + "sortIconColor": "base07", + "stripeColor": "base01" }, "TableHeader": { - "background": "base00" + "background": "base02", + "bottomSeparatorColor": "base00", + "cellBorder": "4,0,4,0", + "foreground": "base07", + "focusCellBackground": "base03", + "separatorColor": "base00" }, - "NavBar": { - "borderColor": "base10" + "textText": "base06", + "TextArea": { + "background": "base00", + "caretForeground": "base0A", + "foreground": "base07", + "inactiveForeground": "base04", + "selectionBackground": "base04", + "selectionForeground": "base0A" + }, + "TextField": { + "background": "base00", + "caretForeground": "base0A", + "foreground": "base07", + "inactiveForeground": "base04", + "selectionBackground": "base04", + "selectionForeground": "base0A" + }, + "TextPane": { + "background": "base00", + "caretForeground": "base0A", + "foreground": "base07", + "inactiveForeground": "base04", + "selectionBackground": "base04", + "selectionForeground": "base0A" + }, + "TitlePane": { + "background": "base01", + "Button.hoverBackground": "base04", + "inactiveBackground": "base02", + "infoForeground": "base06", + "inactiveInfoForeground": "base06" + }, + "TitledBorder": { + "titleColor": "base02" + }, + "ToggleButton": { + "borderColor": "base03", + "buttonColor": "base07", + "disabledText": "base04", + "foreground": "base06", + "offForeground": "base02", + "offBackground": "base02", + "onBackground": "base0A", + "onForeground": "base0A" + }, + "ToolBar": { + "background": "base01", + "borderHandleColor": "base06", + "floatingForeground": "base06", + "foreground": "base07" }, - "VersionControl.Log.Commit.currentBranchBackground": "base01", - "SegmentedButton": { - "focusedSelectedButtonColor": "base10", - "selectedEndBorderColor": "base10", - "selectedStartBorderColor": "base10", - "selectedButtonColor": "base01" + "ToolTip": { + "Actions": { + "background": "base02", + "infoForeground": "base06" + }, + "background": "base02", + "borderColor": "base04", + "foreground": "base07", + "infoForeground": "base06", + "shortcutForeground": "base06" + }, + "ToolWindow": { + "Button": { + "hoverBackground": "base00", + "selectedForeground": "base0A", + "selectedBackground": "base00" + }, + "Header": { + "background": "base02", + "borderColor": "base00", + "inactiveBackground": "base02" + }, + "HeaderCloseButton": { + "background": "base02" + }, + "HeaderTab": { + "hoverBackground": "base00", + "hoverInactiveBackground": "base00", + "inactiveUnderlineColor": "base0A", + "selectedInactiveBackground": "base02", + "underlineColor": "base0A", + "underlinedTabBackground": "base00", + "underlinedTabInactiveBackground": "base00" + } + }, + "Tree": { + "background": "base01", + "foreground": "base06", + "hash": "base02", + "modifiedItemForeground": "base0A", + "rowHeight": 22, + "selectionBackground": "base02", + "selectionForeground": "base0A", + "selectionInactiveBackground": "base02" + }, + "UiDesigner": { + "Panel": { + "background": "base02" + }, + "Preview": { + "background": "base02" + } + }, + "ValidationTooltip": { + "errorBackground": "base00", + "errorBorderColor": "base00", + "warningBackground": "base00", + "warningBorderColor": "base00" }, "VersionControl": { + "FileHistory": { + "Commit": { + "selectedBranchBackground": "base02" + } + }, + "GitLog": { + "localBranchIconColor": "base0A", + "otherIconColor": "base06", + "remoteBranchIconColor": "base07", + "tagIconColor": "base06" + }, "HgLog": { - "bookmarkIconColor": "base0E", - "branchIconColor": "base0B", - "closedBranchIconColor": "base09", - "headIconColor": "base08", - "localTagIconColor": "base0C", - "mqTagIconColor": "base0D", - "tagIconColor": "base04", - "tipIconColor": "base0A" + "branchIconColor": "base0A", + "bookmarkIconColor": "base0A", + "closedBranchIconColor": "base04", + "localTagIconColor": "base06", + "mqTagIconColor": "base06", + "tagIconColor": "base06", + "tipIconColor": "base06" }, "Log": { "Commit": { - "currentBranchBackground": "base01", - "Reference.foreground": "base05", - "unmatchedForeground": "base07" + "unmatchedForeground": "base06", + "currentBranchBackground": "base00" } }, - "FileHistory.Commit.selectedBranchBackground": "base01" + "RefLabel": { + "foreground": "base0A", + "backgroundBase": "base04" + } }, - "StatusBar": { - "borderColor": "base10" + "Viewport": { + "background": "base01", + "foreground": "base07" }, - "ValidationTooltip": { - "warningBorderColor": "base09", - "warningBackground": "base10", - "errorBorderColor": "base08", - "errorBackground": "base10" + "WelcomeScreen": { + "background": "base02", + "borderColor": "base00", + "captionBackground": "base01", + "captionForeground": "base07", + "footerBackground": "base01", + "footerForeground": "base07", + "headerBackground": "base02", + "headerForeground": "base07", + "Projects": { + "background": "base01", + "selectionBackground": "base02", + "selectionInactiveBackground": "base02" + }, + "separatorColor": "base00" }, - "Popup": { - "background": "base00", - "borderColor": "base0A", - "borderWidth": 10, - "innerBorderColor": "base0A", - "separatorForeground": "base0A", - "separatorColor": "base03", - "Selection.arc": 5, - "Header": { - "activeBackground": "base00", - "activeForeground": "base0A", - "inactiveBackground": "base01", - "inactiveForeground": "base10" - } - } + "window": "base02", + "Window": { + "border": "0,0,0,0,base00" + }, + "windowBorder": "base00", + "windowText": "base06" }, "icons": { "ColorPalette": { - "Actions.Grey": "#006374", - "Actions.Red": "#e6454b", - "Actions.Yellow": "#ffcc66", - "Actions.Green": "#85b57a", - "Actions.Blue": "#3a82e6", - "Actions.GreyInline.Dark": "#004f5e", - "Objects.Grey": "#006374", - "Objects.RedStatus": "#ff5a61", - "Objects.Red": "#e6454b", - "Objects.Pink": "#e673a3", - "Objects.Yellow": "#ffcc66", - "Objects.Green": "#85b57a", - "Objects.Blue": "#3a82e6", - "Objects.Purple": "#8c4de6", - "Objects.BlackText": "#001114", - "Objects.YellowDark": "#ff6a4b", - "Objects.GreenAndroid": "#4da6a6", - "Checkbox.Background.Default.Dark": "#003b46", - "Checkbox.Border.Default.Dark": "#001114", - "Checkbox.Foreground.Selected.Dark": "#ffcc66", - "Checkbox.Focus.Wide.Dark": "#001114", - "Checkbox.Focus.Thin.Default.Dark": "#004f5e", - "Checkbox.Focus.Thin.Selected.Dark": "#007a8a", - "Checkbox.Background.Disabled.Dark": "#004f5e", - "Checkbox.Border.Disabled.Dark": "#004f5e", - "Checkbox.Foreground.Disabled.Dark": "#007a8a" + "Checkbox.Background.Default.Dark": "#base03", + "Checkbox.Background.Disabled.Dark": "#base01", + "Checkbox.Background.Selected.Dark": "#base03", + "Checkbox.Border.Default.Dark": "#base03", + "Checkbox.Border.Disabled.Dark": "#base01", + "Checkbox.Border.Selected.Dark": "#base03", + "Checkbox.Focus.Thin.Default.Dark": "#base03", + "Checkbox.Focus.Thin.Selected.Dark": "#base01", + "Checkbox.Focus.Wide.Dark": "#base03", + "Checkbox.Foreground.Disabled.Dark": "#base06", + "Checkbox.Foreground.Selected.Dark": "#base07" } } } \ No newline at end of file diff --git a/src/main/resources/theme/deep-oceanic-next.xml b/src/main/resources/theme/deep-oceanic-next.xml index 7234d6d..20673cf 100644 --- a/src/main/resources/theme/deep-oceanic-next.xml +++ b/src/main/resources/theme/deep-oceanic-next.xml @@ -21,125 +21,125 @@ - - + + - - - - + + + + - - - - - - - + + + + + + + - - + + - - - + + + - - - - + + + + - - - + + + @@ -151,25 +151,25 @@ @@ -367,27 +367,27 @@ @@ -508,17 +508,17 @@ @@ -555,7 +555,7 @@ @@ -566,130 +566,130 @@ @@ -700,68 +700,68 @@ @@ -826,33 +826,33 @@ @@ -901,8 +901,8 @@ @@ -913,7 +913,7 @@ @@ -1334,12 +1334,12 @@ @@ -1361,32 +1361,32 @@ @@ -1396,13 +1396,13 @@ @@ -1517,7 +1517,7 @@ @@ -1557,32 +1557,32 @@ @@ -1792,12 +1792,12 @@ @@ -2073,33 +2073,33 @@ @@ -2108,45 +2108,45 @@ @@ -2256,24 +2256,24 @@ @@ -2670,54 +2670,54 @@ @@ -2819,75 +2819,75 @@ @@ -2952,53 +2952,53 @@ @@ -3010,44 +3010,44 @@ @@ -3212,13 +3212,13 @@ @@ -3258,7 +3258,7 @@ @@ -3334,37 +3334,37 @@