mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-27 03:46:17 -06:00
IntelliJ Themes: updated themes to newest versions (used IJThemesUpdater)
This commit is contained in:
@@ -150,6 +150,7 @@ ToggleButton.endBackground = $ToggleButton.background
|
||||
[Gruvbox_Dark_Soft]ToggleButton.selectedBackground = $ToggleButton.selectedBackground
|
||||
[Gruvbox_Dark_Soft]ToggleButton.toolbar.selectedBackground = $ToggleButton.toolbar.selectedBackground
|
||||
|
||||
[Hiberbee_Dark]TabbedPane.focusColor = #5A5A5A
|
||||
[Hiberbee_Dark]ToggleButton.selectedBackground = $ToggleButton.selectedBackground
|
||||
[Hiberbee_Dark]ToggleButton.selectedBackground = $ToggleButton.selectedBackground
|
||||
[Hiberbee_Dark]ToggleButton.toolbar.selectedBackground = $ToggleButton.toolbar.selectedBackground
|
||||
@@ -210,11 +211,17 @@ ToggleButton.endBackground = $ToggleButton.background
|
||||
[GitHub_Contrast]ProgressBar.selectionBackground = #222
|
||||
[GitHub_Contrast]ProgressBar.selectionForeground = #222
|
||||
|
||||
[Light_Owl]List.selectionInactiveForeground = lazy(List.foreground)
|
||||
[Light_Owl]ProgressBar.selectionBackground = #111
|
||||
[Light_Owl]ProgressBar.selectionForeground = #fff
|
||||
[Light_Owl]TabbedPane.selectedForeground = lazy(TabbedPane.foreground)
|
||||
[Light_Owl]Table.selectionForeground = lazy(Table.foreground)
|
||||
|
||||
[Light_Owl_Contrast]List.selectionInactiveForeground = lazy(List.foreground)
|
||||
[Light_Owl_Contrast]ProgressBar.selectionBackground = #111
|
||||
[Light_Owl_Contrast]ProgressBar.selectionForeground = #fff
|
||||
[Light_Owl_Contrast]TabbedPane.selectedForeground = lazy(TabbedPane.foreground)
|
||||
[Light_Owl_Contrast]Table.selectionForeground = lazy(Table.foreground)
|
||||
|
||||
[Material_Lighter]ProgressBar.selectionBackground = #222
|
||||
[Material_Lighter]ProgressBar.selectionForeground = #fff
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
"license": "MIT",
|
||||
"licenseFile": "Hiberbee.LICENSE.txt",
|
||||
"sourceCodeUrl": "https://github.com/Hiberbee/code-highlight-themes",
|
||||
"sourceCodePath": "blob/master/src/main/resources/HiberbeeDark.theme.json"
|
||||
"sourceCodePath": "blob/latest/src/main/resources/HiberbeeDark.theme.json"
|
||||
},
|
||||
"HighContrast.theme.json": {
|
||||
"name": "High contrast",
|
||||
@@ -184,7 +184,7 @@
|
||||
"license": "MIT",
|
||||
"licenseFile": "nord.LICENSE.txt",
|
||||
"sourceCodeUrl": "https://github.com/arcticicestudio/nord-jetbrains",
|
||||
"sourceCodePath": "blob/develop/src/nord.theme.json"
|
||||
"sourceCodePath": "blob/main/src/nord.theme.json"
|
||||
},
|
||||
"one_dark.theme.json": {
|
||||
"name": "One Dark",
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
"nonEditableBackground": "secondaryBackground"
|
||||
},
|
||||
"CompletionPopup": {
|
||||
"selectionBackground": "selectionBackground",
|
||||
"selectionBackground": "selectionInactiveBackground",
|
||||
"selectionInactiveBackground": "selectionInactiveBackground",
|
||||
"matchForeground": "accentColor"
|
||||
},
|
||||
@@ -256,10 +256,8 @@
|
||||
"selectionInactiveBackground": "selectionInactiveBackground"
|
||||
},
|
||||
"ValidationTooltip": {
|
||||
"errorBackground": "#ff5554",
|
||||
"errorBorderColor": "#ff5554",
|
||||
"warningBorderColor": "#ffb86c",
|
||||
"warningBackground": "#ffb86c"
|
||||
"errorBackground": "#4c273c",
|
||||
"warningBackground": "#4f4b41"
|
||||
},
|
||||
"VersionControl": {
|
||||
"FileHistory": {
|
||||
@@ -330,4 +328,4 @@
|
||||
"Checkbox.Focus.Thin.Default.Dark": "#bd93f9"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,309 +5,350 @@
|
||||
"editorScheme": "/colors/Dark.xml",
|
||||
"colors": {
|
||||
"black": "#000000",
|
||||
"consoleBackground": "#191919",
|
||||
"editorBackground": "#212121",
|
||||
"panelBackground": "#333333",
|
||||
"textColor": "#F9F6EF",
|
||||
"border": "#3c3c3c",
|
||||
"editorDarkerBg": "#2D2B29",
|
||||
"shortcutForeground": "#2d2b29",
|
||||
"editorBg": "#1B1A19",
|
||||
"consoleBackground": "#171615",
|
||||
"editorPaneBg": "#333231",
|
||||
"panelBackground": "#333231",
|
||||
"textColor": "#f9f6ef",
|
||||
"textColorTransparent": "#f9f6ef7f",
|
||||
"border": "#4d4c4b",
|
||||
"redMac": "#fb3b45",
|
||||
"redWin": "#ef6950",
|
||||
"redMonokaiPro": "#ff6188",
|
||||
"blueWinPalette": "#409AE1",
|
||||
"blue": "#78dce8",
|
||||
"deepBlue": "#3199b3",
|
||||
"orangeMonokaiPro": "#fc9867",
|
||||
"greenMonokaiPro": "#a9dc76",
|
||||
"yellowWinPalette": "#ffc83d",
|
||||
"yellowMac": "#faaa1f",
|
||||
"yellow": "#FFB900",
|
||||
"purpleWinPalette": "#b4a0ff",
|
||||
"purpleMonokaiPro": "#ab9df2",
|
||||
"greenWinPalette": "#40c5af",
|
||||
"greyWinPalette": "#b2b2b2",
|
||||
"panelText": "#a6a6a6",
|
||||
"desaturatedBlue": "#1e282d",
|
||||
"panelText": "#acacac",
|
||||
"desaturatedOrange": "#8049117f",
|
||||
"green": "#5B8021",
|
||||
"greyDot15": "#d8d8d8",
|
||||
"greyDot20": "#cccccc",
|
||||
"green": "#92d923",
|
||||
"greyDot15": "#f9f6ef",
|
||||
"greyDot20": "#c0c0c0",
|
||||
"greyDot25": "#bfbfbf",
|
||||
"greyDot33": "#aaaaaa",
|
||||
"greyDot50": "#7d7d7d",
|
||||
"greyDot60": "#666666",
|
||||
"greyDot65": "#5a5a5a",
|
||||
"greyDot70": "#4d4d4d",
|
||||
"greyDot75": "#434343",
|
||||
"greyDot80": "#323232",
|
||||
"greyDot85": "#252525",
|
||||
"greyDot90": "#1f2021",
|
||||
"greyDot70": "#4d4c4b",
|
||||
"greyDot75": "#434241",
|
||||
"greyDot80": "#333231",
|
||||
"greyDot85": "#2d2b29",
|
||||
"greyDot90": "#1f1e1d",
|
||||
"greyDot95": "#242220",
|
||||
"greyDot100": "#181615",
|
||||
"lightBlue": "#70D7FF",
|
||||
"navyDot85": "#191d21",
|
||||
"navyDot90": "#1f2021",
|
||||
"red": "#800040",
|
||||
"transparentGreen": "#5B80217f",
|
||||
"transparentRed": "#8000407f",
|
||||
"transparentViolet": "#9478F67f",
|
||||
"transparentYellow": "#8066357f",
|
||||
"yellow": "#806635"
|
||||
},
|
||||
"icons": {
|
||||
"ColorPalette": {
|
||||
"Actions.Blue": "#57D1EB",
|
||||
"Actions.Green": "#92D923",
|
||||
"Actions.Grey": "#afafaf",
|
||||
"Actions.GreyInline": "#7f7f7f",
|
||||
"Actions.GreyInline.Dark": "#646464",
|
||||
"Actions.Red": "#ff6188",
|
||||
"Actions.Yellow": "#FFC83C",
|
||||
"Objects.BlackText": "#7d7d7d",
|
||||
"Objects.Blue": "#57D1EB",
|
||||
"Objects.Green": "#92D923",
|
||||
"Objects.GreenAndroid": "#92D923",
|
||||
"Objects.Grey": "#7f7f7f",
|
||||
"Objects.Pink": "#ffa9ca",
|
||||
"Objects.Purple": "#9380FF",
|
||||
"Objects.Red": "#ed005c",
|
||||
"Objects.RedStatus": "#EC5F5D",
|
||||
"Objects.Yellow": "#FFC83C",
|
||||
"Objects.YellowDark": "#FD971F"
|
||||
}
|
||||
"transparentRed": "#F250227f",
|
||||
"transparentViolet": "#242221ff",
|
||||
"transparentYellow": "#FFB9007f"
|
||||
},
|
||||
"ui": {
|
||||
"*": {
|
||||
"arc": "3",
|
||||
"shadow": "greyDot75",
|
||||
"background": "greyDot80",
|
||||
"borderColor": "greyDot70",
|
||||
"caretForeground": "yellowMac",
|
||||
"color": "greyDot50",
|
||||
"foreground": "greyDot20",
|
||||
"hoverBackground": "greyDot70",
|
||||
"selectedBackground": "greyDot85",
|
||||
"selectedForeground": "greyDot15",
|
||||
"selectedInactiveBackground": "greyDot70",
|
||||
"selectionBackground": "navyDot85",
|
||||
"selectionForeground": "yellowMac",
|
||||
"separatorColor": "greyDot75",
|
||||
"arc": 5,
|
||||
"background": "panelBackground",
|
||||
"borderColor": "border",
|
||||
"caretForeground": "yellow",
|
||||
"color": "greyDot60",
|
||||
"foreground": "textColor",
|
||||
"hoverBackground": "greyDot85",
|
||||
"selectedBackground": "greyDot90",
|
||||
"selectedForeground": "textColor",
|
||||
"selectedInactiveBackground": "greyDot75",
|
||||
"selectionBackground": "greyDot95",
|
||||
"selectionForeground": "yellow",
|
||||
"separatorColor": "border",
|
||||
"underlineHeight": 1
|
||||
},
|
||||
"ActionButton": {
|
||||
"hoverBorderColor": "greyDot50",
|
||||
"pressedBackground": "greyDot65",
|
||||
"pressedBorderColor": "greyDot50"
|
||||
"pressedBackground": "greyDot95",
|
||||
"hoverBorderColor": "greyDot65",
|
||||
"pressedBorderColor": "greyDot60"
|
||||
},
|
||||
"Borders": {
|
||||
"ContrastBorderColor": "greyDot65",
|
||||
"ContrastBorderColor": "greyDot60",
|
||||
"color": "border"
|
||||
},
|
||||
"Button.default.endBackground": "greyDot80",
|
||||
"Button.default.endBorderColor": "greyDot65",
|
||||
"Button.default.focusColor": "greyDot80",
|
||||
"Button.default.focusedBorderColor": "greyDot15",
|
||||
"Button.default.foreground": "greyDot15",
|
||||
"Button.default.startBackground": "greyDot80",
|
||||
"Button.default.startBorderColor": "greyDot65",
|
||||
"Button.endBackground": "greyDot80",
|
||||
"Button.endBorderColor": "greyDot65",
|
||||
"Button.focusedBorderColor": "yellowMac",
|
||||
"Button.startBackground": "greyDot80",
|
||||
"Button.startBorderColor": "greyDot65",
|
||||
"CheckBox.disabledText": "greyDot33",
|
||||
"CheckBox.select": "greyDot50",
|
||||
"CheckBoxMenuItem.disabledBackground": "greyDot80",
|
||||
"ComboBox.ArrowButton.disabledIconColor": "greyDot50",
|
||||
"ComboBox.ArrowButton.iconColor": "yellowMac",
|
||||
"ComboBox.ArrowButton.nonEditableBackground": "greyDot70",
|
||||
"ComboBox.modifiedItemForeground": "yellowMac",
|
||||
"ComboBox.disabledForeground": "greyDot80",
|
||||
"ComboBox.nonEditableBackground": "greyDot75",
|
||||
"ComboPopup.border": "1,1,1,1,4d4d4d",
|
||||
"CompletionPopup": {
|
||||
"nonFocusedMask": "#34343434",
|
||||
"selectionBackground": "navyDot85",
|
||||
"Button": {
|
||||
"arc": 5,
|
||||
"default": {
|
||||
"endBackground": "greyDot80",
|
||||
"endBorderColor": "greyDot70",
|
||||
"focusColor": "greyDot60",
|
||||
"focusedBorderColor": "greyDot50",
|
||||
"foreground": "greyDot33",
|
||||
"startBackground": "greyDot80",
|
||||
"startBorderColor": "greyDot70"
|
||||
},
|
||||
"shadowWidth": 1,
|
||||
"endBackground": "greyDot80",
|
||||
"endBorderColor": "greyDot70",
|
||||
"focusedBorderColor": "greyDot50",
|
||||
"foreground": "greyDot20",
|
||||
"matchForeground": "yellowMac"
|
||||
"disabledBorderColor": "greyDot75",
|
||||
"startBackground": "greyDot80",
|
||||
"startBorderColor": "greyDot70"
|
||||
},
|
||||
"CheckBox.disabledText": "greyDot50",
|
||||
"CheckBox.foreground": "greyDot33",
|
||||
"CheckBox.select": "greyDot50",
|
||||
"CheckBoxMenuItem.background": "greyDot80",
|
||||
"CheckBoxMenuItem.disabledBackground": "greyDot80",
|
||||
"CheckBoxMenuItem.disabledForeground": "greyDot50",
|
||||
"CheckBoxMenuItem.foreground": "greyDot20",
|
||||
"ColorChooser.background": "greyDot80",
|
||||
"ComboBox": {
|
||||
"ArrowButton": {
|
||||
"disabledIconColor": "textColorTransparent",
|
||||
"iconColor": "yellow",
|
||||
"nonEditableBackground": "greyDot65"
|
||||
},
|
||||
"background": "greyDot80",
|
||||
"disabledForeground": "greyDot50",
|
||||
"foreground": "greyDot20",
|
||||
"modifiedItemForeground": "yellow",
|
||||
"nonEditableBackground": "greyDot75",
|
||||
"selectionBackground": "greyDot95"
|
||||
},
|
||||
"CompletionPopup": {
|
||||
"foreground": "greyDot20",
|
||||
"matchForeground": "yellow",
|
||||
"selectionBackground": "greyDot95",
|
||||
"selectionInactiveBackground": "greyDot85"
|
||||
},
|
||||
"Component": {
|
||||
"arc": "3",
|
||||
"disabledBorderColor": "greyDot70",
|
||||
"arc": "4",
|
||||
"iconColor": "yellow",
|
||||
"disabledBorderColor": "greyDot75",
|
||||
"infoForeground": "greyDot50",
|
||||
"errorFocusColor": "#F65F87",
|
||||
"focusColor": "greyDot50",
|
||||
"focusWidth": "0",
|
||||
"focusedBorderColor": "greyDot50",
|
||||
"hoverIconColor": "yellowMac",
|
||||
"errorFocusColor": "red",
|
||||
"focusColor": "greyDot60",
|
||||
"focusWidth": 0,
|
||||
"focusedBorderColor": "greyDot65",
|
||||
"inactiveErrorFocusColor": "transparentRed",
|
||||
"inactiveWarningFocusColor": "transparentYellow",
|
||||
"warningFocusColor": "yellow"
|
||||
},
|
||||
"Debugger.Variables.changedValueForeground": "yellowMac",
|
||||
"Debugger.Variables.changedValueForeground": "yellow",
|
||||
"Debugger.Variables.evaluatingExpressionForeground": "lightBlue",
|
||||
"DefaultTabs.underlineColor": "yellowMac",
|
||||
"DefaultTabs.borderColor": "border",
|
||||
"DefaultTabs.inactiveUnderlineColor": "border",
|
||||
"DefaultTabs.underlineColor": "yellow",
|
||||
"DefaultTabs.underlineHeight": 1,
|
||||
"DefaultTabs.underlinedTabBackground": "greyDot75",
|
||||
"DefaultTabs.underlinedTabForeground": "lightBlue",
|
||||
"DefaultTabs.underlinedTabForeground": "yellow",
|
||||
"DragAndDrop.areaBackground": "greyDot75",
|
||||
"DragAndDrop.areaForeground": "greyDot25",
|
||||
"Editor.background": "greyDot90",
|
||||
"EditorPane.inactiveBackground": "greyDot85",
|
||||
"EditorPane.inactiveForeground": "greyDot50",
|
||||
"EditorTabs.underlineHeight": 1,
|
||||
"FileColor.Blue": "#23282d",
|
||||
"FileColor.Green": "#232d28",
|
||||
"FileColor.Orange": "#2d2823",
|
||||
"FileColor.Rose": "#2d2323",
|
||||
"FileColor.Violet": "#2D232D",
|
||||
"FileColor.Yellow": "#2d2d23",
|
||||
"FormattedTextField.inactiveBackground": "greyDot80",
|
||||
"FormattedTextField.background": "greyDot75",
|
||||
"GutterTooltip.infoForeground": "greyDot50",
|
||||
"Editor": {
|
||||
"background": "editorPaneBg",
|
||||
"foreground": "textColor",
|
||||
"shortcutForeground": "greyDot20"
|
||||
},
|
||||
"EditorPane": {
|
||||
"background": "editorPaneBg",
|
||||
"inactiveBackground": "editorDarkerBg",
|
||||
"inactiveForeground": "greyDot50",
|
||||
"selectionBackground": "editorBg",
|
||||
"selectionForeground": "textColor"
|
||||
},
|
||||
"EditorTabs": {
|
||||
"underlineHeight": 1,
|
||||
"borderColor": "editorDarkerBg",
|
||||
"hoverBackground": "editorBg",
|
||||
"background": "editorPaneBg",
|
||||
"inactiveUnderlineColor": "editorPaneBg",
|
||||
"underlinedTabForeground": "textColor"
|
||||
},
|
||||
"EditorTabs.inactiveColoredFileBackground": true,
|
||||
"FileColor": {
|
||||
"Blue": "#23282d",
|
||||
"Green": "#232d28",
|
||||
"Orange": "#2d2823",
|
||||
"Rose": "#2d2323",
|
||||
"Violet": "#2D232D",
|
||||
"Yellow": "#2d2d23"
|
||||
},
|
||||
"FormattedTextField": {
|
||||
"foreground": "textColor",
|
||||
"selectionBackground": "greyDot95",
|
||||
"inactiveBackground": "greyDot80",
|
||||
"inactiveForeground": "greyDot33",
|
||||
"background": "greyDot75"
|
||||
},
|
||||
"GutterTooltip": {
|
||||
"infoForeground": "greyDot33",
|
||||
"lineSeparatorColor": "greyDot70"
|
||||
},
|
||||
"InformationHint.borderColor": "greyDot75",
|
||||
"InplaceRefactoringPopup.borderColor": "greyDot75",
|
||||
"Label": {
|
||||
"foreground": "greyDot25",
|
||||
"disabledForeground": "greyDot33",
|
||||
"disabledText": "greyDot33",
|
||||
"foreground": "greyDot20",
|
||||
"infoForeground": "greyDot50"
|
||||
},
|
||||
"Link.activeForeground": "lightBlue",
|
||||
"Link.hoverForeground": "yellowMac",
|
||||
"Link.pressedForeground": "lightBlue",
|
||||
"Link.visitedForeground": "greyDot25",
|
||||
"Link.hoverForeground": "yellow",
|
||||
"MemoryIndicator.allocatedBackground": "green",
|
||||
"MemoryIndicator.usedBackground": "red",
|
||||
"Menu": {
|
||||
"background": "greyDot80",
|
||||
"disabledForeground": "greyDot70",
|
||||
"separatorColor": "greyDot75",
|
||||
"foreground": "textColor",
|
||||
"borderColor": "greyDot70",
|
||||
"acceleratorForeground": "greyDot25"
|
||||
"acceleratorForeground": "greyDot33"
|
||||
},
|
||||
"Notification.MoreButton.innerBorderColor": "greyDot65",
|
||||
"Notification.ToolWindow.errorBackground": "greyDot85",
|
||||
"Notification.ToolWindow.errorBorderColor": "#ed005c",
|
||||
"Notification.ToolWindow.errorForeground": "#F65F87",
|
||||
"Notification.ToolWindow.informativeBackground": "greyDot85",
|
||||
"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.warningBackground": "greyDot85",
|
||||
"Notification.ToolWindow.warningBorderColor": "yellowMac",
|
||||
"Notification.ToolWindow.warningForeground": "yellowMac",
|
||||
"Notification.background": "greyDot85",
|
||||
"Notification.errorBackground": "greyDot85",
|
||||
"Notification.errorBorderColor": "#ed005c",
|
||||
"Notification.errorForeground": "#F65F87",
|
||||
"Notification.ToolWindow.warningBackground": "greyDot95",
|
||||
"Notification.ToolWindow.warningBorderColor": "yellow",
|
||||
"Notification.ToolWindow.warningForeground": "yellow",
|
||||
"Notification.background": "greyDot95",
|
||||
"Notification.errorBackground": "greyDot95",
|
||||
"Notification.errorBorderColor": "red",
|
||||
"Notification.errorForeground": "#EE7762",
|
||||
"OptionPane": {
|
||||
"background": "greyDot80",
|
||||
"background": "editorPaneBg",
|
||||
"foreground": "greyDot20"
|
||||
},
|
||||
"Panel": {
|
||||
"background": "greyDot80",
|
||||
"foreground": "greyDot20"
|
||||
"background": "editorPaneBg",
|
||||
"foreground": "textColor"
|
||||
},
|
||||
"Panel.foreground": "greyDot20",
|
||||
"ParameterInfo.background": "greyDot85",
|
||||
"ParameterInfo.foreground": "greyDot25",
|
||||
"ParameterInfo.borderColor": "greyDot75",
|
||||
"ParameterInfo.currentOverloadBackground": "greyDot65",
|
||||
"ParameterInfo.currentParameterForeground": "yellowMac",
|
||||
"ParameterInfo.currentParameterForeground": "yellow",
|
||||
"ParameterInfo.foreground": "greyDot25",
|
||||
"ParameterInfo.infoForeground": "greyDot33",
|
||||
"ParameterInfo.lineSeparatorColor": "greyDot75",
|
||||
"PasswordField.background": "greyDot75",
|
||||
"Plugins.Button.installBackground": "greyDot80",
|
||||
"Plugins.Button.installBorderColor": "greyDot65",
|
||||
"Plugins.Button.installBorderColor": "greyDot60",
|
||||
"Plugins.Button.installFillBackground": "greyDot80",
|
||||
"Plugins.Button.installFillForeground": "greyDot25",
|
||||
"Plugins.Button.installForeground": "yellowMac",
|
||||
"Plugins.Button.installForeground": "yellow",
|
||||
"Plugins.SearchField.background": "greyDot75",
|
||||
"Plugins.SectionHeader.background": "greyDot75",
|
||||
"Plugins.Tab.hoverBackground": "navyDot85",
|
||||
"Plugins.Tab.selectedBackground": "greyDot85",
|
||||
"Plugins.background": "greyDot80",
|
||||
"Plugins.Tab.hoverBackground": "editorBg",
|
||||
"Plugins.Tab.selectedBackground": "editorPaneBg",
|
||||
"Plugins.background": "editorPaneBg",
|
||||
"Plugins.lightSelectionBackground": "#242220",
|
||||
"Plugins.disabledForeground": "greyDot50",
|
||||
"Plugins.lightSelectionBackground": "navyDot85",
|
||||
"Plugins.tagBackground": "greyDot85",
|
||||
"Plugins.tagBackground": "editorBg",
|
||||
"Plugins.tagForeground": "greyDot33",
|
||||
"Plugins.hoverBackground": "editorBg",
|
||||
"Popup.Advertiser.background": "greyDot85",
|
||||
"Popup.Advertiser.foreground": "greyDot50",
|
||||
"Popup.Header.activeBackground": "greyDot75",
|
||||
"Popup.Header.inactiveBackground": "greyDot85",
|
||||
"Popup.paintBorder": true,
|
||||
"Popup.paintBorder": false,
|
||||
"PopupMenu.background": "greyDot80",
|
||||
"PopupMenuSeparator.stripeWidth": 1,
|
||||
"ProgressBar.failedColor": "#ed005c",
|
||||
"ProgressBar.failedColor": "red",
|
||||
"ProgressBar.failedEndColor": "greyDot75",
|
||||
"ProgressBar.indeterminateStartColor": "yellowMac",
|
||||
"ProgressBar.indeterminateEndColor": "#FD971F",
|
||||
"ProgressBar.passedColor": "#92D923",
|
||||
"ProgressBar.indeterminateStartColor": "yellow",
|
||||
"ProgressBar.passedColor": "green",
|
||||
"ProgressBar.passedEndColor": "greyDot75",
|
||||
"ProgressBar.progressColor": "yellowMac",
|
||||
"ProgressBar.progressColor": "yellow",
|
||||
"ProgressBar.trackColor": "greyDot75",
|
||||
"RadioButton.background": "greyDot80",
|
||||
"RadioButton.disabledText": "greyDot70",
|
||||
"RadioButtonMenuItem.disabledBackground": "greyDot80",
|
||||
"ScrollPane.background": "greyDot80",
|
||||
"SearchEverywhere.Advertiser.foreground": "greyDot50",
|
||||
"SearchEverywhere.List.separatorForeground": "greyDot50",
|
||||
"SearchEverywhere.SearchField.infoForeground": "greyDot33",
|
||||
"SearchEverywhere.SearchField.background": "greyDot75",
|
||||
"SearchEverywhere.Header.background": "greyDot80",
|
||||
"SearchEverywhere.Tab.selectedBackground": "greyDot85",
|
||||
"SearchEverywhere.Tab.selectedForeground": "lightBlue",
|
||||
"SearchMatch.endBackground": "yellowMac",
|
||||
"SearchMatch.startBackground": "yellowMac",
|
||||
"SearchEverywhere.List.separatorForeground": "greyDot50",
|
||||
"SearchEverywhere.SearchField.background": "greyDot75",
|
||||
"SearchEverywhere.SearchField.infoForeground": "greyDot33",
|
||||
"SearchEverywhere.Tab.selectedBackground": "greyDot95",
|
||||
"SearchEverywhere.Tab.selectedForeground": "yellow",
|
||||
"SearchMatch.endBackground": "yellow",
|
||||
"SearchMatch.startBackground": "yellow",
|
||||
"SidePanel.background": "greyDot85",
|
||||
"SpeedSearch.errorForeground": "#F65F87",
|
||||
"SpeedSearch.foreground": "yellowMac",
|
||||
"SplitPane.highlight": "yellowMac",
|
||||
"PopupMenu.translucentBackground": "greyDot50",
|
||||
"TabbedPane.disabledUnderlineColor": "greyDot65",
|
||||
"TabbedPane.focusColor": "greyDot65",
|
||||
"SpeedSearch.errorForeground": "red",
|
||||
"SpeedSearch.foreground": "yellow",
|
||||
"SplitPane.highlight": "yellow",
|
||||
"TabbedPane.disabledUnderlineColor": "editorPaneBg",
|
||||
"TabbedPane.focus": "greyDot75",
|
||||
"TabbedPane.focusColor": "greyDot33",
|
||||
"TabbedPane.tabSelectionHeight": 1,
|
||||
"TabbedPane.underlineColor": "yellowMac",
|
||||
"TabbedPane.underlineColor": "yellow",
|
||||
"Table.dropLineColor": "greyDot75",
|
||||
"Table.dropLineShortColor": "greyDot70",
|
||||
"Table.focusCellBackground": "greyDot85",
|
||||
"Table.focusCellForeground": "yellowMac",
|
||||
"Table.sortIconColor": "yellowMac",
|
||||
"Table.focusCellForeground": "yellow",
|
||||
"Table.sortIconColor": "yellow",
|
||||
"Table.stripeColor": "greyDot75",
|
||||
"TableHeader.background": "greyDot85",
|
||||
"TableHeader.bottomSeparatorColor": "greyDot65",
|
||||
"TextArea.background": "greyDot75",
|
||||
"TextArea.caretForeground": "yellowMac",
|
||||
"TextArea.caretForeground": "yellow",
|
||||
"TextArea.inactiveBackground": "greyDot80",
|
||||
"TextArea.selectionBackground": "greyDot95",
|
||||
"TextField.background": "greyDot75",
|
||||
"TextField.foreground": "greyDot25",
|
||||
"TextField.caretForeground": "yellowMac",
|
||||
"TextField.highlight": "greyDot15",
|
||||
"TextField.caretForeground": "yellow",
|
||||
"TextField.foreground": "greyDot33",
|
||||
"TextField.highlight": "yellow",
|
||||
"TextField.inactiveForeground": "greyDot33",
|
||||
"TextPane.inactiveBackground": "greyDot80",
|
||||
"TextPane.inactiveForeground": "greyDot50",
|
||||
"TitlePane.background": "greyDot85",
|
||||
"ToggleButton.buttonColor": "greyDot65",
|
||||
"ToggleButton.offBackground": "greyDot75",
|
||||
"ToggleButton.offForeground": "greyDot25",
|
||||
"ToggleButton.onBackground": "yellowMac",
|
||||
"ToggleButton.onBackground": "yellow",
|
||||
"ToggleButton.onForeground": "greyDot80",
|
||||
"ToolBar.borderHandleColor": "greyDot65",
|
||||
"ToolTip.Actions.background": "greyDot80",
|
||||
"ToolTip.Actions.infoForeground": "greyDot50",
|
||||
"ToolTip.background": "greyDot75",
|
||||
"ToolTip.background": "greyDot80",
|
||||
"ToolTip.borderColor": "border",
|
||||
"ToolTip.infoForeground": "greyDot50",
|
||||
"ToolWindow.Button.hoverBackground": "greyDot65",
|
||||
"ToolWindow.Button.selectedBackground": "greyDot85",
|
||||
"ToolWindow.Button.selectedForeground": "lightBlue",
|
||||
"ToolWindow.Button.hoverBackground": "greyDot95",
|
||||
"ToolWindow.Button.selectedBackground": "greyDot95",
|
||||
"ToolWindow.Button.selectedForeground": "yellow",
|
||||
"ToolWindow.Header.background": "greyDot85",
|
||||
"ToolWindow.Header.inactiveBackground": "greyDot80",
|
||||
"ToolWindow.HeaderTab.hoverBackground": "greyDot65",
|
||||
"ToolWindow.HeaderTab.hoverInactiveBackground": "greyDot85",
|
||||
"ToolWindow.HeaderTab.inactiveUnderlineColor": "greyDot75",
|
||||
"ToolWindow.HeaderTab.underlineColor": "yellowMac",
|
||||
"ToolWindow.Header.inactiveBackground": "editorPaneBg",
|
||||
"ToolWindow.HeaderTab.hoverBackground": "consoleBackground",
|
||||
"ToolWindow.HeaderTab.hoverInactiveBackground": "editorBg",
|
||||
"ToolWindow.HeaderTab.underlineColor": "yellow",
|
||||
"ToolWindow.HeaderTab.underlineHeight": 1,
|
||||
"ToolWindow.HeaderTab.underlinedTabBackground": "greyDot90",
|
||||
"ToolWindow.HeaderTab.underlinedTabInactiveBackground": "greyDot75",
|
||||
"Tooltip.separatorColor": "border",
|
||||
"Tree.background": "greyDot85",
|
||||
"Tree.foreground": "greyDot15",
|
||||
"Tree.modifiedItemForeground": "yellowMac",
|
||||
"ValidationTooltip.errorBackground": "greyDot85",
|
||||
"ValidationTooltip.errorBorderColor": "#ed005c",
|
||||
"ValidationTooltip.warningBackground": "greyDot85",
|
||||
"ValidationTooltip.warningBorderColor": "yellowMac",
|
||||
"VersionControl.FileHistory.Commit.selectedBranchBackground": "greyDot70",
|
||||
"Tree.foreground": "textColor",
|
||||
"Tree.hoverBackground": "greyDot95",
|
||||
"Tree.modifiedItemForeground": "yellow",
|
||||
"Tree.selectionBackground": "greyDot95",
|
||||
"Tree.selectionInactiveBackground": "greyDot95",
|
||||
"ValidationTooltip.errorBackground": "greyDot95",
|
||||
"ValidationTooltip.errorBorderColor": "red",
|
||||
"ValidationTooltip.warningBackground": "greyDot95",
|
||||
"ValidationTooltip.warningBorderColor": "yellow",
|
||||
"VersionControl.FileHistory.Commit.selectedBranchBackground": "greyDot95",
|
||||
"VersionControl.Log.Commit.currentBranchBackground": "greyDot85",
|
||||
"VersionControl.Log.Commit.hoveredBackground": "greyDot95",
|
||||
"VersionControl.Log.Commit.unmatchedForeground": "greyDot25",
|
||||
"WelcomeScreen.Projects.selectionBackground": "navyDot85",
|
||||
"WelcomeScreen.Projects.selectionInactiveBackground": "navyDot90",
|
||||
"WelcomeScreen.separatorColor": "greyDot65",
|
||||
"Window.border": "1,1,1,1,4d4d4d"
|
||||
"WelcomeScreen.Details.background": "greyDot80",
|
||||
"WelcomeScreen.Projects.background": "greyDot85",
|
||||
"WelcomeScreen.Projects.selectionBackground": "greyDot95",
|
||||
"WelcomeScreen.SidePanel.background": "greyDot80",
|
||||
"WelcomeScreen.background": "greyDot80",
|
||||
"WelcomeScreen.borderColor": "border",
|
||||
"WelcomeScreen.separatorColor": "border",
|
||||
"Window.border": "0,0,0,0,4d4d4d"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
"colorSelectionBackgroundInactive": "#00243C",
|
||||
"colorSelectionForeground": "#C2C5BC",
|
||||
"colorSelectionForegroundInactive": "#A9B3AE",
|
||||
"colorHoverBackground": "#284E5B",
|
||||
"colorHoverBackground": "#1B4755",
|
||||
"colorHoverInactiveBackground": "#1B4755",
|
||||
"colorBorder": "#04343F",
|
||||
"colorDisabledForeground": "#657B83",
|
||||
"colorAlternativeBackground": "#1B4854",
|
||||
@@ -30,6 +31,8 @@
|
||||
"disabledForeground": "colorDisabledForeground",
|
||||
"disabledText": "colorDisabledForeground",
|
||||
"foreground": "colorForeground",
|
||||
"hoverBackground": "colorHoverBackground",
|
||||
"hoverInactiveBackground": "colorHoverInactiveBackground",
|
||||
"inactiveBackground": "colorBackground",
|
||||
"inactiveForeground": "colorInactiveForeground",
|
||||
"selectionBackground": "colorSelectionBackground",
|
||||
@@ -42,11 +45,22 @@
|
||||
"textForeground": "colorForeground"
|
||||
},
|
||||
"ActionButton": {
|
||||
"hoverBackground": "colorHoverBackground",
|
||||
"hoverBorderColor": "colorHoverBackground",
|
||||
"hoverBackground": "#284E5B",
|
||||
"hoverBorderColor": "#284E5B",
|
||||
"pressedBackground": "#43616C",
|
||||
"pressedBorderColor": "#43616C"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "#47573B",
|
||||
"borderColor": "#47573B"
|
||||
},
|
||||
"AvailableMnemonic": {
|
||||
"borderColor": "#456168"
|
||||
},
|
||||
"BigSpinner": {},
|
||||
"BookmarkIcon": {
|
||||
"background": "#73888C"
|
||||
},
|
||||
"Borders": {
|
||||
"color": "colorBorder",
|
||||
"ContrastBorderColor": "colorBorder"
|
||||
@@ -111,6 +125,11 @@
|
||||
"background": "#99A6A5B0",
|
||||
"foreground": "#002B36"
|
||||
},
|
||||
"CurrentMnemonic": {
|
||||
"background": "#175D8B",
|
||||
"borderColor": "#175D8B",
|
||||
"foreground": "#BEC2B9"
|
||||
},
|
||||
"Debugger": {
|
||||
"Variables": {
|
||||
"changedValueForeground": "#519AF2",
|
||||
@@ -137,7 +156,8 @@
|
||||
"DragAndDrop": {
|
||||
"areaBackground": "#17475F",
|
||||
"areaBorderColor": "#386FA8",
|
||||
"areaForeground": "colorForeground"
|
||||
"areaForeground": "colorForeground",
|
||||
"borderColor": "#FA6060"
|
||||
},
|
||||
"Editor": {
|
||||
"background": "#0E272F",
|
||||
@@ -219,6 +239,7 @@
|
||||
"FormattedTextField": {
|
||||
"background": "colorAlternativeBackground"
|
||||
},
|
||||
"GotItTooltip": {},
|
||||
"Group": {
|
||||
"disabledSeparatorColor": "colorSeparator",
|
||||
"separatorColor": "colorSeparator"
|
||||
@@ -239,7 +260,18 @@
|
||||
"Label": {
|
||||
"errorForeground": "#FA6060",
|
||||
"infoForeground": "#778A8F",
|
||||
"selectedForeground": "colorForeground"
|
||||
"selectedForeground": "colorForeground",
|
||||
"successForeground": "#39A464"
|
||||
},
|
||||
"Lesson": {
|
||||
"shortcutBackground": "#0C3340",
|
||||
"stepNumberForeground": "#73888C",
|
||||
"Tooltip": {
|
||||
"background": "#005DCB",
|
||||
"foreground": "#EEE8D5",
|
||||
"spanBackground": "#004AA8",
|
||||
"stepNumberForeground": "#629ADE"
|
||||
}
|
||||
},
|
||||
"Link": {
|
||||
"activeForeground": "#519AF2",
|
||||
@@ -269,6 +301,10 @@
|
||||
"acceleratorForeground": "colorForeground",
|
||||
"disabledBackground": "colorBackground"
|
||||
},
|
||||
"MnemonicIcon": {
|
||||
"background": "#36544C",
|
||||
"borderColor": "#D0A244"
|
||||
},
|
||||
"NavBar": {
|
||||
"borderColor": "colorSeparator"
|
||||
},
|
||||
@@ -297,7 +333,9 @@
|
||||
"OptionPane": {
|
||||
"messageForeground": "colorForeground"
|
||||
},
|
||||
"Panel": {},
|
||||
"Panel": {
|
||||
"mouseShortcutBackground": "#214C5A"
|
||||
},
|
||||
"ParameterInfo": {
|
||||
"background": "#254C57",
|
||||
"borderColor": "#415E69",
|
||||
@@ -357,6 +395,7 @@
|
||||
"PopupMenu": {
|
||||
"translucentBackground": "colorBackground"
|
||||
},
|
||||
"ProblemsView": {},
|
||||
"ProgressBar": {
|
||||
"failedColor": "#DE4647",
|
||||
"failedEndColor": "#EFA0A0",
|
||||
@@ -432,6 +471,9 @@
|
||||
"endBackground": "#FCCE40",
|
||||
"startBackground": "#FFEAA2"
|
||||
},
|
||||
"SearchOption": {
|
||||
"selectedBackground": "#456168"
|
||||
},
|
||||
"Separator": {
|
||||
"separatorColor": "colorSeparator"
|
||||
},
|
||||
@@ -462,9 +504,12 @@
|
||||
"SplitPaneDivider": {
|
||||
"draggingColor": "#193E49"
|
||||
},
|
||||
"StateWidget": {
|
||||
"activeBackground": "#FAC640"
|
||||
},
|
||||
"StatusBar": {
|
||||
"borderColor": "#204550",
|
||||
"hoverBackground": "colorHoverBackground"
|
||||
"hoverBackground": "#284E5B"
|
||||
},
|
||||
"TabbedPane": {
|
||||
"contentAreaColor": "#04343F",
|
||||
@@ -475,6 +520,7 @@
|
||||
"underlineColor": "#3985C7"
|
||||
},
|
||||
"Table": {
|
||||
"alternativeRowBackground": "#013441",
|
||||
"dropLineColor": "colorAcceleratorForeground",
|
||||
"dropLineShortColor": "#0C3542",
|
||||
"focusCellBackground": "colorAlternativeBackground",
|
||||
@@ -605,6 +651,7 @@
|
||||
"Log": {
|
||||
"Commit": {
|
||||
"currentBranchBackground": "#044452",
|
||||
"hoveredBackground": "#124957",
|
||||
"unmatchedForeground": "#657B83"
|
||||
}
|
||||
},
|
||||
@@ -619,17 +666,27 @@
|
||||
"borderColor": "#31535F",
|
||||
"captionBackground": "#294953",
|
||||
"captionForeground": "#C2C5BC",
|
||||
"Details": {
|
||||
"background": "#013441"
|
||||
},
|
||||
"footerBackground": "#294953",
|
||||
"footerForeground": "#C2C5BC",
|
||||
"groupIconBorderColor": "#0A3844",
|
||||
"headerBackground": "#294953",
|
||||
"headerForeground": "#C2C5BC",
|
||||
"Projects": {
|
||||
"actions": {
|
||||
"background": "#195787",
|
||||
"selectionBackground": "#206ABF"
|
||||
},
|
||||
"background": "#113842",
|
||||
"selectionBackground": "#396AB0",
|
||||
"selectionInactiveBackground": "#1E434E"
|
||||
},
|
||||
"separatorColor": "#244A57"
|
||||
"separatorColor": "#244A57",
|
||||
"SidePanel": {
|
||||
"background": "colorBackground"
|
||||
}
|
||||
},
|
||||
"Window": {
|
||||
"border": "colorBorder"
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
"colorSelectionBackgroundInactive": "#D3D2C6",
|
||||
"colorSelectionForeground": "#FFFFEB",
|
||||
"colorSelectionForegroundInactive": "#2E4E58",
|
||||
"colorHoverBackground": "#D9D7CA",
|
||||
"colorHoverBackground": "#EBECDF",
|
||||
"colorHoverInactiveBackground": "#F3ECDA",
|
||||
"colorBorder": "#C8CAC0",
|
||||
"colorDisabledForeground": "#839496",
|
||||
"colorAlternativeBackground": "#FDF6E3",
|
||||
@@ -30,6 +31,8 @@
|
||||
"disabledForeground": "colorDisabledForeground",
|
||||
"disabledText": "colorDisabledForeground",
|
||||
"foreground": "colorForeground",
|
||||
"hoverBackground": "colorHoverBackground",
|
||||
"hoverInactiveBackground": "colorHoverInactiveBackground",
|
||||
"inactiveBackground": "colorBackground",
|
||||
"inactiveForeground": "colorInactiveForeground",
|
||||
"selectionBackground": "colorSelectionBackground",
|
||||
@@ -42,11 +45,22 @@
|
||||
"textForeground": "colorForeground"
|
||||
},
|
||||
"ActionButton": {
|
||||
"hoverBackground": "colorHoverBackground",
|
||||
"hoverBorderColor": "colorHoverBackground",
|
||||
"hoverBackground": "#D9D7CA",
|
||||
"hoverBorderColor": "#D9D7CA",
|
||||
"pressedBackground": "#C6C7BD",
|
||||
"pressedBorderColor": "#C6C7BD"
|
||||
},
|
||||
"AssignedMnemonic": {
|
||||
"background": "#EFBE65",
|
||||
"borderColor": "#EFBE65"
|
||||
},
|
||||
"AvailableMnemonic": {
|
||||
"borderColor": "#BAC0B8"
|
||||
},
|
||||
"BigSpinner": {},
|
||||
"BookmarkIcon": {
|
||||
"background": "#EFBE65"
|
||||
},
|
||||
"Borders": {
|
||||
"color": "colorBorder",
|
||||
"ContrastBorderColor": "colorBorder"
|
||||
@@ -115,6 +129,11 @@
|
||||
"background": "#99A6A5B0",
|
||||
"foreground": "#002B36"
|
||||
},
|
||||
"CurrentMnemonic": {
|
||||
"background": "#3399CB",
|
||||
"borderColor": "#3399CB",
|
||||
"foreground": "#FDF6E3"
|
||||
},
|
||||
"Debugger": {
|
||||
"Variables": {
|
||||
"changedValueForeground": "#3961FA",
|
||||
@@ -141,7 +160,8 @@
|
||||
"DragAndDrop": {
|
||||
"areaBackground": "#DEE3DE",
|
||||
"areaBorderColor": "#88ACCD",
|
||||
"areaForeground": "#657B83"
|
||||
"areaForeground": "#657B83",
|
||||
"borderColor": "#F94A26"
|
||||
},
|
||||
"Editor": {
|
||||
"background": "#B5B0A2",
|
||||
@@ -224,6 +244,7 @@
|
||||
"background": "colorAlternativeBackground",
|
||||
"inactiveBackground": "colorAlternativeBackground"
|
||||
},
|
||||
"GotItTooltip": {},
|
||||
"Group": {
|
||||
"disabledSeparatorColor": "colorSeparator",
|
||||
"separatorColor": "colorSeparator"
|
||||
@@ -244,7 +265,18 @@
|
||||
"Label": {
|
||||
"errorForeground": "#F95551",
|
||||
"infoForeground": "#657B83",
|
||||
"selectedForeground": "colorForeground"
|
||||
"selectedForeground": "colorForeground",
|
||||
"successForeground": "#45944E"
|
||||
},
|
||||
"Lesson": {
|
||||
"shortcutBackground": "#E2E6E3",
|
||||
"stepNumberForeground": "#839496",
|
||||
"Tooltip": {
|
||||
"background": "#006CE1",
|
||||
"foreground": "#FDF6E3",
|
||||
"spanBackground": "#0059B9",
|
||||
"stepNumberForeground": "#67A0DF"
|
||||
}
|
||||
},
|
||||
"Link": {
|
||||
"activeForeground": "#4975B9",
|
||||
@@ -276,6 +308,10 @@
|
||||
"acceleratorForeground": "#49636B",
|
||||
"disabledBackground": "colorBackground"
|
||||
},
|
||||
"MnemonicIcon": {
|
||||
"background": "#FCEFD2",
|
||||
"borderColor": "#F1A933"
|
||||
},
|
||||
"NavBar": {
|
||||
"borderColor": "colorSeparator"
|
||||
},
|
||||
@@ -304,7 +340,9 @@
|
||||
"OptionPane": {
|
||||
"messageForeground": "colorForeground"
|
||||
},
|
||||
"Panel": {},
|
||||
"Panel": {
|
||||
"mouseShortcutBackground": "#F3ECDA"
|
||||
},
|
||||
"ParameterInfo": {
|
||||
"background": "#F5F1E5",
|
||||
"borderColor": "#D9D7CA",
|
||||
@@ -364,6 +402,7 @@
|
||||
"PopupMenu": {
|
||||
"translucentBackground": "colorBackground"
|
||||
},
|
||||
"ProblemsView": {},
|
||||
"ProgressBar": {
|
||||
"failedColor": "#D14943",
|
||||
"failedEndColor": "#F6887C",
|
||||
@@ -436,6 +475,9 @@
|
||||
"endBackground": "#F8C734",
|
||||
"startBackground": "#FAE08D"
|
||||
},
|
||||
"SearchOption": {
|
||||
"selectedBackground": "#D6DBD3"
|
||||
},
|
||||
"Separator": {
|
||||
"separatorColor": "colorSeparator"
|
||||
},
|
||||
@@ -466,9 +508,12 @@
|
||||
"SplitPaneDivider": {
|
||||
"draggingColor": "#1E434E"
|
||||
},
|
||||
"StateWidget": {
|
||||
"activeBackground": "#F7C338"
|
||||
},
|
||||
"StatusBar": {
|
||||
"borderColor": "colorBorder",
|
||||
"hoverBackground": "colorHoverBackground"
|
||||
"hoverBackground": "#D9D7CA"
|
||||
},
|
||||
"TabbedPane": {
|
||||
"contentAreaColor": "#B4BAB5",
|
||||
@@ -479,6 +524,7 @@
|
||||
"underlineColor": "#3D7EC0"
|
||||
},
|
||||
"Table": {
|
||||
"alternativeRowBackground": "colorAlternativeBackground",
|
||||
"background": "colorAlternativeBackground",
|
||||
"dropLineColor": "colorAcceleratorForeground",
|
||||
"dropLineShortColor": "#5F63A9",
|
||||
@@ -611,6 +657,7 @@
|
||||
"Log": {
|
||||
"Commit": {
|
||||
"currentBranchBackground": "#E3F2E4",
|
||||
"hoveredBackground": "#D8E5DC",
|
||||
"unmatchedForeground": "#6B8086"
|
||||
}
|
||||
},
|
||||
@@ -625,16 +672,26 @@
|
||||
"borderColor": "#B4BAB5",
|
||||
"captionBackground": "#CCCDC1",
|
||||
"captionForeground": "colorForeground",
|
||||
"Details": {
|
||||
"background": "colorAlternativeBackground"
|
||||
},
|
||||
"footerBackground": "#CCCDC1",
|
||||
"footerForeground": "colorForeground",
|
||||
"groupIconBorderColor": "#B4BAB5",
|
||||
"headerBackground": "#D9D7CA",
|
||||
"headerForeground": "#36525B",
|
||||
"Projects": {
|
||||
"actions": {
|
||||
"background": "#DAE5E6",
|
||||
"selectionBackground": "#3282DA"
|
||||
},
|
||||
"background": "colorAlternativeBackground",
|
||||
"selectionInactiveBackground": "#D7D5C7"
|
||||
},
|
||||
"separatorColor": "#ECE5D3"
|
||||
"separatorColor": "#ECE5D3",
|
||||
"SidePanel": {
|
||||
"background": "colorBackground"
|
||||
}
|
||||
},
|
||||
"Window": {
|
||||
"border": "colorBorder"
|
||||
|
||||
@@ -67,7 +67,9 @@
|
||||
},
|
||||
"ComboPopup.border": "1,1,1,1,64647A",
|
||||
"CompletionPopup": {
|
||||
"matchForeground": "#BF616A"
|
||||
"matchForeground": "#BF616A",
|
||||
"selectionBackground": "#5a6173",
|
||||
"selectionInactiveBackground": "#383C4A"
|
||||
},
|
||||
"Component": {
|
||||
"errorFocusColor": "#bf4c53",
|
||||
@@ -95,9 +97,9 @@
|
||||
},
|
||||
"EditorPane.inactiveBackground": "#2b303b",
|
||||
"EditorTabs": {
|
||||
"selectedBackground": "#2b303b",
|
||||
"underlinedTabBackground": "#2b303b",
|
||||
"underlineHeight": "0"
|
||||
"underlineHeight": "0",
|
||||
"borderColor": "#2b303b"
|
||||
},
|
||||
"Link": {
|
||||
"activeForeground": "#7FA1B3",
|
||||
@@ -156,6 +158,14 @@
|
||||
"passedColor": "#99BD8E",
|
||||
"passedEndColor": "#62795b"
|
||||
},
|
||||
"ScrollBar": {
|
||||
"thumbColor": "#383C4A",
|
||||
"hoverThumbColor": "#5a6173",
|
||||
"Mac": {
|
||||
"thumbColor": "#383C4A",
|
||||
"hoverThumbColor": "#5a6173"
|
||||
}
|
||||
},
|
||||
"SearchEverywhere": {
|
||||
"Header.background": "#1C1F26",
|
||||
"Tab": {
|
||||
@@ -202,7 +212,6 @@
|
||||
"borderColor": "#232830"
|
||||
},
|
||||
"HeaderTab": {
|
||||
"selectedBackground": "#232830",
|
||||
"selectedInactiveBackground": "#232830",
|
||||
"hoverBackground": "#1C1F26",
|
||||
"hoverInactiveBackground": "#1C1F26"
|
||||
|
||||
@@ -127,6 +127,36 @@
|
||||
"hoverForeground": "blue1",
|
||||
"pressedForeground": "blue1",
|
||||
"visitedForeground": "blue1"
|
||||
},
|
||||
"ScrollBar" : {
|
||||
"hoverThumbBorderColor" : "bg1",
|
||||
"background" : "bg0",
|
||||
"hoverThumbColor": "bg1",
|
||||
"hoverTrackColor": "bg0",
|
||||
"thumb": "bg2",
|
||||
"thumbBorderColor": "bg2",
|
||||
"thumbColor": "bg2",
|
||||
"Transparent": {
|
||||
"thumbColor": "bg2",
|
||||
"hoverThumbBorderColor" : "bg1",
|
||||
"hoverThumbColor": "bg1",
|
||||
"hoverTrackColor": "bg0",
|
||||
"thumbBorderColor": "bg2"
|
||||
},
|
||||
"Mac" : {
|
||||
"Transparent": {
|
||||
"thumbColor": "bg2",
|
||||
"hoverThumbBorderColor" : "bg1",
|
||||
"hoverThumbColor": "bg1",
|
||||
"hoverTrackColor": "bg0",
|
||||
"thumbBorderColor": "bg2"
|
||||
},
|
||||
"hoverThumbBorderColor" : "bg1",
|
||||
"hoverThumbColor": "bg1",
|
||||
"hoverTrackColor": "bg0",
|
||||
"thumbBorderColor": "bg2",
|
||||
"thumbColor": "bg2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
|
||||
@@ -126,6 +126,36 @@
|
||||
"hoverForeground": "blue1",
|
||||
"pressedForeground": "blue1",
|
||||
"visitedForeground": "blue1"
|
||||
},
|
||||
"ScrollBar" : {
|
||||
"hoverThumbBorderColor" : "bg1",
|
||||
"background" : "bg0",
|
||||
"hoverThumbColor": "bg1",
|
||||
"hoverTrackColor": "bg0",
|
||||
"thumb": "bg2",
|
||||
"thumbBorderColor": "bg2",
|
||||
"thumbColor": "bg2",
|
||||
"Transparent": {
|
||||
"thumbColor": "bg2",
|
||||
"hoverThumbBorderColor" : "bg1",
|
||||
"hoverThumbColor": "bg1",
|
||||
"hoverTrackColor": "bg0",
|
||||
"thumbBorderColor": "bg2"
|
||||
},
|
||||
"Mac" : {
|
||||
"Transparent": {
|
||||
"thumbColor": "bg2",
|
||||
"hoverThumbBorderColor" : "bg1",
|
||||
"hoverThumbColor": "bg1",
|
||||
"hoverTrackColor": "bg0",
|
||||
"thumbBorderColor": "bg2"
|
||||
},
|
||||
"hoverThumbBorderColor" : "bg1",
|
||||
"hoverThumbColor": "bg1",
|
||||
"hoverTrackColor": "bg0",
|
||||
"thumbBorderColor": "bg2",
|
||||
"thumbColor": "bg2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
|
||||
@@ -127,6 +127,36 @@
|
||||
"hoverForeground": "blue1",
|
||||
"pressedForeground": "blue1",
|
||||
"visitedForeground": "blue1"
|
||||
},
|
||||
"ScrollBar" : {
|
||||
"hoverThumbBorderColor" : "bg1",
|
||||
"background" : "bg0",
|
||||
"hoverThumbColor": "bg1",
|
||||
"hoverTrackColor": "bg0",
|
||||
"thumb": "bg2",
|
||||
"thumbBorderColor": "bg2",
|
||||
"thumbColor": "bg2",
|
||||
"Transparent": {
|
||||
"thumbColor": "bg2",
|
||||
"hoverThumbBorderColor" : "bg1",
|
||||
"hoverThumbColor": "bg1",
|
||||
"hoverTrackColor": "bg0",
|
||||
"thumbBorderColor": "bg2"
|
||||
},
|
||||
"Mac" : {
|
||||
"Transparent": {
|
||||
"thumbColor": "bg2",
|
||||
"hoverThumbBorderColor" : "bg1",
|
||||
"hoverThumbColor": "bg1",
|
||||
"hoverTrackColor": "bg0",
|
||||
"thumbBorderColor": "bg2"
|
||||
},
|
||||
"hoverThumbBorderColor" : "bg1",
|
||||
"hoverThumbColor": "bg1",
|
||||
"hoverTrackColor": "bg0",
|
||||
"thumbBorderColor": "bg2",
|
||||
"thumbColor": "bg2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
|
||||
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
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
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
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
@@ -107,6 +107,13 @@
|
||||
"selectedBackground": "#3b4252",
|
||||
"underlinedTabBackground": "#3b4252"
|
||||
},
|
||||
"DefaultTabs": {
|
||||
"background": "#2e3440",
|
||||
"borderColor": "#3b4252",
|
||||
"hoverBackground": "#3b4252",
|
||||
"inactiveUnderlineColor": "#616e88",
|
||||
"underlineColor": "#88c0d0"
|
||||
},
|
||||
"DragAndDrop": {
|
||||
"areaBackground": "#2e3440",
|
||||
"areaBorderColor": "#4c566a",
|
||||
@@ -120,13 +127,8 @@
|
||||
},
|
||||
"EditorTabs": {
|
||||
"borderColor": "#2e3440",
|
||||
"hoverMaskColor": "#4c566a",
|
||||
"hoverBackground": "#4c566a",
|
||||
"inactiveColoredFileBackground": "#2e3440",
|
||||
"inactiveMaskColor": "#3b4252",
|
||||
"inactiveUnderlineColor": "#616e88",
|
||||
"selectedBackground": "#4c566a",
|
||||
"selectedForeground": "#d8dee9",
|
||||
"underlineColor": "#88c0d0",
|
||||
"underlinedTabBackground": "#4c566a"
|
||||
},
|
||||
"FileColor": {
|
||||
@@ -364,16 +366,14 @@
|
||||
"selectedForeground": "#eceff4"
|
||||
},
|
||||
"Header": {
|
||||
"background": "#4c566a"
|
||||
"background": "#4c566a",
|
||||
"inactiveBackground": "#434c5e"
|
||||
},
|
||||
"HeaderCloseButton": {
|
||||
"background": "#4c566a"
|
||||
},
|
||||
"HeaderTab": {
|
||||
"hoverBackground": "#81a1c1",
|
||||
"hoverInactiveBackground": "#4c566a",
|
||||
"selectedBackground": "#81a1c1",
|
||||
"selectedInactiveBackground": "#4c566a"
|
||||
"hoverBackground": "#616e88"
|
||||
}
|
||||
},
|
||||
"Tree": {
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
"accentColor": "#568AF2",
|
||||
"backgroundColor": "#21252b",
|
||||
"borderColor": "#333841",
|
||||
"infoForeground": "#7e8491"
|
||||
"infoForeground": "#7e8491",
|
||||
"foregroundColor": "#abb2bf"
|
||||
},
|
||||
"ui": {
|
||||
"*": {
|
||||
@@ -44,6 +45,32 @@
|
||||
"pressedBorderColor": "#333841"
|
||||
},
|
||||
|
||||
"BookmarkIcon.background": "#d9a343",
|
||||
|
||||
"BookmarkMnemonicAssigned": {
|
||||
"foreground": "#ffffff",
|
||||
"background": "#4d78cc",
|
||||
"borderColor": "#4d78cc"
|
||||
},
|
||||
|
||||
"BookmarkMnemonicAvailable": {
|
||||
"borderColor": "borderColor",
|
||||
"foreground": "#a0a7b4",
|
||||
"background": "#3d424b"
|
||||
},
|
||||
|
||||
"BookmarkMnemonicCurrent": {
|
||||
"borderColor": "accentColor",
|
||||
"foreground": "#a0a7b4",
|
||||
"background": "#323844"
|
||||
},
|
||||
|
||||
"BookmarkMnemonicIcon": {
|
||||
"foreground": "#a0a7b4",
|
||||
"background": "#3d424b",
|
||||
"borderColor": "accentColor"
|
||||
},
|
||||
|
||||
"Button": {
|
||||
"foreground": "#a0a7b4",
|
||||
"startBackground": "#3d424b",
|
||||
@@ -83,6 +110,8 @@
|
||||
"ComboPopup.border": "1,1,1,1,2d3137",
|
||||
|
||||
"CompletionPopup": {
|
||||
"background": "#3d424b",
|
||||
"selectionBackground": "#2c313a",
|
||||
"matchForeground": "accentColor"
|
||||
},
|
||||
|
||||
@@ -131,8 +160,23 @@
|
||||
"Rose": "#3d1e2b"
|
||||
},
|
||||
|
||||
"GotItTooltip" : {
|
||||
"foreground" : "#abb2bf",
|
||||
"background" : "#3d424b",
|
||||
"borderColor" : "#53565f",
|
||||
"linkForeground" : "#6494ed",
|
||||
"shortcutForeground" : "infoForeground"
|
||||
},
|
||||
|
||||
"Label": {
|
||||
"infoForeground": "infoForeground"
|
||||
"infoForeground": "infoForeground",
|
||||
"successForeground": "#89ca78"
|
||||
},
|
||||
|
||||
"Lesson": {
|
||||
"Tooltip.background" : "#3d424b",
|
||||
"Tooltip.spanBackground" : "accentColor",
|
||||
"Tooltip.foreground" : "#ffffff"
|
||||
},
|
||||
|
||||
"Link": {
|
||||
@@ -142,6 +186,11 @@
|
||||
"visitedForeground": "#6494ed"
|
||||
},
|
||||
|
||||
"List": {
|
||||
"selectionBackground": "#4d78cc",
|
||||
"selectionForeground": "#ffffff"
|
||||
},
|
||||
|
||||
"Notification": {
|
||||
"background": "#3d424b",
|
||||
"borderColor": "#53565f",
|
||||
@@ -180,6 +229,7 @@
|
||||
},
|
||||
|
||||
"Plugins": {
|
||||
"background": "backgroundColor",
|
||||
"disabledForeground": "#5c6370",
|
||||
"hoverBackground": "#323844",
|
||||
"lightSelectionBackground": "#323844",
|
||||
@@ -212,6 +262,7 @@
|
||||
|
||||
"Popup": {
|
||||
"paintBorder": false,
|
||||
"borderColor": "#21252b",
|
||||
"Toolbar.borderColor": "#3d424b",
|
||||
"Header.activeBackground": "#414855",
|
||||
"Header.inactiveBackground": "#2c313a",
|
||||
@@ -252,6 +303,8 @@
|
||||
"endBackground": "accentColor"
|
||||
},
|
||||
|
||||
"SidePanel.background": "backgroundColor",
|
||||
|
||||
"SpeedSearch": {
|
||||
"foreground": "#abb2bf",
|
||||
"borderColor": "#3d424b",
|
||||
@@ -283,6 +336,8 @@
|
||||
"lightSelectionInactiveBackground": "#323844"
|
||||
},
|
||||
|
||||
"Tag.background": "#3d424b",
|
||||
|
||||
"TextArea": {
|
||||
"background": "#282c34",
|
||||
"selectionBackground": "#414855"
|
||||
@@ -334,6 +389,7 @@
|
||||
"Tree": {
|
||||
"selectionBackground": "#4d78cc",
|
||||
"modifiedItemForeground": "accentColor",
|
||||
"selectionInactiveForeground": "foregroundColor",
|
||||
"rowHeight": 20
|
||||
},
|
||||
|
||||
@@ -365,7 +421,8 @@
|
||||
"selectionInactiveBackground": "#2c313a"
|
||||
},
|
||||
"separatorColor": "#2c313a",
|
||||
"SidePanel.background": "#282c34"
|
||||
"SidePanel.background": "#282c34",
|
||||
"Details.background": "backgroundColor"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user