mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-13 07:17:13 -06:00
IntelliJ Themes Demo: updated themes (used IJThemesUpdater)
This commit is contained in:
@@ -40,6 +40,10 @@
|
|||||||
"focusedBorderColor": "#bd93f9"
|
"focusedBorderColor": "#bd93f9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Counter": {
|
||||||
|
"foreground": "#414450",
|
||||||
|
"background": "#2fc864"
|
||||||
|
},
|
||||||
"CheckBoxMenuItem": {
|
"CheckBoxMenuItem": {
|
||||||
"acceleratorSelectionForeground": "#ff79c6"
|
"acceleratorSelectionForeground": "#ff79c6"
|
||||||
},
|
},
|
||||||
@@ -78,7 +82,7 @@
|
|||||||
"background": "#44475a",
|
"background": "#44475a",
|
||||||
"underlinedTabBackground": "#313341",
|
"underlinedTabBackground": "#313341",
|
||||||
"underlineColor": "#bd93f9",
|
"underlineColor": "#bd93f9",
|
||||||
"underlineHeight": 0
|
"underlineHeight": 2
|
||||||
},
|
},
|
||||||
"FileColor": {
|
"FileColor": {
|
||||||
"Blue": "#8be9fd",
|
"Blue": "#8be9fd",
|
||||||
@@ -130,12 +134,12 @@
|
|||||||
"installBorderColor": "#bd93f9",
|
"installBorderColor": "#bd93f9",
|
||||||
"installForeground": "#bd93f9",
|
"installForeground": "#bd93f9",
|
||||||
"installBackground": "#414450",
|
"installBackground": "#414450",
|
||||||
"updateBorderColor": "#ff79c6",
|
|
||||||
"updateForeground": "#ff79c6",
|
|
||||||
"updateBackground": "#414450",
|
|
||||||
"installFillForeground": "#414450",
|
"installFillForeground": "#414450",
|
||||||
"installFillBackground": "#bd93f9",
|
"installFillBackground": "#bd93f9",
|
||||||
"installFocusedBackground": "#414450"
|
"installFocusedBackground": "#414450",
|
||||||
|
"updateBorderColor": "#5da3f4",
|
||||||
|
"updateForeground": "#f8f8f2",
|
||||||
|
"updateBackground": "#5da3f4"
|
||||||
},
|
},
|
||||||
"Tab": {
|
"Tab": {
|
||||||
"selectedBackground": "#282a35",
|
"selectedBackground": "#282a35",
|
||||||
@@ -190,7 +194,7 @@
|
|||||||
},
|
},
|
||||||
"Separator.separatorColor": "#282a35",
|
"Separator.separatorColor": "#282a35",
|
||||||
"TabbedPane": {
|
"TabbedPane": {
|
||||||
"tabSelectionHeight": 1,
|
"tabSelectionHeight": 2,
|
||||||
"focusColor": "#282a35",
|
"focusColor": "#282a35",
|
||||||
"hoverColor": "#282a35",
|
"hoverColor": "#282a35",
|
||||||
"underlineColor": "#bd93f9",
|
"underlineColor": "#bd93f9",
|
||||||
@@ -213,7 +217,7 @@
|
|||||||
},
|
},
|
||||||
"HeaderTab": {
|
"HeaderTab": {
|
||||||
"underlineColor": "#bd93f9",
|
"underlineColor": "#bd93f9",
|
||||||
"underlineHeight": 1,
|
"underlineHeight": 2,
|
||||||
"underlinedTabBackground": "#313341",
|
"underlinedTabBackground": "#313341",
|
||||||
"underlinedTabInactiveBackground": "#313341"
|
"underlinedTabInactiveBackground": "#313341"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "Hiberbee",
|
"author": "Vlad Volkov",
|
||||||
"dark": true,
|
|
||||||
"colors": {
|
"colors": {
|
||||||
"border": "#434343",
|
"border": "#434343",
|
||||||
"focused": "#5a5a5a",
|
"focused": "#5a5a5a",
|
||||||
@@ -14,14 +13,37 @@
|
|||||||
"shadow": "#252525",
|
"shadow": "#252525",
|
||||||
"accent": "#FFC83C"
|
"accent": "#FFC83C"
|
||||||
},
|
},
|
||||||
"author": "Vlad Volkov",
|
"dark": true,
|
||||||
"editorScheme": "/Hiberbee.xml",
|
"editorScheme": "/Hiberbee.xml",
|
||||||
|
"icons": {
|
||||||
|
"ColorPalette": {
|
||||||
|
"Actions.Grey": "#afafaf",
|
||||||
|
"Actions.Red": "#ff0072",
|
||||||
|
"Actions.Yellow": "#f7cd46",
|
||||||
|
"Actions.Green": "#A6E22E",
|
||||||
|
"Actions.Blue": "#307bf6",
|
||||||
|
"Actions.GreyInline": "#afafaf",
|
||||||
|
"Actions.GreyInline.Dark": "#7d7d7d",
|
||||||
|
"Objects.Grey": "#c8c8c8",
|
||||||
|
"Objects.RedStatus": "#EC5F5D",
|
||||||
|
"Objects.Red": "#ff0072",
|
||||||
|
"Objects.Pink": "#ffa9ca",
|
||||||
|
"Objects.Yellow": "#f7cd46",
|
||||||
|
"Objects.Green": "#78b756",
|
||||||
|
"Objects.Purple": "#9478f6",
|
||||||
|
"Objects.BlackText": "#4b4b4b",
|
||||||
|
"Objects.Blue": "#49b0f1",
|
||||||
|
"Objects.YellowDark": "#fd971f",
|
||||||
|
"Objects.GreenAndroid": "#78c856"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"name": "Hiberbee",
|
||||||
"ui": {
|
"ui": {
|
||||||
"ActionButton.hoverBackground": "separator",
|
"ActionButton.hoverBackground": "separator",
|
||||||
"ActionButton.hoverBorderColor": "focused",
|
"ActionButton.hoverBorderColor": "focused",
|
||||||
"ActionButton.pressedBackground": "focused",
|
"ActionButton.pressedBackground": "focused",
|
||||||
"Borders.color": "border",
|
|
||||||
"Borders.ContrastBorderColor": "separator",
|
"Borders.ContrastBorderColor": "separator",
|
||||||
|
"Borders.color": "border",
|
||||||
"Button.arc": "5",
|
"Button.arc": "5",
|
||||||
"Button.background": "lightBackground",
|
"Button.background": "lightBackground",
|
||||||
"Button.default.endBackground": "lightBackground",
|
"Button.default.endBackground": "lightBackground",
|
||||||
@@ -37,12 +59,12 @@
|
|||||||
"Button.focusedBorderColor": "accent",
|
"Button.focusedBorderColor": "accent",
|
||||||
"Button.foreground": "foreground",
|
"Button.foreground": "foreground",
|
||||||
"Button.shadowColor": "shadow",
|
"Button.shadowColor": "shadow",
|
||||||
|
"Button.shadowWidth": "0",
|
||||||
"Button.startBackground": "lightBackground",
|
"Button.startBackground": "lightBackground",
|
||||||
"Button.startBorderColor": "border",
|
"Button.startBorderColor": "border",
|
||||||
"Button.shadowWidth": "0",
|
|
||||||
"CheckBox.background": "lightBackground",
|
"CheckBox.background": "lightBackground",
|
||||||
"Component.borderColor": "focused",
|
|
||||||
"CheckBoxMenuItem.background": "lightBackground",
|
"CheckBoxMenuItem.background": "lightBackground",
|
||||||
|
"CheckBoxMenuItem.disabledBackground": "darkBackground",
|
||||||
"CheckBoxMenuItem.selectionForeground": "accent",
|
"CheckBoxMenuItem.selectionForeground": "accent",
|
||||||
"ComboBox.ArrowButton.disabledIconColor": "separator",
|
"ComboBox.ArrowButton.disabledIconColor": "separator",
|
||||||
"ComboBox.ArrowButton.iconColor": "accent",
|
"ComboBox.ArrowButton.iconColor": "accent",
|
||||||
@@ -56,10 +78,11 @@
|
|||||||
"CompletionPopup.selectionBackground": "separator",
|
"CompletionPopup.selectionBackground": "separator",
|
||||||
"CompletionPopup.selectionInactiveBackground": "lightBackground",
|
"CompletionPopup.selectionInactiveBackground": "lightBackground",
|
||||||
"Component.arc": "5",
|
"Component.arc": "5",
|
||||||
|
"Component.borderColor": "focused",
|
||||||
"Component.errorFocusColor": "#501428",
|
"Component.errorFocusColor": "#501428",
|
||||||
"Component.focusColor": "#595959",
|
"Component.focusColor": "#595959",
|
||||||
"Component.focusedBorderColor": "#666666",
|
|
||||||
"Component.focusWidth": "0",
|
"Component.focusWidth": "0",
|
||||||
|
"Component.focusedBorderColor": "#666666",
|
||||||
"Component.hoverIconColor": "foreground",
|
"Component.hoverIconColor": "foreground",
|
||||||
"Component.iconColor": "accent",
|
"Component.iconColor": "accent",
|
||||||
"Component.inactiveErrorFocusColor": "#3c0a14",
|
"Component.inactiveErrorFocusColor": "#3c0a14",
|
||||||
@@ -67,14 +90,15 @@
|
|||||||
"Component.warningFocusColor": "#966432",
|
"Component.warningFocusColor": "#966432",
|
||||||
"Counter.background": "lightBackground",
|
"Counter.background": "lightBackground",
|
||||||
"Counter.foreground": "foreground",
|
"Counter.foreground": "foreground",
|
||||||
|
"Debugger.Variables.evaluatingExpressionForeground": "#6782cd",
|
||||||
"Debugger.Variables.changedValueForeground": "#F9D778",
|
"Debugger.Variables.changedValueForeground": "#F9D778",
|
||||||
"DebuggerPopup.borderColor": "border",
|
"DebuggerPopup.borderColor": "border",
|
||||||
"DefaultTabs.background": "lightBackground",
|
"DefaultTabs.background": "lightBackground",
|
||||||
"DefaultTabs.hoverBackground": "separator",
|
"DefaultTabs.hoverBackground": "#191C21",
|
||||||
"DefaultTabs.underlineColor": "accent",
|
"DefaultTabs.underlineColor": "accent",
|
||||||
|
"DefaultTabs.underlineHeight": 1,
|
||||||
"DefaultTabs.underlinedTabBackground": "border",
|
"DefaultTabs.underlinedTabBackground": "border",
|
||||||
"DefaultTabs.underlinedTabForeground": "accent",
|
"DefaultTabs.underlinedTabForeground": "accent",
|
||||||
"DefaultTabs.underlineHeight": 1,
|
|
||||||
"DragAndDrop.areaBackground": "#666666",
|
"DragAndDrop.areaBackground": "#666666",
|
||||||
"DragAndDrop.areaForeground": "foreground",
|
"DragAndDrop.areaForeground": "foreground",
|
||||||
"Editor.background": "background",
|
"Editor.background": "background",
|
||||||
@@ -84,7 +108,7 @@
|
|||||||
"EditorPane.foreground": "foreground",
|
"EditorPane.foreground": "foreground",
|
||||||
"EditorPane.inactiveBackground": "paneBackground",
|
"EditorPane.inactiveBackground": "paneBackground",
|
||||||
"EditorPane.inactiveForeground": "#808080",
|
"EditorPane.inactiveForeground": "#808080",
|
||||||
"EditorPane.selectionBackground": "lightBackground",
|
"EditorPane.selectionBackground": "#191C21",
|
||||||
"EditorPane.selectionForeground": "accent",
|
"EditorPane.selectionForeground": "accent",
|
||||||
"EditorTabs.underlineHeight": 1,
|
"EditorTabs.underlineHeight": 1,
|
||||||
"FileColor.Blue": "#23282d",
|
"FileColor.Blue": "#23282d",
|
||||||
@@ -101,7 +125,7 @@
|
|||||||
"Link.pressedForeground": "#6782cd",
|
"Link.pressedForeground": "#6782cd",
|
||||||
"Link.visitedForeground": "foreground",
|
"Link.visitedForeground": "foreground",
|
||||||
"List.background": "lightBackground",
|
"List.background": "lightBackground",
|
||||||
"List.selectionBackground": "separator",
|
"List.selectionBackground": "#23262B",
|
||||||
"List.selectionForeground": "accent",
|
"List.selectionForeground": "accent",
|
||||||
"MemoryIndicator.allocatedBackground": "#0a3c14",
|
"MemoryIndicator.allocatedBackground": "#0a3c14",
|
||||||
"MemoryIndicator.usedBackground": "#320a19",
|
"MemoryIndicator.usedBackground": "#320a19",
|
||||||
@@ -114,11 +138,6 @@
|
|||||||
"MenuBar.selectionBackground": "focused",
|
"MenuBar.selectionBackground": "focused",
|
||||||
"MenuBar.shadow": "shadow",
|
"MenuBar.shadow": "shadow",
|
||||||
"MenuItem.selectionForeground": "accent",
|
"MenuItem.selectionForeground": "accent",
|
||||||
"Notification.background": "paneBackground",
|
|
||||||
"Notification.errorBackground": "#37160b",
|
|
||||||
"Notification.errorBorderColor": "#ed6b88",
|
|
||||||
"Notification.errorForeground": "foreground",
|
|
||||||
"Notification.foreground": "foreground",
|
|
||||||
"Notification.MoreButton.background": "paneBackground",
|
"Notification.MoreButton.background": "paneBackground",
|
||||||
"Notification.MoreButton.innerBorderColor": "separator",
|
"Notification.MoreButton.innerBorderColor": "separator",
|
||||||
"Notification.ToolWindow.errorBackground": "#37160b",
|
"Notification.ToolWindow.errorBackground": "#37160b",
|
||||||
@@ -130,7 +149,12 @@
|
|||||||
"Notification.ToolWindow.warningBackground": "#372c0b",
|
"Notification.ToolWindow.warningBackground": "#372c0b",
|
||||||
"Notification.ToolWindow.warningBorderColor": "accent",
|
"Notification.ToolWindow.warningBorderColor": "accent",
|
||||||
"Notification.ToolWindow.warningForeground": "#e1e1e1",
|
"Notification.ToolWindow.warningForeground": "#e1e1e1",
|
||||||
"OptionPane.background": "paneBackground",
|
"Notification.background": "paneBackground",
|
||||||
|
"Notification.errorBackground": "#37160b",
|
||||||
|
"Notification.errorBorderColor": "#ed6b88",
|
||||||
|
"Notification.errorForeground": "foreground",
|
||||||
|
"Notification.foreground": "foreground",
|
||||||
|
"OptionPane.background": "lightBackground",
|
||||||
"OptionPane.foreground": "foreground",
|
"OptionPane.foreground": "foreground",
|
||||||
"Panel.background": "lightBackground",
|
"Panel.background": "lightBackground",
|
||||||
"Panel.foreground": "foreground",
|
"Panel.foreground": "foreground",
|
||||||
@@ -140,19 +164,19 @@
|
|||||||
"ParameterInfo.foreground": "foreground",
|
"ParameterInfo.foreground": "foreground",
|
||||||
"ParameterInfo.infoForeground": "darkerForeground",
|
"ParameterInfo.infoForeground": "darkerForeground",
|
||||||
"ParameterInfo.lineSeparatorColor": "separator",
|
"ParameterInfo.lineSeparatorColor": "separator",
|
||||||
"Plugins.background": "lightBackground",
|
|
||||||
"Plugins.Button.installBackground": "lightBackground",
|
"Plugins.Button.installBackground": "lightBackground",
|
||||||
"Plugins.Button.installBorderColor": "border",
|
"Plugins.Button.installBorderColor": "border",
|
||||||
"Plugins.Button.installFillBackground": "lightBackground",
|
"Plugins.Button.installFillBackground": "lightBackground",
|
||||||
"Plugins.Button.installFillForeground": "foreground",
|
"Plugins.Button.installFillForeground": "foreground",
|
||||||
"Plugins.Button.installForeground": "accent",
|
"Plugins.Button.installForeground": "accent",
|
||||||
"Plugins.disabledForeground": "darkerForeground",
|
|
||||||
"Plugins.lightSelectionBackground": "separator",
|
|
||||||
"Plugins.SearchField.background": "headerBackground",
|
"Plugins.SearchField.background": "headerBackground",
|
||||||
"Plugins.SectionHeader.background": "headerBackground",
|
"Plugins.SectionHeader.background": "headerBackground",
|
||||||
"Plugins.SectionHeader.foreground": "foreground",
|
"Plugins.SectionHeader.foreground": "foreground",
|
||||||
"Plugins.Tab.hoverBackground": "paneBackground",
|
"Plugins.Tab.hoverBackground": "paneBackground",
|
||||||
"Plugins.Tab.selectedBackground": "lightBackground",
|
"Plugins.Tab.selectedBackground": "#191C21",
|
||||||
|
"Plugins.background": "lightBackground",
|
||||||
|
"Plugins.disabledForeground": "darkerForeground",
|
||||||
|
"Plugins.lightSelectionBackground": "separator",
|
||||||
"Plugins.tagBackground": "paneBackground",
|
"Plugins.tagBackground": "paneBackground",
|
||||||
"Plugins.tagForeground": "foreground",
|
"Plugins.tagForeground": "foreground",
|
||||||
"Popup.Advertiser.background": "paneBackground",
|
"Popup.Advertiser.background": "paneBackground",
|
||||||
@@ -162,7 +186,7 @@
|
|||||||
"Popup.paintBorder": false,
|
"Popup.paintBorder": false,
|
||||||
"PopupMenu.background": "lightBackground",
|
"PopupMenu.background": "lightBackground",
|
||||||
"PopupMenu.foreground": "foreground",
|
"PopupMenu.foreground": "foreground",
|
||||||
"PopupMenu.selectionBackground": "#001E2D",
|
"PopupMenu.selectionBackground": "#191C21",
|
||||||
"PopupMenu.selectionForeground": "accent",
|
"PopupMenu.selectionForeground": "accent",
|
||||||
"PopupMenuSeparator.stripeWidth": 1,
|
"PopupMenuSeparator.stripeWidth": 1,
|
||||||
"ProgressBar.failedColor": "#ec5f5d",
|
"ProgressBar.failedColor": "#ec5f5d",
|
||||||
@@ -175,8 +199,8 @@
|
|||||||
"ProgressBar.trackColor": "accent",
|
"ProgressBar.trackColor": "accent",
|
||||||
"RadioButton.background": "lightBackground",
|
"RadioButton.background": "lightBackground",
|
||||||
"ScrollBar.Mac.hoverTrackColor": "headerBackground",
|
"ScrollBar.Mac.hoverTrackColor": "headerBackground",
|
||||||
|
"Slider.background": "lightBackground",
|
||||||
"ScrollBar.Mac.trackColor": "lightBackground",
|
"ScrollBar.Mac.trackColor": "lightBackground",
|
||||||
"ScrollBar.Mac.Transparent.trackColor": "focused",
|
|
||||||
"ScrollPane.background": "paneBackground",
|
"ScrollPane.background": "paneBackground",
|
||||||
"ScrollPane.foreground": "darkerForeground",
|
"ScrollPane.foreground": "darkerForeground",
|
||||||
"SearchEverywhere.Advertiser.background": "paneBackground",
|
"SearchEverywhere.Advertiser.background": "paneBackground",
|
||||||
@@ -192,7 +216,6 @@
|
|||||||
"SearchMatch.endBackground": "accent",
|
"SearchMatch.endBackground": "accent",
|
||||||
"SearchMatch.startBackground": "accent",
|
"SearchMatch.startBackground": "accent",
|
||||||
"Separator.separatorColor": "separator",
|
"Separator.separatorColor": "separator",
|
||||||
"SettingsTree.rowHeight": "0",
|
|
||||||
"SidePanel.background": "paneBackground",
|
"SidePanel.background": "paneBackground",
|
||||||
"Slider.focus": "focused",
|
"Slider.focus": "focused",
|
||||||
"SpeedSearch.background": "lightBackground",
|
"SpeedSearch.background": "lightBackground",
|
||||||
@@ -215,7 +238,7 @@
|
|||||||
"Table.dropLineColor": "border",
|
"Table.dropLineColor": "border",
|
||||||
"Table.dropLineShortColor": "separator",
|
"Table.dropLineShortColor": "separator",
|
||||||
"Table.focusCellForeground": "accent",
|
"Table.focusCellForeground": "accent",
|
||||||
"Table.selectionBackground": "border",
|
"Table.selectionBackground": "#191C21",
|
||||||
"Table.selectionForeground": "accent",
|
"Table.selectionForeground": "accent",
|
||||||
"Table.sortIconColor": "accent",
|
"Table.sortIconColor": "accent",
|
||||||
"Table.stripeColor": "border",
|
"Table.stripeColor": "border",
|
||||||
@@ -225,13 +248,13 @@
|
|||||||
"TextArea.background": "paneBackground",
|
"TextArea.background": "paneBackground",
|
||||||
"TextArea.caretForeground": "accent",
|
"TextArea.caretForeground": "accent",
|
||||||
"TextArea.foreground": "foreground",
|
"TextArea.foreground": "foreground",
|
||||||
"TextArea.selectionBackground": "#001E2D",
|
"TextArea.selectionBackground": "#191C21",
|
||||||
"TextField.background": "headerBackground",
|
"TextField.background": "headerBackground",
|
||||||
"TextField.caretForeground": "accent",
|
"TextField.caretForeground": "accent",
|
||||||
"TextField.darkShadow": "shadow",
|
"TextField.darkShadow": "shadow",
|
||||||
"TextField.foreground": "foreground",
|
"TextField.foreground": "foreground",
|
||||||
"TextField.highlight": "#ffffff",
|
"TextField.highlight": "#ffffff",
|
||||||
"TextField.selectionBackground": "#001E2D",
|
"TextField.selectionBackground": "#191C21",
|
||||||
"TextPane.background": "lightBackground",
|
"TextPane.background": "lightBackground",
|
||||||
"TitlePane.background": "paneBackground",
|
"TitlePane.background": "paneBackground",
|
||||||
"ToggleButton.borderColor": "separator",
|
"ToggleButton.borderColor": "separator",
|
||||||
@@ -258,15 +281,14 @@
|
|||||||
"ToolWindow.HeaderTab.inactiveUnderlineColor": "border",
|
"ToolWindow.HeaderTab.inactiveUnderlineColor": "border",
|
||||||
"ToolWindow.HeaderTab.selectedInactiveBackground": "headerBackground",
|
"ToolWindow.HeaderTab.selectedInactiveBackground": "headerBackground",
|
||||||
"ToolWindow.HeaderTab.underlineColor": "accent",
|
"ToolWindow.HeaderTab.underlineColor": "accent",
|
||||||
"ToolWindow.HeaderTab.underlinedTabInactiveBackground": "border",
|
|
||||||
"ToolWindow.HeaderTab.underlineHeight": 1,
|
"ToolWindow.HeaderTab.underlineHeight": 1,
|
||||||
|
"ToolWindow.HeaderTab.underlinedTabInactiveBackground": "border",
|
||||||
"Tree.background": "paneBackground",
|
"Tree.background": "paneBackground",
|
||||||
"Tree.paintLines": 0,
|
|
||||||
"Tree.modifiedItemForeground": "accent",
|
"Tree.modifiedItemForeground": "accent",
|
||||||
"Tree.rowHeight": "0",
|
"Tree.paintLines": 0,
|
||||||
"Tree.selectionBackground": "border",
|
"Tree.selectionBackground": "#191C21",
|
||||||
"Tree.selectionForeground": "accent",
|
"Tree.selectionForeground": "accent",
|
||||||
"Tree.selectionInactiveBackground": "headerBackground",
|
"Tree.selectionInactiveBackground": "#191C217f",
|
||||||
"ValidationTooltip.errorBackground": "#261313",
|
"ValidationTooltip.errorBackground": "#261313",
|
||||||
"ValidationTooltip.errorBorderColor": "#ff0072",
|
"ValidationTooltip.errorBorderColor": "#ff0072",
|
||||||
"ValidationTooltip.warningBackground": "#372c0b",
|
"ValidationTooltip.warningBackground": "#372c0b",
|
||||||
@@ -274,31 +296,9 @@
|
|||||||
"VersionControl.FileHistory.Commit.selectedBranchBackground": "separator",
|
"VersionControl.FileHistory.Commit.selectedBranchBackground": "separator",
|
||||||
"VersionControl.Log.Commit.currentBranchBackground": "#232323",
|
"VersionControl.Log.Commit.currentBranchBackground": "#232323",
|
||||||
"VersionControl.Log.Commit.unmatchedForeground": "foreground",
|
"VersionControl.Log.Commit.unmatchedForeground": "foreground",
|
||||||
"WelcomeScreen.Projects.selectionBackground": "separator",
|
"WelcomeScreen.Projects.selectionBackground": "#191C21",
|
||||||
"WelcomeScreen.Projects.selectionInactiveBackground": "separator",
|
"WelcomeScreen.Projects.selectionInactiveBackground": "#191C217f",
|
||||||
"WelcomeScreen.separatorColor": "separator",
|
"WelcomeScreen.separatorColor": "separator",
|
||||||
"Window.border": "1,1,1,1,4b4b4b"
|
"Window.border": "1,1,1,1,4b4b4b"
|
||||||
},
|
|
||||||
"icons": {
|
|
||||||
"ColorPalette": {
|
|
||||||
"Actions.Grey": "#afafaf",
|
|
||||||
"Actions.Red": "#ff0072",
|
|
||||||
"Actions.Yellow": "#f7cd46",
|
|
||||||
"Actions.Green": "#78b756",
|
|
||||||
"Actions.Blue": "#307bf6",
|
|
||||||
"Actions.GreyInline": "#afafaf",
|
|
||||||
"Actions.GreyInline.Dark": "#7d7d7d",
|
|
||||||
"Objects.Grey": "#c8c8c8",
|
|
||||||
"Objects.RedStatus": "#EC5F5D",
|
|
||||||
"Objects.Red": "#ff0072",
|
|
||||||
"Objects.Pink": "#ffa9ca",
|
|
||||||
"Objects.Yellow": "#f7cd46",
|
|
||||||
"Objects.Green": "#a6e22e",
|
|
||||||
"Objects.Purple": "#9478f6",
|
|
||||||
"Objects.BlackText": "#4b4b4b",
|
|
||||||
"Objects.Blue": "#49b0f1",
|
|
||||||
"Objects.YellowDark": "#fd971f",
|
|
||||||
"Objects.GreenAndroid": "#78b756"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,6 +67,7 @@
|
|||||||
"ComboBox": {
|
"ComboBox": {
|
||||||
"nonEditableBackground": "#333841",
|
"nonEditableBackground": "#333841",
|
||||||
"background": "#333841",
|
"background": "#333841",
|
||||||
|
"selectionBackground": "#4d78cc",
|
||||||
"ArrowButton": {
|
"ArrowButton": {
|
||||||
"iconColor": "#abb2bf",
|
"iconColor": "#abb2bf",
|
||||||
"disabledIconColor": "#2c313a",
|
"disabledIconColor": "#2c313a",
|
||||||
@@ -324,6 +325,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"Tree": {
|
"Tree": {
|
||||||
|
"selectionBackground": "#4d78cc",
|
||||||
"modifiedItemForeground": "#568AF2",
|
"modifiedItemForeground": "#568AF2",
|
||||||
"rowHeight": 20
|
"rowHeight": 20
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user