IntelliJ Themes: updated themes to newest versions (used IJThemesUpdater)

This commit is contained in:
Karl Tauber
2022-09-11 18:03:11 +02:00
parent 596ff3382d
commit 9041a16b22
36 changed files with 6295 additions and 1255 deletions

View File

@@ -2,6 +2,23 @@
"name": "Hiberbee Dark", "name": "Hiberbee Dark",
"author": "Vlad Volkov", "author": "Vlad Volkov",
"dark": true, "dark": true,
"icons": {
"ColorPalette": {
"Actions.Blue": "#78dce8",
"Actions.Green": "#92d923",
"Actions.Grey": "#93918c",
"Actions.Red": "#fb3b45",
"Actions.Yellow": "#FFD866",
"Objects.Blue": "#78dce8",
"Objects.Green": "#92d923",
"Objects.Pink": "#ff6188",
"Objects.Purple": "#ab9df2",
"Objects.Red": "#fb3b45",
"Objects.RedStatus": "#fb3b45",
"Objects.Yellow": "#FFD866",
"Objects.YellowDark": "#FFB900"
}
},
"editorScheme": "/colors/Dark.xml", "editorScheme": "/colors/Dark.xml",
"colors": { "colors": {
"black": "#000000", "black": "#000000",
@@ -22,7 +39,7 @@
"deepBlue": "#3199b3", "deepBlue": "#3199b3",
"orangeMonokaiPro": "#fc9867", "orangeMonokaiPro": "#fc9867",
"greenMonokaiPro": "#a9dc76", "greenMonokaiPro": "#a9dc76",
"yellow": "#FFB900", "yellow": "#ffd64c",
"purpleWinPalette": "#b4a0ff", "purpleWinPalette": "#b4a0ff",
"purpleMonokaiPro": "#ab9df2", "purpleMonokaiPro": "#ab9df2",
"greenWinPalette": "#40c5af", "greenWinPalette": "#40c5af",
@@ -49,7 +66,7 @@
"transparentGreen": "#5B80217f", "transparentGreen": "#5B80217f",
"transparentRed": "#F250227f", "transparentRed": "#F250227f",
"transparentViolet": "#242221ff", "transparentViolet": "#242221ff",
"transparentYellow": "#FFB9007f" "transparentYellow": "#FFB9007a"
}, },
"ui": { "ui": {
"*": { "*": {
@@ -78,7 +95,6 @@
"color": "border" "color": "border"
}, },
"Button": { "Button": {
"arc": 5,
"default": { "default": {
"endBackground": "greyDot80", "endBackground": "greyDot80",
"endBorderColor": "greyDot70", "endBorderColor": "greyDot70",
@@ -125,7 +141,6 @@
"selectionInactiveBackground": "greyDot85" "selectionInactiveBackground": "greyDot85"
}, },
"Component": { "Component": {
"arc": "4",
"iconColor": "yellow", "iconColor": "yellow",
"disabledBorderColor": "greyDot75", "disabledBorderColor": "greyDot75",
"infoForeground": "greyDot50", "infoForeground": "greyDot50",
@@ -160,22 +175,25 @@
}, },
"EditorTabs": { "EditorTabs": {
"underlineHeight": 1, "underlineHeight": 1,
"borderColor": "editorDarkerBg", "hoverBackground": "greyDot95",
"hoverBackground": "editorBg", "borderColor": "border",
"background": "editorPaneBg", "background": "editorPaneBg",
"inactiveColoredFileBackground": "editorPaneBg",
"inactiveUnderlineColor": "editorPaneBg", "inactiveUnderlineColor": "editorPaneBg",
"underlinedTabForeground": "textColor" "underlinedTabBackground": "editorPaneBg",
"underlinedTabForeground": "yellow"
}, },
"EditorTabs.inactiveColoredFileBackground": true,
"FileColor": { "FileColor": {
"Gray": "greyDot70",
"Blue": "#23282d", "Blue": "#23282d",
"Green": "#232d28", "Green": "#232d28",
"Orange": "#2d2823", "Orange": "#2d2823",
"Rose": "#2d2323", "Rose": "#2d2323",
"Violet": "#2D232D", "Violet": "#2D232D",
"Yellow": "#2d2d23" "Yellow": "#3b3b19"
}, },
"FormattedTextField": { "FormattedTextField": {
"caretForeground": "yellow",
"foreground": "textColor", "foreground": "textColor",
"selectionBackground": "greyDot95", "selectionBackground": "greyDot95",
"inactiveBackground": "greyDot80", "inactiveBackground": "greyDot80",
@@ -186,14 +204,23 @@
"infoForeground": "greyDot33", "infoForeground": "greyDot33",
"lineSeparatorColor": "greyDot70" "lineSeparatorColor": "greyDot70"
}, },
"InformationHint.borderColor": "greyDot75", "InformationHint": {
"InplaceRefactoringPopup.borderColor": "greyDot75", "borderColor": "border"
},
"InplaceRefactoringPopup.borderColor": "border",
"Label": { "Label": {
"disabledForeground": "greyDot33", "disabledForeground": "greyDot33",
"disabledText": "greyDot33", "disabledText": "greyDot33",
"foreground": "greyDot20", "foreground": "greyDot20",
"infoForeground": "greyDot50" "infoForeground": "greyDot50"
}, },
"Link": {
"activeForeground": "blue",
"hoverForeground": "yellow",
"secondaryForeground": "lightBlue",
"visitedForeground": "purpleMonokaiPro",
"pressedForeground": "deepBlue"
},
"Link.hoverForeground": "yellow", "Link.hoverForeground": "yellow",
"MemoryIndicator.allocatedBackground": "green", "MemoryIndicator.allocatedBackground": "green",
"MemoryIndicator.usedBackground": "red", "MemoryIndicator.usedBackground": "red",
@@ -209,16 +236,20 @@
"Notification.ToolWindow.errorBackground": "greyDot95", "Notification.ToolWindow.errorBackground": "greyDot95",
"Notification.ToolWindow.errorBorderColor": "red", "Notification.ToolWindow.errorBorderColor": "red",
"Notification.ToolWindow.errorForeground": "#EE7762", "Notification.ToolWindow.errorForeground": "#EE7762",
"Notification.ToolWindow.informativeBackground": "greyDot95", "Notification.ToolWindow.informativeBackground": "editorPaneBg",
"Notification.ToolWindow.informativeBorderColor": "#92D923", "Notification.ToolWindow.informativeBorderColor": "border",
"Notification.ToolWindow.informativeForeground": "#92D923", "Notification.ToolWindow.informativeForeground": "textColor",
"Notification.ToolWindow.warningBackground": "greyDot95", "Notification.ToolWindow.warningBackground": "greyDot95",
"Notification.ToolWindow.warningBorderColor": "yellow", "Notification.ToolWindow.warningBorderColor": "yellow",
"Notification.ToolWindow.warningForeground": "yellow", "Notification.ToolWindow.warningForeground": "yellow",
"Notification.background": "greyDot95", "Notification.background": "editorPaneBg",
"Notification.borderColor": "border",
"Notification.errorBackground": "greyDot95", "Notification.errorBackground": "greyDot95",
"Notification.errorBorderColor": "red", "Notification.errorBorderColor": "red",
"Notification.errorForeground": "#EE7762", "Notification.errorForeground": "#EE7762",
"Notification.foreground": "textColor",
"NotificationsToolwindow.newNotification.background": "editorPaneBg",
"NotificationsToolwindow.newNotification.hoverBackground": "greyDot95",
"OptionPane": { "OptionPane": {
"background": "editorPaneBg", "background": "editorPaneBg",
"foreground": "greyDot20" "foreground": "greyDot20"
@@ -245,11 +276,11 @@
"Plugins.Tab.hoverBackground": "editorBg", "Plugins.Tab.hoverBackground": "editorBg",
"Plugins.Tab.selectedBackground": "editorPaneBg", "Plugins.Tab.selectedBackground": "editorPaneBg",
"Plugins.background": "editorPaneBg", "Plugins.background": "editorPaneBg",
"Plugins.lightSelectionBackground": "#242220",
"Plugins.disabledForeground": "greyDot50", "Plugins.disabledForeground": "greyDot50",
"Plugins.hoverBackground": "editorBg",
"Plugins.lightSelectionBackground": "#242220",
"Plugins.tagBackground": "editorBg", "Plugins.tagBackground": "editorBg",
"Plugins.tagForeground": "greyDot33", "Plugins.tagForeground": "greyDot33",
"Plugins.hoverBackground": "editorBg",
"Popup.Advertiser.background": "greyDot85", "Popup.Advertiser.background": "greyDot85",
"Popup.Advertiser.foreground": "greyDot50", "Popup.Advertiser.foreground": "greyDot50",
"Popup.Header.activeBackground": "greyDot75", "Popup.Header.activeBackground": "greyDot75",

View File

@@ -97,9 +97,10 @@
}, },
"EditorPane.inactiveBackground": "#2b303b", "EditorPane.inactiveBackground": "#2b303b",
"EditorTabs": { "EditorTabs": {
"underlinedTabBackground": "#2b303b", "borderColor": "#2b303b",
"underlineHeight": "0", "underlinedTabBackground": "2b303b",
"borderColor": "#2b303b" "background": "#1c1f26",
"underlineHeight": "2"
}, },
"Link": { "Link": {
"activeForeground": "#7FA1B3", "activeForeground": "#7FA1B3",

View File

@@ -7,23 +7,23 @@
"bg30": "#2f343f30", "bg30": "#2f343f30",
"fg": "#D3DAE3", "fg": "#D3DAE3",
"text": "#8b9eb5", "text": "#8b9eb5",
"selBg": "#8888FF", "selBg": "#414181",
"selBg20": "#8888FF20", "selBg20": "#41418120",
"selFg": "#FFFFFF", "selFg": "#FFFFFF",
"activeFg": "#FFFFFF", "activeFg": "#FFFFFF",
"border": "#404552", "border": "#404552",
"excl": "#37373d", "excl": "#37373d",
"second": "#393f4c45", "second": "#393f4c",
"dis": "#D3DAE3", "dis": "#a2a2a2",
"accent": "#42A5F5", "accent": "#5294E2",
"accent2": "#42A5F52", "accent2": "#5294E22",
"accent50": "#42A5F550", "accent50": "#5294E250",
"accent70": "#42A5F570", "accent70": "#5294E270",
"cs": "#262b33", "cs": "#262b33",
"button": "#383C4A", "button": "#383C4A",
"table": "#41416A", "table": "#41416A",
"tree": "#09477170", "tree": "#09477170",
"hl": "#393f4c", "hl": "#444A58",
"notif": "#262a33", "notif": "#262a33",
"hc": "#262b33", "hc": "#262b33",
"shadow": "undefined", "shadow": "undefined",
@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -7,23 +7,23 @@
"bg30": "#2f343f30", "bg30": "#2f343f30",
"fg": "#D3DAE3", "fg": "#D3DAE3",
"text": "#8b9eb5", "text": "#8b9eb5",
"selBg": "#8888FF", "selBg": "#414181",
"selBg20": "#8888FF20", "selBg20": "#41418120",
"selFg": "#FFFFFF", "selFg": "#FFFFFF",
"activeFg": "#FFFFFF", "activeFg": "#FFFFFF",
"border": "#404552", "border": "#404552",
"excl": "#37373d", "excl": "#37373d",
"second": "#393f4c45", "second": "#393f4c",
"dis": "#D3DAE3", "dis": "#a2a2a2",
"accent": "#42A5F5", "accent": "#5294E2",
"accent2": "#42A5F52", "accent2": "#5294E22",
"accent50": "#42A5F550", "accent50": "#5294E250",
"accent70": "#42A5F570", "accent70": "#5294E270",
"cs": "#262b33", "cs": "#262b33",
"button": "#383C4A", "button": "#383C4A",
"table": "#41416A", "table": "#41416A",
"tree": "#09477170", "tree": "#09477170",
"hl": "#393f4c", "hl": "#444A58",
"notif": "#262a33", "notif": "#262a33",
"hc": "#2f343f", "hc": "#2f343f",
"shadow": "undefined", "shadow": "undefined",
@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -19,13 +19,13 @@
"accent2": "#2979ff2", "accent2": "#2979ff2",
"accent50": "#2979ff50", "accent50": "#2979ff50",
"accent70": "#2979ff70", "accent70": "#2979ff70",
"cs": "#eaeae", "cs": "#eaeaeb",
"button": "#DBDBDC", "button": "#DBDBDC",
"table": "#DBDBDC", "table": "#DBDBDC",
"tree": "#DBDBDC80", "tree": "#DBDBDC80",
"hl": "#FFFFFF", "hl": "#FFFFFF",
"notif": "#F2F2F2", "notif": "#F2F2F2",
"hc": "#eaeae", "hc": "#eaeaeb",
"shadow": "undefined", "shadow": "undefined",
"white": "#986801", "white": "#986801",
"blue": "#4078F2", "blue": "#4078F2",
@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -19,7 +19,7 @@
"accent2": "#2979ff2", "accent2": "#2979ff2",
"accent50": "#2979ff50", "accent50": "#2979ff50",
"accent70": "#2979ff70", "accent70": "#2979ff70",
"cs": "#eaeae", "cs": "#eaeaeb",
"button": "#DBDBDC", "button": "#DBDBDC",
"table": "#DBDBDC", "table": "#DBDBDC",
"tree": "#DBDBDC80", "tree": "#DBDBDC80",
@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -23,17 +23,17 @@
"button": "#393C4B", "button": "#393C4B",
"table": "#44475A", "table": "#44475A",
"tree": "#44475A50", "tree": "#44475A50",
"hl": "#6272A4", "hl": "#44475a",
"notif": "#1D2228", "notif": "#1D2228",
"hc": "#191A21", "hc": "#191A21",
"shadow": "undefined", "shadow": "undefined",
"white": "#F8F8F2", "white": "#F8F8F2",
"blue": "#8aff80", "blue": "#8aff80",
"red": "#f780bf", "red": "#FF79C5",
"yellow": "#8aff80", "yellow": "#8aff80",
"green": "#feff80", "green": "#feff80",
"gray": "#6272A4", "gray": "#6272A4",
"purple": "#f780bf", "purple": "#FF79C5",
"orange": "#9580ff" "orange": "#9580ff"
}, },
"editorScheme": "colors/Dracula.xml", "editorScheme": "colors/Dracula.xml",
@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -23,17 +23,17 @@
"button": "#393C4B", "button": "#393C4B",
"table": "#44475A", "table": "#44475A",
"tree": "#44475A50", "tree": "#44475A50",
"hl": "#6272A4", "hl": "#44475a",
"notif": "#1D2228", "notif": "#1D2228",
"hc": "#282A36", "hc": "#282A36",
"shadow": "undefined", "shadow": "undefined",
"white": "#F8F8F2", "white": "#F8F8F2",
"blue": "#8aff80", "blue": "#8aff80",
"red": "#f780bf", "red": "#FF79C5",
"yellow": "#8aff80", "yellow": "#8aff80",
"green": "#feff80", "green": "#feff80",
"gray": "#6272A4", "gray": "#6272A4",
"purple": "#f780bf", "purple": "#FF79C5",
"orange": "#9580ff" "orange": "#9580ff"
}, },
"editorScheme": "colors/Dracula.xml", "editorScheme": "colors/Dracula.xml",
@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -7,8 +7,8 @@
"bg30": "#F7F8FA30", "bg30": "#F7F8FA30",
"fg": "#5B6168", "fg": "#5B6168",
"text": "#292D31", "text": "#292D31",
"selBg": "#bbd2f5", "selBg": "#c6e5ff",
"selBg20": "#bbd2f520", "selBg20": "#c6e5ff20",
"selFg": "#111111", "selFg": "#111111",
"activeFg": "#111111", "activeFg": "#111111",
"border": "#DFE1E4", "border": "#DFE1E4",
@@ -22,7 +22,7 @@
"cs": "#fafbfc", "cs": "#fafbfc",
"button": "#edf1f5", "button": "#edf1f5",
"table": "#cce5ff", "table": "#cce5ff",
"tree": "#ebebeb", "tree": "#e1e4e87c",
"hl": "#CCE5FF", "hl": "#CCE5FF",
"notif": "#DFECFE", "notif": "#DFECFE",
"hc": "#fafbfc", "hc": "#fafbfc",
@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -7,8 +7,8 @@
"bg30": "#F7F8FA30", "bg30": "#F7F8FA30",
"fg": "#5B6168", "fg": "#5B6168",
"text": "#292D31", "text": "#292D31",
"selBg": "#bbd2f5", "selBg": "#c6e5ff",
"selBg20": "#bbd2f520", "selBg20": "#c6e5ff20",
"selFg": "#111111", "selFg": "#111111",
"activeFg": "#111111", "activeFg": "#111111",
"border": "#DFE1E4", "border": "#DFE1E4",
@@ -22,7 +22,7 @@
"cs": "#fafbfc", "cs": "#fafbfc",
"button": "#edf1f5", "button": "#edf1f5",
"table": "#cce5ff", "table": "#cce5ff",
"tree": "#ebebeb", "tree": "#e1e4e87c",
"hl": "#CCE5FF", "hl": "#CCE5FF",
"notif": "#DFECFE", "notif": "#DFECFE",
"hc": "#F7F8FA", "hc": "#F7F8FA",
@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -7,8 +7,8 @@
"bg30": "#01162730", "bg30": "#01162730",
"fg": "#d6deeb", "fg": "#d6deeb",
"text": "#5f7e97", "text": "#5f7e97",
"selBg": "#5f7e97", "selBg": "#084d81",
"selBg20": "#5f7e9720", "selBg20": "#084d8120",
"selFg": "#FFFFFF", "selFg": "#FFFFFF",
"activeFg": "#FFFFFF", "activeFg": "#FFFFFF",
"border": "#122d42", "border": "#122d42",
@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -7,8 +7,8 @@
"bg30": "#01162730", "bg30": "#01162730",
"fg": "#d6deeb", "fg": "#d6deeb",
"text": "#5f7e97", "text": "#5f7e97",
"selBg": "#5f7e97", "selBg": "#084d81",
"selBg20": "#5f7e9720", "selBg20": "#084d8120",
"selFg": "#FFFFFF", "selFg": "#FFFFFF",
"activeFg": "#FFFFFF", "activeFg": "#FFFFFF",
"border": "#122d42", "border": "#122d42",
@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },

View File

@@ -76,6 +76,11 @@
"ActionToolbar": { "ActionToolbar": {
"background": "hc" "background": "hc"
}, },
"AppInspector.GraphNode": {
"background": "second",
"borderColor": "border",
"focusedBorderColor": "accent"
},
"AssignedMnemonic": { "AssignedMnemonic": {
"background": "hl", "background": "hl",
"borderColor": "selBg", "borderColor": "selBg",
@@ -599,7 +604,7 @@
"link.pressed.foreground": "accent", "link.pressed.foreground": "accent",
"link.visited.foreground": "accent", "link.visited.foreground": "accent",
"List": { "List": {
"background": "second", "background": "bg",
"foreground": "fg", "foreground": "fg",
"hoverBackground": "hl", "hoverBackground": "hl",
"hoverInactiveBackground": "table", "hoverInactiveBackground": "table",
@@ -884,6 +889,9 @@
"selectionBackground": "hl", "selectionBackground": "hl",
"trackColor": "hl" "trackColor": "hl"
}, },
"ProgressIcon": {
"color": "accent"
},
"PsiViewer": { "PsiViewer": {
"referenceHighlightColor": "accent" "referenceHighlightColor": "accent"
}, },
@@ -914,6 +922,13 @@
"selectionBackground": "selBg", "selectionBackground": "selBg",
"selectionForeground": "selFg" "selectionForeground": "selFg"
}, },
"RunWidget": {
"Running": {
"background": "accent",
"leftHoverBackground": "accent70",
"leftPressedBackground": "accent"
}
},
"ScreenView.borderColor": "border", "ScreenView.borderColor": "border",
"scrollbar": "bg", "scrollbar": "bg",
"ScrollBar": { "ScrollBar": {
@@ -1008,6 +1023,8 @@
"Repeated.File.Foreground": "fg" "Repeated.File.Foreground": "fg"
}, },
"SegmentedButton": { "SegmentedButton": {
"focusedSelectedButtonColor": "hl",
"selectedButtonColor": "button",
"selectedStartBorderColor": "border", "selectedStartBorderColor": "border",
"selectedEndBorderColor": "border" "selectedEndBorderColor": "border"
}, },