mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
IntelliJ Themes: updated themes to newest versions (used IJThemesUpdater)
This commit is contained in:
@@ -2,6 +2,23 @@
|
||||
"name": "Hiberbee Dark",
|
||||
"author": "Vlad Volkov",
|
||||
"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",
|
||||
"colors": {
|
||||
"black": "#000000",
|
||||
@@ -22,7 +39,7 @@
|
||||
"deepBlue": "#3199b3",
|
||||
"orangeMonokaiPro": "#fc9867",
|
||||
"greenMonokaiPro": "#a9dc76",
|
||||
"yellow": "#FFB900",
|
||||
"yellow": "#ffd64c",
|
||||
"purpleWinPalette": "#b4a0ff",
|
||||
"purpleMonokaiPro": "#ab9df2",
|
||||
"greenWinPalette": "#40c5af",
|
||||
@@ -49,7 +66,7 @@
|
||||
"transparentGreen": "#5B80217f",
|
||||
"transparentRed": "#F250227f",
|
||||
"transparentViolet": "#242221ff",
|
||||
"transparentYellow": "#FFB9007f"
|
||||
"transparentYellow": "#FFB9007a"
|
||||
},
|
||||
"ui": {
|
||||
"*": {
|
||||
@@ -78,7 +95,6 @@
|
||||
"color": "border"
|
||||
},
|
||||
"Button": {
|
||||
"arc": 5,
|
||||
"default": {
|
||||
"endBackground": "greyDot80",
|
||||
"endBorderColor": "greyDot70",
|
||||
@@ -125,7 +141,6 @@
|
||||
"selectionInactiveBackground": "greyDot85"
|
||||
},
|
||||
"Component": {
|
||||
"arc": "4",
|
||||
"iconColor": "yellow",
|
||||
"disabledBorderColor": "greyDot75",
|
||||
"infoForeground": "greyDot50",
|
||||
@@ -160,22 +175,25 @@
|
||||
},
|
||||
"EditorTabs": {
|
||||
"underlineHeight": 1,
|
||||
"borderColor": "editorDarkerBg",
|
||||
"hoverBackground": "editorBg",
|
||||
"hoverBackground": "greyDot95",
|
||||
"borderColor": "border",
|
||||
"background": "editorPaneBg",
|
||||
"inactiveColoredFileBackground": "editorPaneBg",
|
||||
"inactiveUnderlineColor": "editorPaneBg",
|
||||
"underlinedTabForeground": "textColor"
|
||||
"underlinedTabBackground": "editorPaneBg",
|
||||
"underlinedTabForeground": "yellow"
|
||||
},
|
||||
"EditorTabs.inactiveColoredFileBackground": true,
|
||||
"FileColor": {
|
||||
"Gray": "greyDot70",
|
||||
"Blue": "#23282d",
|
||||
"Green": "#232d28",
|
||||
"Orange": "#2d2823",
|
||||
"Rose": "#2d2323",
|
||||
"Violet": "#2D232D",
|
||||
"Yellow": "#2d2d23"
|
||||
"Yellow": "#3b3b19"
|
||||
},
|
||||
"FormattedTextField": {
|
||||
"caretForeground": "yellow",
|
||||
"foreground": "textColor",
|
||||
"selectionBackground": "greyDot95",
|
||||
"inactiveBackground": "greyDot80",
|
||||
@@ -186,14 +204,23 @@
|
||||
"infoForeground": "greyDot33",
|
||||
"lineSeparatorColor": "greyDot70"
|
||||
},
|
||||
"InformationHint.borderColor": "greyDot75",
|
||||
"InplaceRefactoringPopup.borderColor": "greyDot75",
|
||||
"InformationHint": {
|
||||
"borderColor": "border"
|
||||
},
|
||||
"InplaceRefactoringPopup.borderColor": "border",
|
||||
"Label": {
|
||||
"disabledForeground": "greyDot33",
|
||||
"disabledText": "greyDot33",
|
||||
"foreground": "greyDot20",
|
||||
"infoForeground": "greyDot50"
|
||||
},
|
||||
"Link": {
|
||||
"activeForeground": "blue",
|
||||
"hoverForeground": "yellow",
|
||||
"secondaryForeground": "lightBlue",
|
||||
"visitedForeground": "purpleMonokaiPro",
|
||||
"pressedForeground": "deepBlue"
|
||||
},
|
||||
"Link.hoverForeground": "yellow",
|
||||
"MemoryIndicator.allocatedBackground": "green",
|
||||
"MemoryIndicator.usedBackground": "red",
|
||||
@@ -209,16 +236,20 @@
|
||||
"Notification.ToolWindow.errorBackground": "greyDot95",
|
||||
"Notification.ToolWindow.errorBorderColor": "red",
|
||||
"Notification.ToolWindow.errorForeground": "#EE7762",
|
||||
"Notification.ToolWindow.informativeBackground": "greyDot95",
|
||||
"Notification.ToolWindow.informativeBorderColor": "#92D923",
|
||||
"Notification.ToolWindow.informativeForeground": "#92D923",
|
||||
"Notification.ToolWindow.informativeBackground": "editorPaneBg",
|
||||
"Notification.ToolWindow.informativeBorderColor": "border",
|
||||
"Notification.ToolWindow.informativeForeground": "textColor",
|
||||
"Notification.ToolWindow.warningBackground": "greyDot95",
|
||||
"Notification.ToolWindow.warningBorderColor": "yellow",
|
||||
"Notification.ToolWindow.warningForeground": "yellow",
|
||||
"Notification.background": "greyDot95",
|
||||
"Notification.background": "editorPaneBg",
|
||||
"Notification.borderColor": "border",
|
||||
"Notification.errorBackground": "greyDot95",
|
||||
"Notification.errorBorderColor": "red",
|
||||
"Notification.errorForeground": "#EE7762",
|
||||
"Notification.foreground": "textColor",
|
||||
"NotificationsToolwindow.newNotification.background": "editorPaneBg",
|
||||
"NotificationsToolwindow.newNotification.hoverBackground": "greyDot95",
|
||||
"OptionPane": {
|
||||
"background": "editorPaneBg",
|
||||
"foreground": "greyDot20"
|
||||
@@ -245,11 +276,11 @@
|
||||
"Plugins.Tab.hoverBackground": "editorBg",
|
||||
"Plugins.Tab.selectedBackground": "editorPaneBg",
|
||||
"Plugins.background": "editorPaneBg",
|
||||
"Plugins.lightSelectionBackground": "#242220",
|
||||
"Plugins.disabledForeground": "greyDot50",
|
||||
"Plugins.hoverBackground": "editorBg",
|
||||
"Plugins.lightSelectionBackground": "#242220",
|
||||
"Plugins.tagBackground": "editorBg",
|
||||
"Plugins.tagForeground": "greyDot33",
|
||||
"Plugins.hoverBackground": "editorBg",
|
||||
"Popup.Advertiser.background": "greyDot85",
|
||||
"Popup.Advertiser.foreground": "greyDot50",
|
||||
"Popup.Header.activeBackground": "greyDot75",
|
||||
|
||||
@@ -97,9 +97,10 @@
|
||||
},
|
||||
"EditorPane.inactiveBackground": "#2b303b",
|
||||
"EditorTabs": {
|
||||
"underlinedTabBackground": "#2b303b",
|
||||
"underlineHeight": "0",
|
||||
"borderColor": "#2b303b"
|
||||
"borderColor": "#2b303b",
|
||||
"underlinedTabBackground": "2b303b",
|
||||
"background": "#1c1f26",
|
||||
"underlineHeight": "2"
|
||||
},
|
||||
"Link": {
|
||||
"activeForeground": "#7FA1B3",
|
||||
|
||||
@@ -7,23 +7,23 @@
|
||||
"bg30": "#2f343f30",
|
||||
"fg": "#D3DAE3",
|
||||
"text": "#8b9eb5",
|
||||
"selBg": "#8888FF",
|
||||
"selBg20": "#8888FF20",
|
||||
"selBg": "#414181",
|
||||
"selBg20": "#41418120",
|
||||
"selFg": "#FFFFFF",
|
||||
"activeFg": "#FFFFFF",
|
||||
"border": "#404552",
|
||||
"excl": "#37373d",
|
||||
"second": "#393f4c45",
|
||||
"dis": "#D3DAE3",
|
||||
"accent": "#42A5F5",
|
||||
"accent2": "#42A5F52",
|
||||
"accent50": "#42A5F550",
|
||||
"accent70": "#42A5F570",
|
||||
"second": "#393f4c",
|
||||
"dis": "#a2a2a2",
|
||||
"accent": "#5294E2",
|
||||
"accent2": "#5294E22",
|
||||
"accent50": "#5294E250",
|
||||
"accent70": "#5294E270",
|
||||
"cs": "#262b33",
|
||||
"button": "#383C4A",
|
||||
"table": "#41416A",
|
||||
"tree": "#09477170",
|
||||
"hl": "#393f4c",
|
||||
"hl": "#444A58",
|
||||
"notif": "#262a33",
|
||||
"hc": "#262b33",
|
||||
"shadow": "undefined",
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -7,23 +7,23 @@
|
||||
"bg30": "#2f343f30",
|
||||
"fg": "#D3DAE3",
|
||||
"text": "#8b9eb5",
|
||||
"selBg": "#8888FF",
|
||||
"selBg20": "#8888FF20",
|
||||
"selBg": "#414181",
|
||||
"selBg20": "#41418120",
|
||||
"selFg": "#FFFFFF",
|
||||
"activeFg": "#FFFFFF",
|
||||
"border": "#404552",
|
||||
"excl": "#37373d",
|
||||
"second": "#393f4c45",
|
||||
"dis": "#D3DAE3",
|
||||
"accent": "#42A5F5",
|
||||
"accent2": "#42A5F52",
|
||||
"accent50": "#42A5F550",
|
||||
"accent70": "#42A5F570",
|
||||
"second": "#393f4c",
|
||||
"dis": "#a2a2a2",
|
||||
"accent": "#5294E2",
|
||||
"accent2": "#5294E22",
|
||||
"accent50": "#5294E250",
|
||||
"accent70": "#5294E270",
|
||||
"cs": "#262b33",
|
||||
"button": "#383C4A",
|
||||
"table": "#41416A",
|
||||
"tree": "#09477170",
|
||||
"hl": "#393f4c",
|
||||
"hl": "#444A58",
|
||||
"notif": "#262a33",
|
||||
"hc": "#2f343f",
|
||||
"shadow": "undefined",
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
"accent2": "#2979ff2",
|
||||
"accent50": "#2979ff50",
|
||||
"accent70": "#2979ff70",
|
||||
"cs": "#eaeae",
|
||||
"cs": "#eaeaeb",
|
||||
"button": "#DBDBDC",
|
||||
"table": "#DBDBDC",
|
||||
"tree": "#DBDBDC80",
|
||||
"hl": "#FFFFFF",
|
||||
"notif": "#F2F2F2",
|
||||
"hc": "#eaeae",
|
||||
"hc": "#eaeaeb",
|
||||
"shadow": "undefined",
|
||||
"white": "#986801",
|
||||
"blue": "#4078F2",
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"accent2": "#2979ff2",
|
||||
"accent50": "#2979ff50",
|
||||
"accent70": "#2979ff70",
|
||||
"cs": "#eaeae",
|
||||
"cs": "#eaeaeb",
|
||||
"button": "#DBDBDC",
|
||||
"table": "#DBDBDC",
|
||||
"tree": "#DBDBDC80",
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -23,17 +23,17 @@
|
||||
"button": "#393C4B",
|
||||
"table": "#44475A",
|
||||
"tree": "#44475A50",
|
||||
"hl": "#6272A4",
|
||||
"hl": "#44475a",
|
||||
"notif": "#1D2228",
|
||||
"hc": "#191A21",
|
||||
"shadow": "undefined",
|
||||
"white": "#F8F8F2",
|
||||
"blue": "#8aff80",
|
||||
"red": "#f780bf",
|
||||
"red": "#FF79C5",
|
||||
"yellow": "#8aff80",
|
||||
"green": "#feff80",
|
||||
"gray": "#6272A4",
|
||||
"purple": "#f780bf",
|
||||
"purple": "#FF79C5",
|
||||
"orange": "#9580ff"
|
||||
},
|
||||
"editorScheme": "colors/Dracula.xml",
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -23,17 +23,17 @@
|
||||
"button": "#393C4B",
|
||||
"table": "#44475A",
|
||||
"tree": "#44475A50",
|
||||
"hl": "#6272A4",
|
||||
"hl": "#44475a",
|
||||
"notif": "#1D2228",
|
||||
"hc": "#282A36",
|
||||
"shadow": "undefined",
|
||||
"white": "#F8F8F2",
|
||||
"blue": "#8aff80",
|
||||
"red": "#f780bf",
|
||||
"red": "#FF79C5",
|
||||
"yellow": "#8aff80",
|
||||
"green": "#feff80",
|
||||
"gray": "#6272A4",
|
||||
"purple": "#f780bf",
|
||||
"purple": "#FF79C5",
|
||||
"orange": "#9580ff"
|
||||
},
|
||||
"editorScheme": "colors/Dracula.xml",
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"bg30": "#F7F8FA30",
|
||||
"fg": "#5B6168",
|
||||
"text": "#292D31",
|
||||
"selBg": "#bbd2f5",
|
||||
"selBg20": "#bbd2f520",
|
||||
"selBg": "#c6e5ff",
|
||||
"selBg20": "#c6e5ff20",
|
||||
"selFg": "#111111",
|
||||
"activeFg": "#111111",
|
||||
"border": "#DFE1E4",
|
||||
@@ -22,7 +22,7 @@
|
||||
"cs": "#fafbfc",
|
||||
"button": "#edf1f5",
|
||||
"table": "#cce5ff",
|
||||
"tree": "#ebebeb",
|
||||
"tree": "#e1e4e87c",
|
||||
"hl": "#CCE5FF",
|
||||
"notif": "#DFECFE",
|
||||
"hc": "#fafbfc",
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"bg30": "#F7F8FA30",
|
||||
"fg": "#5B6168",
|
||||
"text": "#292D31",
|
||||
"selBg": "#bbd2f5",
|
||||
"selBg20": "#bbd2f520",
|
||||
"selBg": "#c6e5ff",
|
||||
"selBg20": "#c6e5ff20",
|
||||
"selFg": "#111111",
|
||||
"activeFg": "#111111",
|
||||
"border": "#DFE1E4",
|
||||
@@ -22,7 +22,7 @@
|
||||
"cs": "#fafbfc",
|
||||
"button": "#edf1f5",
|
||||
"table": "#cce5ff",
|
||||
"tree": "#ebebeb",
|
||||
"tree": "#e1e4e87c",
|
||||
"hl": "#CCE5FF",
|
||||
"notif": "#DFECFE",
|
||||
"hc": "#F7F8FA",
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"bg30": "#01162730",
|
||||
"fg": "#d6deeb",
|
||||
"text": "#5f7e97",
|
||||
"selBg": "#5f7e97",
|
||||
"selBg20": "#5f7e9720",
|
||||
"selBg": "#084d81",
|
||||
"selBg20": "#084d8120",
|
||||
"selFg": "#FFFFFF",
|
||||
"activeFg": "#FFFFFF",
|
||||
"border": "#122d42",
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"bg30": "#01162730",
|
||||
"fg": "#d6deeb",
|
||||
"text": "#5f7e97",
|
||||
"selBg": "#5f7e97",
|
||||
"selBg20": "#5f7e9720",
|
||||
"selBg": "#084d81",
|
||||
"selBg20": "#084d8120",
|
||||
"selFg": "#FFFFFF",
|
||||
"activeFg": "#FFFFFF",
|
||||
"border": "#122d42",
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
@@ -76,6 +76,11 @@
|
||||
"ActionToolbar": {
|
||||
"background": "hc"
|
||||
},
|
||||
"AppInspector.GraphNode": {
|
||||
"background": "second",
|
||||
"borderColor": "border",
|
||||
"focusedBorderColor": "accent"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "hl",
|
||||
"borderColor": "selBg",
|
||||
@@ -599,7 +604,7 @@
|
||||
"link.pressed.foreground": "accent",
|
||||
"link.visited.foreground": "accent",
|
||||
"List": {
|
||||
"background": "second",
|
||||
"background": "bg",
|
||||
"foreground": "fg",
|
||||
"hoverBackground": "hl",
|
||||
"hoverInactiveBackground": "table",
|
||||
@@ -884,6 +889,9 @@
|
||||
"selectionBackground": "hl",
|
||||
"trackColor": "hl"
|
||||
},
|
||||
"ProgressIcon": {
|
||||
"color": "accent"
|
||||
},
|
||||
"PsiViewer": {
|
||||
"referenceHighlightColor": "accent"
|
||||
},
|
||||
@@ -914,6 +922,13 @@
|
||||
"selectionBackground": "selBg",
|
||||
"selectionForeground": "selFg"
|
||||
},
|
||||
"RunWidget": {
|
||||
"Running": {
|
||||
"background": "accent",
|
||||
"leftHoverBackground": "accent70",
|
||||
"leftPressedBackground": "accent"
|
||||
}
|
||||
},
|
||||
"ScreenView.borderColor": "border",
|
||||
"scrollbar": "bg",
|
||||
"ScrollBar": {
|
||||
@@ -1008,6 +1023,8 @@
|
||||
"Repeated.File.Foreground": "fg"
|
||||
},
|
||||
"SegmentedButton": {
|
||||
"focusedSelectedButtonColor": "hl",
|
||||
"selectedButtonColor": "button",
|
||||
"selectedStartBorderColor": "border",
|
||||
"selectedEndBorderColor": "border"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user