mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
IntelliJ Themes Demo: updated "Material Theme UI Lite" theme to version 7.0, downloaded from IntelliJ plugin repo (https://plugins.jetbrains.com/plugin/12124-material-theme-ui-lite/versions) because theme github repo is not up-to-date
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
"acceleratorSelectionForeground": "#8b9eb5",
|
||||
"background": "#2f343f",
|
||||
"borderColor": "#404552",
|
||||
"disabledBackground": "#474B57",
|
||||
"disabledBackground": "#37373d",
|
||||
"disabledForeground": "#D3DAE3",
|
||||
"disabledText": "#D3DAE3",
|
||||
"focusColor": "#3F3F46",
|
||||
"focusColor": "#08507C",
|
||||
"focusedBorderColor": "#42A5F5",
|
||||
"foreground": "#D3DAE3",
|
||||
"inactiveBackground": "#474B57",
|
||||
"inactiveBackground": "#37373d",
|
||||
"inactiveForeground": "#8b9eb5",
|
||||
"infoForeground": "#8b9eb5",
|
||||
"selectionBackground": "#8888FF",
|
||||
@@ -52,7 +52,7 @@
|
||||
"disabledText": "#D3DAE3",
|
||||
"endBackground": "#383C4A",
|
||||
"endBorderColor": "#383C4A",
|
||||
"focus": "#3F3F46",
|
||||
"focus": "#08507C",
|
||||
"focusedBorderColor": "#42A5F5",
|
||||
"foreground": "#8b9eb5",
|
||||
"highlight": "#FFFFFF",
|
||||
@@ -113,18 +113,17 @@
|
||||
"matchForeground": "#42A5F52",
|
||||
"matchSelectionForeground": "#42A5F5",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#08507C",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#8b9eb5",
|
||||
"selectionInactiveBackground": "#3F3F46",
|
||||
"selectionInactiveBackground": "#8888FF50",
|
||||
"selectionBackground": "#8888FF80",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
},
|
||||
"Component": {
|
||||
"arc": 4,
|
||||
"borderColor": "#3F3F46",
|
||||
"borderColor": "#08507C",
|
||||
"disabledBorderColor": "#383C4A",
|
||||
"focusColor": "#42A5F5",
|
||||
"focusedBorderColor": "#42A5F5",
|
||||
@@ -150,22 +149,22 @@
|
||||
}
|
||||
},
|
||||
"DebuggerTabs": {
|
||||
"selectedBackground": "#3F3F46",
|
||||
"underlinedTabBackground": "#3F3F46"
|
||||
"selectedBackground": "#08507C",
|
||||
"underlinedTabBackground": "#08507C"
|
||||
},
|
||||
"DebuggerPopup": {
|
||||
"borderColor": "#3F3F46"
|
||||
"borderColor": "#08507C"
|
||||
},
|
||||
"DefaultTabs": {
|
||||
"background": "#2f343f",
|
||||
"borderColor": "#2f343f",
|
||||
"hoverBackground": "#41416A",
|
||||
"hoverColor": "#262b33",
|
||||
"hoverMaskColor": "#3F3F46",
|
||||
"hoverMaskColor": "#08507C",
|
||||
"inactiveUnderlineColor": "#D3DAE3",
|
||||
"inactiveMaskColor": "#262b33",
|
||||
"underlineColor": "#42A5F5",
|
||||
"underlinedTabBackground":"#41416A"
|
||||
"underlinedTabBackground": "#41416A"
|
||||
},
|
||||
"Desktop.background": "#2f343f",
|
||||
"DialogWrapper.southPanelBackground": "#2f343f",
|
||||
@@ -191,20 +190,29 @@
|
||||
},
|
||||
"EditorTabs": {
|
||||
"borderColor": "#393f4c",
|
||||
"hoverColor": "#3F3F46",
|
||||
"hoverMaskColor": "#3F3F46",
|
||||
"hoverColor": "#08507C",
|
||||
"hoverMaskColor": "#08507C",
|
||||
"inactiveMaskColor": "#2f343f",
|
||||
"inactiveColoredFileBackground": "#2f343f",
|
||||
"inactiveUnderlineColor": "#D3DAE3",
|
||||
"selectedForeground": "#D3DAE3",
|
||||
"selectedBackground": "#41416A",
|
||||
"underlineColor": "#42A5F5",
|
||||
"underlinedTabBackground": "#41416A"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#2f343f",
|
||||
"borderColor": "#393f4c",
|
||||
"hoverBackground": "#08507C",
|
||||
"hoverColor": "#08507C",
|
||||
"inactiveUnderlineColor": "#42A5F5",
|
||||
"underlineColor": "#42A5F5",
|
||||
"underlinedTabBackground": "#41416A",
|
||||
"underlinedTabForeground": "#D3DAE3"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
"Yellow": "#474B57",
|
||||
"Yellow": "#37373d",
|
||||
"Orange": "#B53D00",
|
||||
"Violet": "#4D2C91",
|
||||
"Rose": "#A00037"
|
||||
@@ -283,10 +291,10 @@
|
||||
"List": {
|
||||
"background": "#393f4c",
|
||||
"foreground": "#D3DAE3",
|
||||
"selectionBackground": "#8888FF",
|
||||
"selectionBackground": "#8888FF50",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#08507C25"
|
||||
"selectionInactiveBackground": "#09477125"
|
||||
},
|
||||
"material": {
|
||||
"background": "#2f343f",
|
||||
@@ -302,8 +310,8 @@
|
||||
},
|
||||
"MemoryIndicator": {
|
||||
"allocatedBackground": "#393f4c",
|
||||
"usedColor": "#3F3F46",
|
||||
"usedBackground": "#3F3F46"
|
||||
"usedColor": "#08507C",
|
||||
"usedBackground": "#08507C"
|
||||
},
|
||||
"Menu": {
|
||||
"acceleratorForeground": "#8b9eb5",
|
||||
@@ -407,16 +415,16 @@
|
||||
"Plugins": {
|
||||
"background": "#2f343f",
|
||||
"disabledForeground": "#D3DAE3",
|
||||
"eapTagBackground": "#3F3F46",
|
||||
"eapTagBackground": "#08507C",
|
||||
"lightSelectionBackground": "#8888FF",
|
||||
"selectionBackground": "#8888FF",
|
||||
"tagForeground": "#42A5F5",
|
||||
"tagBackground": "#3F3F46",
|
||||
"tagBackground": "#08507C",
|
||||
"Button": {
|
||||
"installBackground": "#383C4A",
|
||||
"installBorderColor": "#383C4A",
|
||||
"installForeground": "#D3DAE3",
|
||||
"installFocusedBackground": "#3F3F46",
|
||||
"installFocusedBackground": "#08507C",
|
||||
"installFillForeground": "#8b9eb5",
|
||||
"installFillBackground": "#383C4A",
|
||||
"updateBackground": "#383C4A",
|
||||
@@ -472,8 +480,8 @@
|
||||
"indeterminateEndColor": "#42A5F5",
|
||||
"indeterminateStartColor": "#42A5F5",
|
||||
"progressColor": "#42A5F5",
|
||||
"selectionBackground": "#3F3F46",
|
||||
"trackColor": "#3F3F46"
|
||||
"selectionBackground": "#08507C",
|
||||
"trackColor": "#08507C"
|
||||
},
|
||||
"RadioButton": {
|
||||
"background": "#2f343f",
|
||||
@@ -511,7 +519,7 @@
|
||||
"trackColor": "#2f343f30"
|
||||
}
|
||||
},
|
||||
"thumb": "#3F3F46",
|
||||
"thumb": "#08507C",
|
||||
"thumbBorderColor": "#42A5F570",
|
||||
"thumbColor": "#42A5F570",
|
||||
"trackColor": "#2f343f30",
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#2f343f"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#D3DAE3",
|
||||
"separatorForeground": "#8b9eb5",
|
||||
"separatorColor": "#404552"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -544,7 +552,7 @@
|
||||
"Tab": {
|
||||
"active.foreground": "#FFFFFF",
|
||||
"selectedForeground": "#FFFFFF",
|
||||
"selectedBackground": "#3F3F46"
|
||||
"selectedBackground": "#08507C"
|
||||
}
|
||||
},
|
||||
"SearchMatch": {
|
||||
@@ -561,14 +569,17 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#2f343f",
|
||||
"buttonBorderColor": "#42A5F5",
|
||||
"buttonColor": "#42A5F5",
|
||||
"foreground": "#D3DAE3",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#393f4c",
|
||||
"trackColor": "#41416A",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#42A5F5"
|
||||
},
|
||||
"SpeedSearch": {
|
||||
"background": "#3F3F46",
|
||||
"background": "#08507C",
|
||||
"borderColor": "#404552",
|
||||
"foreground": "#D3DAE3",
|
||||
"errorForeground": "#D3DAE3"
|
||||
@@ -589,7 +600,7 @@
|
||||
},
|
||||
"TabbedPane": {
|
||||
"background": "#2f343f",
|
||||
"contentAreaColor": "#3F3F46",
|
||||
"contentAreaColor": "#08507C",
|
||||
"contentBorderInsets": "3,1,1,1",
|
||||
"darkShadow": "#404552",
|
||||
"disabledForeground": "#D3DAE3",
|
||||
@@ -599,7 +610,7 @@
|
||||
"fontSizeOffset": 0,
|
||||
"foreground": "#D3DAE3",
|
||||
"highlight": "#404552",
|
||||
"hoverColor": "#3F3F46",
|
||||
"hoverColor": "#08507C",
|
||||
"labelShift": 0,
|
||||
"selectedForeground": "#FFFFFF",
|
||||
"selectedLabelShift": 0,
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#42A5F5"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#262b33",
|
||||
"Table": {
|
||||
@@ -626,7 +638,7 @@
|
||||
"lightSelectionInactiveBackground": "#393f4c",
|
||||
"selectionBackground": "#41416A",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#08507C25",
|
||||
"selectionInactiveBackground": "#41416A",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#D3DAE3",
|
||||
"stripeColor": "#262b33"
|
||||
@@ -671,8 +683,8 @@
|
||||
},
|
||||
"TitlePane": {
|
||||
"background": "#262b33",
|
||||
"Button.hoverBackground": "#3F3F46",
|
||||
"inactiveBackground": "#393f4c",
|
||||
"Button.hoverBackground": "#08507C",
|
||||
"inactiveBackground": "#2f343f",
|
||||
"infoForeground": "#8b9eb5",
|
||||
"inactiveInfoForeground": "#8b9eb5"
|
||||
},
|
||||
@@ -697,7 +709,7 @@
|
||||
"Actions.background": "#2f343f",
|
||||
"Actions.infoForeground": "#8b9eb5",
|
||||
"background": "#2f343f",
|
||||
"borderColor": "#3F3F46",
|
||||
"borderColor": "#08507C",
|
||||
"foreground": "#D3DAE3",
|
||||
"infoForeground": "#8b9eb5",
|
||||
"separatorColor": "#404552",
|
||||
@@ -718,13 +730,13 @@
|
||||
"background": "#2f343f"
|
||||
},
|
||||
"HeaderTab": {
|
||||
"hoverBackground": "#3F3F46",
|
||||
"hoverBackground": "#08507C",
|
||||
"hoverInactiveBackground": "#393f4c",
|
||||
"inactiveUnderlineColor": "#42A5F5",
|
||||
"selectedBackground": "#262b33",
|
||||
"selectedInactiveBackground": "#262b33",
|
||||
"underlineColor": "#42A5F5",
|
||||
"underlinedTabBackground": "#3F3F46",
|
||||
"underlinedTabBackground": "#08507C",
|
||||
"underlinedTabInactiveBackground": "#393f4c"
|
||||
}
|
||||
},
|
||||
@@ -734,10 +746,10 @@
|
||||
"hash": "#404552",
|
||||
"modifiedItemForeground": "#42A5F5",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#08507C",
|
||||
"selectionBackground": "#09477170",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#08507C25",
|
||||
"selectionInactiveBackground": "#09477125",
|
||||
"textBackground": "#262b33"
|
||||
},
|
||||
"Tree.leftChildIndent": 10,
|
||||
@@ -773,16 +785,16 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#8b9eb5",
|
||||
"Commit.currentBranchBackground": "#08507C"
|
||||
"Commit.currentBranchBackground": "#393f4c"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#FFFFFF",
|
||||
"backgroundBase": "#3F3F46"
|
||||
"backgroundBase": "#08507C"
|
||||
}
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#262b33",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#D3DAE3"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#2f343f",
|
||||
@@ -826,8 +838,8 @@
|
||||
"Actions.Yellow": "#F9EE98",
|
||||
"Checkbox.Background.Default": "#262b33",
|
||||
"Checkbox.Background.Default.Dark": "#262b33",
|
||||
"Checkbox.Background.Disabled": "#474B57",
|
||||
"Checkbox.Background.Disabled.Dark": "#474B57",
|
||||
"Checkbox.Background.Disabled": "#37373d",
|
||||
"Checkbox.Background.Disabled.Dark": "#37373d",
|
||||
"Checkbox.Border.Default": "#404552",
|
||||
"Checkbox.Border.Default.Dark": "#404552",
|
||||
"Checkbox.Border.Disabled": "#D3DAE3",
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#42A5F5",
|
||||
"Checkbox.Foreground.Disabled": "#D3DAE3",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#D3DAE3",
|
||||
"Checkbox.Background.Selected": "#42A5F5",
|
||||
"Checkbox.Background.Selected.Dark": "#42A5F5",
|
||||
"Checkbox.Background.Selected": "#2f343f",
|
||||
"Checkbox.Background.Selected.Dark": "#2f343f",
|
||||
"Checkbox.Border.Selected": "#42A5F5",
|
||||
"Checkbox.Border.Selected.Dark": "#42A5F5",
|
||||
"Checkbox.Foreground.Selected": "#D3DAE3",
|
||||
"Checkbox.Foreground.Selected.Dark": "#D3DAE3",
|
||||
"Checkbox.Foreground.Selected": "#42A5F5",
|
||||
"Checkbox.Foreground.Selected.Dark": "#42A5F5",
|
||||
"Checkbox.Focus.Thin.Selected": "#D3DAE3",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#D3DAE3",
|
||||
"Objects.Grey": "#747C84",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#D3DAE3",
|
||||
"Objects.YellowDark": "#CDA869",
|
||||
"Objects.GreenAndroid": "#8F9D6A"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,13 +8,13 @@
|
||||
"acceleratorSelectionForeground": "#8b9eb5",
|
||||
"background": "#2f343f",
|
||||
"borderColor": "#404552",
|
||||
"disabledBackground": "#474B57",
|
||||
"disabledBackground": "#37373d",
|
||||
"disabledForeground": "#D3DAE3",
|
||||
"disabledText": "#D3DAE3",
|
||||
"focusColor": "#3F3F46",
|
||||
"focusColor": "#08507C",
|
||||
"focusedBorderColor": "#42A5F5",
|
||||
"foreground": "#D3DAE3",
|
||||
"inactiveBackground": "#474B57",
|
||||
"inactiveBackground": "#37373d",
|
||||
"inactiveForeground": "#8b9eb5",
|
||||
"infoForeground": "#8b9eb5",
|
||||
"selectionBackground": "#8888FF",
|
||||
@@ -52,7 +52,7 @@
|
||||
"disabledText": "#D3DAE3",
|
||||
"endBackground": "#383C4A",
|
||||
"endBorderColor": "#383C4A",
|
||||
"focus": "#3F3F46",
|
||||
"focus": "#08507C",
|
||||
"focusedBorderColor": "#42A5F5",
|
||||
"foreground": "#8b9eb5",
|
||||
"highlight": "#FFFFFF",
|
||||
@@ -113,18 +113,17 @@
|
||||
"matchForeground": "#42A5F52",
|
||||
"matchSelectionForeground": "#42A5F5",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#08507C",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#8b9eb5",
|
||||
"selectionInactiveBackground": "#3F3F46",
|
||||
"selectionInactiveBackground": "#8888FF50",
|
||||
"selectionBackground": "#8888FF80",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
},
|
||||
"Component": {
|
||||
"arc": 4,
|
||||
"borderColor": "#3F3F46",
|
||||
"borderColor": "#08507C",
|
||||
"disabledBorderColor": "#383C4A",
|
||||
"focusColor": "#42A5F5",
|
||||
"focusedBorderColor": "#42A5F5",
|
||||
@@ -150,22 +149,22 @@
|
||||
}
|
||||
},
|
||||
"DebuggerTabs": {
|
||||
"selectedBackground": "#3F3F46",
|
||||
"underlinedTabBackground": "#3F3F46"
|
||||
"selectedBackground": "#08507C",
|
||||
"underlinedTabBackground": "#08507C"
|
||||
},
|
||||
"DebuggerPopup": {
|
||||
"borderColor": "#3F3F46"
|
||||
"borderColor": "#08507C"
|
||||
},
|
||||
"DefaultTabs": {
|
||||
"background": "#2f343f",
|
||||
"borderColor": "#2f343f",
|
||||
"hoverBackground": "#41416A",
|
||||
"hoverColor": "#2f343f",
|
||||
"hoverMaskColor": "#3F3F46",
|
||||
"hoverMaskColor": "#08507C",
|
||||
"inactiveUnderlineColor": "#D3DAE3",
|
||||
"inactiveMaskColor": "#2f343f",
|
||||
"underlineColor": "#42A5F5",
|
||||
"underlinedTabBackground":"#41416A"
|
||||
"underlinedTabBackground": "#41416A"
|
||||
},
|
||||
"Desktop.background": "#2f343f",
|
||||
"DialogWrapper.southPanelBackground": "#2f343f",
|
||||
@@ -191,20 +190,29 @@
|
||||
},
|
||||
"EditorTabs": {
|
||||
"borderColor": "#393f4c",
|
||||
"hoverColor": "#3F3F46",
|
||||
"hoverMaskColor": "#3F3F46",
|
||||
"hoverColor": "#08507C",
|
||||
"hoverMaskColor": "#08507C",
|
||||
"inactiveMaskColor": "#2f343f",
|
||||
"inactiveColoredFileBackground": "#2f343f",
|
||||
"inactiveUnderlineColor": "#D3DAE3",
|
||||
"selectedForeground": "#D3DAE3",
|
||||
"selectedBackground": "#41416A",
|
||||
"underlineColor": "#42A5F5",
|
||||
"underlinedTabBackground": "#41416A"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#2f343f",
|
||||
"borderColor": "#393f4c",
|
||||
"hoverBackground": "#08507C",
|
||||
"hoverColor": "#08507C",
|
||||
"inactiveUnderlineColor": "#42A5F5",
|
||||
"underlineColor": "#42A5F5",
|
||||
"underlinedTabBackground": "#41416A",
|
||||
"underlinedTabForeground": "#D3DAE3"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
"Yellow": "#474B57",
|
||||
"Yellow": "#37373d",
|
||||
"Orange": "#B53D00",
|
||||
"Violet": "#4D2C91",
|
||||
"Rose": "#A00037"
|
||||
@@ -283,10 +291,10 @@
|
||||
"List": {
|
||||
"background": "#393f4c",
|
||||
"foreground": "#D3DAE3",
|
||||
"selectionBackground": "#8888FF",
|
||||
"selectionBackground": "#8888FF50",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#08507C25"
|
||||
"selectionInactiveBackground": "#09477125"
|
||||
},
|
||||
"material": {
|
||||
"background": "#2f343f",
|
||||
@@ -302,8 +310,8 @@
|
||||
},
|
||||
"MemoryIndicator": {
|
||||
"allocatedBackground": "#393f4c",
|
||||
"usedColor": "#3F3F46",
|
||||
"usedBackground": "#3F3F46"
|
||||
"usedColor": "#08507C",
|
||||
"usedBackground": "#08507C"
|
||||
},
|
||||
"Menu": {
|
||||
"acceleratorForeground": "#8b9eb5",
|
||||
@@ -407,16 +415,16 @@
|
||||
"Plugins": {
|
||||
"background": "#2f343f",
|
||||
"disabledForeground": "#D3DAE3",
|
||||
"eapTagBackground": "#3F3F46",
|
||||
"eapTagBackground": "#08507C",
|
||||
"lightSelectionBackground": "#8888FF",
|
||||
"selectionBackground": "#8888FF",
|
||||
"tagForeground": "#42A5F5",
|
||||
"tagBackground": "#3F3F46",
|
||||
"tagBackground": "#08507C",
|
||||
"Button": {
|
||||
"installBackground": "#383C4A",
|
||||
"installBorderColor": "#383C4A",
|
||||
"installForeground": "#D3DAE3",
|
||||
"installFocusedBackground": "#3F3F46",
|
||||
"installFocusedBackground": "#08507C",
|
||||
"installFillForeground": "#8b9eb5",
|
||||
"installFillBackground": "#383C4A",
|
||||
"updateBackground": "#383C4A",
|
||||
@@ -472,8 +480,8 @@
|
||||
"indeterminateEndColor": "#42A5F5",
|
||||
"indeterminateStartColor": "#42A5F5",
|
||||
"progressColor": "#42A5F5",
|
||||
"selectionBackground": "#3F3F46",
|
||||
"trackColor": "#3F3F46"
|
||||
"selectionBackground": "#08507C",
|
||||
"trackColor": "#08507C"
|
||||
},
|
||||
"RadioButton": {
|
||||
"background": "#2f343f",
|
||||
@@ -511,7 +519,7 @@
|
||||
"trackColor": "#2f343f30"
|
||||
}
|
||||
},
|
||||
"thumb": "#3F3F46",
|
||||
"thumb": "#08507C",
|
||||
"thumbBorderColor": "#42A5F570",
|
||||
"thumbColor": "#42A5F570",
|
||||
"trackColor": "#2f343f30",
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#2f343f"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#D3DAE3",
|
||||
"separatorForeground": "#8b9eb5",
|
||||
"separatorColor": "#404552"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -544,7 +552,7 @@
|
||||
"Tab": {
|
||||
"active.foreground": "#FFFFFF",
|
||||
"selectedForeground": "#FFFFFF",
|
||||
"selectedBackground": "#3F3F46"
|
||||
"selectedBackground": "#08507C"
|
||||
}
|
||||
},
|
||||
"SearchMatch": {
|
||||
@@ -561,14 +569,17 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#2f343f",
|
||||
"buttonBorderColor": "#42A5F5",
|
||||
"buttonColor": "#42A5F5",
|
||||
"foreground": "#D3DAE3",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#393f4c",
|
||||
"trackColor": "#41416A",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#42A5F5"
|
||||
},
|
||||
"SpeedSearch": {
|
||||
"background": "#3F3F46",
|
||||
"background": "#08507C",
|
||||
"borderColor": "#404552",
|
||||
"foreground": "#D3DAE3",
|
||||
"errorForeground": "#D3DAE3"
|
||||
@@ -589,7 +600,7 @@
|
||||
},
|
||||
"TabbedPane": {
|
||||
"background": "#2f343f",
|
||||
"contentAreaColor": "#3F3F46",
|
||||
"contentAreaColor": "#08507C",
|
||||
"contentBorderInsets": "3,1,1,1",
|
||||
"darkShadow": "#404552",
|
||||
"disabledForeground": "#D3DAE3",
|
||||
@@ -599,7 +610,7 @@
|
||||
"fontSizeOffset": 0,
|
||||
"foreground": "#D3DAE3",
|
||||
"highlight": "#404552",
|
||||
"hoverColor": "#3F3F46",
|
||||
"hoverColor": "#08507C",
|
||||
"labelShift": 0,
|
||||
"selectedForeground": "#FFFFFF",
|
||||
"selectedLabelShift": 0,
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#42A5F5"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#2f343f",
|
||||
"Table": {
|
||||
@@ -626,7 +638,7 @@
|
||||
"lightSelectionInactiveBackground": "#393f4c",
|
||||
"selectionBackground": "#41416A",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#08507C25",
|
||||
"selectionInactiveBackground": "#41416A",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#D3DAE3",
|
||||
"stripeColor": "#262b33"
|
||||
@@ -671,8 +683,8 @@
|
||||
},
|
||||
"TitlePane": {
|
||||
"background": "#262b33",
|
||||
"Button.hoverBackground": "#3F3F46",
|
||||
"inactiveBackground": "#393f4c",
|
||||
"Button.hoverBackground": "#08507C",
|
||||
"inactiveBackground": "#2f343f",
|
||||
"infoForeground": "#8b9eb5",
|
||||
"inactiveInfoForeground": "#8b9eb5"
|
||||
},
|
||||
@@ -697,7 +709,7 @@
|
||||
"Actions.background": "#2f343f",
|
||||
"Actions.infoForeground": "#8b9eb5",
|
||||
"background": "#2f343f",
|
||||
"borderColor": "#3F3F46",
|
||||
"borderColor": "#08507C",
|
||||
"foreground": "#D3DAE3",
|
||||
"infoForeground": "#8b9eb5",
|
||||
"separatorColor": "#404552",
|
||||
@@ -718,13 +730,13 @@
|
||||
"background": "#2f343f"
|
||||
},
|
||||
"HeaderTab": {
|
||||
"hoverBackground": "#3F3F46",
|
||||
"hoverBackground": "#08507C",
|
||||
"hoverInactiveBackground": "#393f4c",
|
||||
"inactiveUnderlineColor": "#42A5F5",
|
||||
"selectedBackground": "#262b33",
|
||||
"selectedInactiveBackground": "#262b33",
|
||||
"underlineColor": "#42A5F5",
|
||||
"underlinedTabBackground": "#3F3F46",
|
||||
"underlinedTabBackground": "#08507C",
|
||||
"underlinedTabInactiveBackground": "#393f4c"
|
||||
}
|
||||
},
|
||||
@@ -734,10 +746,10 @@
|
||||
"hash": "#404552",
|
||||
"modifiedItemForeground": "#42A5F5",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#08507C",
|
||||
"selectionBackground": "#09477170",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#08507C25",
|
||||
"selectionInactiveBackground": "#09477125",
|
||||
"textBackground": "#2f343f"
|
||||
},
|
||||
"Tree.leftChildIndent": 10,
|
||||
@@ -773,16 +785,16 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#8b9eb5",
|
||||
"Commit.currentBranchBackground": "#08507C"
|
||||
"Commit.currentBranchBackground": "#393f4c"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#FFFFFF",
|
||||
"backgroundBase": "#3F3F46"
|
||||
"backgroundBase": "#08507C"
|
||||
}
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#2f343f",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#D3DAE3"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#2f343f",
|
||||
@@ -826,8 +838,8 @@
|
||||
"Actions.Yellow": "#F9EE98",
|
||||
"Checkbox.Background.Default": "#262b33",
|
||||
"Checkbox.Background.Default.Dark": "#262b33",
|
||||
"Checkbox.Background.Disabled": "#474B57",
|
||||
"Checkbox.Background.Disabled.Dark": "#474B57",
|
||||
"Checkbox.Background.Disabled": "#37373d",
|
||||
"Checkbox.Background.Disabled.Dark": "#37373d",
|
||||
"Checkbox.Border.Default": "#404552",
|
||||
"Checkbox.Border.Default.Dark": "#404552",
|
||||
"Checkbox.Border.Disabled": "#D3DAE3",
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#42A5F5",
|
||||
"Checkbox.Foreground.Disabled": "#D3DAE3",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#D3DAE3",
|
||||
"Checkbox.Background.Selected": "#42A5F5",
|
||||
"Checkbox.Background.Selected.Dark": "#42A5F5",
|
||||
"Checkbox.Background.Selected": "#2f343f",
|
||||
"Checkbox.Background.Selected.Dark": "#2f343f",
|
||||
"Checkbox.Border.Selected": "#42A5F5",
|
||||
"Checkbox.Border.Selected.Dark": "#42A5F5",
|
||||
"Checkbox.Foreground.Selected": "#D3DAE3",
|
||||
"Checkbox.Foreground.Selected.Dark": "#D3DAE3",
|
||||
"Checkbox.Foreground.Selected": "#42A5F5",
|
||||
"Checkbox.Foreground.Selected.Dark": "#42A5F5",
|
||||
"Checkbox.Focus.Thin.Selected": "#D3DAE3",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#D3DAE3",
|
||||
"Objects.Grey": "#747C84",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#D3DAE3",
|
||||
"Objects.YellowDark": "#CDA869",
|
||||
"Objects.GreenAndroid": "#8F9D6A"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
"inactiveBackground": "#3c4150",
|
||||
"inactiveForeground": "#979FAD",
|
||||
"infoForeground": "#979FAD",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionBackgroundInactive": "#2F333D",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#2F333D",
|
||||
@@ -31,7 +31,7 @@
|
||||
"pressedBorderColor": "#2979ff50"
|
||||
},
|
||||
"Autocomplete": {
|
||||
"selectionBackground": "#3A3F4B"
|
||||
"selectionBackground": "#4D515D"
|
||||
},
|
||||
"Borders.ContrastBorderColor": "#282C34",
|
||||
"Borders.color": "#282C34",
|
||||
@@ -79,7 +79,7 @@
|
||||
"disabledBackground": "#282C34",
|
||||
"disabledForeground": "#6B727D",
|
||||
"foreground": "#979FAD",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"ColorChooser": {
|
||||
@@ -113,12 +113,11 @@
|
||||
"matchForeground": "#2979ff2",
|
||||
"matchSelectionForeground": "#2979ff",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#3A3F4B",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#979FAD",
|
||||
"selectionInactiveBackground": "#383D48",
|
||||
"selectionBackground": "#3A3F4B80",
|
||||
"selectionInactiveBackground": "#4D515D50",
|
||||
"selectionBackground": "#4D515D80",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
},
|
||||
@@ -165,7 +164,7 @@
|
||||
"inactiveUnderlineColor": "#6B727D",
|
||||
"inactiveMaskColor": "#21252B",
|
||||
"underlineColor": "#2979ff",
|
||||
"underlinedTabBackground":"#383E49"
|
||||
"underlinedTabBackground": "#383E49"
|
||||
},
|
||||
"Desktop.background": "#282C34",
|
||||
"DialogWrapper.southPanelBackground": "#282C34",
|
||||
@@ -186,7 +185,7 @@
|
||||
"foreground": "#979FAD",
|
||||
"inactiveBackground": "#282C34",
|
||||
"inactiveForeground": "#6B727D",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"EditorTabs": {
|
||||
@@ -194,13 +193,22 @@
|
||||
"hoverColor": "#383D48",
|
||||
"hoverMaskColor": "#383D48",
|
||||
"inactiveMaskColor": "#282C34",
|
||||
"inactiveColoredFileBackground": "#282C34",
|
||||
"inactiveUnderlineColor": "#6B727D",
|
||||
"selectedForeground": "#979FAD",
|
||||
"selectedBackground": "#383E49",
|
||||
"underlineColor": "#2979ff",
|
||||
"underlinedTabBackground": "#383E49"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#282C34",
|
||||
"borderColor": "#2F333D",
|
||||
"hoverBackground": "#383D48",
|
||||
"hoverColor": "#383D48",
|
||||
"inactiveUnderlineColor": "#2979ff",
|
||||
"underlineColor": "#2979ff",
|
||||
"underlinedTabBackground": "#383E49",
|
||||
"underlinedTabForeground": "#979FAD"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
@@ -283,7 +291,7 @@
|
||||
"List": {
|
||||
"background": "#2F333D",
|
||||
"foreground": "#979FAD",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D50",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#3A3F4B25"
|
||||
@@ -314,7 +322,7 @@
|
||||
"disabledBackground": "#2F333D",
|
||||
"disabledForeground": "#6B727D",
|
||||
"foreground": "#979FAD",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"separatorColor": "#282C34"
|
||||
},
|
||||
@@ -325,7 +333,7 @@
|
||||
"disabledForeground": "#6B727D",
|
||||
"foreground": "#979FAD",
|
||||
"highlight": "#282C34",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"shadow": "#21252B"
|
||||
},
|
||||
@@ -337,7 +345,7 @@
|
||||
"disabledBackground": "#282C34",
|
||||
"disabledForeground": "#6B727D",
|
||||
"foreground": "#979FAD",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"NavBar": {
|
||||
@@ -408,8 +416,8 @@
|
||||
"background": "#282C34",
|
||||
"disabledForeground": "#6B727D",
|
||||
"eapTagBackground": "#383D48",
|
||||
"lightSelectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"lightSelectionBackground": "#4D515D",
|
||||
"selectionBackground": "#4D515D",
|
||||
"tagForeground": "#2979ff",
|
||||
"tagBackground": "#383D48",
|
||||
"Button": {
|
||||
@@ -487,7 +495,7 @@
|
||||
"disabledBackground": "#282C34",
|
||||
"disabledForeground": "#6B727D",
|
||||
"foreground": "#979FAD",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"ScrollBar": {
|
||||
@@ -561,9 +569,12 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#282C34",
|
||||
"buttonBorderColor": "#2979ff",
|
||||
"buttonColor": "#2979ff",
|
||||
"foreground": "#979FAD",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#2F333D",
|
||||
"trackColor": "#383E49",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#2979ff"
|
||||
},
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#2979ff"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#21252B",
|
||||
"Table": {
|
||||
@@ -626,7 +638,7 @@
|
||||
"lightSelectionInactiveBackground": "#2F333D",
|
||||
"selectionBackground": "#383E49",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#3A3F4B25",
|
||||
"selectionInactiveBackground": "#383E49",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#979FAD",
|
||||
"stripeColor": "#21252B"
|
||||
@@ -672,7 +684,7 @@
|
||||
"TitlePane": {
|
||||
"background": "#21252B",
|
||||
"Button.hoverBackground": "#383D48",
|
||||
"inactiveBackground": "#2F333D",
|
||||
"inactiveBackground": "#282C34",
|
||||
"infoForeground": "#979FAD",
|
||||
"inactiveInfoForeground": "#979FAD"
|
||||
},
|
||||
@@ -734,7 +746,7 @@
|
||||
"hash": "#282C34",
|
||||
"modifiedItemForeground": "#2979ff",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#3A3F4B70",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#3A3F4B25",
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#979FAD",
|
||||
"Commit.currentBranchBackground": "#3A3F4B"
|
||||
"Commit.currentBranchBackground": "#2F333D"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#FFFFFF",
|
||||
@@ -782,7 +794,7 @@
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#21252B",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#979FAD"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#282C34",
|
||||
@@ -796,7 +808,7 @@
|
||||
"separatorColor": "#282C34",
|
||||
"Projects": {
|
||||
"background": "#2F333D",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionInactiveBackground": "#2F333D"
|
||||
}
|
||||
},
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#2979ff",
|
||||
"Checkbox.Foreground.Disabled": "#6B727D",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#6B727D",
|
||||
"Checkbox.Background.Selected": "#2979ff",
|
||||
"Checkbox.Background.Selected.Dark": "#2979ff",
|
||||
"Checkbox.Background.Selected": "#282C34",
|
||||
"Checkbox.Background.Selected.Dark": "#282C34",
|
||||
"Checkbox.Border.Selected": "#2979ff",
|
||||
"Checkbox.Border.Selected.Dark": "#2979ff",
|
||||
"Checkbox.Foreground.Selected": "#979FAD",
|
||||
"Checkbox.Foreground.Selected.Dark": "#979FAD",
|
||||
"Checkbox.Foreground.Selected": "#2979ff",
|
||||
"Checkbox.Foreground.Selected.Dark": "#2979ff",
|
||||
"Checkbox.Focus.Thin.Selected": "#979FAD",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#979FAD",
|
||||
"Objects.Grey": "#59626F",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#979FAD",
|
||||
"Objects.YellowDark": "#D19A66",
|
||||
"Objects.GreenAndroid": "#98C379"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
"inactiveBackground": "#3c4150",
|
||||
"inactiveForeground": "#979FAD",
|
||||
"infoForeground": "#979FAD",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionBackgroundInactive": "#2F333D",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#2F333D",
|
||||
@@ -31,7 +31,7 @@
|
||||
"pressedBorderColor": "#2979ff50"
|
||||
},
|
||||
"Autocomplete": {
|
||||
"selectionBackground": "#3A3F4B"
|
||||
"selectionBackground": "#4D515D"
|
||||
},
|
||||
"Borders.ContrastBorderColor": "#282C34",
|
||||
"Borders.color": "#282C34",
|
||||
@@ -79,7 +79,7 @@
|
||||
"disabledBackground": "#282C34",
|
||||
"disabledForeground": "#6B727D",
|
||||
"foreground": "#979FAD",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"ColorChooser": {
|
||||
@@ -113,12 +113,11 @@
|
||||
"matchForeground": "#2979ff2",
|
||||
"matchSelectionForeground": "#2979ff",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#3A3F4B",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#979FAD",
|
||||
"selectionInactiveBackground": "#383D48",
|
||||
"selectionBackground": "#3A3F4B80",
|
||||
"selectionInactiveBackground": "#4D515D50",
|
||||
"selectionBackground": "#4D515D80",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
},
|
||||
@@ -165,7 +164,7 @@
|
||||
"inactiveUnderlineColor": "#6B727D",
|
||||
"inactiveMaskColor": "#282C34",
|
||||
"underlineColor": "#2979ff",
|
||||
"underlinedTabBackground":"#383E49"
|
||||
"underlinedTabBackground": "#383E49"
|
||||
},
|
||||
"Desktop.background": "#282C34",
|
||||
"DialogWrapper.southPanelBackground": "#282C34",
|
||||
@@ -186,7 +185,7 @@
|
||||
"foreground": "#979FAD",
|
||||
"inactiveBackground": "#282C34",
|
||||
"inactiveForeground": "#6B727D",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"EditorTabs": {
|
||||
@@ -194,13 +193,22 @@
|
||||
"hoverColor": "#383D48",
|
||||
"hoverMaskColor": "#383D48",
|
||||
"inactiveMaskColor": "#282C34",
|
||||
"inactiveColoredFileBackground": "#282C34",
|
||||
"inactiveUnderlineColor": "#6B727D",
|
||||
"selectedForeground": "#979FAD",
|
||||
"selectedBackground": "#383E49",
|
||||
"underlineColor": "#2979ff",
|
||||
"underlinedTabBackground": "#383E49"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#282C34",
|
||||
"borderColor": "#2F333D",
|
||||
"hoverBackground": "#383D48",
|
||||
"hoverColor": "#383D48",
|
||||
"inactiveUnderlineColor": "#2979ff",
|
||||
"underlineColor": "#2979ff",
|
||||
"underlinedTabBackground": "#383E49",
|
||||
"underlinedTabForeground": "#979FAD"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
@@ -283,7 +291,7 @@
|
||||
"List": {
|
||||
"background": "#2F333D",
|
||||
"foreground": "#979FAD",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D50",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#3A3F4B25"
|
||||
@@ -314,7 +322,7 @@
|
||||
"disabledBackground": "#2F333D",
|
||||
"disabledForeground": "#6B727D",
|
||||
"foreground": "#979FAD",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"separatorColor": "#282C34"
|
||||
},
|
||||
@@ -325,7 +333,7 @@
|
||||
"disabledForeground": "#6B727D",
|
||||
"foreground": "#979FAD",
|
||||
"highlight": "#282C34",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"shadow": "#282C34"
|
||||
},
|
||||
@@ -337,7 +345,7 @@
|
||||
"disabledBackground": "#282C34",
|
||||
"disabledForeground": "#6B727D",
|
||||
"foreground": "#979FAD",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"NavBar": {
|
||||
@@ -408,8 +416,8 @@
|
||||
"background": "#282C34",
|
||||
"disabledForeground": "#6B727D",
|
||||
"eapTagBackground": "#383D48",
|
||||
"lightSelectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"lightSelectionBackground": "#4D515D",
|
||||
"selectionBackground": "#4D515D",
|
||||
"tagForeground": "#2979ff",
|
||||
"tagBackground": "#383D48",
|
||||
"Button": {
|
||||
@@ -487,7 +495,7 @@
|
||||
"disabledBackground": "#282C34",
|
||||
"disabledForeground": "#6B727D",
|
||||
"foreground": "#979FAD",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"ScrollBar": {
|
||||
@@ -561,9 +569,12 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#282C34",
|
||||
"buttonBorderColor": "#2979ff",
|
||||
"buttonColor": "#2979ff",
|
||||
"foreground": "#979FAD",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#2F333D",
|
||||
"trackColor": "#383E49",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#2979ff"
|
||||
},
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#2979ff"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#282C34",
|
||||
"Table": {
|
||||
@@ -626,7 +638,7 @@
|
||||
"lightSelectionInactiveBackground": "#2F333D",
|
||||
"selectionBackground": "#383E49",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#3A3F4B25",
|
||||
"selectionInactiveBackground": "#383E49",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#979FAD",
|
||||
"stripeColor": "#21252B"
|
||||
@@ -672,7 +684,7 @@
|
||||
"TitlePane": {
|
||||
"background": "#21252B",
|
||||
"Button.hoverBackground": "#383D48",
|
||||
"inactiveBackground": "#2F333D",
|
||||
"inactiveBackground": "#282C34",
|
||||
"infoForeground": "#979FAD",
|
||||
"inactiveInfoForeground": "#979FAD"
|
||||
},
|
||||
@@ -734,7 +746,7 @@
|
||||
"hash": "#282C34",
|
||||
"modifiedItemForeground": "#2979ff",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#3A3F4B70",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#3A3F4B25",
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#979FAD",
|
||||
"Commit.currentBranchBackground": "#3A3F4B"
|
||||
"Commit.currentBranchBackground": "#2F333D"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#FFFFFF",
|
||||
@@ -782,7 +794,7 @@
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#282C34",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#979FAD"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#282C34",
|
||||
@@ -796,7 +808,7 @@
|
||||
"separatorColor": "#282C34",
|
||||
"Projects": {
|
||||
"background": "#2F333D",
|
||||
"selectionBackground": "#3A3F4B",
|
||||
"selectionBackground": "#4D515D",
|
||||
"selectionInactiveBackground": "#2F333D"
|
||||
}
|
||||
},
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#2979ff",
|
||||
"Checkbox.Foreground.Disabled": "#6B727D",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#6B727D",
|
||||
"Checkbox.Background.Selected": "#2979ff",
|
||||
"Checkbox.Background.Selected.Dark": "#2979ff",
|
||||
"Checkbox.Background.Selected": "#282C34",
|
||||
"Checkbox.Background.Selected.Dark": "#282C34",
|
||||
"Checkbox.Border.Selected": "#2979ff",
|
||||
"Checkbox.Border.Selected.Dark": "#2979ff",
|
||||
"Checkbox.Foreground.Selected": "#979FAD",
|
||||
"Checkbox.Foreground.Selected.Dark": "#979FAD",
|
||||
"Checkbox.Foreground.Selected": "#2979ff",
|
||||
"Checkbox.Foreground.Selected.Dark": "#2979ff",
|
||||
"Checkbox.Focus.Thin.Selected": "#979FAD",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#979FAD",
|
||||
"Objects.Grey": "#59626F",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#979FAD",
|
||||
"Objects.YellowDark": "#D19A66",
|
||||
"Objects.GreenAndroid": "#98C379"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -8,13 +8,13 @@
|
||||
"acceleratorSelectionForeground": "#6272A4",
|
||||
"background": "#282A36",
|
||||
"borderColor": "#21222C",
|
||||
"disabledBackground": "#34353D",
|
||||
"disabledBackground": "#313341",
|
||||
"disabledForeground": "#6272A4",
|
||||
"disabledText": "#6272A4",
|
||||
"focusColor": "#6272A4",
|
||||
"focusedBorderColor": "#FF79C5",
|
||||
"foreground": "#F8F8F2",
|
||||
"inactiveBackground": "#34353D",
|
||||
"inactiveBackground": "#313341",
|
||||
"inactiveForeground": "#6272A4",
|
||||
"infoForeground": "#6272A4",
|
||||
"selectionBackground": "#44475A",
|
||||
@@ -113,11 +113,10 @@
|
||||
"matchForeground": "#FF79C52",
|
||||
"matchSelectionForeground": "#FF79C5",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#44475A",
|
||||
"selectedGrayedForeground": "#8BE9FD",
|
||||
"selectionGrayForeground": "#8BE9FD",
|
||||
"selectionInactiveInfoForeground": "#6272A4",
|
||||
"selectionInactiveBackground": "#6272A4",
|
||||
"selectionInactiveBackground": "#44475A50",
|
||||
"selectionBackground": "#44475A80",
|
||||
"selectionForeground": "#8BE9FD",
|
||||
"selectionInfoForeground": "#8BE9FD"
|
||||
@@ -165,7 +164,7 @@
|
||||
"inactiveUnderlineColor": "#6272A4",
|
||||
"inactiveMaskColor": "#191A21",
|
||||
"underlineColor": "#FF79C5",
|
||||
"underlinedTabBackground":"#44475A"
|
||||
"underlinedTabBackground": "#44475A"
|
||||
},
|
||||
"Desktop.background": "#282A36",
|
||||
"DialogWrapper.southPanelBackground": "#282A36",
|
||||
@@ -194,17 +193,26 @@
|
||||
"hoverColor": "#6272A4",
|
||||
"hoverMaskColor": "#6272A4",
|
||||
"inactiveMaskColor": "#282A36",
|
||||
"inactiveColoredFileBackground": "#282A36",
|
||||
"inactiveUnderlineColor": "#6272A4",
|
||||
"selectedForeground": "#F8F8F2",
|
||||
"selectedBackground": "#44475A",
|
||||
"underlineColor": "#FF79C5",
|
||||
"underlinedTabBackground": "#44475A"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#282A36",
|
||||
"borderColor": "#282A36",
|
||||
"hoverBackground": "#6272A4",
|
||||
"hoverColor": "#6272A4",
|
||||
"inactiveUnderlineColor": "#FF79C5",
|
||||
"underlineColor": "#FF79C5",
|
||||
"underlinedTabBackground": "#44475A",
|
||||
"underlinedTabForeground": "#F8F8F2"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
"Yellow": "#34353D",
|
||||
"Yellow": "#313341",
|
||||
"Orange": "#B53D00",
|
||||
"Violet": "#4D2C91",
|
||||
"Rose": "#A00037"
|
||||
@@ -283,7 +291,7 @@
|
||||
"List": {
|
||||
"background": "#282A36",
|
||||
"foreground": "#F8F8F2",
|
||||
"selectionBackground": "#44475A",
|
||||
"selectionBackground": "#44475A50",
|
||||
"selectionForeground": "#8BE9FD",
|
||||
"selectionInactiveForeground": "#8BE9FD",
|
||||
"selectionInactiveBackground": "#44475A25"
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#282A36"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#F8F8F2",
|
||||
"separatorForeground": "#6272A4",
|
||||
"separatorColor": "#21222C"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -561,9 +569,12 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#282A36",
|
||||
"buttonBorderColor": "#FF79C5",
|
||||
"buttonColor": "#FF79C5",
|
||||
"foreground": "#F8F8F2",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#282A36",
|
||||
"trackColor": "#44475A",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#FF79C5"
|
||||
},
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#FF79C5"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#191A21",
|
||||
"Table": {
|
||||
@@ -626,7 +638,7 @@
|
||||
"lightSelectionInactiveBackground": "#282A36",
|
||||
"selectionBackground": "#44475A",
|
||||
"selectionForeground": "#8BE9FD",
|
||||
"selectionInactiveBackground": "#44475A25",
|
||||
"selectionInactiveBackground": "#44475A",
|
||||
"selectionInactiveForeground": "#8BE9FD",
|
||||
"sortIconColor": "#F8F8F2",
|
||||
"stripeColor": "#191A21"
|
||||
@@ -734,7 +746,7 @@
|
||||
"hash": "#21222C",
|
||||
"modifiedItemForeground": "#FF79C5",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#44475A",
|
||||
"selectionBackground": "#44475A70",
|
||||
"selectionForeground": "#8BE9FD",
|
||||
"selectionInactiveForeground": "#8BE9FD",
|
||||
"selectionInactiveBackground": "#44475A25",
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#6272A4",
|
||||
"Commit.currentBranchBackground": "#44475A"
|
||||
"Commit.currentBranchBackground": "#282A36"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#8BE9FD",
|
||||
@@ -782,7 +794,7 @@
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#191A21",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#F8F8F2"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#282A36",
|
||||
@@ -826,8 +838,8 @@
|
||||
"Actions.Yellow": "#50FA7B",
|
||||
"Checkbox.Background.Default": "#191A21",
|
||||
"Checkbox.Background.Default.Dark": "#191A21",
|
||||
"Checkbox.Background.Disabled": "#34353D",
|
||||
"Checkbox.Background.Disabled.Dark": "#34353D",
|
||||
"Checkbox.Background.Disabled": "#313341",
|
||||
"Checkbox.Background.Disabled.Dark": "#313341",
|
||||
"Checkbox.Border.Default": "#21222C",
|
||||
"Checkbox.Border.Default.Dark": "#21222C",
|
||||
"Checkbox.Border.Disabled": "#6272A4",
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#FF79C5",
|
||||
"Checkbox.Foreground.Disabled": "#6272A4",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#6272A4",
|
||||
"Checkbox.Background.Selected": "#FF79C5",
|
||||
"Checkbox.Background.Selected.Dark": "#FF79C5",
|
||||
"Checkbox.Background.Selected": "#282A36",
|
||||
"Checkbox.Background.Selected.Dark": "#282A36",
|
||||
"Checkbox.Border.Selected": "#FF79C5",
|
||||
"Checkbox.Border.Selected.Dark": "#FF79C5",
|
||||
"Checkbox.Foreground.Selected": "#F8F8F2",
|
||||
"Checkbox.Foreground.Selected.Dark": "#F8F8F2",
|
||||
"Checkbox.Foreground.Selected": "#FF79C5",
|
||||
"Checkbox.Foreground.Selected.Dark": "#FF79C5",
|
||||
"Checkbox.Focus.Thin.Selected": "#F8F8F2",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#F8F8F2",
|
||||
"Objects.Grey": "#6272A4",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#F8F8F2",
|
||||
"Objects.YellowDark": "#BD93F9",
|
||||
"Objects.GreenAndroid": "#F1FA8C"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,13 +8,13 @@
|
||||
"acceleratorSelectionForeground": "#6272A4",
|
||||
"background": "#282A36",
|
||||
"borderColor": "#21222C",
|
||||
"disabledBackground": "#34353D",
|
||||
"disabledBackground": "#313341",
|
||||
"disabledForeground": "#6272A4",
|
||||
"disabledText": "#6272A4",
|
||||
"focusColor": "#6272A4",
|
||||
"focusedBorderColor": "#FF79C5",
|
||||
"foreground": "#F8F8F2",
|
||||
"inactiveBackground": "#34353D",
|
||||
"inactiveBackground": "#313341",
|
||||
"inactiveForeground": "#6272A4",
|
||||
"infoForeground": "#6272A4",
|
||||
"selectionBackground": "#44475A",
|
||||
@@ -113,11 +113,10 @@
|
||||
"matchForeground": "#FF79C52",
|
||||
"matchSelectionForeground": "#FF79C5",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#44475A",
|
||||
"selectedGrayedForeground": "#8BE9FD",
|
||||
"selectionGrayForeground": "#8BE9FD",
|
||||
"selectionInactiveInfoForeground": "#6272A4",
|
||||
"selectionInactiveBackground": "#6272A4",
|
||||
"selectionInactiveBackground": "#44475A50",
|
||||
"selectionBackground": "#44475A80",
|
||||
"selectionForeground": "#8BE9FD",
|
||||
"selectionInfoForeground": "#8BE9FD"
|
||||
@@ -165,7 +164,7 @@
|
||||
"inactiveUnderlineColor": "#6272A4",
|
||||
"inactiveMaskColor": "#282A36",
|
||||
"underlineColor": "#FF79C5",
|
||||
"underlinedTabBackground":"#44475A"
|
||||
"underlinedTabBackground": "#44475A"
|
||||
},
|
||||
"Desktop.background": "#282A36",
|
||||
"DialogWrapper.southPanelBackground": "#282A36",
|
||||
@@ -194,17 +193,26 @@
|
||||
"hoverColor": "#6272A4",
|
||||
"hoverMaskColor": "#6272A4",
|
||||
"inactiveMaskColor": "#282A36",
|
||||
"inactiveColoredFileBackground": "#282A36",
|
||||
"inactiveUnderlineColor": "#6272A4",
|
||||
"selectedForeground": "#F8F8F2",
|
||||
"selectedBackground": "#44475A",
|
||||
"underlineColor": "#FF79C5",
|
||||
"underlinedTabBackground": "#44475A"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#282A36",
|
||||
"borderColor": "#282A36",
|
||||
"hoverBackground": "#6272A4",
|
||||
"hoverColor": "#6272A4",
|
||||
"inactiveUnderlineColor": "#FF79C5",
|
||||
"underlineColor": "#FF79C5",
|
||||
"underlinedTabBackground": "#44475A",
|
||||
"underlinedTabForeground": "#F8F8F2"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
"Yellow": "#34353D",
|
||||
"Yellow": "#313341",
|
||||
"Orange": "#B53D00",
|
||||
"Violet": "#4D2C91",
|
||||
"Rose": "#A00037"
|
||||
@@ -283,7 +291,7 @@
|
||||
"List": {
|
||||
"background": "#282A36",
|
||||
"foreground": "#F8F8F2",
|
||||
"selectionBackground": "#44475A",
|
||||
"selectionBackground": "#44475A50",
|
||||
"selectionForeground": "#8BE9FD",
|
||||
"selectionInactiveForeground": "#8BE9FD",
|
||||
"selectionInactiveBackground": "#44475A25"
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#282A36"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#F8F8F2",
|
||||
"separatorForeground": "#6272A4",
|
||||
"separatorColor": "#21222C"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -561,9 +569,12 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#282A36",
|
||||
"buttonBorderColor": "#FF79C5",
|
||||
"buttonColor": "#FF79C5",
|
||||
"foreground": "#F8F8F2",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#282A36",
|
||||
"trackColor": "#44475A",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#FF79C5"
|
||||
},
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#FF79C5"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#282A36",
|
||||
"Table": {
|
||||
@@ -626,7 +638,7 @@
|
||||
"lightSelectionInactiveBackground": "#282A36",
|
||||
"selectionBackground": "#44475A",
|
||||
"selectionForeground": "#8BE9FD",
|
||||
"selectionInactiveBackground": "#44475A25",
|
||||
"selectionInactiveBackground": "#44475A",
|
||||
"selectionInactiveForeground": "#8BE9FD",
|
||||
"sortIconColor": "#F8F8F2",
|
||||
"stripeColor": "#191A21"
|
||||
@@ -734,7 +746,7 @@
|
||||
"hash": "#21222C",
|
||||
"modifiedItemForeground": "#FF79C5",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#44475A",
|
||||
"selectionBackground": "#44475A70",
|
||||
"selectionForeground": "#8BE9FD",
|
||||
"selectionInactiveForeground": "#8BE9FD",
|
||||
"selectionInactiveBackground": "#44475A25",
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#6272A4",
|
||||
"Commit.currentBranchBackground": "#44475A"
|
||||
"Commit.currentBranchBackground": "#282A36"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#8BE9FD",
|
||||
@@ -782,7 +794,7 @@
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#282A36",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#F8F8F2"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#282A36",
|
||||
@@ -826,8 +838,8 @@
|
||||
"Actions.Yellow": "#50FA7B",
|
||||
"Checkbox.Background.Default": "#191A21",
|
||||
"Checkbox.Background.Default.Dark": "#191A21",
|
||||
"Checkbox.Background.Disabled": "#34353D",
|
||||
"Checkbox.Background.Disabled.Dark": "#34353D",
|
||||
"Checkbox.Background.Disabled": "#313341",
|
||||
"Checkbox.Background.Disabled.Dark": "#313341",
|
||||
"Checkbox.Border.Default": "#21222C",
|
||||
"Checkbox.Border.Default.Dark": "#21222C",
|
||||
"Checkbox.Border.Disabled": "#6272A4",
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#FF79C5",
|
||||
"Checkbox.Foreground.Disabled": "#6272A4",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#6272A4",
|
||||
"Checkbox.Background.Selected": "#FF79C5",
|
||||
"Checkbox.Background.Selected.Dark": "#FF79C5",
|
||||
"Checkbox.Background.Selected": "#282A36",
|
||||
"Checkbox.Background.Selected.Dark": "#282A36",
|
||||
"Checkbox.Border.Selected": "#FF79C5",
|
||||
"Checkbox.Border.Selected.Dark": "#FF79C5",
|
||||
"Checkbox.Foreground.Selected": "#F8F8F2",
|
||||
"Checkbox.Foreground.Selected.Dark": "#F8F8F2",
|
||||
"Checkbox.Foreground.Selected": "#FF79C5",
|
||||
"Checkbox.Foreground.Selected.Dark": "#FF79C5",
|
||||
"Checkbox.Focus.Thin.Selected": "#F8F8F2",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#F8F8F2",
|
||||
"Objects.Grey": "#6272A4",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#F8F8F2",
|
||||
"Objects.YellowDark": "#BD93F9",
|
||||
"Objects.GreenAndroid": "#F1FA8C"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,19 +8,19 @@
|
||||
"acceleratorSelectionForeground": "#292D31",
|
||||
"background": "#F7F8FA",
|
||||
"borderColor": "#DFE1E4",
|
||||
"disabledBackground": "#FDFDFD",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledText": "#6C737C",
|
||||
"disabledBackground": "#dcdcdc",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"disabledText": "#9ba0a3",
|
||||
"focusColor": "#CCE5FF",
|
||||
"focusedBorderColor": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"inactiveBackground": "#FDFDFD",
|
||||
"inactiveBackground": "#dcdcdc",
|
||||
"inactiveForeground": "#292D31",
|
||||
"infoForeground": "#292D31",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionBackgroundInactive": "#F7F8FA",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionInactiveBackground": "#F7F8FA",
|
||||
"selectionBackgroundInactive": "#f3f3f3",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#f3f3f3",
|
||||
"separatorColor": "#DFE1E4"
|
||||
},
|
||||
"activeCaption": "#F7F8FA",
|
||||
@@ -48,27 +48,27 @@
|
||||
"startBackground": "#cce5ff",
|
||||
"startBorderColor": "#cce5ff"
|
||||
},
|
||||
"disabledBorderColor": "#F1F3F6",
|
||||
"disabledText": "#6C737C",
|
||||
"endBackground": "#F1F3F6",
|
||||
"endBorderColor": "#F1F3F6",
|
||||
"disabledBorderColor": "#edf1f5",
|
||||
"disabledText": "#9ba0a3",
|
||||
"endBackground": "#edf1f5",
|
||||
"endBorderColor": "#edf1f5",
|
||||
"focus": "#CCE5FF",
|
||||
"focusedBorderColor": "#79CB60",
|
||||
"foreground": "#292D31",
|
||||
"highlight": "#111111",
|
||||
"mt.background": "#F1F3F6",
|
||||
"highlight": "#FFFFFF",
|
||||
"mt.background": "#edf1f5",
|
||||
"mt.foreground": "#292D31",
|
||||
"mt.selectedForeground": "#111111",
|
||||
"mt.selectedForeground": "#FFFFFF",
|
||||
"mt.selection.color1": "#cce5ff",
|
||||
"mt.selection.color2": "#cce5ff",
|
||||
"startBackground": "#F1F3F6",
|
||||
"startBorderColor": "#F1F3F6",
|
||||
"shadowColor": "#F1F3F6",
|
||||
"startBackground": "#edf1f5",
|
||||
"startBorderColor": "#edf1f5",
|
||||
"shadowColor": "#edf1f5",
|
||||
"shadowWidth": 0
|
||||
},
|
||||
"CheckBox": {
|
||||
"background": "#F7F8FA",
|
||||
"disabledText": "#6C737C",
|
||||
"disabledText": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"select": "#79CB60"
|
||||
},
|
||||
@@ -77,7 +77,7 @@
|
||||
"acceleratorSelectionForeground": "#292D31",
|
||||
"background": "#F7F8FA",
|
||||
"disabledBackground": "#F7F8FA",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111"
|
||||
@@ -87,45 +87,44 @@
|
||||
"foreground": "#5B6168",
|
||||
"swatchesDefaultRecentColor": "#5B6168"
|
||||
},
|
||||
"ComboBoxButton.background": "#F1F3F6",
|
||||
"ComboBoxButton.background": "#edf1f5",
|
||||
"ComboBox": {
|
||||
"ArrowButton": {
|
||||
"background": "#F1F3F6",
|
||||
"disabledIconColor": "#6C737C",
|
||||
"background": "#edf1f5",
|
||||
"disabledIconColor": "#9ba0a3",
|
||||
"iconColor": "#5B6168",
|
||||
"nonEditableBackground": "#F7F8FA"
|
||||
},
|
||||
"background": "#FFFFFF",
|
||||
"buttonBackground": "#F1F3F6",
|
||||
"disabledForeground": "#6C737C",
|
||||
"background": "#fafbfc",
|
||||
"buttonBackground": "#edf1f5",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"modifiedItemForeground": "#79CB60",
|
||||
"nonEditableBackground": "#F7F8FA",
|
||||
"nonEditableBackground": "#f3f3f3",
|
||||
"padding": "5,5,5,5",
|
||||
"selectionBackground": "#cce5ff",
|
||||
"selectionForeground": "#111111"
|
||||
},
|
||||
"ComboPopup.border": "#DFE1E4",
|
||||
"CompletionPopup": {
|
||||
"background": "#F7F8FA",
|
||||
"background": "#f3f3f3",
|
||||
"foreground": "#5B6168",
|
||||
"infoForeground": "#292D31",
|
||||
"matchForeground": "#79CB602",
|
||||
"matchSelectionForeground": "#79CB60",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#3A66D1",
|
||||
"selectedGrayedForeground": "#111111",
|
||||
"selectionGrayForeground": "#111111",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#292D31",
|
||||
"selectionInactiveBackground": "#CCE5FF",
|
||||
"selectionInactiveBackground": "#3A66D150",
|
||||
"selectionBackground": "#3A66D180",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionInfoForeground": "#111111"
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
},
|
||||
"Component": {
|
||||
"arc": 4,
|
||||
"borderColor": "#CCE5FF",
|
||||
"disabledBorderColor": "#F1F3F6",
|
||||
"disabledBorderColor": "#edf1f5",
|
||||
"focusColor": "#79CB60",
|
||||
"focusedBorderColor": "#79CB60",
|
||||
"hoverIconColor": "#79CB60",
|
||||
@@ -136,7 +135,7 @@
|
||||
"controlText": "#292D31",
|
||||
"Counter": {
|
||||
"background": "#79CB60",
|
||||
"foreground": "#111111"
|
||||
"foreground": "#FFFFFF"
|
||||
},
|
||||
"Debugger": {
|
||||
"Variables": {
|
||||
@@ -160,12 +159,12 @@
|
||||
"background": "#F7F8FA",
|
||||
"borderColor": "#F7F8FA",
|
||||
"hoverBackground": "#cce5ff",
|
||||
"hoverColor": "#FFFFFF",
|
||||
"hoverColor": "#fafbfc",
|
||||
"hoverMaskColor": "#CCE5FF",
|
||||
"inactiveUnderlineColor": "#6C737C",
|
||||
"inactiveMaskColor": "#FFFFFF",
|
||||
"inactiveUnderlineColor": "#9ba0a3",
|
||||
"inactiveMaskColor": "#fafbfc",
|
||||
"underlineColor": "#79CB60",
|
||||
"underlinedTabBackground":"#cce5ff"
|
||||
"underlinedTabBackground": "#cce5ff"
|
||||
},
|
||||
"Desktop.background": "#F7F8FA",
|
||||
"DialogWrapper.southPanelBackground": "#F7F8FA",
|
||||
@@ -176,35 +175,44 @@
|
||||
"areaForeground": "#5B6168"
|
||||
},
|
||||
"Editor": {
|
||||
"background": "#FFFFFF",
|
||||
"background": "#fafbfc",
|
||||
"foreground": "#5B6168",
|
||||
"shortcutForeground": "#292D31"
|
||||
},
|
||||
"EditorPane": {
|
||||
"background": "#FFFFFF",
|
||||
"background": "#fafbfc",
|
||||
"caretForeground": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"inactiveBackground": "#F7F8FA",
|
||||
"inactiveForeground": "#6C737C",
|
||||
"inactiveForeground": "#9ba0a3",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111"
|
||||
},
|
||||
"EditorTabs": {
|
||||
"borderColor": "#F7F8FA",
|
||||
"borderColor": "#f3f3f3",
|
||||
"hoverColor": "#CCE5FF",
|
||||
"hoverMaskColor": "#CCE5FF",
|
||||
"inactiveMaskColor": "#F7F8FA",
|
||||
"inactiveColoredFileBackground": "#F7F8FA",
|
||||
"inactiveUnderlineColor": "#6C737C",
|
||||
"inactiveUnderlineColor": "#9ba0a3",
|
||||
"selectedForeground": "#5B6168",
|
||||
"selectedBackground": "#cce5ff",
|
||||
"underlineColor": "#79CB60",
|
||||
"underlinedTabBackground": "#cce5ff"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#F7F8FA",
|
||||
"borderColor": "#f3f3f3",
|
||||
"hoverBackground": "#CCE5FF",
|
||||
"hoverColor": "#CCE5FF",
|
||||
"inactiveUnderlineColor": "#79CB60",
|
||||
"underlineColor": "#79CB60",
|
||||
"underlinedTabBackground": "#cce5ff",
|
||||
"underlinedTabForeground": "#5B6168"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
"Yellow": "#FDFDFD",
|
||||
"Yellow": "#dcdcdc",
|
||||
"Orange": "#B53D00",
|
||||
"Violet": "#4D2C91",
|
||||
"Rose": "#A00037"
|
||||
@@ -221,11 +229,11 @@
|
||||
},
|
||||
"Focus.color": "#DFE1E4",
|
||||
"FormattedTextField": {
|
||||
"background": "#FFFFFF",
|
||||
"background": "#fafbfc",
|
||||
"caretForeground": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"inactiveBackground": "#F1F3F6",
|
||||
"inactiveForeground": "#6C737C",
|
||||
"inactiveBackground": "#edf1f5",
|
||||
"inactiveForeground": "#9ba0a3",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionBackground": "#cce5ff"
|
||||
},
|
||||
@@ -239,7 +247,7 @@
|
||||
},
|
||||
"HeaderColor": {
|
||||
"active": "#F7F8FA",
|
||||
"inactive": "#FFFFFF"
|
||||
"inactive": "#fafbfc"
|
||||
},
|
||||
"HelpTooltip": {
|
||||
"background": "#F7F8FA",
|
||||
@@ -249,7 +257,7 @@
|
||||
"shortcutForeground": "#292D31"
|
||||
},
|
||||
"Hyperlink.linkColor": "#79CB60",
|
||||
"inactiveCaption": "#F7F8FA",
|
||||
"inactiveCaption": "#f3f3f3",
|
||||
"inactiveCaptionBorder": "#F7F8FA",
|
||||
"inactiveCaptionText": "#292D31",
|
||||
"info": "#292D31",
|
||||
@@ -266,9 +274,9 @@
|
||||
},
|
||||
"Label": {
|
||||
"background": "#F7F8FA",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"disabledShadow": "#F7F8FA",
|
||||
"disabledText": "#6C737C",
|
||||
"disabledText": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"infoForeground": "#292D31",
|
||||
"selectedForeground": "#111111"
|
||||
@@ -281,64 +289,64 @@
|
||||
"visitedForeground": "#79CB60"
|
||||
},
|
||||
"List": {
|
||||
"background": "#F7F8FA",
|
||||
"background": "#f3f3f3",
|
||||
"foreground": "#5B6168",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionBackground": "#3A66D150",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#111111",
|
||||
"selectionInactiveBackground": "#3A66D125"
|
||||
},
|
||||
"material": {
|
||||
"background": "#F7F8FA",
|
||||
"branchColor": "#5B6168",
|
||||
"contrast": "#FFFFFF",
|
||||
"contrast": "#fafbfc",
|
||||
"foreground": "#5B6168",
|
||||
"mergeCommits": "#F1F3F6",
|
||||
"mergeCommits": "#edf1f5",
|
||||
"primaryColor": "#292D31",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"tab.backgroundColor": "#F7F8FA",
|
||||
"tab.borderColor": "#79CB60",
|
||||
"tagColor": "#292D31"
|
||||
},
|
||||
"MemoryIndicator": {
|
||||
"allocatedBackground": "#F7F8FA",
|
||||
"allocatedBackground": "#f3f3f3",
|
||||
"usedColor": "#CCE5FF",
|
||||
"usedBackground": "#CCE5FF"
|
||||
},
|
||||
"Menu": {
|
||||
"acceleratorForeground": "#292D31",
|
||||
"acceleratorSelectionForeground": "#111111",
|
||||
"acceleratorSelectionForeground": "#FFFFFF",
|
||||
"background": "#F7F8FA",
|
||||
"border": "4,2,4,2",
|
||||
"borderColor": "#F7F8FA",
|
||||
"disabledBackground": "#F7F8FA",
|
||||
"disabledForeground": "#6C737C",
|
||||
"borderColor": "#f3f3f3",
|
||||
"disabledBackground": "#f3f3f3",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"separatorColor": "#DFE1E4"
|
||||
},
|
||||
"MenuBar": {
|
||||
"background": "#FFFFFF",
|
||||
"background": "#fafbfc",
|
||||
"borderColor": "#F7F8FA",
|
||||
"disabledBackground": "#F7F8FA",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"highlight": "#F7F8FA",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111",
|
||||
"shadow": "#FFFFFF"
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"shadow": "#fafbfc"
|
||||
},
|
||||
"MenuItem": {
|
||||
"acceleratorForeground": "#292D31",
|
||||
"acceleratorSelectionForeground": "#111111",
|
||||
"acceleratorSelectionForeground": "#FFFFFF",
|
||||
"border": "4,2,4,2",
|
||||
"background": "#F7F8FA",
|
||||
"disabledBackground": "#F7F8FA",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111"
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"NavBar": {
|
||||
"arrowColor": "#5B6168",
|
||||
@@ -349,7 +357,7 @@
|
||||
"background": "#F7F8FA"
|
||||
},
|
||||
"SearchField": {
|
||||
"background": "#FFFFFF"
|
||||
"background": "#fafbfc"
|
||||
}
|
||||
},
|
||||
"Notification": {
|
||||
@@ -359,9 +367,9 @@
|
||||
"errorBorderColor": "#DFECFE",
|
||||
"foreground": "#5B6168",
|
||||
"MoreButton": {
|
||||
"background": "#F1F3F6",
|
||||
"background": "#edf1f5",
|
||||
"foreground": "#5B6168",
|
||||
"innerBorderColor": "#F1F3F6"
|
||||
"innerBorderColor": "#edf1f5"
|
||||
},
|
||||
"ToolWindow": {
|
||||
"errorBackground": "#DFECFE",
|
||||
@@ -379,61 +387,61 @@
|
||||
"messageForeground": "#5B6168"
|
||||
},
|
||||
"Outline": {
|
||||
"color": "#F1F3F6"
|
||||
"color": "#edf1f5"
|
||||
},
|
||||
"Panel": {
|
||||
"background": "#F7F8FA",
|
||||
"foreground": "#5B6168"
|
||||
},
|
||||
"ParameterInfo": {
|
||||
"background": "#F7F8FA",
|
||||
"background": "#f3f3f3",
|
||||
"borderColor": "#cce5ff",
|
||||
"currentOverloadBackground": "#cce5ff",
|
||||
"currentParameterForeground": "#79CB60",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"infoForeground": "#292D31",
|
||||
"lineSeparatorColor": "#cce5ff"
|
||||
},
|
||||
"PasswordField": {
|
||||
"background": "#FFFFFF",
|
||||
"background": "#fafbfc",
|
||||
"capsLockIconColor": "#79CB60",
|
||||
"caretForeground": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"inactiveForeground": "#6C737C",
|
||||
"inactiveForeground": "#9ba0a3",
|
||||
"selectionBackground": "#cce5ff",
|
||||
"selectionForeground": "#111111"
|
||||
},
|
||||
"Plugins": {
|
||||
"background": "#F7F8FA",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"eapTagBackground": "#CCE5FF",
|
||||
"lightSelectionBackground": "#3A66D1",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"tagForeground": "#79CB60",
|
||||
"tagBackground": "#CCE5FF",
|
||||
"Button": {
|
||||
"installBackground": "#F1F3F6",
|
||||
"installBorderColor": "#F1F3F6",
|
||||
"installBackground": "#edf1f5",
|
||||
"installBorderColor": "#edf1f5",
|
||||
"installForeground": "#5B6168",
|
||||
"installFocusedBackground": "#CCE5FF",
|
||||
"installFillForeground": "#292D31",
|
||||
"installFillBackground": "#F1F3F6",
|
||||
"updateBackground": "#F1F3F6",
|
||||
"updateBorderColor": "#F1F3F6",
|
||||
"installFillBackground": "#edf1f5",
|
||||
"updateBackground": "#edf1f5",
|
||||
"updateBorderColor": "#edf1f5",
|
||||
"updateForeground": "#5B6168"
|
||||
},
|
||||
"SearchField": {
|
||||
"background": "#FFFFFF",
|
||||
"background": "#fafbfc",
|
||||
"borderColor": "#DFE1E4"
|
||||
},
|
||||
"SectionHeader": {
|
||||
"background": "#F7F8FA",
|
||||
"background": "#f3f3f3",
|
||||
"foreground": "#5B6168"
|
||||
},
|
||||
"Tab": {
|
||||
"hoverBackground": "#cce5ff",
|
||||
"selectedForeground": "#111111",
|
||||
"selectedForeground": "#FFFFFF",
|
||||
"selectedBackground": "#cce5ff"
|
||||
}
|
||||
},
|
||||
@@ -443,19 +451,19 @@
|
||||
"borderColor": "#F7F8FA",
|
||||
"foreground": "#79CB60"
|
||||
},
|
||||
"borderColor": "#FFFFFF",
|
||||
"borderColor": "#fafbfc",
|
||||
"inactiveBorderColor": "#F7F8FA",
|
||||
"innerBorderColor": "#F7F8FA",
|
||||
"innerBorderColor": "#f3f3f3",
|
||||
"Header": {
|
||||
"activeBackground": "#F7F8FA",
|
||||
"inactiveBackground": "#FFFFFF"
|
||||
"inactiveBackground": "#fafbfc"
|
||||
},
|
||||
"paintBorder": true,
|
||||
"separatorForeground": "#5B6168",
|
||||
"separatorColor": "#F7F8FA",
|
||||
"separatorColor": "#f3f3f3",
|
||||
"Toolbar": {
|
||||
"background": "#FFFFFF",
|
||||
"borderColor": "#FFFFFF"
|
||||
"background": "#fafbfc",
|
||||
"borderColor": "#fafbfc"
|
||||
}
|
||||
},
|
||||
"PopupMenu": {
|
||||
@@ -477,7 +485,7 @@
|
||||
},
|
||||
"RadioButton": {
|
||||
"background": "#F7F8FA",
|
||||
"disabledText": "#6C737C",
|
||||
"disabledText": "#9ba0a3",
|
||||
"foreground": "#5B6168"
|
||||
},
|
||||
"RadioButtonMenuItem": {
|
||||
@@ -485,10 +493,10 @@
|
||||
"acceleratorSelectionForeground": "#292D31",
|
||||
"background": "#F7F8FA",
|
||||
"disabledBackground": "#F7F8FA",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111"
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"ScrollBar": {
|
||||
"background": "#F7F8FA",
|
||||
@@ -526,19 +534,19 @@
|
||||
},
|
||||
"SearchEverywhere": {
|
||||
"Advertiser": {
|
||||
"background": "#FFFFFF",
|
||||
"background": "#fafbfc",
|
||||
"foreground": "#292D31"
|
||||
},
|
||||
"Header": {
|
||||
"background": "#F7F8FA"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#5B6168",
|
||||
"separatorForeground": "#292D31",
|
||||
"separatorColor": "#DFE1E4"
|
||||
},
|
||||
"SearchField": {
|
||||
"background": "#F7F8FA",
|
||||
"borderColor": "#FFFFFF",
|
||||
"borderColor": "#fafbfc",
|
||||
"infoForeground": "#292D31"
|
||||
},
|
||||
"Tab": {
|
||||
@@ -552,18 +560,21 @@
|
||||
"startBackground": "#79CB60"
|
||||
},
|
||||
"Separator": {
|
||||
"background": "#F7F8FA",
|
||||
"foreground": "#F7F8FA",
|
||||
"separatorColor": "#F7F8FA"
|
||||
"background": "#f3f3f3",
|
||||
"foreground": "#f3f3f3",
|
||||
"separatorColor": "#f3f3f3"
|
||||
},
|
||||
"SidePanel": {
|
||||
"background": "#FFFFFF"
|
||||
"background": "#fafbfc"
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#F7F8FA",
|
||||
"buttonBorderColor": "#79CB60",
|
||||
"buttonColor": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#F7F8FA",
|
||||
"tickColor": "#f3f3f3",
|
||||
"trackColor": "#cce5ff",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#79CB60"
|
||||
},
|
||||
@@ -581,9 +592,9 @@
|
||||
},
|
||||
"SplitPane": {
|
||||
"background": "#F7F8FA",
|
||||
"highlight": "#FFFFFF"
|
||||
"highlight": "#fafbfc"
|
||||
},
|
||||
"SplitPaneDivider.draggingColor": "#F7F8FA",
|
||||
"SplitPaneDivider.draggingColor": "#f3f3f3",
|
||||
"StatusBar": {
|
||||
"borderColor": "#F7F8FA"
|
||||
},
|
||||
@@ -592,8 +603,8 @@
|
||||
"contentAreaColor": "#CCE5FF",
|
||||
"contentBorderInsets": "3,1,1,1",
|
||||
"darkShadow": "#DFE1E4",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledUnderlineColor": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"disabledUnderlineColor": "#9ba0a3",
|
||||
"focus": "#cce5ff",
|
||||
"focusColor": "#cce5ff",
|
||||
"fontSizeOffset": 0,
|
||||
@@ -607,9 +618,10 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#79CB60"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#FFFFFF",
|
||||
"TabbedPane.mt.tab.background": "#fafbfc",
|
||||
"Table": {
|
||||
"background": "#F7F8FA",
|
||||
"cellNoFocusBorder": "10,5,10,5",
|
||||
@@ -623,54 +635,54 @@
|
||||
"highlightOuter": "#cce5ff",
|
||||
"lightSelectionForeground": "#111111",
|
||||
"lightSelectionInactiveForeground": "#292D31",
|
||||
"lightSelectionInactiveBackground": "#F7F8FA",
|
||||
"lightSelectionInactiveBackground": "#f3f3f3",
|
||||
"selectionBackground": "#cce5ff",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionInactiveBackground": "#3A66D125",
|
||||
"selectionInactiveForeground": "#111111",
|
||||
"selectionInactiveBackground": "#cce5ff",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#5B6168",
|
||||
"stripeColor": "#FFFFFF"
|
||||
"stripeColor": "#fafbfc"
|
||||
},
|
||||
"TableHeader": {
|
||||
"background": "#F7F8FA",
|
||||
"borderColor": "#F7F8FA",
|
||||
"bottomSeparatorColor": "#F7F8FA",
|
||||
"bottomSeparatorColor": "#f3f3f3",
|
||||
"cellBorder": "4,0,4,0",
|
||||
"foreground": "#5B6168",
|
||||
"focusCellBackground": "#cce5ff",
|
||||
"focusCellForeground": "#111111",
|
||||
"height": 25,
|
||||
"separatorColor": "#F7F8FA"
|
||||
"separatorColor": "#f3f3f3"
|
||||
},
|
||||
"text": "#292D31",
|
||||
"textInactiveText": "#292D31",
|
||||
"textText": "#292D31",
|
||||
"TextArea": {
|
||||
"background": "#FFFFFF",
|
||||
"background": "#fafbfc",
|
||||
"caretForeground": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"inactiveForeground": "#6C737C",
|
||||
"inactiveForeground": "#9ba0a3",
|
||||
"selectionBackground": "#cce5ff",
|
||||
"selectionForeground": "#111111"
|
||||
},
|
||||
"TextField": {
|
||||
"background": "#FFFFFF",
|
||||
"background": "#fafbfc",
|
||||
"caretForeground": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"inactiveForeground": "#6C737C",
|
||||
"inactiveForeground": "#9ba0a3",
|
||||
"selectionBackground": "#cce5ff",
|
||||
"selectionForeground": "#111111"
|
||||
},
|
||||
"TextPane": {
|
||||
"background": "#FFFFFF",
|
||||
"background": "#fafbfc",
|
||||
"caretForeground": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"inactiveForeground": "#6C737C",
|
||||
"inactiveForeground": "#9ba0a3",
|
||||
"selectionBackground": "#cce5ff",
|
||||
"selectionForeground": "#111111"
|
||||
},
|
||||
"TitlePane": {
|
||||
"background": "#FFFFFF",
|
||||
"background": "#fafbfc",
|
||||
"Button.hoverBackground": "#CCE5FF",
|
||||
"inactiveBackground": "#F7F8FA",
|
||||
"infoForeground": "#292D31",
|
||||
@@ -678,9 +690,9 @@
|
||||
},
|
||||
"TitledBorder.titleColor": "#5B6168",
|
||||
"ToggleButton": {
|
||||
"borderColor": "#F1F3F6",
|
||||
"borderColor": "#edf1f5",
|
||||
"buttonColor": "#5B6168",
|
||||
"disabledText": "#6C737C",
|
||||
"disabledText": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"offForeground": "#F7F8FA",
|
||||
"offBackground": "#F7F8FA",
|
||||
@@ -688,7 +700,7 @@
|
||||
"onForeground": "#79CB60"
|
||||
},
|
||||
"ToolBar": {
|
||||
"background": "#FFFFFF",
|
||||
"background": "#fafbfc",
|
||||
"borderHandleColor": "#292D31",
|
||||
"floatingForeground": "#292D31",
|
||||
"foreground": "#5B6168"
|
||||
@@ -707,11 +719,11 @@
|
||||
"Button": {
|
||||
"hoverBackground": "#cce5ff",
|
||||
"selectedForeground": "#111111",
|
||||
"selectedBackground": "#FFFFFF"
|
||||
"selectedBackground": "#fafbfc"
|
||||
},
|
||||
"Header": {
|
||||
"background": "#F7F8FA",
|
||||
"borderColor": "#F7F8FA",
|
||||
"borderColor": "#f3f3f3",
|
||||
"inactiveBackground": "#F7F8FA"
|
||||
},
|
||||
"HeaderCloseButton": {
|
||||
@@ -719,26 +731,26 @@
|
||||
},
|
||||
"HeaderTab": {
|
||||
"hoverBackground": "#CCE5FF",
|
||||
"hoverInactiveBackground": "#F7F8FA",
|
||||
"hoverInactiveBackground": "#f3f3f3",
|
||||
"inactiveUnderlineColor": "#79CB60",
|
||||
"selectedBackground": "#FFFFFF",
|
||||
"selectedInactiveBackground": "#FFFFFF",
|
||||
"selectedBackground": "#fafbfc",
|
||||
"selectedInactiveBackground": "#fafbfc",
|
||||
"underlineColor": "#79CB60",
|
||||
"underlinedTabBackground": "#CCE5FF",
|
||||
"underlinedTabInactiveBackground": "#F7F8FA"
|
||||
"underlinedTabInactiveBackground": "#f3f3f3"
|
||||
}
|
||||
},
|
||||
"Tree": {
|
||||
"background": "#FFFFFF",
|
||||
"background": "#fafbfc",
|
||||
"foreground": "#292D31",
|
||||
"hash": "#DFE1E4",
|
||||
"modifiedItemForeground": "#79CB60",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionInactiveForeground": "#111111",
|
||||
"selectionBackground": "#3A66D170",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#3A66D125",
|
||||
"textBackground": "#FFFFFF"
|
||||
"textBackground": "#fafbfc"
|
||||
},
|
||||
"Tree.leftChildIndent": 10,
|
||||
"Tree.rightChildIndent": 5,
|
||||
@@ -765,7 +777,7 @@
|
||||
"HgLog": {
|
||||
"branchIconColor": "#79CB60",
|
||||
"bookmarkIconColor": "#111111",
|
||||
"closedBranchIconColor": "#6C737C",
|
||||
"closedBranchIconColor": "#9ba0a3",
|
||||
"localTagIconColor": "#292D31",
|
||||
"mqTagIconColor": "#292D31",
|
||||
"tagIconColor": "#292D31",
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#292D31",
|
||||
"Commit.currentBranchBackground": "#3A66D1"
|
||||
"Commit.currentBranchBackground": "#f3f3f3"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#111111",
|
||||
@@ -781,40 +793,40 @@
|
||||
}
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#FFFFFF",
|
||||
"foreground": "%fc"
|
||||
"background": "#fafbfc",
|
||||
"foreground": "#5B6168"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#F7F8FA",
|
||||
"borderColor": "#F7F8FA",
|
||||
"captionBackground": "#FFFFFF",
|
||||
"captionBackground": "#fafbfc",
|
||||
"captionForeground": "#5B6168",
|
||||
"footerBackground": "#FFFFFF",
|
||||
"footerBackground": "#fafbfc",
|
||||
"footerForeground": "#5B6168",
|
||||
"headerBackground": "#F7F8FA",
|
||||
"headerForeground": "#5B6168",
|
||||
"separatorColor": "#DFE1E4",
|
||||
"Projects": {
|
||||
"background": "#F7F8FA",
|
||||
"background": "#f3f3f3",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionInactiveBackground": "#F7F8FA"
|
||||
"selectionInactiveBackground": "#f3f3f3"
|
||||
}
|
||||
},
|
||||
"window": "#FFFFFF",
|
||||
"window": "#fafbfc",
|
||||
"windowBorder": "#DFE1E4",
|
||||
"windowText": "#292D31",
|
||||
"Window.border": "#DFE1E4"
|
||||
},
|
||||
"icons": {
|
||||
"ColorPalette": {
|
||||
"#43494A": "#FFFFFF",
|
||||
"#43494A": "#fafbfc",
|
||||
"#6B6B6B": "#292D31",
|
||||
"#A7A7A7": "#F7F8FA",
|
||||
"#3D6185": "#79CB60",
|
||||
"#466D94": "#79CB60",
|
||||
"#3C3F41": "#F7F8FA",
|
||||
"#545556": "#6C737C",
|
||||
"#606060": "#6C737C",
|
||||
"#545556": "#9ba0a3",
|
||||
"#606060": "#9ba0a3",
|
||||
"#9AA7B0": "#5B6168",
|
||||
"#675133": "#79CB60",
|
||||
"Actions.Blue": "#6F42C1",
|
||||
@@ -824,26 +836,26 @@
|
||||
"Actions.GreyInline.Dark": "#5B6168",
|
||||
"Actions.Red": "#22863A",
|
||||
"Actions.Yellow": "#6F42C1",
|
||||
"Checkbox.Background.Default": "#FFFFFF",
|
||||
"Checkbox.Background.Default.Dark": "#FFFFFF",
|
||||
"Checkbox.Background.Disabled": "#FDFDFD",
|
||||
"Checkbox.Background.Disabled.Dark": "#FDFDFD",
|
||||
"Checkbox.Background.Default": "#fafbfc",
|
||||
"Checkbox.Background.Default.Dark": "#fafbfc",
|
||||
"Checkbox.Background.Disabled": "#dcdcdc",
|
||||
"Checkbox.Background.Disabled.Dark": "#dcdcdc",
|
||||
"Checkbox.Border.Default": "#DFE1E4",
|
||||
"Checkbox.Border.Default.Dark": "#DFE1E4",
|
||||
"Checkbox.Border.Disabled": "#6C737C",
|
||||
"Checkbox.Border.Disabled.Dark": "#6C737C",
|
||||
"Checkbox.Border.Disabled": "#9ba0a3",
|
||||
"Checkbox.Border.Disabled.Dark": "#9ba0a3",
|
||||
"Checkbox.Focus.Thin.Default": "#79CB60",
|
||||
"Checkbox.Focus.Thin.Default.Dark": "#79CB60",
|
||||
"Checkbox.Focus.Wide": "#79CB60",
|
||||
"Checkbox.Focus.Wide.Dark": "#79CB60",
|
||||
"Checkbox.Foreground.Disabled": "#6C737C",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#6C737C",
|
||||
"Checkbox.Background.Selected": "#79CB60",
|
||||
"Checkbox.Background.Selected.Dark": "#79CB60",
|
||||
"Checkbox.Foreground.Disabled": "#9ba0a3",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#9ba0a3",
|
||||
"Checkbox.Background.Selected": "#F7F8FA",
|
||||
"Checkbox.Background.Selected.Dark": "#F7F8FA",
|
||||
"Checkbox.Border.Selected": "#79CB60",
|
||||
"Checkbox.Border.Selected.Dark": "#79CB60",
|
||||
"Checkbox.Foreground.Selected": "#5B6168",
|
||||
"Checkbox.Foreground.Selected.Dark": "#5B6168",
|
||||
"Checkbox.Foreground.Selected": "#79CB60",
|
||||
"Checkbox.Foreground.Selected.Dark": "#79CB60",
|
||||
"Checkbox.Focus.Thin.Selected": "#5B6168",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#5B6168",
|
||||
"Objects.Grey": "#6A737D",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#5B6168",
|
||||
"Objects.YellowDark": "#005CC5",
|
||||
"Objects.GreenAndroid": "#032F62"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,19 +8,19 @@
|
||||
"acceleratorSelectionForeground": "#292D31",
|
||||
"background": "#F7F8FA",
|
||||
"borderColor": "#DFE1E4",
|
||||
"disabledBackground": "#FDFDFD",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledText": "#6C737C",
|
||||
"disabledBackground": "#dcdcdc",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"disabledText": "#9ba0a3",
|
||||
"focusColor": "#CCE5FF",
|
||||
"focusedBorderColor": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"inactiveBackground": "#FDFDFD",
|
||||
"inactiveBackground": "#dcdcdc",
|
||||
"inactiveForeground": "#292D31",
|
||||
"infoForeground": "#292D31",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionBackgroundInactive": "#F7F8FA",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionInactiveBackground": "#F7F8FA",
|
||||
"selectionBackgroundInactive": "#f3f3f3",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#f3f3f3",
|
||||
"separatorColor": "#DFE1E4"
|
||||
},
|
||||
"activeCaption": "#F7F8FA",
|
||||
@@ -48,27 +48,27 @@
|
||||
"startBackground": "#cce5ff",
|
||||
"startBorderColor": "#cce5ff"
|
||||
},
|
||||
"disabledBorderColor": "#F1F3F6",
|
||||
"disabledText": "#6C737C",
|
||||
"endBackground": "#F1F3F6",
|
||||
"endBorderColor": "#F1F3F6",
|
||||
"disabledBorderColor": "#edf1f5",
|
||||
"disabledText": "#9ba0a3",
|
||||
"endBackground": "#edf1f5",
|
||||
"endBorderColor": "#edf1f5",
|
||||
"focus": "#CCE5FF",
|
||||
"focusedBorderColor": "#79CB60",
|
||||
"foreground": "#292D31",
|
||||
"highlight": "#111111",
|
||||
"mt.background": "#F1F3F6",
|
||||
"highlight": "#FFFFFF",
|
||||
"mt.background": "#edf1f5",
|
||||
"mt.foreground": "#292D31",
|
||||
"mt.selectedForeground": "#111111",
|
||||
"mt.selectedForeground": "#FFFFFF",
|
||||
"mt.selection.color1": "#cce5ff",
|
||||
"mt.selection.color2": "#cce5ff",
|
||||
"startBackground": "#F1F3F6",
|
||||
"startBorderColor": "#F1F3F6",
|
||||
"shadowColor": "#F1F3F6",
|
||||
"startBackground": "#edf1f5",
|
||||
"startBorderColor": "#edf1f5",
|
||||
"shadowColor": "#edf1f5",
|
||||
"shadowWidth": 0
|
||||
},
|
||||
"CheckBox": {
|
||||
"background": "#F7F8FA",
|
||||
"disabledText": "#6C737C",
|
||||
"disabledText": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"select": "#79CB60"
|
||||
},
|
||||
@@ -77,7 +77,7 @@
|
||||
"acceleratorSelectionForeground": "#292D31",
|
||||
"background": "#F7F8FA",
|
||||
"disabledBackground": "#F7F8FA",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111"
|
||||
@@ -87,45 +87,44 @@
|
||||
"foreground": "#5B6168",
|
||||
"swatchesDefaultRecentColor": "#5B6168"
|
||||
},
|
||||
"ComboBoxButton.background": "#F1F3F6",
|
||||
"ComboBoxButton.background": "#edf1f5",
|
||||
"ComboBox": {
|
||||
"ArrowButton": {
|
||||
"background": "#F1F3F6",
|
||||
"disabledIconColor": "#6C737C",
|
||||
"background": "#edf1f5",
|
||||
"disabledIconColor": "#9ba0a3",
|
||||
"iconColor": "#5B6168",
|
||||
"nonEditableBackground": "#F7F8FA"
|
||||
},
|
||||
"background": "#F7F8FA",
|
||||
"buttonBackground": "#F1F3F6",
|
||||
"disabledForeground": "#6C737C",
|
||||
"buttonBackground": "#edf1f5",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"modifiedItemForeground": "#79CB60",
|
||||
"nonEditableBackground": "#F7F8FA",
|
||||
"nonEditableBackground": "#f3f3f3",
|
||||
"padding": "5,5,5,5",
|
||||
"selectionBackground": "#cce5ff",
|
||||
"selectionForeground": "#111111"
|
||||
},
|
||||
"ComboPopup.border": "#DFE1E4",
|
||||
"CompletionPopup": {
|
||||
"background": "#F7F8FA",
|
||||
"background": "#f3f3f3",
|
||||
"foreground": "#5B6168",
|
||||
"infoForeground": "#292D31",
|
||||
"matchForeground": "#79CB602",
|
||||
"matchSelectionForeground": "#79CB60",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#3A66D1",
|
||||
"selectedGrayedForeground": "#111111",
|
||||
"selectionGrayForeground": "#111111",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#292D31",
|
||||
"selectionInactiveBackground": "#CCE5FF",
|
||||
"selectionInactiveBackground": "#3A66D150",
|
||||
"selectionBackground": "#3A66D180",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionInfoForeground": "#111111"
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
},
|
||||
"Component": {
|
||||
"arc": 4,
|
||||
"borderColor": "#CCE5FF",
|
||||
"disabledBorderColor": "#F1F3F6",
|
||||
"disabledBorderColor": "#edf1f5",
|
||||
"focusColor": "#79CB60",
|
||||
"focusedBorderColor": "#79CB60",
|
||||
"hoverIconColor": "#79CB60",
|
||||
@@ -136,7 +135,7 @@
|
||||
"controlText": "#292D31",
|
||||
"Counter": {
|
||||
"background": "#79CB60",
|
||||
"foreground": "#111111"
|
||||
"foreground": "#FFFFFF"
|
||||
},
|
||||
"Debugger": {
|
||||
"Variables": {
|
||||
@@ -162,10 +161,10 @@
|
||||
"hoverBackground": "#cce5ff",
|
||||
"hoverColor": "#F7F8FA",
|
||||
"hoverMaskColor": "#CCE5FF",
|
||||
"inactiveUnderlineColor": "#6C737C",
|
||||
"inactiveUnderlineColor": "#9ba0a3",
|
||||
"inactiveMaskColor": "#F7F8FA",
|
||||
"underlineColor": "#79CB60",
|
||||
"underlinedTabBackground":"#cce5ff"
|
||||
"underlinedTabBackground": "#cce5ff"
|
||||
},
|
||||
"Desktop.background": "#F7F8FA",
|
||||
"DialogWrapper.southPanelBackground": "#F7F8FA",
|
||||
@@ -185,26 +184,35 @@
|
||||
"caretForeground": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"inactiveBackground": "#F7F8FA",
|
||||
"inactiveForeground": "#6C737C",
|
||||
"inactiveForeground": "#9ba0a3",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111"
|
||||
},
|
||||
"EditorTabs": {
|
||||
"borderColor": "#F7F8FA",
|
||||
"borderColor": "#f3f3f3",
|
||||
"hoverColor": "#CCE5FF",
|
||||
"hoverMaskColor": "#CCE5FF",
|
||||
"inactiveMaskColor": "#F7F8FA",
|
||||
"inactiveColoredFileBackground": "#F7F8FA",
|
||||
"inactiveUnderlineColor": "#6C737C",
|
||||
"inactiveUnderlineColor": "#9ba0a3",
|
||||
"selectedForeground": "#5B6168",
|
||||
"selectedBackground": "#cce5ff",
|
||||
"underlineColor": "#79CB60",
|
||||
"underlinedTabBackground": "#cce5ff"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#F7F8FA",
|
||||
"borderColor": "#f3f3f3",
|
||||
"hoverBackground": "#CCE5FF",
|
||||
"hoverColor": "#CCE5FF",
|
||||
"inactiveUnderlineColor": "#79CB60",
|
||||
"underlineColor": "#79CB60",
|
||||
"underlinedTabBackground": "#cce5ff",
|
||||
"underlinedTabForeground": "#5B6168"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
"Yellow": "#FDFDFD",
|
||||
"Yellow": "#dcdcdc",
|
||||
"Orange": "#B53D00",
|
||||
"Violet": "#4D2C91",
|
||||
"Rose": "#A00037"
|
||||
@@ -224,8 +232,8 @@
|
||||
"background": "#F7F8FA",
|
||||
"caretForeground": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"inactiveBackground": "#F1F3F6",
|
||||
"inactiveForeground": "#6C737C",
|
||||
"inactiveBackground": "#edf1f5",
|
||||
"inactiveForeground": "#9ba0a3",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionBackground": "#cce5ff"
|
||||
},
|
||||
@@ -239,7 +247,7 @@
|
||||
},
|
||||
"HeaderColor": {
|
||||
"active": "#F7F8FA",
|
||||
"inactive": "#FFFFFF"
|
||||
"inactive": "#fafbfc"
|
||||
},
|
||||
"HelpTooltip": {
|
||||
"background": "#F7F8FA",
|
||||
@@ -249,7 +257,7 @@
|
||||
"shortcutForeground": "#292D31"
|
||||
},
|
||||
"Hyperlink.linkColor": "#79CB60",
|
||||
"inactiveCaption": "#F7F8FA",
|
||||
"inactiveCaption": "#f3f3f3",
|
||||
"inactiveCaptionBorder": "#F7F8FA",
|
||||
"inactiveCaptionText": "#292D31",
|
||||
"info": "#292D31",
|
||||
@@ -266,9 +274,9 @@
|
||||
},
|
||||
"Label": {
|
||||
"background": "#F7F8FA",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"disabledShadow": "#F7F8FA",
|
||||
"disabledText": "#6C737C",
|
||||
"disabledText": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"infoForeground": "#292D31",
|
||||
"selectedForeground": "#111111"
|
||||
@@ -281,64 +289,64 @@
|
||||
"visitedForeground": "#79CB60"
|
||||
},
|
||||
"List": {
|
||||
"background": "#F7F8FA",
|
||||
"background": "#f3f3f3",
|
||||
"foreground": "#5B6168",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionBackground": "#3A66D150",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#111111",
|
||||
"selectionInactiveBackground": "#3A66D125"
|
||||
},
|
||||
"material": {
|
||||
"background": "#F7F8FA",
|
||||
"branchColor": "#5B6168",
|
||||
"contrast": "#FFFFFF",
|
||||
"contrast": "#fafbfc",
|
||||
"foreground": "#5B6168",
|
||||
"mergeCommits": "#F1F3F6",
|
||||
"mergeCommits": "#edf1f5",
|
||||
"primaryColor": "#292D31",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"tab.backgroundColor": "#F7F8FA",
|
||||
"tab.borderColor": "#79CB60",
|
||||
"tagColor": "#292D31"
|
||||
},
|
||||
"MemoryIndicator": {
|
||||
"allocatedBackground": "#F7F8FA",
|
||||
"allocatedBackground": "#f3f3f3",
|
||||
"usedColor": "#CCE5FF",
|
||||
"usedBackground": "#CCE5FF"
|
||||
},
|
||||
"Menu": {
|
||||
"acceleratorForeground": "#292D31",
|
||||
"acceleratorSelectionForeground": "#111111",
|
||||
"acceleratorSelectionForeground": "#FFFFFF",
|
||||
"background": "#F7F8FA",
|
||||
"border": "4,2,4,2",
|
||||
"borderColor": "#F7F8FA",
|
||||
"disabledBackground": "#F7F8FA",
|
||||
"disabledForeground": "#6C737C",
|
||||
"borderColor": "#f3f3f3",
|
||||
"disabledBackground": "#f3f3f3",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"separatorColor": "#DFE1E4"
|
||||
},
|
||||
"MenuBar": {
|
||||
"background": "#F7F8FA",
|
||||
"borderColor": "#F7F8FA",
|
||||
"disabledBackground": "#F7F8FA",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"highlight": "#F7F8FA",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"shadow": "#F7F8FA"
|
||||
},
|
||||
"MenuItem": {
|
||||
"acceleratorForeground": "#292D31",
|
||||
"acceleratorSelectionForeground": "#111111",
|
||||
"acceleratorSelectionForeground": "#FFFFFF",
|
||||
"border": "4,2,4,2",
|
||||
"background": "#F7F8FA",
|
||||
"disabledBackground": "#F7F8FA",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111"
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"NavBar": {
|
||||
"arrowColor": "#5B6168",
|
||||
@@ -359,9 +367,9 @@
|
||||
"errorBorderColor": "#DFECFE",
|
||||
"foreground": "#5B6168",
|
||||
"MoreButton": {
|
||||
"background": "#F1F3F6",
|
||||
"background": "#edf1f5",
|
||||
"foreground": "#5B6168",
|
||||
"innerBorderColor": "#F1F3F6"
|
||||
"innerBorderColor": "#edf1f5"
|
||||
},
|
||||
"ToolWindow": {
|
||||
"errorBackground": "#DFECFE",
|
||||
@@ -379,18 +387,18 @@
|
||||
"messageForeground": "#5B6168"
|
||||
},
|
||||
"Outline": {
|
||||
"color": "#F1F3F6"
|
||||
"color": "#edf1f5"
|
||||
},
|
||||
"Panel": {
|
||||
"background": "#F7F8FA",
|
||||
"foreground": "#5B6168"
|
||||
},
|
||||
"ParameterInfo": {
|
||||
"background": "#F7F8FA",
|
||||
"background": "#f3f3f3",
|
||||
"borderColor": "#cce5ff",
|
||||
"currentOverloadBackground": "#cce5ff",
|
||||
"currentParameterForeground": "#79CB60",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"infoForeground": "#292D31",
|
||||
"lineSeparatorColor": "#cce5ff"
|
||||
@@ -400,27 +408,27 @@
|
||||
"capsLockIconColor": "#79CB60",
|
||||
"caretForeground": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"inactiveForeground": "#6C737C",
|
||||
"inactiveForeground": "#9ba0a3",
|
||||
"selectionBackground": "#cce5ff",
|
||||
"selectionForeground": "#111111"
|
||||
},
|
||||
"Plugins": {
|
||||
"background": "#F7F8FA",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"eapTagBackground": "#CCE5FF",
|
||||
"lightSelectionBackground": "#3A66D1",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"tagForeground": "#79CB60",
|
||||
"tagBackground": "#CCE5FF",
|
||||
"Button": {
|
||||
"installBackground": "#F1F3F6",
|
||||
"installBorderColor": "#F1F3F6",
|
||||
"installBackground": "#edf1f5",
|
||||
"installBorderColor": "#edf1f5",
|
||||
"installForeground": "#5B6168",
|
||||
"installFocusedBackground": "#CCE5FF",
|
||||
"installFillForeground": "#292D31",
|
||||
"installFillBackground": "#F1F3F6",
|
||||
"updateBackground": "#F1F3F6",
|
||||
"updateBorderColor": "#F1F3F6",
|
||||
"installFillBackground": "#edf1f5",
|
||||
"updateBackground": "#edf1f5",
|
||||
"updateBorderColor": "#edf1f5",
|
||||
"updateForeground": "#5B6168"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -428,12 +436,12 @@
|
||||
"borderColor": "#DFE1E4"
|
||||
},
|
||||
"SectionHeader": {
|
||||
"background": "#F7F8FA",
|
||||
"background": "#f3f3f3",
|
||||
"foreground": "#5B6168"
|
||||
},
|
||||
"Tab": {
|
||||
"hoverBackground": "#cce5ff",
|
||||
"selectedForeground": "#111111",
|
||||
"selectedForeground": "#FFFFFF",
|
||||
"selectedBackground": "#cce5ff"
|
||||
}
|
||||
},
|
||||
@@ -443,19 +451,19 @@
|
||||
"borderColor": "#F7F8FA",
|
||||
"foreground": "#79CB60"
|
||||
},
|
||||
"borderColor": "#FFFFFF",
|
||||
"borderColor": "#fafbfc",
|
||||
"inactiveBorderColor": "#F7F8FA",
|
||||
"innerBorderColor": "#F7F8FA",
|
||||
"innerBorderColor": "#f3f3f3",
|
||||
"Header": {
|
||||
"activeBackground": "#F7F8FA",
|
||||
"inactiveBackground": "#FFFFFF"
|
||||
"inactiveBackground": "#fafbfc"
|
||||
},
|
||||
"paintBorder": true,
|
||||
"separatorForeground": "#5B6168",
|
||||
"separatorColor": "#F7F8FA",
|
||||
"separatorColor": "#f3f3f3",
|
||||
"Toolbar": {
|
||||
"background": "#FFFFFF",
|
||||
"borderColor": "#FFFFFF"
|
||||
"background": "#fafbfc",
|
||||
"borderColor": "#fafbfc"
|
||||
}
|
||||
},
|
||||
"PopupMenu": {
|
||||
@@ -477,7 +485,7 @@
|
||||
},
|
||||
"RadioButton": {
|
||||
"background": "#F7F8FA",
|
||||
"disabledText": "#6C737C",
|
||||
"disabledText": "#9ba0a3",
|
||||
"foreground": "#5B6168"
|
||||
},
|
||||
"RadioButtonMenuItem": {
|
||||
@@ -485,10 +493,10 @@
|
||||
"acceleratorSelectionForeground": "#292D31",
|
||||
"background": "#F7F8FA",
|
||||
"disabledBackground": "#F7F8FA",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111"
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"ScrollBar": {
|
||||
"background": "#F7F8FA",
|
||||
@@ -526,19 +534,19 @@
|
||||
},
|
||||
"SearchEverywhere": {
|
||||
"Advertiser": {
|
||||
"background": "#FFFFFF",
|
||||
"background": "#fafbfc",
|
||||
"foreground": "#292D31"
|
||||
},
|
||||
"Header": {
|
||||
"background": "#F7F8FA"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#5B6168",
|
||||
"separatorForeground": "#292D31",
|
||||
"separatorColor": "#DFE1E4"
|
||||
},
|
||||
"SearchField": {
|
||||
"background": "#F7F8FA",
|
||||
"borderColor": "#FFFFFF",
|
||||
"borderColor": "#fafbfc",
|
||||
"infoForeground": "#292D31"
|
||||
},
|
||||
"Tab": {
|
||||
@@ -552,18 +560,21 @@
|
||||
"startBackground": "#79CB60"
|
||||
},
|
||||
"Separator": {
|
||||
"background": "#F7F8FA",
|
||||
"foreground": "#F7F8FA",
|
||||
"separatorColor": "#F7F8FA"
|
||||
"background": "#f3f3f3",
|
||||
"foreground": "#f3f3f3",
|
||||
"separatorColor": "#f3f3f3"
|
||||
},
|
||||
"SidePanel": {
|
||||
"background": "#F7F8FA"
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#F7F8FA",
|
||||
"buttonBorderColor": "#79CB60",
|
||||
"buttonColor": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#F7F8FA",
|
||||
"tickColor": "#f3f3f3",
|
||||
"trackColor": "#cce5ff",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#79CB60"
|
||||
},
|
||||
@@ -583,7 +594,7 @@
|
||||
"background": "#F7F8FA",
|
||||
"highlight": "#F7F8FA"
|
||||
},
|
||||
"SplitPaneDivider.draggingColor": "#F7F8FA",
|
||||
"SplitPaneDivider.draggingColor": "#f3f3f3",
|
||||
"StatusBar": {
|
||||
"borderColor": "#F7F8FA"
|
||||
},
|
||||
@@ -592,8 +603,8 @@
|
||||
"contentAreaColor": "#CCE5FF",
|
||||
"contentBorderInsets": "3,1,1,1",
|
||||
"darkShadow": "#DFE1E4",
|
||||
"disabledForeground": "#6C737C",
|
||||
"disabledUnderlineColor": "#6C737C",
|
||||
"disabledForeground": "#9ba0a3",
|
||||
"disabledUnderlineColor": "#9ba0a3",
|
||||
"focus": "#cce5ff",
|
||||
"focusColor": "#cce5ff",
|
||||
"fontSizeOffset": 0,
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#79CB60"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#F7F8FA",
|
||||
"Table": {
|
||||
@@ -623,24 +635,24 @@
|
||||
"highlightOuter": "#cce5ff",
|
||||
"lightSelectionForeground": "#111111",
|
||||
"lightSelectionInactiveForeground": "#292D31",
|
||||
"lightSelectionInactiveBackground": "#F7F8FA",
|
||||
"lightSelectionInactiveBackground": "#f3f3f3",
|
||||
"selectionBackground": "#cce5ff",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionInactiveBackground": "#3A66D125",
|
||||
"selectionInactiveForeground": "#111111",
|
||||
"selectionInactiveBackground": "#cce5ff",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#5B6168",
|
||||
"stripeColor": "#FFFFFF"
|
||||
"stripeColor": "#fafbfc"
|
||||
},
|
||||
"TableHeader": {
|
||||
"background": "#F7F8FA",
|
||||
"borderColor": "#F7F8FA",
|
||||
"bottomSeparatorColor": "#F7F8FA",
|
||||
"bottomSeparatorColor": "#f3f3f3",
|
||||
"cellBorder": "4,0,4,0",
|
||||
"foreground": "#5B6168",
|
||||
"focusCellBackground": "#cce5ff",
|
||||
"focusCellForeground": "#111111",
|
||||
"height": 25,
|
||||
"separatorColor": "#F7F8FA"
|
||||
"separatorColor": "#f3f3f3"
|
||||
},
|
||||
"text": "#292D31",
|
||||
"textInactiveText": "#292D31",
|
||||
@@ -649,7 +661,7 @@
|
||||
"background": "#F7F8FA",
|
||||
"caretForeground": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"inactiveForeground": "#6C737C",
|
||||
"inactiveForeground": "#9ba0a3",
|
||||
"selectionBackground": "#cce5ff",
|
||||
"selectionForeground": "#111111"
|
||||
},
|
||||
@@ -657,7 +669,7 @@
|
||||
"background": "#F7F8FA",
|
||||
"caretForeground": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"inactiveForeground": "#6C737C",
|
||||
"inactiveForeground": "#9ba0a3",
|
||||
"selectionBackground": "#cce5ff",
|
||||
"selectionForeground": "#111111"
|
||||
},
|
||||
@@ -665,12 +677,12 @@
|
||||
"background": "#F7F8FA",
|
||||
"caretForeground": "#79CB60",
|
||||
"foreground": "#5B6168",
|
||||
"inactiveForeground": "#6C737C",
|
||||
"inactiveForeground": "#9ba0a3",
|
||||
"selectionBackground": "#cce5ff",
|
||||
"selectionForeground": "#111111"
|
||||
},
|
||||
"TitlePane": {
|
||||
"background": "#FFFFFF",
|
||||
"background": "#fafbfc",
|
||||
"Button.hoverBackground": "#CCE5FF",
|
||||
"inactiveBackground": "#F7F8FA",
|
||||
"infoForeground": "#292D31",
|
||||
@@ -678,9 +690,9 @@
|
||||
},
|
||||
"TitledBorder.titleColor": "#5B6168",
|
||||
"ToggleButton": {
|
||||
"borderColor": "#F1F3F6",
|
||||
"borderColor": "#edf1f5",
|
||||
"buttonColor": "#5B6168",
|
||||
"disabledText": "#6C737C",
|
||||
"disabledText": "#9ba0a3",
|
||||
"foreground": "#5B6168",
|
||||
"offForeground": "#F7F8FA",
|
||||
"offBackground": "#F7F8FA",
|
||||
@@ -707,11 +719,11 @@
|
||||
"Button": {
|
||||
"hoverBackground": "#cce5ff",
|
||||
"selectedForeground": "#111111",
|
||||
"selectedBackground": "#FFFFFF"
|
||||
"selectedBackground": "#fafbfc"
|
||||
},
|
||||
"Header": {
|
||||
"background": "#F7F8FA",
|
||||
"borderColor": "#F7F8FA",
|
||||
"borderColor": "#f3f3f3",
|
||||
"inactiveBackground": "#F7F8FA"
|
||||
},
|
||||
"HeaderCloseButton": {
|
||||
@@ -719,13 +731,13 @@
|
||||
},
|
||||
"HeaderTab": {
|
||||
"hoverBackground": "#CCE5FF",
|
||||
"hoverInactiveBackground": "#F7F8FA",
|
||||
"hoverInactiveBackground": "#f3f3f3",
|
||||
"inactiveUnderlineColor": "#79CB60",
|
||||
"selectedBackground": "#FFFFFF",
|
||||
"selectedInactiveBackground": "#FFFFFF",
|
||||
"selectedBackground": "#fafbfc",
|
||||
"selectedInactiveBackground": "#fafbfc",
|
||||
"underlineColor": "#79CB60",
|
||||
"underlinedTabBackground": "#CCE5FF",
|
||||
"underlinedTabInactiveBackground": "#F7F8FA"
|
||||
"underlinedTabInactiveBackground": "#f3f3f3"
|
||||
}
|
||||
},
|
||||
"Tree": {
|
||||
@@ -734,9 +746,9 @@
|
||||
"hash": "#DFE1E4",
|
||||
"modifiedItemForeground": "#79CB60",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionForeground": "#111111",
|
||||
"selectionInactiveForeground": "#111111",
|
||||
"selectionBackground": "#3A66D170",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#3A66D125",
|
||||
"textBackground": "#F7F8FA"
|
||||
},
|
||||
@@ -765,7 +777,7 @@
|
||||
"HgLog": {
|
||||
"branchIconColor": "#79CB60",
|
||||
"bookmarkIconColor": "#111111",
|
||||
"closedBranchIconColor": "#6C737C",
|
||||
"closedBranchIconColor": "#9ba0a3",
|
||||
"localTagIconColor": "#292D31",
|
||||
"mqTagIconColor": "#292D31",
|
||||
"tagIconColor": "#292D31",
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#292D31",
|
||||
"Commit.currentBranchBackground": "#3A66D1"
|
||||
"Commit.currentBranchBackground": "#f3f3f3"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#111111",
|
||||
@@ -782,22 +794,22 @@
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#F7F8FA",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#5B6168"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#F7F8FA",
|
||||
"borderColor": "#F7F8FA",
|
||||
"captionBackground": "#FFFFFF",
|
||||
"captionBackground": "#fafbfc",
|
||||
"captionForeground": "#5B6168",
|
||||
"footerBackground": "#FFFFFF",
|
||||
"footerBackground": "#fafbfc",
|
||||
"footerForeground": "#5B6168",
|
||||
"headerBackground": "#F7F8FA",
|
||||
"headerForeground": "#5B6168",
|
||||
"separatorColor": "#DFE1E4",
|
||||
"Projects": {
|
||||
"background": "#F7F8FA",
|
||||
"background": "#f3f3f3",
|
||||
"selectionBackground": "#3A66D1",
|
||||
"selectionInactiveBackground": "#F7F8FA"
|
||||
"selectionInactiveBackground": "#f3f3f3"
|
||||
}
|
||||
},
|
||||
"window": "#F7F8FA",
|
||||
@@ -807,14 +819,14 @@
|
||||
},
|
||||
"icons": {
|
||||
"ColorPalette": {
|
||||
"#43494A": "#FFFFFF",
|
||||
"#43494A": "#fafbfc",
|
||||
"#6B6B6B": "#292D31",
|
||||
"#A7A7A7": "#F7F8FA",
|
||||
"#3D6185": "#79CB60",
|
||||
"#466D94": "#79CB60",
|
||||
"#3C3F41": "#F7F8FA",
|
||||
"#545556": "#6C737C",
|
||||
"#606060": "#6C737C",
|
||||
"#545556": "#9ba0a3",
|
||||
"#606060": "#9ba0a3",
|
||||
"#9AA7B0": "#5B6168",
|
||||
"#675133": "#79CB60",
|
||||
"Actions.Blue": "#6F42C1",
|
||||
@@ -824,26 +836,26 @@
|
||||
"Actions.GreyInline.Dark": "#5B6168",
|
||||
"Actions.Red": "#22863A",
|
||||
"Actions.Yellow": "#6F42C1",
|
||||
"Checkbox.Background.Default": "#FFFFFF",
|
||||
"Checkbox.Background.Default.Dark": "#FFFFFF",
|
||||
"Checkbox.Background.Disabled": "#FDFDFD",
|
||||
"Checkbox.Background.Disabled.Dark": "#FDFDFD",
|
||||
"Checkbox.Background.Default": "#fafbfc",
|
||||
"Checkbox.Background.Default.Dark": "#fafbfc",
|
||||
"Checkbox.Background.Disabled": "#dcdcdc",
|
||||
"Checkbox.Background.Disabled.Dark": "#dcdcdc",
|
||||
"Checkbox.Border.Default": "#DFE1E4",
|
||||
"Checkbox.Border.Default.Dark": "#DFE1E4",
|
||||
"Checkbox.Border.Disabled": "#6C737C",
|
||||
"Checkbox.Border.Disabled.Dark": "#6C737C",
|
||||
"Checkbox.Border.Disabled": "#9ba0a3",
|
||||
"Checkbox.Border.Disabled.Dark": "#9ba0a3",
|
||||
"Checkbox.Focus.Thin.Default": "#79CB60",
|
||||
"Checkbox.Focus.Thin.Default.Dark": "#79CB60",
|
||||
"Checkbox.Focus.Wide": "#79CB60",
|
||||
"Checkbox.Focus.Wide.Dark": "#79CB60",
|
||||
"Checkbox.Foreground.Disabled": "#6C737C",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#6C737C",
|
||||
"Checkbox.Background.Selected": "#79CB60",
|
||||
"Checkbox.Background.Selected.Dark": "#79CB60",
|
||||
"Checkbox.Foreground.Disabled": "#9ba0a3",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#9ba0a3",
|
||||
"Checkbox.Background.Selected": "#F7F8FA",
|
||||
"Checkbox.Background.Selected.Dark": "#F7F8FA",
|
||||
"Checkbox.Border.Selected": "#79CB60",
|
||||
"Checkbox.Border.Selected.Dark": "#79CB60",
|
||||
"Checkbox.Foreground.Selected": "#5B6168",
|
||||
"Checkbox.Foreground.Selected.Dark": "#5B6168",
|
||||
"Checkbox.Foreground.Selected": "#79CB60",
|
||||
"Checkbox.Foreground.Selected.Dark": "#79CB60",
|
||||
"Checkbox.Focus.Thin.Selected": "#5B6168",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#5B6168",
|
||||
"Objects.Grey": "#6A737D",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#5B6168",
|
||||
"Objects.YellowDark": "#005CC5",
|
||||
"Objects.GreenAndroid": "#032F62"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -17,7 +17,7 @@
|
||||
"inactiveBackground": "#323232",
|
||||
"inactiveForeground": "#727272",
|
||||
"infoForeground": "#727272",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionBackgroundInactive": "#292929",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#292929",
|
||||
@@ -31,7 +31,7 @@
|
||||
"pressedBorderColor": "#FF980050"
|
||||
},
|
||||
"Autocomplete": {
|
||||
"selectionBackground": "#353535"
|
||||
"selectionBackground": "#404040"
|
||||
},
|
||||
"Borders.ContrastBorderColor": "#212121",
|
||||
"Borders.color": "#292929",
|
||||
@@ -79,7 +79,7 @@
|
||||
"disabledBackground": "#212121",
|
||||
"disabledForeground": "#474747",
|
||||
"foreground": "#B0BEC5",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"ColorChooser": {
|
||||
@@ -113,12 +113,11 @@
|
||||
"matchForeground": "#FF98002",
|
||||
"matchSelectionForeground": "#FF9800",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#32323270",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#727272",
|
||||
"selectionInactiveBackground": "#3F3F3F",
|
||||
"selectionBackground": "#35353580",
|
||||
"selectionInactiveBackground": "#40404050",
|
||||
"selectionBackground": "#40404080",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
},
|
||||
@@ -165,7 +164,7 @@
|
||||
"inactiveUnderlineColor": "#474747",
|
||||
"inactiveMaskColor": "#1A1A1A",
|
||||
"underlineColor": "#FF9800",
|
||||
"underlinedTabBackground":"#323232"
|
||||
"underlinedTabBackground": "#323232"
|
||||
},
|
||||
"Desktop.background": "#212121",
|
||||
"DialogWrapper.southPanelBackground": "#212121",
|
||||
@@ -186,7 +185,7 @@
|
||||
"foreground": "#B0BEC5",
|
||||
"inactiveBackground": "#212121",
|
||||
"inactiveForeground": "#474747",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"EditorTabs": {
|
||||
@@ -194,13 +193,22 @@
|
||||
"hoverColor": "#3F3F3F",
|
||||
"hoverMaskColor": "#3F3F3F",
|
||||
"inactiveMaskColor": "#212121",
|
||||
"inactiveColoredFileBackground": "#212121",
|
||||
"inactiveUnderlineColor": "#474747",
|
||||
"selectedForeground": "#B0BEC5",
|
||||
"selectedBackground": "#323232",
|
||||
"underlineColor": "#FF9800",
|
||||
"underlinedTabBackground": "#323232"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#212121",
|
||||
"borderColor": "#292929",
|
||||
"hoverBackground": "#3F3F3F",
|
||||
"hoverColor": "#3F3F3F",
|
||||
"inactiveUnderlineColor": "#FF9800",
|
||||
"underlineColor": "#FF9800",
|
||||
"underlinedTabBackground": "#323232",
|
||||
"underlinedTabForeground": "#B0BEC5"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
@@ -283,7 +291,7 @@
|
||||
"List": {
|
||||
"background": "#292929",
|
||||
"foreground": "#B0BEC5",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#40404050",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#3232327025"
|
||||
@@ -314,7 +322,7 @@
|
||||
"disabledBackground": "#292929",
|
||||
"disabledForeground": "#474747",
|
||||
"foreground": "#B0BEC5",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"separatorColor": "#292929"
|
||||
},
|
||||
@@ -325,7 +333,7 @@
|
||||
"disabledForeground": "#474747",
|
||||
"foreground": "#B0BEC5",
|
||||
"highlight": "#212121",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"shadow": "#1A1A1A"
|
||||
},
|
||||
@@ -337,7 +345,7 @@
|
||||
"disabledBackground": "#212121",
|
||||
"disabledForeground": "#474747",
|
||||
"foreground": "#B0BEC5",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"NavBar": {
|
||||
@@ -408,8 +416,8 @@
|
||||
"background": "#212121",
|
||||
"disabledForeground": "#474747",
|
||||
"eapTagBackground": "#3F3F3F",
|
||||
"lightSelectionBackground": "#353535",
|
||||
"selectionBackground": "#353535",
|
||||
"lightSelectionBackground": "#404040",
|
||||
"selectionBackground": "#404040",
|
||||
"tagForeground": "#FF9800",
|
||||
"tagBackground": "#3F3F3F",
|
||||
"Button": {
|
||||
@@ -487,7 +495,7 @@
|
||||
"disabledBackground": "#212121",
|
||||
"disabledForeground": "#474747",
|
||||
"foreground": "#B0BEC5",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"ScrollBar": {
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#212121"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#B0BEC5",
|
||||
"separatorForeground": "#727272",
|
||||
"separatorColor": "#292929"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -561,9 +569,12 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#212121",
|
||||
"buttonBorderColor": "#FF9800",
|
||||
"buttonColor": "#FF9800",
|
||||
"foreground": "#B0BEC5",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#292929",
|
||||
"trackColor": "#323232",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#FF9800"
|
||||
},
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#FF9800"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#1A1A1A",
|
||||
"Table": {
|
||||
@@ -626,7 +638,7 @@
|
||||
"lightSelectionInactiveBackground": "#292929",
|
||||
"selectionBackground": "#323232",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#3232327025",
|
||||
"selectionInactiveBackground": "#323232",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#B0BEC5",
|
||||
"stripeColor": "#1A1A1A"
|
||||
@@ -672,7 +684,7 @@
|
||||
"TitlePane": {
|
||||
"background": "#1A1A1A",
|
||||
"Button.hoverBackground": "#3F3F3F",
|
||||
"inactiveBackground": "#292929",
|
||||
"inactiveBackground": "#212121",
|
||||
"infoForeground": "#727272",
|
||||
"inactiveInfoForeground": "#727272"
|
||||
},
|
||||
@@ -734,7 +746,7 @@
|
||||
"hash": "#292929",
|
||||
"modifiedItemForeground": "#FF9800",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#32323270",
|
||||
"selectionBackground": "#3232327070",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#3232327025",
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#727272",
|
||||
"Commit.currentBranchBackground": "#32323270"
|
||||
"Commit.currentBranchBackground": "#292929"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#FFFFFF",
|
||||
@@ -782,7 +794,7 @@
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#1A1A1A",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#B0BEC5"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#212121",
|
||||
@@ -796,7 +808,7 @@
|
||||
"separatorColor": "#292929",
|
||||
"Projects": {
|
||||
"background": "#292929",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionInactiveBackground": "#292929"
|
||||
}
|
||||
},
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#FF9800",
|
||||
"Checkbox.Foreground.Disabled": "#474747",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#474747",
|
||||
"Checkbox.Background.Selected": "#FF9800",
|
||||
"Checkbox.Background.Selected.Dark": "#FF9800",
|
||||
"Checkbox.Background.Selected": "#212121",
|
||||
"Checkbox.Background.Selected.Dark": "#212121",
|
||||
"Checkbox.Border.Selected": "#FF9800",
|
||||
"Checkbox.Border.Selected.Dark": "#FF9800",
|
||||
"Checkbox.Foreground.Selected": "#B0BEC5",
|
||||
"Checkbox.Foreground.Selected.Dark": "#B0BEC5",
|
||||
"Checkbox.Foreground.Selected": "#FF9800",
|
||||
"Checkbox.Foreground.Selected.Dark": "#FF9800",
|
||||
"Checkbox.Focus.Thin.Selected": "#B0BEC5",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#B0BEC5",
|
||||
"Objects.Grey": "#616161",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#B0BEC5",
|
||||
"Objects.YellowDark": "#f78c6c",
|
||||
"Objects.GreenAndroid": "#c3e88d"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
"inactiveBackground": "#323232",
|
||||
"inactiveForeground": "#727272",
|
||||
"infoForeground": "#727272",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionBackgroundInactive": "#292929",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#292929",
|
||||
@@ -31,7 +31,7 @@
|
||||
"pressedBorderColor": "#FF980050"
|
||||
},
|
||||
"Autocomplete": {
|
||||
"selectionBackground": "#353535"
|
||||
"selectionBackground": "#404040"
|
||||
},
|
||||
"Borders.ContrastBorderColor": "#212121",
|
||||
"Borders.color": "#292929",
|
||||
@@ -79,7 +79,7 @@
|
||||
"disabledBackground": "#212121",
|
||||
"disabledForeground": "#474747",
|
||||
"foreground": "#B0BEC5",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"ColorChooser": {
|
||||
@@ -113,12 +113,11 @@
|
||||
"matchForeground": "#FF98002",
|
||||
"matchSelectionForeground": "#FF9800",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#32323270",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#727272",
|
||||
"selectionInactiveBackground": "#3F3F3F",
|
||||
"selectionBackground": "#35353580",
|
||||
"selectionInactiveBackground": "#40404050",
|
||||
"selectionBackground": "#40404080",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
},
|
||||
@@ -165,7 +164,7 @@
|
||||
"inactiveUnderlineColor": "#474747",
|
||||
"inactiveMaskColor": "#212121",
|
||||
"underlineColor": "#FF9800",
|
||||
"underlinedTabBackground":"#323232"
|
||||
"underlinedTabBackground": "#323232"
|
||||
},
|
||||
"Desktop.background": "#212121",
|
||||
"DialogWrapper.southPanelBackground": "#212121",
|
||||
@@ -186,7 +185,7 @@
|
||||
"foreground": "#B0BEC5",
|
||||
"inactiveBackground": "#212121",
|
||||
"inactiveForeground": "#474747",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"EditorTabs": {
|
||||
@@ -194,13 +193,22 @@
|
||||
"hoverColor": "#3F3F3F",
|
||||
"hoverMaskColor": "#3F3F3F",
|
||||
"inactiveMaskColor": "#212121",
|
||||
"inactiveColoredFileBackground": "#212121",
|
||||
"inactiveUnderlineColor": "#474747",
|
||||
"selectedForeground": "#B0BEC5",
|
||||
"selectedBackground": "#323232",
|
||||
"underlineColor": "#FF9800",
|
||||
"underlinedTabBackground": "#323232"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#212121",
|
||||
"borderColor": "#292929",
|
||||
"hoverBackground": "#3F3F3F",
|
||||
"hoverColor": "#3F3F3F",
|
||||
"inactiveUnderlineColor": "#FF9800",
|
||||
"underlineColor": "#FF9800",
|
||||
"underlinedTabBackground": "#323232",
|
||||
"underlinedTabForeground": "#B0BEC5"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
@@ -283,7 +291,7 @@
|
||||
"List": {
|
||||
"background": "#292929",
|
||||
"foreground": "#B0BEC5",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#40404050",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#3232327025"
|
||||
@@ -314,7 +322,7 @@
|
||||
"disabledBackground": "#292929",
|
||||
"disabledForeground": "#474747",
|
||||
"foreground": "#B0BEC5",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"separatorColor": "#292929"
|
||||
},
|
||||
@@ -325,7 +333,7 @@
|
||||
"disabledForeground": "#474747",
|
||||
"foreground": "#B0BEC5",
|
||||
"highlight": "#212121",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"shadow": "#212121"
|
||||
},
|
||||
@@ -337,7 +345,7 @@
|
||||
"disabledBackground": "#212121",
|
||||
"disabledForeground": "#474747",
|
||||
"foreground": "#B0BEC5",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"NavBar": {
|
||||
@@ -408,8 +416,8 @@
|
||||
"background": "#212121",
|
||||
"disabledForeground": "#474747",
|
||||
"eapTagBackground": "#3F3F3F",
|
||||
"lightSelectionBackground": "#353535",
|
||||
"selectionBackground": "#353535",
|
||||
"lightSelectionBackground": "#404040",
|
||||
"selectionBackground": "#404040",
|
||||
"tagForeground": "#FF9800",
|
||||
"tagBackground": "#3F3F3F",
|
||||
"Button": {
|
||||
@@ -487,7 +495,7 @@
|
||||
"disabledBackground": "#212121",
|
||||
"disabledForeground": "#474747",
|
||||
"foreground": "#B0BEC5",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"ScrollBar": {
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#212121"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#B0BEC5",
|
||||
"separatorForeground": "#727272",
|
||||
"separatorColor": "#292929"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -561,9 +569,12 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#212121",
|
||||
"buttonBorderColor": "#FF9800",
|
||||
"buttonColor": "#FF9800",
|
||||
"foreground": "#B0BEC5",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#292929",
|
||||
"trackColor": "#323232",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#FF9800"
|
||||
},
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#FF9800"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#212121",
|
||||
"Table": {
|
||||
@@ -626,7 +638,7 @@
|
||||
"lightSelectionInactiveBackground": "#292929",
|
||||
"selectionBackground": "#323232",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#3232327025",
|
||||
"selectionInactiveBackground": "#323232",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#B0BEC5",
|
||||
"stripeColor": "#1A1A1A"
|
||||
@@ -672,7 +684,7 @@
|
||||
"TitlePane": {
|
||||
"background": "#1A1A1A",
|
||||
"Button.hoverBackground": "#3F3F3F",
|
||||
"inactiveBackground": "#292929",
|
||||
"inactiveBackground": "#212121",
|
||||
"infoForeground": "#727272",
|
||||
"inactiveInfoForeground": "#727272"
|
||||
},
|
||||
@@ -734,7 +746,7 @@
|
||||
"hash": "#292929",
|
||||
"modifiedItemForeground": "#FF9800",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#32323270",
|
||||
"selectionBackground": "#3232327070",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#3232327025",
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#727272",
|
||||
"Commit.currentBranchBackground": "#32323270"
|
||||
"Commit.currentBranchBackground": "#292929"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#FFFFFF",
|
||||
@@ -782,7 +794,7 @@
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#212121",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#B0BEC5"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#212121",
|
||||
@@ -796,7 +808,7 @@
|
||||
"separatorColor": "#292929",
|
||||
"Projects": {
|
||||
"background": "#292929",
|
||||
"selectionBackground": "#353535",
|
||||
"selectionBackground": "#404040",
|
||||
"selectionInactiveBackground": "#292929"
|
||||
}
|
||||
},
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#FF9800",
|
||||
"Checkbox.Foreground.Disabled": "#474747",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#474747",
|
||||
"Checkbox.Background.Selected": "#FF9800",
|
||||
"Checkbox.Background.Selected.Dark": "#FF9800",
|
||||
"Checkbox.Background.Selected": "#212121",
|
||||
"Checkbox.Background.Selected.Dark": "#212121",
|
||||
"Checkbox.Border.Selected": "#FF9800",
|
||||
"Checkbox.Border.Selected.Dark": "#FF9800",
|
||||
"Checkbox.Foreground.Selected": "#B0BEC5",
|
||||
"Checkbox.Foreground.Selected.Dark": "#B0BEC5",
|
||||
"Checkbox.Foreground.Selected": "#FF9800",
|
||||
"Checkbox.Foreground.Selected.Dark": "#FF9800",
|
||||
"Checkbox.Focus.Thin.Selected": "#B0BEC5",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#B0BEC5",
|
||||
"Objects.Grey": "#616161",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#B0BEC5",
|
||||
"Objects.YellowDark": "#f78c6c",
|
||||
"Objects.GreenAndroid": "#c3e88d"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -113,11 +113,10 @@
|
||||
"matchForeground": "#84ffff2",
|
||||
"matchSelectionForeground": "#84ffff",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#717CB416",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#4B526D",
|
||||
"selectionInactiveBackground": "#1F2233",
|
||||
"selectionInactiveBackground": "#23263250",
|
||||
"selectionBackground": "#23263280",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
@@ -165,7 +164,7 @@
|
||||
"inactiveUnderlineColor": "#464B5D",
|
||||
"inactiveMaskColor": "#090B10",
|
||||
"underlineColor": "#84ffff",
|
||||
"underlinedTabBackground":"#1A1C25"
|
||||
"underlinedTabBackground": "#1A1C25"
|
||||
},
|
||||
"Desktop.background": "#0F111A",
|
||||
"DialogWrapper.southPanelBackground": "#0F111A",
|
||||
@@ -194,13 +193,22 @@
|
||||
"hoverColor": "#1F2233",
|
||||
"hoverMaskColor": "#1F2233",
|
||||
"inactiveMaskColor": "#0F111A",
|
||||
"inactiveColoredFileBackground": "#0F111A",
|
||||
"inactiveUnderlineColor": "#464B5D",
|
||||
"selectedForeground": "#8F93A2",
|
||||
"selectedBackground": "#1A1C25",
|
||||
"underlineColor": "#84ffff",
|
||||
"underlinedTabBackground": "#1A1C25"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#0F111A",
|
||||
"borderColor": "#181A1F",
|
||||
"hoverBackground": "#1F2233",
|
||||
"hoverColor": "#1F2233",
|
||||
"inactiveUnderlineColor": "#84ffff",
|
||||
"underlineColor": "#84ffff",
|
||||
"underlinedTabBackground": "#1A1C25",
|
||||
"underlinedTabForeground": "#8F93A2"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
@@ -283,10 +291,10 @@
|
||||
"List": {
|
||||
"background": "#181A1F",
|
||||
"foreground": "#8F93A2",
|
||||
"selectionBackground": "#232632",
|
||||
"selectionBackground": "#23263250",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#717CB41625"
|
||||
"selectionInactiveBackground": "#717CB425"
|
||||
},
|
||||
"material": {
|
||||
"background": "#0F111A",
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#0F111A"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#8F93A2",
|
||||
"separatorForeground": "#4B526D",
|
||||
"separatorColor": "#0F111A"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -561,9 +569,12 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#0F111A",
|
||||
"buttonBorderColor": "#84ffff",
|
||||
"buttonColor": "#84ffff",
|
||||
"foreground": "#8F93A2",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#181A1F",
|
||||
"trackColor": "#1A1C25",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#84ffff"
|
||||
},
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#84ffff"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#090B10",
|
||||
"Table": {
|
||||
@@ -626,7 +638,7 @@
|
||||
"lightSelectionInactiveBackground": "#181A1F",
|
||||
"selectionBackground": "#1A1C25",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#717CB41625",
|
||||
"selectionInactiveBackground": "#1A1C25",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#8F93A2",
|
||||
"stripeColor": "#090B10"
|
||||
@@ -672,7 +684,7 @@
|
||||
"TitlePane": {
|
||||
"background": "#090B10",
|
||||
"Button.hoverBackground": "#1F2233",
|
||||
"inactiveBackground": "#181A1F",
|
||||
"inactiveBackground": "#0F111A",
|
||||
"infoForeground": "#4B526D",
|
||||
"inactiveInfoForeground": "#4B526D"
|
||||
},
|
||||
@@ -734,10 +746,10 @@
|
||||
"hash": "#0F111A",
|
||||
"modifiedItemForeground": "#84ffff",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#717CB416",
|
||||
"selectionBackground": "#717CB470",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#717CB41625",
|
||||
"selectionInactiveBackground": "#717CB425",
|
||||
"textBackground": "#090B10"
|
||||
},
|
||||
"Tree.leftChildIndent": 10,
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#4B526D",
|
||||
"Commit.currentBranchBackground": "#717CB416"
|
||||
"Commit.currentBranchBackground": "#181A1F"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#FFFFFF",
|
||||
@@ -782,7 +794,7 @@
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#090B10",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#8F93A2"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#0F111A",
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#84ffff",
|
||||
"Checkbox.Foreground.Disabled": "#464B5D",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#464B5D",
|
||||
"Checkbox.Background.Selected": "#84ffff",
|
||||
"Checkbox.Background.Selected.Dark": "#84ffff",
|
||||
"Checkbox.Background.Selected": "#0F111A",
|
||||
"Checkbox.Background.Selected.Dark": "#0F111A",
|
||||
"Checkbox.Border.Selected": "#84ffff",
|
||||
"Checkbox.Border.Selected.Dark": "#84ffff",
|
||||
"Checkbox.Foreground.Selected": "#8F93A2",
|
||||
"Checkbox.Foreground.Selected.Dark": "#8F93A2",
|
||||
"Checkbox.Foreground.Selected": "#84ffff",
|
||||
"Checkbox.Foreground.Selected.Dark": "#84ffff",
|
||||
"Checkbox.Focus.Thin.Selected": "#8F93A2",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#8F93A2",
|
||||
"Objects.Grey": "#717CB4",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#8F93A2",
|
||||
"Objects.YellowDark": "#f78c6c",
|
||||
"Objects.GreenAndroid": "#c3e88d"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -113,11 +113,10 @@
|
||||
"matchForeground": "#84ffff2",
|
||||
"matchSelectionForeground": "#84ffff",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#717CB416",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#4B526D",
|
||||
"selectionInactiveBackground": "#1F2233",
|
||||
"selectionInactiveBackground": "#23263250",
|
||||
"selectionBackground": "#23263280",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
@@ -165,7 +164,7 @@
|
||||
"inactiveUnderlineColor": "#464B5D",
|
||||
"inactiveMaskColor": "#0F111A",
|
||||
"underlineColor": "#84ffff",
|
||||
"underlinedTabBackground":"#1A1C25"
|
||||
"underlinedTabBackground": "#1A1C25"
|
||||
},
|
||||
"Desktop.background": "#0F111A",
|
||||
"DialogWrapper.southPanelBackground": "#0F111A",
|
||||
@@ -194,13 +193,22 @@
|
||||
"hoverColor": "#1F2233",
|
||||
"hoverMaskColor": "#1F2233",
|
||||
"inactiveMaskColor": "#0F111A",
|
||||
"inactiveColoredFileBackground": "#0F111A",
|
||||
"inactiveUnderlineColor": "#464B5D",
|
||||
"selectedForeground": "#8F93A2",
|
||||
"selectedBackground": "#1A1C25",
|
||||
"underlineColor": "#84ffff",
|
||||
"underlinedTabBackground": "#1A1C25"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#0F111A",
|
||||
"borderColor": "#181A1F",
|
||||
"hoverBackground": "#1F2233",
|
||||
"hoverColor": "#1F2233",
|
||||
"inactiveUnderlineColor": "#84ffff",
|
||||
"underlineColor": "#84ffff",
|
||||
"underlinedTabBackground": "#1A1C25",
|
||||
"underlinedTabForeground": "#8F93A2"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
@@ -283,10 +291,10 @@
|
||||
"List": {
|
||||
"background": "#181A1F",
|
||||
"foreground": "#8F93A2",
|
||||
"selectionBackground": "#232632",
|
||||
"selectionBackground": "#23263250",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#717CB41625"
|
||||
"selectionInactiveBackground": "#717CB425"
|
||||
},
|
||||
"material": {
|
||||
"background": "#0F111A",
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#0F111A"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#8F93A2",
|
||||
"separatorForeground": "#4B526D",
|
||||
"separatorColor": "#0F111A"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -561,9 +569,12 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#0F111A",
|
||||
"buttonBorderColor": "#84ffff",
|
||||
"buttonColor": "#84ffff",
|
||||
"foreground": "#8F93A2",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#181A1F",
|
||||
"trackColor": "#1A1C25",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#84ffff"
|
||||
},
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#84ffff"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#0F111A",
|
||||
"Table": {
|
||||
@@ -626,7 +638,7 @@
|
||||
"lightSelectionInactiveBackground": "#181A1F",
|
||||
"selectionBackground": "#1A1C25",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#717CB41625",
|
||||
"selectionInactiveBackground": "#1A1C25",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#8F93A2",
|
||||
"stripeColor": "#090B10"
|
||||
@@ -672,7 +684,7 @@
|
||||
"TitlePane": {
|
||||
"background": "#090B10",
|
||||
"Button.hoverBackground": "#1F2233",
|
||||
"inactiveBackground": "#181A1F",
|
||||
"inactiveBackground": "#0F111A",
|
||||
"infoForeground": "#4B526D",
|
||||
"inactiveInfoForeground": "#4B526D"
|
||||
},
|
||||
@@ -734,10 +746,10 @@
|
||||
"hash": "#0F111A",
|
||||
"modifiedItemForeground": "#84ffff",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#717CB416",
|
||||
"selectionBackground": "#717CB470",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#717CB41625",
|
||||
"selectionInactiveBackground": "#717CB425",
|
||||
"textBackground": "#0F111A"
|
||||
},
|
||||
"Tree.leftChildIndent": 10,
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#4B526D",
|
||||
"Commit.currentBranchBackground": "#717CB416"
|
||||
"Commit.currentBranchBackground": "#181A1F"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#FFFFFF",
|
||||
@@ -782,7 +794,7 @@
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#0F111A",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#8F93A2"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#0F111A",
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#84ffff",
|
||||
"Checkbox.Foreground.Disabled": "#464B5D",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#464B5D",
|
||||
"Checkbox.Background.Selected": "#84ffff",
|
||||
"Checkbox.Background.Selected.Dark": "#84ffff",
|
||||
"Checkbox.Background.Selected": "#0F111A",
|
||||
"Checkbox.Background.Selected.Dark": "#0F111A",
|
||||
"Checkbox.Border.Selected": "#84ffff",
|
||||
"Checkbox.Border.Selected.Dark": "#84ffff",
|
||||
"Checkbox.Foreground.Selected": "#8F93A2",
|
||||
"Checkbox.Foreground.Selected.Dark": "#8F93A2",
|
||||
"Checkbox.Foreground.Selected": "#84ffff",
|
||||
"Checkbox.Foreground.Selected.Dark": "#84ffff",
|
||||
"Checkbox.Focus.Thin.Selected": "#8F93A2",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#8F93A2",
|
||||
"Objects.Grey": "#717CB4",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#8F93A2",
|
||||
"Objects.YellowDark": "#f78c6c",
|
||||
"Objects.GreenAndroid": "#c3e88d"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,19 +8,19 @@
|
||||
"acceleratorSelectionForeground": "#94A7B0",
|
||||
"background": "#FAFAFA",
|
||||
"borderColor": "#d3e1e8",
|
||||
"disabledBackground": "#eae8e8",
|
||||
"disabledBackground": "#CCD7DA",
|
||||
"disabledForeground": "#D2D4D5",
|
||||
"disabledText": "#D2D4D5",
|
||||
"focusColor": "#E7E7E8",
|
||||
"focusedBorderColor": "#00BCD4",
|
||||
"foreground": "#546E7A",
|
||||
"inactiveBackground": "#eae8e8",
|
||||
"inactiveBackground": "#CCD7DA",
|
||||
"inactiveForeground": "#94A7B0",
|
||||
"infoForeground": "#94A7B0",
|
||||
"selectionBackground": "#80CBC4",
|
||||
"selectionBackgroundInactive": "#eae8e8",
|
||||
"selectionBackgroundInactive": "#FFFFFF",
|
||||
"selectionForeground": "#546e7a",
|
||||
"selectionInactiveBackground": "#eae8e8",
|
||||
"selectionInactiveBackground": "#FFFFFF",
|
||||
"separatorColor": "#d3e1e8"
|
||||
},
|
||||
"activeCaption": "#FAFAFA",
|
||||
@@ -95,29 +95,28 @@
|
||||
"iconColor": "#546E7A",
|
||||
"nonEditableBackground": "#FAFAFA"
|
||||
},
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"buttonBackground": "#F3F4F5",
|
||||
"disabledForeground": "#D2D4D5",
|
||||
"foreground": "#546E7A",
|
||||
"modifiedItemForeground": "#00BCD4",
|
||||
"nonEditableBackground": "#eae8e8",
|
||||
"nonEditableBackground": "#FFFFFF",
|
||||
"padding": "5,5,5,5",
|
||||
"selectionBackground": "#E7E7E8",
|
||||
"selectionForeground": "#546e7a"
|
||||
},
|
||||
"ComboPopup.border": "#d3e1e8",
|
||||
"CompletionPopup": {
|
||||
"background": "#eae8e8",
|
||||
"background": "#FFFFFF",
|
||||
"foreground": "#546E7A",
|
||||
"infoForeground": "#94A7B0",
|
||||
"matchForeground": "#00BCD42",
|
||||
"matchSelectionForeground": "#00BCD4",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#80CBC480",
|
||||
"selectedGrayedForeground": "#546e7a",
|
||||
"selectionGrayForeground": "#546e7a",
|
||||
"selectionInactiveInfoForeground": "#94A7B0",
|
||||
"selectionInactiveBackground": "#E7E7E8",
|
||||
"selectionInactiveBackground": "#80CBC450",
|
||||
"selectionBackground": "#80CBC480",
|
||||
"selectionForeground": "#546e7a",
|
||||
"selectionInfoForeground": "#546e7a"
|
||||
@@ -160,12 +159,12 @@
|
||||
"background": "#FAFAFA",
|
||||
"borderColor": "#FAFAFA",
|
||||
"hoverBackground": "#E7E7E8",
|
||||
"hoverColor": "#F4F4F4",
|
||||
"hoverColor": "#EEEEEE",
|
||||
"hoverMaskColor": "#E7E7E8",
|
||||
"inactiveUnderlineColor": "#D2D4D5",
|
||||
"inactiveMaskColor": "#F4F4F4",
|
||||
"inactiveMaskColor": "#EEEEEE",
|
||||
"underlineColor": "#00BCD4",
|
||||
"underlinedTabBackground":"#E7E7E8"
|
||||
"underlinedTabBackground": "#E7E7E8"
|
||||
},
|
||||
"Desktop.background": "#FAFAFA",
|
||||
"DialogWrapper.southPanelBackground": "#FAFAFA",
|
||||
@@ -176,12 +175,12 @@
|
||||
"areaForeground": "#546E7A"
|
||||
},
|
||||
"Editor": {
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"foreground": "#546E7A",
|
||||
"shortcutForeground": "#94A7B0"
|
||||
},
|
||||
"EditorPane": {
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"caretForeground": "#00BCD4",
|
||||
"foreground": "#546E7A",
|
||||
"inactiveBackground": "#FAFAFA",
|
||||
@@ -190,21 +189,30 @@
|
||||
"selectionForeground": "#546e7a"
|
||||
},
|
||||
"EditorTabs": {
|
||||
"borderColor": "#eae8e8",
|
||||
"borderColor": "#FFFFFF",
|
||||
"hoverColor": "#E7E7E8",
|
||||
"hoverMaskColor": "#E7E7E8",
|
||||
"inactiveMaskColor": "#FAFAFA",
|
||||
"inactiveColoredFileBackground": "#FAFAFA",
|
||||
"inactiveUnderlineColor": "#D2D4D5",
|
||||
"selectedForeground": "#546E7A",
|
||||
"selectedBackground": "#E7E7E8",
|
||||
"underlineColor": "#00BCD4",
|
||||
"underlinedTabBackground": "#E7E7E8"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#FAFAFA",
|
||||
"borderColor": "#FFFFFF",
|
||||
"hoverBackground": "#E7E7E8",
|
||||
"hoverColor": "#E7E7E8",
|
||||
"inactiveUnderlineColor": "#00BCD4",
|
||||
"underlineColor": "#00BCD4",
|
||||
"underlinedTabBackground": "#E7E7E8",
|
||||
"underlinedTabForeground": "#546E7A"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
"Yellow": "#eae8e8",
|
||||
"Yellow": "#CCD7DA",
|
||||
"Orange": "#B53D00",
|
||||
"Violet": "#4D2C91",
|
||||
"Rose": "#A00037"
|
||||
@@ -221,7 +229,7 @@
|
||||
},
|
||||
"Focus.color": "#d3e1e8",
|
||||
"FormattedTextField": {
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"caretForeground": "#00BCD4",
|
||||
"foreground": "#546E7A",
|
||||
"inactiveBackground": "#F3F4F5",
|
||||
@@ -239,7 +247,7 @@
|
||||
},
|
||||
"HeaderColor": {
|
||||
"active": "#FAFAFA",
|
||||
"inactive": "#F4F4F4"
|
||||
"inactive": "#EEEEEE"
|
||||
},
|
||||
"HelpTooltip": {
|
||||
"background": "#FAFAFA",
|
||||
@@ -249,7 +257,7 @@
|
||||
"shortcutForeground": "#94A7B0"
|
||||
},
|
||||
"Hyperlink.linkColor": "#00BCD4",
|
||||
"inactiveCaption": "#eae8e8",
|
||||
"inactiveCaption": "#FFFFFF",
|
||||
"inactiveCaptionBorder": "#FAFAFA",
|
||||
"inactiveCaptionText": "#94A7B0",
|
||||
"info": "#94A7B0",
|
||||
@@ -281,17 +289,17 @@
|
||||
"visitedForeground": "#00BCD4"
|
||||
},
|
||||
"List": {
|
||||
"background": "#eae8e8",
|
||||
"background": "#FFFFFF",
|
||||
"foreground": "#546E7A",
|
||||
"selectionBackground": "#80CBC4",
|
||||
"selectionBackground": "#80CBC450",
|
||||
"selectionForeground": "#546e7a",
|
||||
"selectionInactiveForeground": "#546e7a",
|
||||
"selectionInactiveBackground": "#80CBC48025"
|
||||
"selectionInactiveBackground": "#80CBC425"
|
||||
},
|
||||
"material": {
|
||||
"background": "#FAFAFA",
|
||||
"branchColor": "#546E7A",
|
||||
"contrast": "#F4F4F4",
|
||||
"contrast": "#EEEEEE",
|
||||
"foreground": "#546E7A",
|
||||
"mergeCommits": "#F3F4F5",
|
||||
"primaryColor": "#94A7B0",
|
||||
@@ -301,7 +309,7 @@
|
||||
"tagColor": "#94A7B0"
|
||||
},
|
||||
"MemoryIndicator": {
|
||||
"allocatedBackground": "#eae8e8",
|
||||
"allocatedBackground": "#FFFFFF",
|
||||
"usedColor": "#E7E7E8",
|
||||
"usedBackground": "#E7E7E8"
|
||||
},
|
||||
@@ -310,8 +318,8 @@
|
||||
"acceleratorSelectionForeground": "#546e7a",
|
||||
"background": "#FAFAFA",
|
||||
"border": "4,2,4,2",
|
||||
"borderColor": "#eae8e8",
|
||||
"disabledBackground": "#eae8e8",
|
||||
"borderColor": "#FFFFFF",
|
||||
"disabledBackground": "#FFFFFF",
|
||||
"disabledForeground": "#D2D4D5",
|
||||
"foreground": "#546E7A",
|
||||
"selectionBackground": "#80CBC4",
|
||||
@@ -319,7 +327,7 @@
|
||||
"separatorColor": "#d3e1e8"
|
||||
},
|
||||
"MenuBar": {
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"borderColor": "#FAFAFA",
|
||||
"disabledBackground": "#FAFAFA",
|
||||
"disabledForeground": "#D2D4D5",
|
||||
@@ -327,7 +335,7 @@
|
||||
"highlight": "#FAFAFA",
|
||||
"selectionBackground": "#80CBC4",
|
||||
"selectionForeground": "#546e7a",
|
||||
"shadow": "#F4F4F4"
|
||||
"shadow": "#EEEEEE"
|
||||
},
|
||||
"MenuItem": {
|
||||
"acceleratorForeground": "#94A7B0",
|
||||
@@ -349,7 +357,7 @@
|
||||
"background": "#FAFAFA"
|
||||
},
|
||||
"SearchField": {
|
||||
"background": "#F4F4F4"
|
||||
"background": "#EEEEEE"
|
||||
}
|
||||
},
|
||||
"Notification": {
|
||||
@@ -386,7 +394,7 @@
|
||||
"foreground": "#546E7A"
|
||||
},
|
||||
"ParameterInfo": {
|
||||
"background": "#eae8e8",
|
||||
"background": "#FFFFFF",
|
||||
"borderColor": "#E7E7E8",
|
||||
"currentOverloadBackground": "#E7E7E8",
|
||||
"currentParameterForeground": "#00BCD4",
|
||||
@@ -396,7 +404,7 @@
|
||||
"lineSeparatorColor": "#E7E7E8"
|
||||
},
|
||||
"PasswordField": {
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"capsLockIconColor": "#00BCD4",
|
||||
"caretForeground": "#00BCD4",
|
||||
"foreground": "#546E7A",
|
||||
@@ -424,11 +432,11 @@
|
||||
"updateForeground": "#546E7A"
|
||||
},
|
||||
"SearchField": {
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"borderColor": "#d3e1e8"
|
||||
},
|
||||
"SectionHeader": {
|
||||
"background": "#eae8e8",
|
||||
"background": "#FFFFFF",
|
||||
"foreground": "#546E7A"
|
||||
},
|
||||
"Tab": {
|
||||
@@ -443,19 +451,19 @@
|
||||
"borderColor": "#FAFAFA",
|
||||
"foreground": "#00BCD4"
|
||||
},
|
||||
"borderColor": "#F4F4F4",
|
||||
"borderColor": "#EEEEEE",
|
||||
"inactiveBorderColor": "#FAFAFA",
|
||||
"innerBorderColor": "#eae8e8",
|
||||
"innerBorderColor": "#FFFFFF",
|
||||
"Header": {
|
||||
"activeBackground": "#FAFAFA",
|
||||
"inactiveBackground": "#F4F4F4"
|
||||
"inactiveBackground": "#EEEEEE"
|
||||
},
|
||||
"paintBorder": true,
|
||||
"separatorForeground": "#546E7A",
|
||||
"separatorColor": "#eae8e8",
|
||||
"separatorColor": "#FFFFFF",
|
||||
"Toolbar": {
|
||||
"background": "#F4F4F4",
|
||||
"borderColor": "#F4F4F4"
|
||||
"background": "#EEEEEE",
|
||||
"borderColor": "#EEEEEE"
|
||||
}
|
||||
},
|
||||
"PopupMenu": {
|
||||
@@ -526,19 +534,19 @@
|
||||
},
|
||||
"SearchEverywhere": {
|
||||
"Advertiser": {
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"foreground": "#94A7B0"
|
||||
},
|
||||
"Header": {
|
||||
"background": "#FAFAFA"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#546E7A",
|
||||
"separatorForeground": "#94A7B0",
|
||||
"separatorColor": "#d3e1e8"
|
||||
},
|
||||
"SearchField": {
|
||||
"background": "#FAFAFA",
|
||||
"borderColor": "#F4F4F4",
|
||||
"borderColor": "#EEEEEE",
|
||||
"infoForeground": "#94A7B0"
|
||||
},
|
||||
"Tab": {
|
||||
@@ -552,18 +560,21 @@
|
||||
"startBackground": "#00BCD4"
|
||||
},
|
||||
"Separator": {
|
||||
"background": "#eae8e8",
|
||||
"foreground": "#eae8e8",
|
||||
"separatorColor": "#eae8e8"
|
||||
"background": "#FFFFFF",
|
||||
"foreground": "#FFFFFF",
|
||||
"separatorColor": "#FFFFFF"
|
||||
},
|
||||
"SidePanel": {
|
||||
"background": "#F4F4F4"
|
||||
"background": "#EEEEEE"
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#FAFAFA",
|
||||
"buttonBorderColor": "#00BCD4",
|
||||
"buttonColor": "#00BCD4",
|
||||
"foreground": "#546E7A",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#eae8e8",
|
||||
"tickColor": "#FFFFFF",
|
||||
"trackColor": "#E7E7E8",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#00BCD4"
|
||||
},
|
||||
@@ -581,9 +592,9 @@
|
||||
},
|
||||
"SplitPane": {
|
||||
"background": "#FAFAFA",
|
||||
"highlight": "#F4F4F4"
|
||||
"highlight": "#EEEEEE"
|
||||
},
|
||||
"SplitPaneDivider.draggingColor": "#eae8e8",
|
||||
"SplitPaneDivider.draggingColor": "#FFFFFF",
|
||||
"StatusBar": {
|
||||
"borderColor": "#FAFAFA"
|
||||
},
|
||||
@@ -607,9 +618,10 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#00BCD4"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#F4F4F4",
|
||||
"TabbedPane.mt.tab.background": "#EEEEEE",
|
||||
"Table": {
|
||||
"background": "#FAFAFA",
|
||||
"cellNoFocusBorder": "10,5,10,5",
|
||||
@@ -623,30 +635,30 @@
|
||||
"highlightOuter": "#E7E7E8",
|
||||
"lightSelectionForeground": "#546e7a",
|
||||
"lightSelectionInactiveForeground": "#94A7B0",
|
||||
"lightSelectionInactiveBackground": "#eae8e8",
|
||||
"lightSelectionInactiveBackground": "#FFFFFF",
|
||||
"selectionBackground": "#E7E7E8",
|
||||
"selectionForeground": "#546e7a",
|
||||
"selectionInactiveBackground": "#80CBC48025",
|
||||
"selectionInactiveBackground": "#E7E7E8",
|
||||
"selectionInactiveForeground": "#546e7a",
|
||||
"sortIconColor": "#546E7A",
|
||||
"stripeColor": "#F4F4F4"
|
||||
"stripeColor": "#EEEEEE"
|
||||
},
|
||||
"TableHeader": {
|
||||
"background": "#FAFAFA",
|
||||
"borderColor": "#FAFAFA",
|
||||
"bottomSeparatorColor": "#eae8e8",
|
||||
"bottomSeparatorColor": "#FFFFFF",
|
||||
"cellBorder": "4,0,4,0",
|
||||
"foreground": "#546E7A",
|
||||
"focusCellBackground": "#E7E7E8",
|
||||
"focusCellForeground": "#546e7a",
|
||||
"height": 25,
|
||||
"separatorColor": "#eae8e8"
|
||||
"separatorColor": "#FFFFFF"
|
||||
},
|
||||
"text": "#94A7B0",
|
||||
"textInactiveText": "#94A7B0",
|
||||
"textText": "#94A7B0",
|
||||
"TextArea": {
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"caretForeground": "#00BCD4",
|
||||
"foreground": "#546E7A",
|
||||
"inactiveForeground": "#D2D4D5",
|
||||
@@ -654,7 +666,7 @@
|
||||
"selectionForeground": "#546e7a"
|
||||
},
|
||||
"TextField": {
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"caretForeground": "#00BCD4",
|
||||
"foreground": "#546E7A",
|
||||
"inactiveForeground": "#D2D4D5",
|
||||
@@ -662,7 +674,7 @@
|
||||
"selectionForeground": "#546e7a"
|
||||
},
|
||||
"TextPane": {
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"caretForeground": "#00BCD4",
|
||||
"foreground": "#546E7A",
|
||||
"inactiveForeground": "#D2D4D5",
|
||||
@@ -670,9 +682,9 @@
|
||||
"selectionForeground": "#546e7a"
|
||||
},
|
||||
"TitlePane": {
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"Button.hoverBackground": "#E7E7E8",
|
||||
"inactiveBackground": "#eae8e8",
|
||||
"inactiveBackground": "#FAFAFA",
|
||||
"infoForeground": "#94A7B0",
|
||||
"inactiveInfoForeground": "#94A7B0"
|
||||
},
|
||||
@@ -688,7 +700,7 @@
|
||||
"onForeground": "#00BCD4"
|
||||
},
|
||||
"ToolBar": {
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"borderHandleColor": "#94A7B0",
|
||||
"floatingForeground": "#94A7B0",
|
||||
"foreground": "#546E7A"
|
||||
@@ -707,11 +719,11 @@
|
||||
"Button": {
|
||||
"hoverBackground": "#E7E7E8",
|
||||
"selectedForeground": "#546e7a",
|
||||
"selectedBackground": "#F4F4F4"
|
||||
"selectedBackground": "#EEEEEE"
|
||||
},
|
||||
"Header": {
|
||||
"background": "#FAFAFA",
|
||||
"borderColor": "#eae8e8",
|
||||
"borderColor": "#FFFFFF",
|
||||
"inactiveBackground": "#FAFAFA"
|
||||
},
|
||||
"HeaderCloseButton": {
|
||||
@@ -719,26 +731,26 @@
|
||||
},
|
||||
"HeaderTab": {
|
||||
"hoverBackground": "#E7E7E8",
|
||||
"hoverInactiveBackground": "#eae8e8",
|
||||
"hoverInactiveBackground": "#FFFFFF",
|
||||
"inactiveUnderlineColor": "#00BCD4",
|
||||
"selectedBackground": "#F4F4F4",
|
||||
"selectedInactiveBackground": "#F4F4F4",
|
||||
"selectedBackground": "#EEEEEE",
|
||||
"selectedInactiveBackground": "#EEEEEE",
|
||||
"underlineColor": "#00BCD4",
|
||||
"underlinedTabBackground": "#E7E7E8",
|
||||
"underlinedTabInactiveBackground": "#eae8e8"
|
||||
"underlinedTabInactiveBackground": "#FFFFFF"
|
||||
}
|
||||
},
|
||||
"Tree": {
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"foreground": "#94A7B0",
|
||||
"hash": "#d3e1e8",
|
||||
"modifiedItemForeground": "#00BCD4",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#80CBC480",
|
||||
"selectionBackground": "#80CBC470",
|
||||
"selectionForeground": "#546e7a",
|
||||
"selectionInactiveForeground": "#546e7a",
|
||||
"selectionInactiveBackground": "#80CBC48025",
|
||||
"textBackground": "#F4F4F4"
|
||||
"selectionInactiveBackground": "#80CBC425",
|
||||
"textBackground": "#EEEEEE"
|
||||
},
|
||||
"Tree.leftChildIndent": 10,
|
||||
"Tree.rightChildIndent": 5,
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#94A7B0",
|
||||
"Commit.currentBranchBackground": "#80CBC480"
|
||||
"Commit.currentBranchBackground": "#FFFFFF"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#546e7a",
|
||||
@@ -781,33 +793,33 @@
|
||||
}
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#F4F4F4",
|
||||
"foreground": "%fc"
|
||||
"background": "#EEEEEE",
|
||||
"foreground": "#546E7A"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#FAFAFA",
|
||||
"borderColor": "#FAFAFA",
|
||||
"captionBackground": "#F4F4F4",
|
||||
"captionBackground": "#EEEEEE",
|
||||
"captionForeground": "#546E7A",
|
||||
"footerBackground": "#F4F4F4",
|
||||
"footerBackground": "#EEEEEE",
|
||||
"footerForeground": "#546E7A",
|
||||
"headerBackground": "#FAFAFA",
|
||||
"headerForeground": "#546E7A",
|
||||
"separatorColor": "#d3e1e8",
|
||||
"Projects": {
|
||||
"background": "#eae8e8",
|
||||
"background": "#FFFFFF",
|
||||
"selectionBackground": "#80CBC4",
|
||||
"selectionInactiveBackground": "#eae8e8"
|
||||
"selectionInactiveBackground": "#FFFFFF"
|
||||
}
|
||||
},
|
||||
"window": "#F4F4F4",
|
||||
"window": "#EEEEEE",
|
||||
"windowBorder": "#d3e1e8",
|
||||
"windowText": "#94A7B0",
|
||||
"Window.border": "#d3e1e8"
|
||||
},
|
||||
"icons": {
|
||||
"ColorPalette": {
|
||||
"#43494A": "#F4F4F4",
|
||||
"#43494A": "#EEEEEE",
|
||||
"#6B6B6B": "#94A7B0",
|
||||
"#A7A7A7": "#FAFAFA",
|
||||
"#3D6185": "#00BCD4",
|
||||
@@ -824,10 +836,10 @@
|
||||
"Actions.GreyInline.Dark": "#546E7A",
|
||||
"Actions.Red": "#E53935",
|
||||
"Actions.Yellow": "#F6A434",
|
||||
"Checkbox.Background.Default": "#F4F4F4",
|
||||
"Checkbox.Background.Default.Dark": "#F4F4F4",
|
||||
"Checkbox.Background.Disabled": "#eae8e8",
|
||||
"Checkbox.Background.Disabled.Dark": "#eae8e8",
|
||||
"Checkbox.Background.Default": "#EEEEEE",
|
||||
"Checkbox.Background.Default.Dark": "#EEEEEE",
|
||||
"Checkbox.Background.Disabled": "#CCD7DA",
|
||||
"Checkbox.Background.Disabled.Dark": "#CCD7DA",
|
||||
"Checkbox.Border.Default": "#d3e1e8",
|
||||
"Checkbox.Border.Default.Dark": "#d3e1e8",
|
||||
"Checkbox.Border.Disabled": "#D2D4D5",
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#00BCD4",
|
||||
"Checkbox.Foreground.Disabled": "#D2D4D5",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#D2D4D5",
|
||||
"Checkbox.Background.Selected": "#00BCD4",
|
||||
"Checkbox.Background.Selected.Dark": "#00BCD4",
|
||||
"Checkbox.Background.Selected": "#FAFAFA",
|
||||
"Checkbox.Background.Selected.Dark": "#FAFAFA",
|
||||
"Checkbox.Border.Selected": "#00BCD4",
|
||||
"Checkbox.Border.Selected.Dark": "#00BCD4",
|
||||
"Checkbox.Foreground.Selected": "#546E7A",
|
||||
"Checkbox.Foreground.Selected.Dark": "#546E7A",
|
||||
"Checkbox.Foreground.Selected": "#00BCD4",
|
||||
"Checkbox.Foreground.Selected.Dark": "#00BCD4",
|
||||
"Checkbox.Focus.Thin.Selected": "#546E7A",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#546E7A",
|
||||
"Objects.Grey": "#AABFC9",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#546E7A",
|
||||
"Objects.YellowDark": "#F76D47",
|
||||
"Objects.GreenAndroid": "#91B859"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,19 +8,19 @@
|
||||
"acceleratorSelectionForeground": "#94A7B0",
|
||||
"background": "#FAFAFA",
|
||||
"borderColor": "#d3e1e8",
|
||||
"disabledBackground": "#eae8e8",
|
||||
"disabledBackground": "#CCD7DA",
|
||||
"disabledForeground": "#D2D4D5",
|
||||
"disabledText": "#D2D4D5",
|
||||
"focusColor": "#E7E7E8",
|
||||
"focusedBorderColor": "#00BCD4",
|
||||
"foreground": "#546E7A",
|
||||
"inactiveBackground": "#eae8e8",
|
||||
"inactiveBackground": "#CCD7DA",
|
||||
"inactiveForeground": "#94A7B0",
|
||||
"infoForeground": "#94A7B0",
|
||||
"selectionBackground": "#80CBC4",
|
||||
"selectionBackgroundInactive": "#eae8e8",
|
||||
"selectionBackgroundInactive": "#FFFFFF",
|
||||
"selectionForeground": "#546e7a",
|
||||
"selectionInactiveBackground": "#eae8e8",
|
||||
"selectionInactiveBackground": "#FFFFFF",
|
||||
"separatorColor": "#d3e1e8"
|
||||
},
|
||||
"activeCaption": "#FAFAFA",
|
||||
@@ -100,24 +100,23 @@
|
||||
"disabledForeground": "#D2D4D5",
|
||||
"foreground": "#546E7A",
|
||||
"modifiedItemForeground": "#00BCD4",
|
||||
"nonEditableBackground": "#eae8e8",
|
||||
"nonEditableBackground": "#FFFFFF",
|
||||
"padding": "5,5,5,5",
|
||||
"selectionBackground": "#E7E7E8",
|
||||
"selectionForeground": "#546e7a"
|
||||
},
|
||||
"ComboPopup.border": "#d3e1e8",
|
||||
"CompletionPopup": {
|
||||
"background": "#eae8e8",
|
||||
"background": "#FFFFFF",
|
||||
"foreground": "#546E7A",
|
||||
"infoForeground": "#94A7B0",
|
||||
"matchForeground": "#00BCD42",
|
||||
"matchSelectionForeground": "#00BCD4",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#80CBC480",
|
||||
"selectedGrayedForeground": "#546e7a",
|
||||
"selectionGrayForeground": "#546e7a",
|
||||
"selectionInactiveInfoForeground": "#94A7B0",
|
||||
"selectionInactiveBackground": "#E7E7E8",
|
||||
"selectionInactiveBackground": "#80CBC450",
|
||||
"selectionBackground": "#80CBC480",
|
||||
"selectionForeground": "#546e7a",
|
||||
"selectionInfoForeground": "#546e7a"
|
||||
@@ -165,7 +164,7 @@
|
||||
"inactiveUnderlineColor": "#D2D4D5",
|
||||
"inactiveMaskColor": "#FAFAFA",
|
||||
"underlineColor": "#00BCD4",
|
||||
"underlinedTabBackground":"#E7E7E8"
|
||||
"underlinedTabBackground": "#E7E7E8"
|
||||
},
|
||||
"Desktop.background": "#FAFAFA",
|
||||
"DialogWrapper.southPanelBackground": "#FAFAFA",
|
||||
@@ -190,21 +189,30 @@
|
||||
"selectionForeground": "#546e7a"
|
||||
},
|
||||
"EditorTabs": {
|
||||
"borderColor": "#eae8e8",
|
||||
"borderColor": "#FFFFFF",
|
||||
"hoverColor": "#E7E7E8",
|
||||
"hoverMaskColor": "#E7E7E8",
|
||||
"inactiveMaskColor": "#FAFAFA",
|
||||
"inactiveColoredFileBackground": "#FAFAFA",
|
||||
"inactiveUnderlineColor": "#D2D4D5",
|
||||
"selectedForeground": "#546E7A",
|
||||
"selectedBackground": "#E7E7E8",
|
||||
"underlineColor": "#00BCD4",
|
||||
"underlinedTabBackground": "#E7E7E8"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#FAFAFA",
|
||||
"borderColor": "#FFFFFF",
|
||||
"hoverBackground": "#E7E7E8",
|
||||
"hoverColor": "#E7E7E8",
|
||||
"inactiveUnderlineColor": "#00BCD4",
|
||||
"underlineColor": "#00BCD4",
|
||||
"underlinedTabBackground": "#E7E7E8",
|
||||
"underlinedTabForeground": "#546E7A"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
"Yellow": "#eae8e8",
|
||||
"Yellow": "#CCD7DA",
|
||||
"Orange": "#B53D00",
|
||||
"Violet": "#4D2C91",
|
||||
"Rose": "#A00037"
|
||||
@@ -239,7 +247,7 @@
|
||||
},
|
||||
"HeaderColor": {
|
||||
"active": "#FAFAFA",
|
||||
"inactive": "#F4F4F4"
|
||||
"inactive": "#EEEEEE"
|
||||
},
|
||||
"HelpTooltip": {
|
||||
"background": "#FAFAFA",
|
||||
@@ -249,7 +257,7 @@
|
||||
"shortcutForeground": "#94A7B0"
|
||||
},
|
||||
"Hyperlink.linkColor": "#00BCD4",
|
||||
"inactiveCaption": "#eae8e8",
|
||||
"inactiveCaption": "#FFFFFF",
|
||||
"inactiveCaptionBorder": "#FAFAFA",
|
||||
"inactiveCaptionText": "#94A7B0",
|
||||
"info": "#94A7B0",
|
||||
@@ -281,17 +289,17 @@
|
||||
"visitedForeground": "#00BCD4"
|
||||
},
|
||||
"List": {
|
||||
"background": "#eae8e8",
|
||||
"background": "#FFFFFF",
|
||||
"foreground": "#546E7A",
|
||||
"selectionBackground": "#80CBC4",
|
||||
"selectionBackground": "#80CBC450",
|
||||
"selectionForeground": "#546e7a",
|
||||
"selectionInactiveForeground": "#546e7a",
|
||||
"selectionInactiveBackground": "#80CBC48025"
|
||||
"selectionInactiveBackground": "#80CBC425"
|
||||
},
|
||||
"material": {
|
||||
"background": "#FAFAFA",
|
||||
"branchColor": "#546E7A",
|
||||
"contrast": "#F4F4F4",
|
||||
"contrast": "#EEEEEE",
|
||||
"foreground": "#546E7A",
|
||||
"mergeCommits": "#F3F4F5",
|
||||
"primaryColor": "#94A7B0",
|
||||
@@ -301,7 +309,7 @@
|
||||
"tagColor": "#94A7B0"
|
||||
},
|
||||
"MemoryIndicator": {
|
||||
"allocatedBackground": "#eae8e8",
|
||||
"allocatedBackground": "#FFFFFF",
|
||||
"usedColor": "#E7E7E8",
|
||||
"usedBackground": "#E7E7E8"
|
||||
},
|
||||
@@ -310,8 +318,8 @@
|
||||
"acceleratorSelectionForeground": "#546e7a",
|
||||
"background": "#FAFAFA",
|
||||
"border": "4,2,4,2",
|
||||
"borderColor": "#eae8e8",
|
||||
"disabledBackground": "#eae8e8",
|
||||
"borderColor": "#FFFFFF",
|
||||
"disabledBackground": "#FFFFFF",
|
||||
"disabledForeground": "#D2D4D5",
|
||||
"foreground": "#546E7A",
|
||||
"selectionBackground": "#80CBC4",
|
||||
@@ -386,7 +394,7 @@
|
||||
"foreground": "#546E7A"
|
||||
},
|
||||
"ParameterInfo": {
|
||||
"background": "#eae8e8",
|
||||
"background": "#FFFFFF",
|
||||
"borderColor": "#E7E7E8",
|
||||
"currentOverloadBackground": "#E7E7E8",
|
||||
"currentParameterForeground": "#00BCD4",
|
||||
@@ -428,7 +436,7 @@
|
||||
"borderColor": "#d3e1e8"
|
||||
},
|
||||
"SectionHeader": {
|
||||
"background": "#eae8e8",
|
||||
"background": "#FFFFFF",
|
||||
"foreground": "#546E7A"
|
||||
},
|
||||
"Tab": {
|
||||
@@ -443,19 +451,19 @@
|
||||
"borderColor": "#FAFAFA",
|
||||
"foreground": "#00BCD4"
|
||||
},
|
||||
"borderColor": "#F4F4F4",
|
||||
"borderColor": "#EEEEEE",
|
||||
"inactiveBorderColor": "#FAFAFA",
|
||||
"innerBorderColor": "#eae8e8",
|
||||
"innerBorderColor": "#FFFFFF",
|
||||
"Header": {
|
||||
"activeBackground": "#FAFAFA",
|
||||
"inactiveBackground": "#F4F4F4"
|
||||
"inactiveBackground": "#EEEEEE"
|
||||
},
|
||||
"paintBorder": true,
|
||||
"separatorForeground": "#546E7A",
|
||||
"separatorColor": "#eae8e8",
|
||||
"separatorColor": "#FFFFFF",
|
||||
"Toolbar": {
|
||||
"background": "#F4F4F4",
|
||||
"borderColor": "#F4F4F4"
|
||||
"background": "#EEEEEE",
|
||||
"borderColor": "#EEEEEE"
|
||||
}
|
||||
},
|
||||
"PopupMenu": {
|
||||
@@ -526,19 +534,19 @@
|
||||
},
|
||||
"SearchEverywhere": {
|
||||
"Advertiser": {
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"foreground": "#94A7B0"
|
||||
},
|
||||
"Header": {
|
||||
"background": "#FAFAFA"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#546E7A",
|
||||
"separatorForeground": "#94A7B0",
|
||||
"separatorColor": "#d3e1e8"
|
||||
},
|
||||
"SearchField": {
|
||||
"background": "#FAFAFA",
|
||||
"borderColor": "#F4F4F4",
|
||||
"borderColor": "#EEEEEE",
|
||||
"infoForeground": "#94A7B0"
|
||||
},
|
||||
"Tab": {
|
||||
@@ -552,18 +560,21 @@
|
||||
"startBackground": "#00BCD4"
|
||||
},
|
||||
"Separator": {
|
||||
"background": "#eae8e8",
|
||||
"foreground": "#eae8e8",
|
||||
"separatorColor": "#eae8e8"
|
||||
"background": "#FFFFFF",
|
||||
"foreground": "#FFFFFF",
|
||||
"separatorColor": "#FFFFFF"
|
||||
},
|
||||
"SidePanel": {
|
||||
"background": "#FAFAFA"
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#FAFAFA",
|
||||
"buttonBorderColor": "#00BCD4",
|
||||
"buttonColor": "#00BCD4",
|
||||
"foreground": "#546E7A",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#eae8e8",
|
||||
"tickColor": "#FFFFFF",
|
||||
"trackColor": "#E7E7E8",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#00BCD4"
|
||||
},
|
||||
@@ -583,7 +594,7 @@
|
||||
"background": "#FAFAFA",
|
||||
"highlight": "#FAFAFA"
|
||||
},
|
||||
"SplitPaneDivider.draggingColor": "#eae8e8",
|
||||
"SplitPaneDivider.draggingColor": "#FFFFFF",
|
||||
"StatusBar": {
|
||||
"borderColor": "#FAFAFA"
|
||||
},
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#00BCD4"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#FAFAFA",
|
||||
"Table": {
|
||||
@@ -623,24 +635,24 @@
|
||||
"highlightOuter": "#E7E7E8",
|
||||
"lightSelectionForeground": "#546e7a",
|
||||
"lightSelectionInactiveForeground": "#94A7B0",
|
||||
"lightSelectionInactiveBackground": "#eae8e8",
|
||||
"lightSelectionInactiveBackground": "#FFFFFF",
|
||||
"selectionBackground": "#E7E7E8",
|
||||
"selectionForeground": "#546e7a",
|
||||
"selectionInactiveBackground": "#80CBC48025",
|
||||
"selectionInactiveBackground": "#E7E7E8",
|
||||
"selectionInactiveForeground": "#546e7a",
|
||||
"sortIconColor": "#546E7A",
|
||||
"stripeColor": "#F4F4F4"
|
||||
"stripeColor": "#EEEEEE"
|
||||
},
|
||||
"TableHeader": {
|
||||
"background": "#FAFAFA",
|
||||
"borderColor": "#FAFAFA",
|
||||
"bottomSeparatorColor": "#eae8e8",
|
||||
"bottomSeparatorColor": "#FFFFFF",
|
||||
"cellBorder": "4,0,4,0",
|
||||
"foreground": "#546E7A",
|
||||
"focusCellBackground": "#E7E7E8",
|
||||
"focusCellForeground": "#546e7a",
|
||||
"height": 25,
|
||||
"separatorColor": "#eae8e8"
|
||||
"separatorColor": "#FFFFFF"
|
||||
},
|
||||
"text": "#94A7B0",
|
||||
"textInactiveText": "#94A7B0",
|
||||
@@ -670,9 +682,9 @@
|
||||
"selectionForeground": "#546e7a"
|
||||
},
|
||||
"TitlePane": {
|
||||
"background": "#F4F4F4",
|
||||
"background": "#EEEEEE",
|
||||
"Button.hoverBackground": "#E7E7E8",
|
||||
"inactiveBackground": "#eae8e8",
|
||||
"inactiveBackground": "#FAFAFA",
|
||||
"infoForeground": "#94A7B0",
|
||||
"inactiveInfoForeground": "#94A7B0"
|
||||
},
|
||||
@@ -707,11 +719,11 @@
|
||||
"Button": {
|
||||
"hoverBackground": "#E7E7E8",
|
||||
"selectedForeground": "#546e7a",
|
||||
"selectedBackground": "#F4F4F4"
|
||||
"selectedBackground": "#EEEEEE"
|
||||
},
|
||||
"Header": {
|
||||
"background": "#FAFAFA",
|
||||
"borderColor": "#eae8e8",
|
||||
"borderColor": "#FFFFFF",
|
||||
"inactiveBackground": "#FAFAFA"
|
||||
},
|
||||
"HeaderCloseButton": {
|
||||
@@ -719,13 +731,13 @@
|
||||
},
|
||||
"HeaderTab": {
|
||||
"hoverBackground": "#E7E7E8",
|
||||
"hoverInactiveBackground": "#eae8e8",
|
||||
"hoverInactiveBackground": "#FFFFFF",
|
||||
"inactiveUnderlineColor": "#00BCD4",
|
||||
"selectedBackground": "#F4F4F4",
|
||||
"selectedInactiveBackground": "#F4F4F4",
|
||||
"selectedBackground": "#EEEEEE",
|
||||
"selectedInactiveBackground": "#EEEEEE",
|
||||
"underlineColor": "#00BCD4",
|
||||
"underlinedTabBackground": "#E7E7E8",
|
||||
"underlinedTabInactiveBackground": "#eae8e8"
|
||||
"underlinedTabInactiveBackground": "#FFFFFF"
|
||||
}
|
||||
},
|
||||
"Tree": {
|
||||
@@ -734,10 +746,10 @@
|
||||
"hash": "#d3e1e8",
|
||||
"modifiedItemForeground": "#00BCD4",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#80CBC480",
|
||||
"selectionBackground": "#80CBC470",
|
||||
"selectionForeground": "#546e7a",
|
||||
"selectionInactiveForeground": "#546e7a",
|
||||
"selectionInactiveBackground": "#80CBC48025",
|
||||
"selectionInactiveBackground": "#80CBC425",
|
||||
"textBackground": "#FAFAFA"
|
||||
},
|
||||
"Tree.leftChildIndent": 10,
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#94A7B0",
|
||||
"Commit.currentBranchBackground": "#80CBC480"
|
||||
"Commit.currentBranchBackground": "#FFFFFF"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#546e7a",
|
||||
@@ -782,22 +794,22 @@
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#FAFAFA",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#546E7A"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#FAFAFA",
|
||||
"borderColor": "#FAFAFA",
|
||||
"captionBackground": "#F4F4F4",
|
||||
"captionBackground": "#EEEEEE",
|
||||
"captionForeground": "#546E7A",
|
||||
"footerBackground": "#F4F4F4",
|
||||
"footerBackground": "#EEEEEE",
|
||||
"footerForeground": "#546E7A",
|
||||
"headerBackground": "#FAFAFA",
|
||||
"headerForeground": "#546E7A",
|
||||
"separatorColor": "#d3e1e8",
|
||||
"Projects": {
|
||||
"background": "#eae8e8",
|
||||
"background": "#FFFFFF",
|
||||
"selectionBackground": "#80CBC4",
|
||||
"selectionInactiveBackground": "#eae8e8"
|
||||
"selectionInactiveBackground": "#FFFFFF"
|
||||
}
|
||||
},
|
||||
"window": "#FAFAFA",
|
||||
@@ -807,7 +819,7 @@
|
||||
},
|
||||
"icons": {
|
||||
"ColorPalette": {
|
||||
"#43494A": "#F4F4F4",
|
||||
"#43494A": "#EEEEEE",
|
||||
"#6B6B6B": "#94A7B0",
|
||||
"#A7A7A7": "#FAFAFA",
|
||||
"#3D6185": "#00BCD4",
|
||||
@@ -824,10 +836,10 @@
|
||||
"Actions.GreyInline.Dark": "#546E7A",
|
||||
"Actions.Red": "#E53935",
|
||||
"Actions.Yellow": "#F6A434",
|
||||
"Checkbox.Background.Default": "#F4F4F4",
|
||||
"Checkbox.Background.Default.Dark": "#F4F4F4",
|
||||
"Checkbox.Background.Disabled": "#eae8e8",
|
||||
"Checkbox.Background.Disabled.Dark": "#eae8e8",
|
||||
"Checkbox.Background.Default": "#EEEEEE",
|
||||
"Checkbox.Background.Default.Dark": "#EEEEEE",
|
||||
"Checkbox.Background.Disabled": "#CCD7DA",
|
||||
"Checkbox.Background.Disabled.Dark": "#CCD7DA",
|
||||
"Checkbox.Border.Default": "#d3e1e8",
|
||||
"Checkbox.Border.Default.Dark": "#d3e1e8",
|
||||
"Checkbox.Border.Disabled": "#D2D4D5",
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#00BCD4",
|
||||
"Checkbox.Foreground.Disabled": "#D2D4D5",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#D2D4D5",
|
||||
"Checkbox.Background.Selected": "#00BCD4",
|
||||
"Checkbox.Background.Selected.Dark": "#00BCD4",
|
||||
"Checkbox.Background.Selected": "#FAFAFA",
|
||||
"Checkbox.Background.Selected.Dark": "#FAFAFA",
|
||||
"Checkbox.Border.Selected": "#00BCD4",
|
||||
"Checkbox.Border.Selected.Dark": "#00BCD4",
|
||||
"Checkbox.Foreground.Selected": "#546E7A",
|
||||
"Checkbox.Foreground.Selected.Dark": "#546E7A",
|
||||
"Checkbox.Foreground.Selected": "#00BCD4",
|
||||
"Checkbox.Foreground.Selected.Dark": "#00BCD4",
|
||||
"Checkbox.Focus.Thin.Selected": "#546E7A",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#546E7A",
|
||||
"Objects.Grey": "#AABFC9",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#546E7A",
|
||||
"Objects.YellowDark": "#F76D47",
|
||||
"Objects.GreenAndroid": "#91B859"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -113,11 +113,10 @@
|
||||
"matchForeground": "#0096882",
|
||||
"matchSelectionForeground": "#009688",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#546E7A70",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#607D8B",
|
||||
"selectionInactiveBackground": "#425B67",
|
||||
"selectionInactiveBackground": "#546E7A50",
|
||||
"selectionBackground": "#546E7A80",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
@@ -165,7 +164,7 @@
|
||||
"inactiveUnderlineColor": "#415967",
|
||||
"inactiveMaskColor": "#1E272C",
|
||||
"underlineColor": "#009688",
|
||||
"underlinedTabBackground":"#314549"
|
||||
"underlinedTabBackground": "#314549"
|
||||
},
|
||||
"Desktop.background": "#263238",
|
||||
"DialogWrapper.southPanelBackground": "#263238",
|
||||
@@ -194,13 +193,22 @@
|
||||
"hoverColor": "#425B67",
|
||||
"hoverMaskColor": "#425B67",
|
||||
"inactiveMaskColor": "#263238",
|
||||
"inactiveColoredFileBackground": "#263238",
|
||||
"inactiveUnderlineColor": "#415967",
|
||||
"selectedForeground": "#B0BEC5",
|
||||
"selectedBackground": "#314549",
|
||||
"underlineColor": "#009688",
|
||||
"underlinedTabBackground": "#314549"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#263238",
|
||||
"borderColor": "#32424A",
|
||||
"hoverBackground": "#425B67",
|
||||
"hoverColor": "#425B67",
|
||||
"inactiveUnderlineColor": "#009688",
|
||||
"underlineColor": "#009688",
|
||||
"underlinedTabBackground": "#314549",
|
||||
"underlinedTabForeground": "#B0BEC5"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
@@ -283,10 +291,10 @@
|
||||
"List": {
|
||||
"background": "#32424A",
|
||||
"foreground": "#B0BEC5",
|
||||
"selectionBackground": "#546E7A",
|
||||
"selectionBackground": "#546E7A50",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#546E7A7025"
|
||||
"selectionInactiveBackground": "#546E7A25"
|
||||
},
|
||||
"material": {
|
||||
"background": "#263238",
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#263238"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#B0BEC5",
|
||||
"separatorForeground": "#607D8B",
|
||||
"separatorColor": "#2A373E"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -561,9 +569,12 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#263238",
|
||||
"buttonBorderColor": "#009688",
|
||||
"buttonColor": "#009688",
|
||||
"foreground": "#B0BEC5",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#32424A",
|
||||
"trackColor": "#314549",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#009688"
|
||||
},
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#009688"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#1E272C",
|
||||
"Table": {
|
||||
@@ -626,7 +638,7 @@
|
||||
"lightSelectionInactiveBackground": "#32424A",
|
||||
"selectionBackground": "#314549",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#546E7A7025",
|
||||
"selectionInactiveBackground": "#314549",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#B0BEC5",
|
||||
"stripeColor": "#1E272C"
|
||||
@@ -672,7 +684,7 @@
|
||||
"TitlePane": {
|
||||
"background": "#1E272C",
|
||||
"Button.hoverBackground": "#425B67",
|
||||
"inactiveBackground": "#32424A",
|
||||
"inactiveBackground": "#263238",
|
||||
"infoForeground": "#607D8B",
|
||||
"inactiveInfoForeground": "#607D8B"
|
||||
},
|
||||
@@ -737,7 +749,7 @@
|
||||
"selectionBackground": "#546E7A70",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#546E7A7025",
|
||||
"selectionInactiveBackground": "#546E7A25",
|
||||
"textBackground": "#1E272C"
|
||||
},
|
||||
"Tree.leftChildIndent": 10,
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#607D8B",
|
||||
"Commit.currentBranchBackground": "#546E7A70"
|
||||
"Commit.currentBranchBackground": "#32424A"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#FFFFFF",
|
||||
@@ -782,7 +794,7 @@
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#1E272C",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#B0BEC5"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#263238",
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#009688",
|
||||
"Checkbox.Foreground.Disabled": "#415967",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#415967",
|
||||
"Checkbox.Background.Selected": "#009688",
|
||||
"Checkbox.Background.Selected.Dark": "#009688",
|
||||
"Checkbox.Background.Selected": "#263238",
|
||||
"Checkbox.Background.Selected.Dark": "#263238",
|
||||
"Checkbox.Border.Selected": "#009688",
|
||||
"Checkbox.Border.Selected.Dark": "#009688",
|
||||
"Checkbox.Foreground.Selected": "#B0BEC5",
|
||||
"Checkbox.Foreground.Selected.Dark": "#B0BEC5",
|
||||
"Checkbox.Foreground.Selected": "#009688",
|
||||
"Checkbox.Foreground.Selected.Dark": "#009688",
|
||||
"Checkbox.Focus.Thin.Selected": "#B0BEC5",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#B0BEC5",
|
||||
"Objects.Grey": "#546e7a",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#B0BEC5",
|
||||
"Objects.YellowDark": "#f78c6c",
|
||||
"Objects.GreenAndroid": "#c3e88d"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -113,11 +113,10 @@
|
||||
"matchForeground": "#0096882",
|
||||
"matchSelectionForeground": "#009688",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#546E7A70",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#607D8B",
|
||||
"selectionInactiveBackground": "#425B67",
|
||||
"selectionInactiveBackground": "#546E7A50",
|
||||
"selectionBackground": "#546E7A80",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
@@ -165,7 +164,7 @@
|
||||
"inactiveUnderlineColor": "#415967",
|
||||
"inactiveMaskColor": "#263238",
|
||||
"underlineColor": "#009688",
|
||||
"underlinedTabBackground":"#314549"
|
||||
"underlinedTabBackground": "#314549"
|
||||
},
|
||||
"Desktop.background": "#263238",
|
||||
"DialogWrapper.southPanelBackground": "#263238",
|
||||
@@ -194,13 +193,22 @@
|
||||
"hoverColor": "#425B67",
|
||||
"hoverMaskColor": "#425B67",
|
||||
"inactiveMaskColor": "#263238",
|
||||
"inactiveColoredFileBackground": "#263238",
|
||||
"inactiveUnderlineColor": "#415967",
|
||||
"selectedForeground": "#B0BEC5",
|
||||
"selectedBackground": "#314549",
|
||||
"underlineColor": "#009688",
|
||||
"underlinedTabBackground": "#314549"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#263238",
|
||||
"borderColor": "#32424A",
|
||||
"hoverBackground": "#425B67",
|
||||
"hoverColor": "#425B67",
|
||||
"inactiveUnderlineColor": "#009688",
|
||||
"underlineColor": "#009688",
|
||||
"underlinedTabBackground": "#314549",
|
||||
"underlinedTabForeground": "#B0BEC5"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
@@ -283,10 +291,10 @@
|
||||
"List": {
|
||||
"background": "#32424A",
|
||||
"foreground": "#B0BEC5",
|
||||
"selectionBackground": "#546E7A",
|
||||
"selectionBackground": "#546E7A50",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#546E7A7025"
|
||||
"selectionInactiveBackground": "#546E7A25"
|
||||
},
|
||||
"material": {
|
||||
"background": "#263238",
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#263238"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#B0BEC5",
|
||||
"separatorForeground": "#607D8B",
|
||||
"separatorColor": "#2A373E"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -561,9 +569,12 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#263238",
|
||||
"buttonBorderColor": "#009688",
|
||||
"buttonColor": "#009688",
|
||||
"foreground": "#B0BEC5",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#32424A",
|
||||
"trackColor": "#314549",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#009688"
|
||||
},
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#009688"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#263238",
|
||||
"Table": {
|
||||
@@ -626,7 +638,7 @@
|
||||
"lightSelectionInactiveBackground": "#32424A",
|
||||
"selectionBackground": "#314549",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#546E7A7025",
|
||||
"selectionInactiveBackground": "#314549",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#B0BEC5",
|
||||
"stripeColor": "#1E272C"
|
||||
@@ -672,7 +684,7 @@
|
||||
"TitlePane": {
|
||||
"background": "#1E272C",
|
||||
"Button.hoverBackground": "#425B67",
|
||||
"inactiveBackground": "#32424A",
|
||||
"inactiveBackground": "#263238",
|
||||
"infoForeground": "#607D8B",
|
||||
"inactiveInfoForeground": "#607D8B"
|
||||
},
|
||||
@@ -737,7 +749,7 @@
|
||||
"selectionBackground": "#546E7A70",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#546E7A7025",
|
||||
"selectionInactiveBackground": "#546E7A25",
|
||||
"textBackground": "#263238"
|
||||
},
|
||||
"Tree.leftChildIndent": 10,
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#607D8B",
|
||||
"Commit.currentBranchBackground": "#546E7A70"
|
||||
"Commit.currentBranchBackground": "#32424A"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#FFFFFF",
|
||||
@@ -782,7 +794,7 @@
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#263238",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#B0BEC5"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#263238",
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#009688",
|
||||
"Checkbox.Foreground.Disabled": "#415967",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#415967",
|
||||
"Checkbox.Background.Selected": "#009688",
|
||||
"Checkbox.Background.Selected.Dark": "#009688",
|
||||
"Checkbox.Background.Selected": "#263238",
|
||||
"Checkbox.Background.Selected.Dark": "#263238",
|
||||
"Checkbox.Border.Selected": "#009688",
|
||||
"Checkbox.Border.Selected.Dark": "#009688",
|
||||
"Checkbox.Foreground.Selected": "#B0BEC5",
|
||||
"Checkbox.Foreground.Selected.Dark": "#B0BEC5",
|
||||
"Checkbox.Foreground.Selected": "#009688",
|
||||
"Checkbox.Foreground.Selected.Dark": "#009688",
|
||||
"Checkbox.Focus.Thin.Selected": "#B0BEC5",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#B0BEC5",
|
||||
"Objects.Grey": "#546e7a",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#B0BEC5",
|
||||
"Objects.YellowDark": "#f78c6c",
|
||||
"Objects.GreenAndroid": "#c3e88d"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -113,11 +113,10 @@
|
||||
"matchForeground": "#ab47bc2",
|
||||
"matchSelectionForeground": "#ab47bc",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#676E9570",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#676E95",
|
||||
"selectionInactiveBackground": "#444267",
|
||||
"selectionInactiveBackground": "#3C435E50",
|
||||
"selectionBackground": "#3C435E80",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
@@ -165,7 +164,7 @@
|
||||
"inactiveUnderlineColor": "#515772",
|
||||
"inactiveMaskColor": "#202331",
|
||||
"underlineColor": "#ab47bc",
|
||||
"underlinedTabBackground":"#414863"
|
||||
"underlinedTabBackground": "#414863"
|
||||
},
|
||||
"Desktop.background": "#292D3E",
|
||||
"DialogWrapper.southPanelBackground": "#292D3E",
|
||||
@@ -194,13 +193,22 @@
|
||||
"hoverColor": "#444267",
|
||||
"hoverMaskColor": "#444267",
|
||||
"inactiveMaskColor": "#292D3E",
|
||||
"inactiveColoredFileBackground": "#292D3E",
|
||||
"inactiveUnderlineColor": "#515772",
|
||||
"selectedForeground": "#A6ACCD",
|
||||
"selectedBackground": "#414863",
|
||||
"underlineColor": "#ab47bc",
|
||||
"underlinedTabBackground": "#414863"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#292D3E",
|
||||
"borderColor": "#34324a",
|
||||
"hoverBackground": "#444267",
|
||||
"hoverColor": "#444267",
|
||||
"inactiveUnderlineColor": "#ab47bc",
|
||||
"underlineColor": "#ab47bc",
|
||||
"underlinedTabBackground": "#414863",
|
||||
"underlinedTabForeground": "#A6ACCD"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
@@ -283,10 +291,10 @@
|
||||
"List": {
|
||||
"background": "#34324a",
|
||||
"foreground": "#A6ACCD",
|
||||
"selectionBackground": "#3C435E",
|
||||
"selectionBackground": "#3C435E50",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#676E957025"
|
||||
"selectionInactiveBackground": "#676E9525"
|
||||
},
|
||||
"material": {
|
||||
"background": "#292D3E",
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#292D3E"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#A6ACCD",
|
||||
"separatorForeground": "#676E95",
|
||||
"separatorColor": "#2b2a3e"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -561,9 +569,12 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#292D3E",
|
||||
"buttonBorderColor": "#ab47bc",
|
||||
"buttonColor": "#ab47bc",
|
||||
"foreground": "#A6ACCD",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#34324a",
|
||||
"trackColor": "#414863",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#ab47bc"
|
||||
},
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#ab47bc"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#202331",
|
||||
"Table": {
|
||||
@@ -626,7 +638,7 @@
|
||||
"lightSelectionInactiveBackground": "#34324a",
|
||||
"selectionBackground": "#414863",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#676E957025",
|
||||
"selectionInactiveBackground": "#414863",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#A6ACCD",
|
||||
"stripeColor": "#202331"
|
||||
@@ -672,7 +684,7 @@
|
||||
"TitlePane": {
|
||||
"background": "#202331",
|
||||
"Button.hoverBackground": "#444267",
|
||||
"inactiveBackground": "#34324a",
|
||||
"inactiveBackground": "#292D3E",
|
||||
"infoForeground": "#676E95",
|
||||
"inactiveInfoForeground": "#676E95"
|
||||
},
|
||||
@@ -737,7 +749,7 @@
|
||||
"selectionBackground": "#676E9570",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#676E957025",
|
||||
"selectionInactiveBackground": "#676E9525",
|
||||
"textBackground": "#202331"
|
||||
},
|
||||
"Tree.leftChildIndent": 10,
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#676E95",
|
||||
"Commit.currentBranchBackground": "#676E9570"
|
||||
"Commit.currentBranchBackground": "#34324a"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#FFFFFF",
|
||||
@@ -782,7 +794,7 @@
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#202331",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#A6ACCD"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#292D3E",
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#ab47bc",
|
||||
"Checkbox.Foreground.Disabled": "#515772",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#515772",
|
||||
"Checkbox.Background.Selected": "#ab47bc",
|
||||
"Checkbox.Background.Selected.Dark": "#ab47bc",
|
||||
"Checkbox.Background.Selected": "#292D3E",
|
||||
"Checkbox.Background.Selected.Dark": "#292D3E",
|
||||
"Checkbox.Border.Selected": "#ab47bc",
|
||||
"Checkbox.Border.Selected.Dark": "#ab47bc",
|
||||
"Checkbox.Foreground.Selected": "#A6ACCD",
|
||||
"Checkbox.Foreground.Selected.Dark": "#A6ACCD",
|
||||
"Checkbox.Foreground.Selected": "#ab47bc",
|
||||
"Checkbox.Foreground.Selected.Dark": "#ab47bc",
|
||||
"Checkbox.Focus.Thin.Selected": "#A6ACCD",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#A6ACCD",
|
||||
"Objects.Grey": "#676E95",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#A6ACCD",
|
||||
"Objects.YellowDark": "#f78c6c",
|
||||
"Objects.GreenAndroid": "#c3e88d"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -113,11 +113,10 @@
|
||||
"matchForeground": "#ab47bc2",
|
||||
"matchSelectionForeground": "#ab47bc",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#676E9570",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#676E95",
|
||||
"selectionInactiveBackground": "#444267",
|
||||
"selectionInactiveBackground": "#3C435E50",
|
||||
"selectionBackground": "#3C435E80",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
@@ -165,7 +164,7 @@
|
||||
"inactiveUnderlineColor": "#515772",
|
||||
"inactiveMaskColor": "#292D3E",
|
||||
"underlineColor": "#ab47bc",
|
||||
"underlinedTabBackground":"#414863"
|
||||
"underlinedTabBackground": "#414863"
|
||||
},
|
||||
"Desktop.background": "#292D3E",
|
||||
"DialogWrapper.southPanelBackground": "#292D3E",
|
||||
@@ -194,13 +193,22 @@
|
||||
"hoverColor": "#444267",
|
||||
"hoverMaskColor": "#444267",
|
||||
"inactiveMaskColor": "#292D3E",
|
||||
"inactiveColoredFileBackground": "#292D3E",
|
||||
"inactiveUnderlineColor": "#515772",
|
||||
"selectedForeground": "#A6ACCD",
|
||||
"selectedBackground": "#414863",
|
||||
"underlineColor": "#ab47bc",
|
||||
"underlinedTabBackground": "#414863"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#292D3E",
|
||||
"borderColor": "#34324a",
|
||||
"hoverBackground": "#444267",
|
||||
"hoverColor": "#444267",
|
||||
"inactiveUnderlineColor": "#ab47bc",
|
||||
"underlineColor": "#ab47bc",
|
||||
"underlinedTabBackground": "#414863",
|
||||
"underlinedTabForeground": "#A6ACCD"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
@@ -283,10 +291,10 @@
|
||||
"List": {
|
||||
"background": "#34324a",
|
||||
"foreground": "#A6ACCD",
|
||||
"selectionBackground": "#3C435E",
|
||||
"selectionBackground": "#3C435E50",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#676E957025"
|
||||
"selectionInactiveBackground": "#676E9525"
|
||||
},
|
||||
"material": {
|
||||
"background": "#292D3E",
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#292D3E"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#A6ACCD",
|
||||
"separatorForeground": "#676E95",
|
||||
"separatorColor": "#2b2a3e"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -561,9 +569,12 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#292D3E",
|
||||
"buttonBorderColor": "#ab47bc",
|
||||
"buttonColor": "#ab47bc",
|
||||
"foreground": "#A6ACCD",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#34324a",
|
||||
"trackColor": "#414863",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#ab47bc"
|
||||
},
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#ab47bc"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#292D3E",
|
||||
"Table": {
|
||||
@@ -626,7 +638,7 @@
|
||||
"lightSelectionInactiveBackground": "#34324a",
|
||||
"selectionBackground": "#414863",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#676E957025",
|
||||
"selectionInactiveBackground": "#414863",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#A6ACCD",
|
||||
"stripeColor": "#202331"
|
||||
@@ -672,7 +684,7 @@
|
||||
"TitlePane": {
|
||||
"background": "#202331",
|
||||
"Button.hoverBackground": "#444267",
|
||||
"inactiveBackground": "#34324a",
|
||||
"inactiveBackground": "#292D3E",
|
||||
"infoForeground": "#676E95",
|
||||
"inactiveInfoForeground": "#676E95"
|
||||
},
|
||||
@@ -737,7 +749,7 @@
|
||||
"selectionBackground": "#676E9570",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#676E957025",
|
||||
"selectionInactiveBackground": "#676E9525",
|
||||
"textBackground": "#292D3E"
|
||||
},
|
||||
"Tree.leftChildIndent": 10,
|
||||
@@ -773,7 +785,7 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#676E95",
|
||||
"Commit.currentBranchBackground": "#676E9570"
|
||||
"Commit.currentBranchBackground": "#34324a"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#FFFFFF",
|
||||
@@ -782,7 +794,7 @@
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#292D3E",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#A6ACCD"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#292D3E",
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#ab47bc",
|
||||
"Checkbox.Foreground.Disabled": "#515772",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#515772",
|
||||
"Checkbox.Background.Selected": "#ab47bc",
|
||||
"Checkbox.Background.Selected.Dark": "#ab47bc",
|
||||
"Checkbox.Background.Selected": "#292D3E",
|
||||
"Checkbox.Background.Selected.Dark": "#292D3E",
|
||||
"Checkbox.Border.Selected": "#ab47bc",
|
||||
"Checkbox.Border.Selected.Dark": "#ab47bc",
|
||||
"Checkbox.Foreground.Selected": "#A6ACCD",
|
||||
"Checkbox.Foreground.Selected.Dark": "#A6ACCD",
|
||||
"Checkbox.Foreground.Selected": "#ab47bc",
|
||||
"Checkbox.Foreground.Selected.Dark": "#ab47bc",
|
||||
"Checkbox.Focus.Thin.Selected": "#A6ACCD",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#A6ACCD",
|
||||
"Objects.Grey": "#676E95",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#A6ACCD",
|
||||
"Objects.YellowDark": "#f78c6c",
|
||||
"Objects.GreenAndroid": "#c3e88d"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,15 +9,15 @@
|
||||
"background": "#2D2A2E",
|
||||
"borderColor": "#2d2a2e",
|
||||
"disabledBackground": "#3a3a3c",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledText": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"disabledText": "#5b595c",
|
||||
"focusColor": "#5b595c",
|
||||
"focusedBorderColor": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"inactiveBackground": "#3a3a3c",
|
||||
"inactiveForeground": "#939293",
|
||||
"infoForeground": "#939293",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionBackgroundInactive": "#403E41",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#403E41",
|
||||
@@ -31,7 +31,7 @@
|
||||
"pressedBorderColor": "#ffd86650"
|
||||
},
|
||||
"Autocomplete": {
|
||||
"selectionBackground": "#5B595C"
|
||||
"selectionBackground": "#6E6C6F"
|
||||
},
|
||||
"Borders.ContrastBorderColor": "#2D2A2E",
|
||||
"Borders.color": "#2d2a2e",
|
||||
@@ -49,7 +49,7 @@
|
||||
"startBorderColor": "#4A474B"
|
||||
},
|
||||
"disabledBorderColor": "#403E41",
|
||||
"disabledText": "#727072",
|
||||
"disabledText": "#5b595c",
|
||||
"endBackground": "#403E41",
|
||||
"endBorderColor": "#403E41",
|
||||
"focus": "#5b595c",
|
||||
@@ -68,7 +68,7 @@
|
||||
},
|
||||
"CheckBox": {
|
||||
"background": "#2D2A2E",
|
||||
"disabledText": "#727072",
|
||||
"disabledText": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"select": "#ffd866"
|
||||
},
|
||||
@@ -77,9 +77,9 @@
|
||||
"acceleratorSelectionForeground": "#939293",
|
||||
"background": "#2D2A2E",
|
||||
"disabledBackground": "#2D2A2E",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionForeground": "#ffd866"
|
||||
},
|
||||
"ColorChooser": {
|
||||
@@ -91,13 +91,13 @@
|
||||
"ComboBox": {
|
||||
"ArrowButton": {
|
||||
"background": "#403E41",
|
||||
"disabledIconColor": "#727072",
|
||||
"disabledIconColor": "#5b595c",
|
||||
"iconColor": "#fcfcfa",
|
||||
"nonEditableBackground": "#2D2A2E"
|
||||
},
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"buttonBackground": "#403E41",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"modifiedItemForeground": "#ffd866",
|
||||
"nonEditableBackground": "#403E41",
|
||||
@@ -113,12 +113,11 @@
|
||||
"matchForeground": "#ffd8662",
|
||||
"matchSelectionForeground": "#ffd866",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#403E41",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#939293",
|
||||
"selectionInactiveBackground": "#5b595c",
|
||||
"selectionBackground": "#5B595C80",
|
||||
"selectionInactiveBackground": "#6E6C6F50",
|
||||
"selectionBackground": "#6E6C6F80",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
},
|
||||
@@ -160,12 +159,12 @@
|
||||
"background": "#2D2A2E",
|
||||
"borderColor": "#2D2A2E",
|
||||
"hoverBackground": "#4A474B",
|
||||
"hoverColor": "#221F22",
|
||||
"hoverColor": "#3a3a3c",
|
||||
"hoverMaskColor": "#5b595c",
|
||||
"inactiveUnderlineColor": "#727072",
|
||||
"inactiveMaskColor": "#221F22",
|
||||
"inactiveUnderlineColor": "#5b595c",
|
||||
"inactiveMaskColor": "#3a3a3c",
|
||||
"underlineColor": "#ffd866",
|
||||
"underlinedTabBackground":"#4A474B"
|
||||
"underlinedTabBackground": "#4A474B"
|
||||
},
|
||||
"Desktop.background": "#2D2A2E",
|
||||
"DialogWrapper.southPanelBackground": "#2D2A2E",
|
||||
@@ -176,17 +175,17 @@
|
||||
"areaForeground": "#fcfcfa"
|
||||
},
|
||||
"Editor": {
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"foreground": "#fcfcfa",
|
||||
"shortcutForeground": "#939293"
|
||||
},
|
||||
"EditorPane": {
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"caretForeground": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"inactiveBackground": "#2D2A2E",
|
||||
"inactiveForeground": "#727072",
|
||||
"selectionBackground": "#5B595C",
|
||||
"inactiveForeground": "#5b595c",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionForeground": "#ffd866"
|
||||
},
|
||||
"EditorTabs": {
|
||||
@@ -194,13 +193,22 @@
|
||||
"hoverColor": "#5b595c",
|
||||
"hoverMaskColor": "#5b595c",
|
||||
"inactiveMaskColor": "#2D2A2E",
|
||||
"inactiveColoredFileBackground": "#2D2A2E",
|
||||
"inactiveUnderlineColor": "#727072",
|
||||
"inactiveUnderlineColor": "#5b595c",
|
||||
"selectedForeground": "#fcfcfa",
|
||||
"selectedBackground": "#4A474B",
|
||||
"underlineColor": "#ffd866",
|
||||
"underlinedTabBackground": "#4A474B"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#2D2A2E",
|
||||
"borderColor": "#403E41",
|
||||
"hoverBackground": "#5b595c",
|
||||
"hoverColor": "#5b595c",
|
||||
"inactiveUnderlineColor": "#ffd866",
|
||||
"underlineColor": "#ffd866",
|
||||
"underlinedTabBackground": "#4A474B",
|
||||
"underlinedTabForeground": "#fcfcfa"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
@@ -221,11 +229,11 @@
|
||||
},
|
||||
"Focus.color": "#2d2a2e",
|
||||
"FormattedTextField": {
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"caretForeground": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"inactiveBackground": "#403E41",
|
||||
"inactiveForeground": "#727072",
|
||||
"inactiveForeground": "#5b595c",
|
||||
"selectionForeground": "#ffd866",
|
||||
"selectionBackground": "#4A474B"
|
||||
},
|
||||
@@ -239,7 +247,7 @@
|
||||
},
|
||||
"HeaderColor": {
|
||||
"active": "#2D2A2E",
|
||||
"inactive": "#221F22"
|
||||
"inactive": "#3a3a3c"
|
||||
},
|
||||
"HelpTooltip": {
|
||||
"background": "#2D2A2E",
|
||||
@@ -266,9 +274,9 @@
|
||||
},
|
||||
"Label": {
|
||||
"background": "#2D2A2E",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"disabledShadow": "#2D2A2E",
|
||||
"disabledText": "#727072",
|
||||
"disabledText": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"infoForeground": "#939293",
|
||||
"selectedForeground": "#ffd866"
|
||||
@@ -283,7 +291,7 @@
|
||||
"List": {
|
||||
"background": "#403E41",
|
||||
"foreground": "#fcfcfa",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F50",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#ffd866",
|
||||
"selectionInactiveBackground": "#403E4125"
|
||||
@@ -291,7 +299,7 @@
|
||||
"material": {
|
||||
"background": "#2D2A2E",
|
||||
"branchColor": "#fcfcfa",
|
||||
"contrast": "#221F22",
|
||||
"contrast": "#3a3a3c",
|
||||
"foreground": "#fcfcfa",
|
||||
"mergeCommits": "#403E41",
|
||||
"primaryColor": "#939293",
|
||||
@@ -312,22 +320,22 @@
|
||||
"border": "4,2,4,2",
|
||||
"borderColor": "#403E41",
|
||||
"disabledBackground": "#403E41",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"separatorColor": "#2d2a2e"
|
||||
},
|
||||
"MenuBar": {
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"borderColor": "#2D2A2E",
|
||||
"disabledBackground": "#2D2A2E",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"highlight": "#2D2A2E",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"shadow": "#221F22"
|
||||
"shadow": "#3a3a3c"
|
||||
},
|
||||
"MenuItem": {
|
||||
"acceleratorForeground": "#939293",
|
||||
@@ -335,9 +343,9 @@
|
||||
"border": "4,2,4,2",
|
||||
"background": "#2D2A2E",
|
||||
"disabledBackground": "#2D2A2E",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"NavBar": {
|
||||
@@ -349,7 +357,7 @@
|
||||
"background": "#2D2A2E"
|
||||
},
|
||||
"SearchField": {
|
||||
"background": "#221F22"
|
||||
"background": "#3a3a3c"
|
||||
}
|
||||
},
|
||||
"Notification": {
|
||||
@@ -390,26 +398,26 @@
|
||||
"borderColor": "#4A474B",
|
||||
"currentOverloadBackground": "#4A474B",
|
||||
"currentParameterForeground": "#ffd866",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"infoForeground": "#939293",
|
||||
"lineSeparatorColor": "#4A474B"
|
||||
},
|
||||
"PasswordField": {
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"capsLockIconColor": "#ffd866",
|
||||
"caretForeground": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"inactiveForeground": "#727072",
|
||||
"inactiveForeground": "#5b595c",
|
||||
"selectionBackground": "#4A474B",
|
||||
"selectionForeground": "#ffd866"
|
||||
},
|
||||
"Plugins": {
|
||||
"background": "#2D2A2E",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"eapTagBackground": "#5b595c",
|
||||
"lightSelectionBackground": "#5B595C",
|
||||
"selectionBackground": "#5B595C",
|
||||
"lightSelectionBackground": "#6E6C6F",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"tagForeground": "#ffd866",
|
||||
"tagBackground": "#5b595c",
|
||||
"Button": {
|
||||
@@ -424,7 +432,7 @@
|
||||
"updateForeground": "#fcfcfa"
|
||||
},
|
||||
"SearchField": {
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"borderColor": "#2d2a2e"
|
||||
},
|
||||
"SectionHeader": {
|
||||
@@ -443,19 +451,19 @@
|
||||
"borderColor": "#2D2A2E",
|
||||
"foreground": "#ffd866"
|
||||
},
|
||||
"borderColor": "#221F22",
|
||||
"borderColor": "#3a3a3c",
|
||||
"inactiveBorderColor": "#2D2A2E",
|
||||
"innerBorderColor": "#403E41",
|
||||
"Header": {
|
||||
"activeBackground": "#2D2A2E",
|
||||
"inactiveBackground": "#221F22"
|
||||
"inactiveBackground": "#3a3a3c"
|
||||
},
|
||||
"paintBorder": true,
|
||||
"separatorForeground": "#fcfcfa",
|
||||
"separatorColor": "#403E41",
|
||||
"Toolbar": {
|
||||
"background": "#221F22",
|
||||
"borderColor": "#221F22"
|
||||
"background": "#3a3a3c",
|
||||
"borderColor": "#3a3a3c"
|
||||
}
|
||||
},
|
||||
"PopupMenu": {
|
||||
@@ -477,7 +485,7 @@
|
||||
},
|
||||
"RadioButton": {
|
||||
"background": "#2D2A2E",
|
||||
"disabledText": "#727072",
|
||||
"disabledText": "#5b595c",
|
||||
"foreground": "#fcfcfa"
|
||||
},
|
||||
"RadioButtonMenuItem": {
|
||||
@@ -485,9 +493,9 @@
|
||||
"acceleratorSelectionForeground": "#939293",
|
||||
"background": "#2D2A2E",
|
||||
"disabledBackground": "#2D2A2E",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"ScrollBar": {
|
||||
@@ -526,19 +534,19 @@
|
||||
},
|
||||
"SearchEverywhere": {
|
||||
"Advertiser": {
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"foreground": "#939293"
|
||||
},
|
||||
"Header": {
|
||||
"background": "#2D2A2E"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#fcfcfa",
|
||||
"separatorForeground": "#939293",
|
||||
"separatorColor": "#2d2a2e"
|
||||
},
|
||||
"SearchField": {
|
||||
"background": "#2D2A2E",
|
||||
"borderColor": "#221F22",
|
||||
"borderColor": "#3a3a3c",
|
||||
"infoForeground": "#939293"
|
||||
},
|
||||
"Tab": {
|
||||
@@ -557,13 +565,16 @@
|
||||
"separatorColor": "#403E41"
|
||||
},
|
||||
"SidePanel": {
|
||||
"background": "#221F22"
|
||||
"background": "#3a3a3c"
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#2D2A2E",
|
||||
"buttonBorderColor": "#ffd866",
|
||||
"buttonColor": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#403E41",
|
||||
"trackColor": "#4A474B",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#ffd866"
|
||||
},
|
||||
@@ -581,7 +592,7 @@
|
||||
},
|
||||
"SplitPane": {
|
||||
"background": "#2D2A2E",
|
||||
"highlight": "#221F22"
|
||||
"highlight": "#3a3a3c"
|
||||
},
|
||||
"SplitPaneDivider.draggingColor": "#403E41",
|
||||
"StatusBar": {
|
||||
@@ -592,8 +603,8 @@
|
||||
"contentAreaColor": "#5b595c",
|
||||
"contentBorderInsets": "3,1,1,1",
|
||||
"darkShadow": "#2d2a2e",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledUnderlineColor": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"disabledUnderlineColor": "#5b595c",
|
||||
"focus": "#4A474B",
|
||||
"focusColor": "#4A474B",
|
||||
"fontSizeOffset": 0,
|
||||
@@ -607,9 +618,10 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#ffd866"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#221F22",
|
||||
"TabbedPane.mt.tab.background": "#3a3a3c",
|
||||
"Table": {
|
||||
"background": "#2D2A2E",
|
||||
"cellNoFocusBorder": "10,5,10,5",
|
||||
@@ -626,10 +638,10 @@
|
||||
"lightSelectionInactiveBackground": "#403E41",
|
||||
"selectionBackground": "#4A474B",
|
||||
"selectionForeground": "#ffd866",
|
||||
"selectionInactiveBackground": "#403E4125",
|
||||
"selectionInactiveBackground": "#4A474B",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#fcfcfa",
|
||||
"stripeColor": "#221F22"
|
||||
"stripeColor": "#3a3a3c"
|
||||
},
|
||||
"TableHeader": {
|
||||
"background": "#2D2A2E",
|
||||
@@ -646,33 +658,33 @@
|
||||
"textInactiveText": "#939293",
|
||||
"textText": "#939293",
|
||||
"TextArea": {
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"caretForeground": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"inactiveForeground": "#727072",
|
||||
"inactiveForeground": "#5b595c",
|
||||
"selectionBackground": "#4A474B",
|
||||
"selectionForeground": "#ffd866"
|
||||
},
|
||||
"TextField": {
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"caretForeground": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"inactiveForeground": "#727072",
|
||||
"inactiveForeground": "#5b595c",
|
||||
"selectionBackground": "#4A474B",
|
||||
"selectionForeground": "#ffd866"
|
||||
},
|
||||
"TextPane": {
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"caretForeground": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"inactiveForeground": "#727072",
|
||||
"inactiveForeground": "#5b595c",
|
||||
"selectionBackground": "#4A474B",
|
||||
"selectionForeground": "#ffd866"
|
||||
},
|
||||
"TitlePane": {
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"Button.hoverBackground": "#5b595c",
|
||||
"inactiveBackground": "#403E41",
|
||||
"inactiveBackground": "#2D2A2E",
|
||||
"infoForeground": "#939293",
|
||||
"inactiveInfoForeground": "#939293"
|
||||
},
|
||||
@@ -680,7 +692,7 @@
|
||||
"ToggleButton": {
|
||||
"borderColor": "#403E41",
|
||||
"buttonColor": "#fcfcfa",
|
||||
"disabledText": "#727072",
|
||||
"disabledText": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"offForeground": "#2D2A2E",
|
||||
"offBackground": "#2D2A2E",
|
||||
@@ -688,7 +700,7 @@
|
||||
"onForeground": "#ffd866"
|
||||
},
|
||||
"ToolBar": {
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"borderHandleColor": "#939293",
|
||||
"floatingForeground": "#939293",
|
||||
"foreground": "#fcfcfa"
|
||||
@@ -707,7 +719,7 @@
|
||||
"Button": {
|
||||
"hoverBackground": "#4A474B",
|
||||
"selectedForeground": "#ffd866",
|
||||
"selectedBackground": "#221F22"
|
||||
"selectedBackground": "#3a3a3c"
|
||||
},
|
||||
"Header": {
|
||||
"background": "#2D2A2E",
|
||||
@@ -721,24 +733,24 @@
|
||||
"hoverBackground": "#5b595c",
|
||||
"hoverInactiveBackground": "#403E41",
|
||||
"inactiveUnderlineColor": "#ffd866",
|
||||
"selectedBackground": "#221F22",
|
||||
"selectedInactiveBackground": "#221F22",
|
||||
"selectedBackground": "#3a3a3c",
|
||||
"selectedInactiveBackground": "#3a3a3c",
|
||||
"underlineColor": "#ffd866",
|
||||
"underlinedTabBackground": "#5b595c",
|
||||
"underlinedTabInactiveBackground": "#403E41"
|
||||
}
|
||||
},
|
||||
"Tree": {
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"foreground": "#939293",
|
||||
"hash": "#2d2a2e",
|
||||
"modifiedItemForeground": "#ffd866",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#403E41",
|
||||
"selectionBackground": "#403E4170",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#403E4125",
|
||||
"textBackground": "#221F22"
|
||||
"textBackground": "#3a3a3c"
|
||||
},
|
||||
"Tree.leftChildIndent": 10,
|
||||
"Tree.rightChildIndent": 5,
|
||||
@@ -765,7 +777,7 @@
|
||||
"HgLog": {
|
||||
"branchIconColor": "#ffd866",
|
||||
"bookmarkIconColor": "#ffd866",
|
||||
"closedBranchIconColor": "#727072",
|
||||
"closedBranchIconColor": "#5b595c",
|
||||
"localTagIconColor": "#939293",
|
||||
"mqTagIconColor": "#939293",
|
||||
"tagIconColor": "#939293",
|
||||
@@ -781,40 +793,40 @@
|
||||
}
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#221F22",
|
||||
"foreground": "%fc"
|
||||
"background": "#3a3a3c",
|
||||
"foreground": "#fcfcfa"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#2D2A2E",
|
||||
"borderColor": "#2D2A2E",
|
||||
"captionBackground": "#221F22",
|
||||
"captionBackground": "#3a3a3c",
|
||||
"captionForeground": "#fcfcfa",
|
||||
"footerBackground": "#221F22",
|
||||
"footerBackground": "#3a3a3c",
|
||||
"footerForeground": "#fcfcfa",
|
||||
"headerBackground": "#2D2A2E",
|
||||
"headerForeground": "#fcfcfa",
|
||||
"separatorColor": "#2d2a2e",
|
||||
"Projects": {
|
||||
"background": "#403E41",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionInactiveBackground": "#403E41"
|
||||
}
|
||||
},
|
||||
"window": "#221F22",
|
||||
"window": "#3a3a3c",
|
||||
"windowBorder": "#2d2a2e",
|
||||
"windowText": "#939293",
|
||||
"Window.border": "#2d2a2e"
|
||||
},
|
||||
"icons": {
|
||||
"ColorPalette": {
|
||||
"#43494A": "#221F22",
|
||||
"#43494A": "#3a3a3c",
|
||||
"#6B6B6B": "#939293",
|
||||
"#A7A7A7": "#2D2A2E",
|
||||
"#3D6185": "#ffd866",
|
||||
"#466D94": "#ffd866",
|
||||
"#3C3F41": "#2D2A2E",
|
||||
"#545556": "#727072",
|
||||
"#606060": "#727072",
|
||||
"#545556": "#5b595c",
|
||||
"#606060": "#5b595c",
|
||||
"#9AA7B0": "#fcfcfa",
|
||||
"#675133": "#ffd866",
|
||||
"Actions.Blue": "#A9DC76",
|
||||
@@ -824,26 +836,26 @@
|
||||
"Actions.GreyInline.Dark": "#fcfcfa",
|
||||
"Actions.Red": "#FF6188",
|
||||
"Actions.Yellow": "#78DCE8",
|
||||
"Checkbox.Background.Default": "#221F22",
|
||||
"Checkbox.Background.Default.Dark": "#221F22",
|
||||
"Checkbox.Background.Default": "#3a3a3c",
|
||||
"Checkbox.Background.Default.Dark": "#3a3a3c",
|
||||
"Checkbox.Background.Disabled": "#3a3a3c",
|
||||
"Checkbox.Background.Disabled.Dark": "#3a3a3c",
|
||||
"Checkbox.Border.Default": "#2d2a2e",
|
||||
"Checkbox.Border.Default.Dark": "#2d2a2e",
|
||||
"Checkbox.Border.Disabled": "#727072",
|
||||
"Checkbox.Border.Disabled.Dark": "#727072",
|
||||
"Checkbox.Border.Disabled": "#5b595c",
|
||||
"Checkbox.Border.Disabled.Dark": "#5b595c",
|
||||
"Checkbox.Focus.Thin.Default": "#ffd866",
|
||||
"Checkbox.Focus.Thin.Default.Dark": "#ffd866",
|
||||
"Checkbox.Focus.Wide": "#ffd866",
|
||||
"Checkbox.Focus.Wide.Dark": "#ffd866",
|
||||
"Checkbox.Foreground.Disabled": "#727072",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#727072",
|
||||
"Checkbox.Background.Selected": "#ffd866",
|
||||
"Checkbox.Background.Selected.Dark": "#ffd866",
|
||||
"Checkbox.Foreground.Disabled": "#5b595c",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#5b595c",
|
||||
"Checkbox.Background.Selected": "#2D2A2E",
|
||||
"Checkbox.Background.Selected.Dark": "#2D2A2E",
|
||||
"Checkbox.Border.Selected": "#ffd866",
|
||||
"Checkbox.Border.Selected.Dark": "#ffd866",
|
||||
"Checkbox.Foreground.Selected": "#fcfcfa",
|
||||
"Checkbox.Foreground.Selected.Dark": "#fcfcfa",
|
||||
"Checkbox.Foreground.Selected": "#ffd866",
|
||||
"Checkbox.Foreground.Selected.Dark": "#ffd866",
|
||||
"Checkbox.Focus.Thin.Selected": "#fcfcfa",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#fcfcfa",
|
||||
"Objects.Grey": "#727072",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#fcfcfa",
|
||||
"Objects.YellowDark": "#AB9DF2",
|
||||
"Objects.GreenAndroid": "#FFD866"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,15 +9,15 @@
|
||||
"background": "#2D2A2E",
|
||||
"borderColor": "#2d2a2e",
|
||||
"disabledBackground": "#3a3a3c",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledText": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"disabledText": "#5b595c",
|
||||
"focusColor": "#5b595c",
|
||||
"focusedBorderColor": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"inactiveBackground": "#3a3a3c",
|
||||
"inactiveForeground": "#939293",
|
||||
"infoForeground": "#939293",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionBackgroundInactive": "#403E41",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#403E41",
|
||||
@@ -31,7 +31,7 @@
|
||||
"pressedBorderColor": "#ffd86650"
|
||||
},
|
||||
"Autocomplete": {
|
||||
"selectionBackground": "#5B595C"
|
||||
"selectionBackground": "#6E6C6F"
|
||||
},
|
||||
"Borders.ContrastBorderColor": "#2D2A2E",
|
||||
"Borders.color": "#2d2a2e",
|
||||
@@ -49,7 +49,7 @@
|
||||
"startBorderColor": "#4A474B"
|
||||
},
|
||||
"disabledBorderColor": "#403E41",
|
||||
"disabledText": "#727072",
|
||||
"disabledText": "#5b595c",
|
||||
"endBackground": "#403E41",
|
||||
"endBorderColor": "#403E41",
|
||||
"focus": "#5b595c",
|
||||
@@ -68,7 +68,7 @@
|
||||
},
|
||||
"CheckBox": {
|
||||
"background": "#2D2A2E",
|
||||
"disabledText": "#727072",
|
||||
"disabledText": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"select": "#ffd866"
|
||||
},
|
||||
@@ -77,9 +77,9 @@
|
||||
"acceleratorSelectionForeground": "#939293",
|
||||
"background": "#2D2A2E",
|
||||
"disabledBackground": "#2D2A2E",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionForeground": "#ffd866"
|
||||
},
|
||||
"ColorChooser": {
|
||||
@@ -91,13 +91,13 @@
|
||||
"ComboBox": {
|
||||
"ArrowButton": {
|
||||
"background": "#403E41",
|
||||
"disabledIconColor": "#727072",
|
||||
"disabledIconColor": "#5b595c",
|
||||
"iconColor": "#fcfcfa",
|
||||
"nonEditableBackground": "#2D2A2E"
|
||||
},
|
||||
"background": "#2D2A2E",
|
||||
"buttonBackground": "#403E41",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"modifiedItemForeground": "#ffd866",
|
||||
"nonEditableBackground": "#403E41",
|
||||
@@ -113,12 +113,11 @@
|
||||
"matchForeground": "#ffd8662",
|
||||
"matchSelectionForeground": "#ffd866",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#403E41",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#939293",
|
||||
"selectionInactiveBackground": "#5b595c",
|
||||
"selectionBackground": "#5B595C80",
|
||||
"selectionInactiveBackground": "#6E6C6F50",
|
||||
"selectionBackground": "#6E6C6F80",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
},
|
||||
@@ -162,10 +161,10 @@
|
||||
"hoverBackground": "#4A474B",
|
||||
"hoverColor": "#2D2A2E",
|
||||
"hoverMaskColor": "#5b595c",
|
||||
"inactiveUnderlineColor": "#727072",
|
||||
"inactiveUnderlineColor": "#5b595c",
|
||||
"inactiveMaskColor": "#2D2A2E",
|
||||
"underlineColor": "#ffd866",
|
||||
"underlinedTabBackground":"#4A474B"
|
||||
"underlinedTabBackground": "#4A474B"
|
||||
},
|
||||
"Desktop.background": "#2D2A2E",
|
||||
"DialogWrapper.southPanelBackground": "#2D2A2E",
|
||||
@@ -185,8 +184,8 @@
|
||||
"caretForeground": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"inactiveBackground": "#2D2A2E",
|
||||
"inactiveForeground": "#727072",
|
||||
"selectionBackground": "#5B595C",
|
||||
"inactiveForeground": "#5b595c",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionForeground": "#ffd866"
|
||||
},
|
||||
"EditorTabs": {
|
||||
@@ -194,13 +193,22 @@
|
||||
"hoverColor": "#5b595c",
|
||||
"hoverMaskColor": "#5b595c",
|
||||
"inactiveMaskColor": "#2D2A2E",
|
||||
"inactiveColoredFileBackground": "#2D2A2E",
|
||||
"inactiveUnderlineColor": "#727072",
|
||||
"inactiveUnderlineColor": "#5b595c",
|
||||
"selectedForeground": "#fcfcfa",
|
||||
"selectedBackground": "#4A474B",
|
||||
"underlineColor": "#ffd866",
|
||||
"underlinedTabBackground": "#4A474B"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#2D2A2E",
|
||||
"borderColor": "#403E41",
|
||||
"hoverBackground": "#5b595c",
|
||||
"hoverColor": "#5b595c",
|
||||
"inactiveUnderlineColor": "#ffd866",
|
||||
"underlineColor": "#ffd866",
|
||||
"underlinedTabBackground": "#4A474B",
|
||||
"underlinedTabForeground": "#fcfcfa"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
"Blue": "#004BA0",
|
||||
@@ -225,7 +233,7 @@
|
||||
"caretForeground": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"inactiveBackground": "#403E41",
|
||||
"inactiveForeground": "#727072",
|
||||
"inactiveForeground": "#5b595c",
|
||||
"selectionForeground": "#ffd866",
|
||||
"selectionBackground": "#4A474B"
|
||||
},
|
||||
@@ -239,7 +247,7 @@
|
||||
},
|
||||
"HeaderColor": {
|
||||
"active": "#2D2A2E",
|
||||
"inactive": "#221F22"
|
||||
"inactive": "#3a3a3c"
|
||||
},
|
||||
"HelpTooltip": {
|
||||
"background": "#2D2A2E",
|
||||
@@ -266,9 +274,9 @@
|
||||
},
|
||||
"Label": {
|
||||
"background": "#2D2A2E",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"disabledShadow": "#2D2A2E",
|
||||
"disabledText": "#727072",
|
||||
"disabledText": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"infoForeground": "#939293",
|
||||
"selectedForeground": "#ffd866"
|
||||
@@ -283,7 +291,7 @@
|
||||
"List": {
|
||||
"background": "#403E41",
|
||||
"foreground": "#fcfcfa",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F50",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#ffd866",
|
||||
"selectionInactiveBackground": "#403E4125"
|
||||
@@ -291,7 +299,7 @@
|
||||
"material": {
|
||||
"background": "#2D2A2E",
|
||||
"branchColor": "#fcfcfa",
|
||||
"contrast": "#221F22",
|
||||
"contrast": "#3a3a3c",
|
||||
"foreground": "#fcfcfa",
|
||||
"mergeCommits": "#403E41",
|
||||
"primaryColor": "#939293",
|
||||
@@ -312,9 +320,9 @@
|
||||
"border": "4,2,4,2",
|
||||
"borderColor": "#403E41",
|
||||
"disabledBackground": "#403E41",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"separatorColor": "#2d2a2e"
|
||||
},
|
||||
@@ -322,10 +330,10 @@
|
||||
"background": "#2D2A2E",
|
||||
"borderColor": "#2D2A2E",
|
||||
"disabledBackground": "#2D2A2E",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"highlight": "#2D2A2E",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"shadow": "#2D2A2E"
|
||||
},
|
||||
@@ -335,9 +343,9 @@
|
||||
"border": "4,2,4,2",
|
||||
"background": "#2D2A2E",
|
||||
"disabledBackground": "#2D2A2E",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"NavBar": {
|
||||
@@ -390,7 +398,7 @@
|
||||
"borderColor": "#4A474B",
|
||||
"currentOverloadBackground": "#4A474B",
|
||||
"currentParameterForeground": "#ffd866",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"infoForeground": "#939293",
|
||||
"lineSeparatorColor": "#4A474B"
|
||||
@@ -400,16 +408,16 @@
|
||||
"capsLockIconColor": "#ffd866",
|
||||
"caretForeground": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"inactiveForeground": "#727072",
|
||||
"inactiveForeground": "#5b595c",
|
||||
"selectionBackground": "#4A474B",
|
||||
"selectionForeground": "#ffd866"
|
||||
},
|
||||
"Plugins": {
|
||||
"background": "#2D2A2E",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"eapTagBackground": "#5b595c",
|
||||
"lightSelectionBackground": "#5B595C",
|
||||
"selectionBackground": "#5B595C",
|
||||
"lightSelectionBackground": "#6E6C6F",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"tagForeground": "#ffd866",
|
||||
"tagBackground": "#5b595c",
|
||||
"Button": {
|
||||
@@ -443,19 +451,19 @@
|
||||
"borderColor": "#2D2A2E",
|
||||
"foreground": "#ffd866"
|
||||
},
|
||||
"borderColor": "#221F22",
|
||||
"borderColor": "#3a3a3c",
|
||||
"inactiveBorderColor": "#2D2A2E",
|
||||
"innerBorderColor": "#403E41",
|
||||
"Header": {
|
||||
"activeBackground": "#2D2A2E",
|
||||
"inactiveBackground": "#221F22"
|
||||
"inactiveBackground": "#3a3a3c"
|
||||
},
|
||||
"paintBorder": true,
|
||||
"separatorForeground": "#fcfcfa",
|
||||
"separatorColor": "#403E41",
|
||||
"Toolbar": {
|
||||
"background": "#221F22",
|
||||
"borderColor": "#221F22"
|
||||
"background": "#3a3a3c",
|
||||
"borderColor": "#3a3a3c"
|
||||
}
|
||||
},
|
||||
"PopupMenu": {
|
||||
@@ -477,7 +485,7 @@
|
||||
},
|
||||
"RadioButton": {
|
||||
"background": "#2D2A2E",
|
||||
"disabledText": "#727072",
|
||||
"disabledText": "#5b595c",
|
||||
"foreground": "#fcfcfa"
|
||||
},
|
||||
"RadioButtonMenuItem": {
|
||||
@@ -485,9 +493,9 @@
|
||||
"acceleratorSelectionForeground": "#939293",
|
||||
"background": "#2D2A2E",
|
||||
"disabledBackground": "#2D2A2E",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"ScrollBar": {
|
||||
@@ -526,19 +534,19 @@
|
||||
},
|
||||
"SearchEverywhere": {
|
||||
"Advertiser": {
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"foreground": "#939293"
|
||||
},
|
||||
"Header": {
|
||||
"background": "#2D2A2E"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#fcfcfa",
|
||||
"separatorForeground": "#939293",
|
||||
"separatorColor": "#2d2a2e"
|
||||
},
|
||||
"SearchField": {
|
||||
"background": "#2D2A2E",
|
||||
"borderColor": "#221F22",
|
||||
"borderColor": "#3a3a3c",
|
||||
"infoForeground": "#939293"
|
||||
},
|
||||
"Tab": {
|
||||
@@ -561,9 +569,12 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#2D2A2E",
|
||||
"buttonBorderColor": "#ffd866",
|
||||
"buttonColor": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#403E41",
|
||||
"trackColor": "#4A474B",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#ffd866"
|
||||
},
|
||||
@@ -592,8 +603,8 @@
|
||||
"contentAreaColor": "#5b595c",
|
||||
"contentBorderInsets": "3,1,1,1",
|
||||
"darkShadow": "#2d2a2e",
|
||||
"disabledForeground": "#727072",
|
||||
"disabledUnderlineColor": "#727072",
|
||||
"disabledForeground": "#5b595c",
|
||||
"disabledUnderlineColor": "#5b595c",
|
||||
"focus": "#4A474B",
|
||||
"focusColor": "#4A474B",
|
||||
"fontSizeOffset": 0,
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#ffd866"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#2D2A2E",
|
||||
"Table": {
|
||||
@@ -626,10 +638,10 @@
|
||||
"lightSelectionInactiveBackground": "#403E41",
|
||||
"selectionBackground": "#4A474B",
|
||||
"selectionForeground": "#ffd866",
|
||||
"selectionInactiveBackground": "#403E4125",
|
||||
"selectionInactiveBackground": "#4A474B",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#fcfcfa",
|
||||
"stripeColor": "#221F22"
|
||||
"stripeColor": "#3a3a3c"
|
||||
},
|
||||
"TableHeader": {
|
||||
"background": "#2D2A2E",
|
||||
@@ -649,7 +661,7 @@
|
||||
"background": "#2D2A2E",
|
||||
"caretForeground": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"inactiveForeground": "#727072",
|
||||
"inactiveForeground": "#5b595c",
|
||||
"selectionBackground": "#4A474B",
|
||||
"selectionForeground": "#ffd866"
|
||||
},
|
||||
@@ -657,7 +669,7 @@
|
||||
"background": "#2D2A2E",
|
||||
"caretForeground": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"inactiveForeground": "#727072",
|
||||
"inactiveForeground": "#5b595c",
|
||||
"selectionBackground": "#4A474B",
|
||||
"selectionForeground": "#ffd866"
|
||||
},
|
||||
@@ -665,14 +677,14 @@
|
||||
"background": "#2D2A2E",
|
||||
"caretForeground": "#ffd866",
|
||||
"foreground": "#fcfcfa",
|
||||
"inactiveForeground": "#727072",
|
||||
"inactiveForeground": "#5b595c",
|
||||
"selectionBackground": "#4A474B",
|
||||
"selectionForeground": "#ffd866"
|
||||
},
|
||||
"TitlePane": {
|
||||
"background": "#221F22",
|
||||
"background": "#3a3a3c",
|
||||
"Button.hoverBackground": "#5b595c",
|
||||
"inactiveBackground": "#403E41",
|
||||
"inactiveBackground": "#2D2A2E",
|
||||
"infoForeground": "#939293",
|
||||
"inactiveInfoForeground": "#939293"
|
||||
},
|
||||
@@ -680,7 +692,7 @@
|
||||
"ToggleButton": {
|
||||
"borderColor": "#403E41",
|
||||
"buttonColor": "#fcfcfa",
|
||||
"disabledText": "#727072",
|
||||
"disabledText": "#5b595c",
|
||||
"foreground": "#fcfcfa",
|
||||
"offForeground": "#2D2A2E",
|
||||
"offBackground": "#2D2A2E",
|
||||
@@ -707,7 +719,7 @@
|
||||
"Button": {
|
||||
"hoverBackground": "#4A474B",
|
||||
"selectedForeground": "#ffd866",
|
||||
"selectedBackground": "#221F22"
|
||||
"selectedBackground": "#3a3a3c"
|
||||
},
|
||||
"Header": {
|
||||
"background": "#2D2A2E",
|
||||
@@ -721,8 +733,8 @@
|
||||
"hoverBackground": "#5b595c",
|
||||
"hoverInactiveBackground": "#403E41",
|
||||
"inactiveUnderlineColor": "#ffd866",
|
||||
"selectedBackground": "#221F22",
|
||||
"selectedInactiveBackground": "#221F22",
|
||||
"selectedBackground": "#3a3a3c",
|
||||
"selectedInactiveBackground": "#3a3a3c",
|
||||
"underlineColor": "#ffd866",
|
||||
"underlinedTabBackground": "#5b595c",
|
||||
"underlinedTabInactiveBackground": "#403E41"
|
||||
@@ -734,7 +746,7 @@
|
||||
"hash": "#2d2a2e",
|
||||
"modifiedItemForeground": "#ffd866",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#403E41",
|
||||
"selectionBackground": "#403E4170",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#403E4125",
|
||||
@@ -765,7 +777,7 @@
|
||||
"HgLog": {
|
||||
"branchIconColor": "#ffd866",
|
||||
"bookmarkIconColor": "#ffd866",
|
||||
"closedBranchIconColor": "#727072",
|
||||
"closedBranchIconColor": "#5b595c",
|
||||
"localTagIconColor": "#939293",
|
||||
"mqTagIconColor": "#939293",
|
||||
"tagIconColor": "#939293",
|
||||
@@ -782,21 +794,21 @@
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#2D2A2E",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#fcfcfa"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#2D2A2E",
|
||||
"borderColor": "#2D2A2E",
|
||||
"captionBackground": "#221F22",
|
||||
"captionBackground": "#3a3a3c",
|
||||
"captionForeground": "#fcfcfa",
|
||||
"footerBackground": "#221F22",
|
||||
"footerBackground": "#3a3a3c",
|
||||
"footerForeground": "#fcfcfa",
|
||||
"headerBackground": "#2D2A2E",
|
||||
"headerForeground": "#fcfcfa",
|
||||
"separatorColor": "#2d2a2e",
|
||||
"Projects": {
|
||||
"background": "#403E41",
|
||||
"selectionBackground": "#5B595C",
|
||||
"selectionBackground": "#6E6C6F",
|
||||
"selectionInactiveBackground": "#403E41"
|
||||
}
|
||||
},
|
||||
@@ -807,14 +819,14 @@
|
||||
},
|
||||
"icons": {
|
||||
"ColorPalette": {
|
||||
"#43494A": "#221F22",
|
||||
"#43494A": "#3a3a3c",
|
||||
"#6B6B6B": "#939293",
|
||||
"#A7A7A7": "#2D2A2E",
|
||||
"#3D6185": "#ffd866",
|
||||
"#466D94": "#ffd866",
|
||||
"#3C3F41": "#2D2A2E",
|
||||
"#545556": "#727072",
|
||||
"#606060": "#727072",
|
||||
"#545556": "#5b595c",
|
||||
"#606060": "#5b595c",
|
||||
"#9AA7B0": "#fcfcfa",
|
||||
"#675133": "#ffd866",
|
||||
"Actions.Blue": "#A9DC76",
|
||||
@@ -824,26 +836,26 @@
|
||||
"Actions.GreyInline.Dark": "#fcfcfa",
|
||||
"Actions.Red": "#FF6188",
|
||||
"Actions.Yellow": "#78DCE8",
|
||||
"Checkbox.Background.Default": "#221F22",
|
||||
"Checkbox.Background.Default.Dark": "#221F22",
|
||||
"Checkbox.Background.Default": "#3a3a3c",
|
||||
"Checkbox.Background.Default.Dark": "#3a3a3c",
|
||||
"Checkbox.Background.Disabled": "#3a3a3c",
|
||||
"Checkbox.Background.Disabled.Dark": "#3a3a3c",
|
||||
"Checkbox.Border.Default": "#2d2a2e",
|
||||
"Checkbox.Border.Default.Dark": "#2d2a2e",
|
||||
"Checkbox.Border.Disabled": "#727072",
|
||||
"Checkbox.Border.Disabled.Dark": "#727072",
|
||||
"Checkbox.Border.Disabled": "#5b595c",
|
||||
"Checkbox.Border.Disabled.Dark": "#5b595c",
|
||||
"Checkbox.Focus.Thin.Default": "#ffd866",
|
||||
"Checkbox.Focus.Thin.Default.Dark": "#ffd866",
|
||||
"Checkbox.Focus.Wide": "#ffd866",
|
||||
"Checkbox.Focus.Wide.Dark": "#ffd866",
|
||||
"Checkbox.Foreground.Disabled": "#727072",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#727072",
|
||||
"Checkbox.Background.Selected": "#ffd866",
|
||||
"Checkbox.Background.Selected.Dark": "#ffd866",
|
||||
"Checkbox.Foreground.Disabled": "#5b595c",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#5b595c",
|
||||
"Checkbox.Background.Selected": "#2D2A2E",
|
||||
"Checkbox.Background.Selected.Dark": "#2D2A2E",
|
||||
"Checkbox.Border.Selected": "#ffd866",
|
||||
"Checkbox.Border.Selected.Dark": "#ffd866",
|
||||
"Checkbox.Foreground.Selected": "#fcfcfa",
|
||||
"Checkbox.Foreground.Selected.Dark": "#fcfcfa",
|
||||
"Checkbox.Foreground.Selected": "#ffd866",
|
||||
"Checkbox.Foreground.Selected.Dark": "#ffd866",
|
||||
"Checkbox.Focus.Thin.Selected": "#fcfcfa",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#fcfcfa",
|
||||
"Objects.Grey": "#727072",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#fcfcfa",
|
||||
"Objects.YellowDark": "#AB9DF2",
|
||||
"Objects.GreenAndroid": "#FFD866"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -11,7 +11,7 @@
|
||||
"disabledBackground": "#083F4D",
|
||||
"disabledForeground": "#2E5861",
|
||||
"disabledText": "#2E5861",
|
||||
"focusColor": "#11353F",
|
||||
"focusColor": "#005a6f",
|
||||
"focusedBorderColor": "#d33682",
|
||||
"foreground": "#839496",
|
||||
"inactiveBackground": "#083F4D",
|
||||
@@ -39,28 +39,28 @@
|
||||
"arc": 0,
|
||||
"background": "#002B36",
|
||||
"default": {
|
||||
"endBackground": "#11353F",
|
||||
"endBorderColor": "#11353F",
|
||||
"endBackground": "#003946",
|
||||
"endBorderColor": "#003946",
|
||||
"foreground": "#FFFFFF",
|
||||
"focusColor": "#d33682",
|
||||
"focusedBorderColor": "#d33682",
|
||||
"shadowColor": "#11353F",
|
||||
"startBackground": "#11353F",
|
||||
"startBorderColor": "#11353F"
|
||||
"shadowColor": "#003946",
|
||||
"startBackground": "#003946",
|
||||
"startBorderColor": "#003946"
|
||||
},
|
||||
"disabledBorderColor": "#073642",
|
||||
"disabledText": "#2E5861",
|
||||
"endBackground": "#073642",
|
||||
"endBorderColor": "#073642",
|
||||
"focus": "#11353F",
|
||||
"focus": "#005a6f",
|
||||
"focusedBorderColor": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"highlight": "#FFFFFF",
|
||||
"mt.background": "#073642",
|
||||
"mt.foreground": "#586e75",
|
||||
"mt.selectedForeground": "#FFFFFF",
|
||||
"mt.selection.color1": "#11353F",
|
||||
"mt.selection.color2": "#11353F",
|
||||
"mt.selection.color1": "#003946",
|
||||
"mt.selection.color2": "#003946",
|
||||
"startBackground": "#073642",
|
||||
"startBorderColor": "#073642",
|
||||
"shadowColor": "#073642",
|
||||
@@ -102,7 +102,7 @@
|
||||
"modifiedItemForeground": "#d33682",
|
||||
"nonEditableBackground": "#003745",
|
||||
"padding": "5,5,5,5",
|
||||
"selectionBackground": "#11353F",
|
||||
"selectionBackground": "#003946",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"ComboPopup.border": "#0D3640",
|
||||
@@ -113,18 +113,17 @@
|
||||
"matchForeground": "#d336822",
|
||||
"matchSelectionForeground": "#d33682",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#2E4C52",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#586e75",
|
||||
"selectionInactiveBackground": "#11353F",
|
||||
"selectionInactiveBackground": "#2E4C5250",
|
||||
"selectionBackground": "#2E4C5280",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
},
|
||||
"Component": {
|
||||
"arc": 4,
|
||||
"borderColor": "#11353F",
|
||||
"borderColor": "#005a6f",
|
||||
"disabledBorderColor": "#073642",
|
||||
"focusColor": "#d33682",
|
||||
"focusedBorderColor": "#d33682",
|
||||
@@ -150,22 +149,22 @@
|
||||
}
|
||||
},
|
||||
"DebuggerTabs": {
|
||||
"selectedBackground": "#11353F",
|
||||
"underlinedTabBackground": "#11353F"
|
||||
"selectedBackground": "#005a6f",
|
||||
"underlinedTabBackground": "#005a6f"
|
||||
},
|
||||
"DebuggerPopup": {
|
||||
"borderColor": "#11353F"
|
||||
"borderColor": "#005a6f"
|
||||
},
|
||||
"DefaultTabs": {
|
||||
"background": "#002B36",
|
||||
"borderColor": "#002B36",
|
||||
"hoverBackground": "#11353F",
|
||||
"hoverBackground": "#003946",
|
||||
"hoverColor": "#00252E",
|
||||
"hoverMaskColor": "#11353F",
|
||||
"hoverMaskColor": "#005a6f",
|
||||
"inactiveUnderlineColor": "#2E5861",
|
||||
"inactiveMaskColor": "#00252E",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground":"#11353F"
|
||||
"underlinedTabBackground": "#003946"
|
||||
},
|
||||
"Desktop.background": "#002B36",
|
||||
"DialogWrapper.southPanelBackground": "#002B36",
|
||||
@@ -191,15 +190,24 @@
|
||||
},
|
||||
"EditorTabs": {
|
||||
"borderColor": "#003745",
|
||||
"hoverColor": "#11353F",
|
||||
"hoverMaskColor": "#11353F",
|
||||
"hoverColor": "#005a6f",
|
||||
"hoverMaskColor": "#005a6f",
|
||||
"inactiveMaskColor": "#002B36",
|
||||
"inactiveColoredFileBackground": "#002B36",
|
||||
"inactiveUnderlineColor": "#2E5861",
|
||||
"selectedForeground": "#839496",
|
||||
"selectedBackground": "#11353F",
|
||||
"selectedBackground": "#003946",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground": "#11353F"
|
||||
"underlinedTabBackground": "#003946"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#002B36",
|
||||
"borderColor": "#003745",
|
||||
"hoverBackground": "#005a6f",
|
||||
"hoverColor": "#005a6f",
|
||||
"inactiveUnderlineColor": "#d33682",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground": "#003946",
|
||||
"underlinedTabForeground": "#839496"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
@@ -227,7 +235,7 @@
|
||||
"inactiveBackground": "#073642",
|
||||
"inactiveForeground": "#2E5861",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionBackground": "#11353F"
|
||||
"selectionBackground": "#003946"
|
||||
},
|
||||
"Group": {
|
||||
"disabledSeparatorColor": "#0D3640",
|
||||
@@ -283,7 +291,7 @@
|
||||
"List": {
|
||||
"background": "#003745",
|
||||
"foreground": "#839496",
|
||||
"selectionBackground": "#2E4C52",
|
||||
"selectionBackground": "#2E4C5250",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#2E4C5225"
|
||||
@@ -302,8 +310,8 @@
|
||||
},
|
||||
"MemoryIndicator": {
|
||||
"allocatedBackground": "#003745",
|
||||
"usedColor": "#11353F",
|
||||
"usedBackground": "#11353F"
|
||||
"usedColor": "#005a6f",
|
||||
"usedBackground": "#005a6f"
|
||||
},
|
||||
"Menu": {
|
||||
"acceleratorForeground": "#586e75",
|
||||
@@ -387,13 +395,13 @@
|
||||
},
|
||||
"ParameterInfo": {
|
||||
"background": "#003745",
|
||||
"borderColor": "#11353F",
|
||||
"currentOverloadBackground": "#11353F",
|
||||
"borderColor": "#003946",
|
||||
"currentOverloadBackground": "#003946",
|
||||
"currentParameterForeground": "#d33682",
|
||||
"disabledForeground": "#2E5861",
|
||||
"foreground": "#839496",
|
||||
"infoForeground": "#586e75",
|
||||
"lineSeparatorColor": "#11353F"
|
||||
"lineSeparatorColor": "#003946"
|
||||
},
|
||||
"PasswordField": {
|
||||
"background": "#00252E",
|
||||
@@ -401,22 +409,22 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#839496",
|
||||
"inactiveForeground": "#2E5861",
|
||||
"selectionBackground": "#11353F",
|
||||
"selectionBackground": "#003946",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"Plugins": {
|
||||
"background": "#002B36",
|
||||
"disabledForeground": "#2E5861",
|
||||
"eapTagBackground": "#11353F",
|
||||
"eapTagBackground": "#005a6f",
|
||||
"lightSelectionBackground": "#2E4C52",
|
||||
"selectionBackground": "#2E4C52",
|
||||
"tagForeground": "#d33682",
|
||||
"tagBackground": "#11353F",
|
||||
"tagBackground": "#005a6f",
|
||||
"Button": {
|
||||
"installBackground": "#073642",
|
||||
"installBorderColor": "#073642",
|
||||
"installForeground": "#839496",
|
||||
"installFocusedBackground": "#11353F",
|
||||
"installFocusedBackground": "#005a6f",
|
||||
"installFillForeground": "#586e75",
|
||||
"installFillBackground": "#073642",
|
||||
"updateBackground": "#073642",
|
||||
@@ -432,9 +440,9 @@
|
||||
"foreground": "#839496"
|
||||
},
|
||||
"Tab": {
|
||||
"hoverBackground": "#11353F",
|
||||
"hoverBackground": "#003946",
|
||||
"selectedForeground": "#FFFFFF",
|
||||
"selectedBackground": "#11353F"
|
||||
"selectedBackground": "#003946"
|
||||
}
|
||||
},
|
||||
"Popup": {
|
||||
@@ -472,8 +480,8 @@
|
||||
"indeterminateEndColor": "#d33682",
|
||||
"indeterminateStartColor": "#d33682",
|
||||
"progressColor": "#d33682",
|
||||
"selectionBackground": "#11353F",
|
||||
"trackColor": "#11353F"
|
||||
"selectionBackground": "#005a6f",
|
||||
"trackColor": "#005a6f"
|
||||
},
|
||||
"RadioButton": {
|
||||
"background": "#002B36",
|
||||
@@ -511,7 +519,7 @@
|
||||
"trackColor": "#002B3630"
|
||||
}
|
||||
},
|
||||
"thumb": "#11353F",
|
||||
"thumb": "#005a6f",
|
||||
"thumbBorderColor": "#d3368270",
|
||||
"thumbColor": "#d3368270",
|
||||
"trackColor": "#002B3630",
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#002B36"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#839496",
|
||||
"separatorForeground": "#586e75",
|
||||
"separatorColor": "#0D3640"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -544,7 +552,7 @@
|
||||
"Tab": {
|
||||
"active.foreground": "#FFFFFF",
|
||||
"selectedForeground": "#FFFFFF",
|
||||
"selectedBackground": "#11353F"
|
||||
"selectedBackground": "#005a6f"
|
||||
}
|
||||
},
|
||||
"SearchMatch": {
|
||||
@@ -561,14 +569,17 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#002B36",
|
||||
"buttonBorderColor": "#d33682",
|
||||
"buttonColor": "#d33682",
|
||||
"foreground": "#839496",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#003745",
|
||||
"trackColor": "#003946",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#d33682"
|
||||
},
|
||||
"SpeedSearch": {
|
||||
"background": "#11353F",
|
||||
"background": "#005a6f",
|
||||
"borderColor": "#0D3640",
|
||||
"foreground": "#839496",
|
||||
"errorForeground": "#839496"
|
||||
@@ -589,17 +600,17 @@
|
||||
},
|
||||
"TabbedPane": {
|
||||
"background": "#002B36",
|
||||
"contentAreaColor": "#11353F",
|
||||
"contentAreaColor": "#005a6f",
|
||||
"contentBorderInsets": "3,1,1,1",
|
||||
"darkShadow": "#0D3640",
|
||||
"disabledForeground": "#2E5861",
|
||||
"disabledUnderlineColor": "#2E5861",
|
||||
"focus": "#11353F",
|
||||
"focusColor": "#11353F",
|
||||
"focus": "#003946",
|
||||
"focusColor": "#003946",
|
||||
"fontSizeOffset": 0,
|
||||
"foreground": "#839496",
|
||||
"highlight": "#0D3640",
|
||||
"hoverColor": "#11353F",
|
||||
"hoverColor": "#005a6f",
|
||||
"labelShift": 0,
|
||||
"selectedForeground": "#FFFFFF",
|
||||
"selectedLabelShift": 0,
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#d33682"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#00252E",
|
||||
"Table": {
|
||||
@@ -616,17 +628,17 @@
|
||||
"focusCellHighlightBorder": "10,5,10,5",
|
||||
"dropLineColor": "#d33682",
|
||||
"dropLineShortColor": "#d33682",
|
||||
"focusCellBackground": "#11353F",
|
||||
"focusCellBackground": "#003946",
|
||||
"focusCellForeground": "#FFFFFF",
|
||||
"foreground": "#839496",
|
||||
"gridColor": "#002B36",
|
||||
"highlightOuter": "#11353F",
|
||||
"highlightOuter": "#003946",
|
||||
"lightSelectionForeground": "#FFFFFF",
|
||||
"lightSelectionInactiveForeground": "#586e75",
|
||||
"lightSelectionInactiveBackground": "#003745",
|
||||
"selectionBackground": "#11353F",
|
||||
"selectionBackground": "#003946",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#2E4C5225",
|
||||
"selectionInactiveBackground": "#003946",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#839496",
|
||||
"stripeColor": "#00252E"
|
||||
@@ -637,7 +649,7 @@
|
||||
"bottomSeparatorColor": "#003745",
|
||||
"cellBorder": "4,0,4,0",
|
||||
"foreground": "#839496",
|
||||
"focusCellBackground": "#11353F",
|
||||
"focusCellBackground": "#003946",
|
||||
"focusCellForeground": "#FFFFFF",
|
||||
"height": 25,
|
||||
"separatorColor": "#003745"
|
||||
@@ -650,7 +662,7 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#839496",
|
||||
"inactiveForeground": "#2E5861",
|
||||
"selectionBackground": "#11353F",
|
||||
"selectionBackground": "#003946",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"TextField": {
|
||||
@@ -658,7 +670,7 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#839496",
|
||||
"inactiveForeground": "#2E5861",
|
||||
"selectionBackground": "#11353F",
|
||||
"selectionBackground": "#003946",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"TextPane": {
|
||||
@@ -666,13 +678,13 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#839496",
|
||||
"inactiveForeground": "#2E5861",
|
||||
"selectionBackground": "#11353F",
|
||||
"selectionBackground": "#003946",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"TitlePane": {
|
||||
"background": "#00252E",
|
||||
"Button.hoverBackground": "#11353F",
|
||||
"inactiveBackground": "#003745",
|
||||
"Button.hoverBackground": "#005a6f",
|
||||
"inactiveBackground": "#002B36",
|
||||
"infoForeground": "#586e75",
|
||||
"inactiveInfoForeground": "#586e75"
|
||||
},
|
||||
@@ -697,7 +709,7 @@
|
||||
"Actions.background": "#002B36",
|
||||
"Actions.infoForeground": "#586e75",
|
||||
"background": "#002B36",
|
||||
"borderColor": "#11353F",
|
||||
"borderColor": "#005a6f",
|
||||
"foreground": "#839496",
|
||||
"infoForeground": "#586e75",
|
||||
"separatorColor": "#0D3640",
|
||||
@@ -705,7 +717,7 @@
|
||||
},
|
||||
"ToolWindow": {
|
||||
"Button": {
|
||||
"hoverBackground": "#11353F",
|
||||
"hoverBackground": "#003946",
|
||||
"selectedForeground": "#FFFFFF",
|
||||
"selectedBackground": "#00252E"
|
||||
},
|
||||
@@ -718,13 +730,13 @@
|
||||
"background": "#002B36"
|
||||
},
|
||||
"HeaderTab": {
|
||||
"hoverBackground": "#11353F",
|
||||
"hoverBackground": "#005a6f",
|
||||
"hoverInactiveBackground": "#003745",
|
||||
"inactiveUnderlineColor": "#d33682",
|
||||
"selectedBackground": "#00252E",
|
||||
"selectedInactiveBackground": "#00252E",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground": "#11353F",
|
||||
"underlinedTabBackground": "#005a6f",
|
||||
"underlinedTabInactiveBackground": "#003745"
|
||||
}
|
||||
},
|
||||
@@ -734,7 +746,7 @@
|
||||
"hash": "#0D3640",
|
||||
"modifiedItemForeground": "#d33682",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#2E4C52",
|
||||
"selectionBackground": "#2E4C5270",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#2E4C5225",
|
||||
@@ -773,16 +785,16 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#586e75",
|
||||
"Commit.currentBranchBackground": "#2E4C52"
|
||||
"Commit.currentBranchBackground": "#003745"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#FFFFFF",
|
||||
"backgroundBase": "#11353F"
|
||||
"backgroundBase": "#005a6f"
|
||||
}
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#00252E",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#839496"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#002B36",
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#d33682",
|
||||
"Checkbox.Foreground.Disabled": "#2E5861",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#2E5861",
|
||||
"Checkbox.Background.Selected": "#d33682",
|
||||
"Checkbox.Background.Selected.Dark": "#d33682",
|
||||
"Checkbox.Background.Selected": "#002B36",
|
||||
"Checkbox.Background.Selected.Dark": "#002B36",
|
||||
"Checkbox.Border.Selected": "#d33682",
|
||||
"Checkbox.Border.Selected.Dark": "#d33682",
|
||||
"Checkbox.Foreground.Selected": "#839496",
|
||||
"Checkbox.Foreground.Selected.Dark": "#839496",
|
||||
"Checkbox.Foreground.Selected": "#d33682",
|
||||
"Checkbox.Foreground.Selected.Dark": "#d33682",
|
||||
"Checkbox.Focus.Thin.Selected": "#839496",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#839496",
|
||||
"Objects.Grey": "#657B83",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#839496",
|
||||
"Objects.YellowDark": "#D33682",
|
||||
"Objects.GreenAndroid": "#2AA198"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"disabledBackground": "#083F4D",
|
||||
"disabledForeground": "#2E5861",
|
||||
"disabledText": "#2E5861",
|
||||
"focusColor": "#11353F",
|
||||
"focusColor": "#005a6f",
|
||||
"focusedBorderColor": "#d33682",
|
||||
"foreground": "#839496",
|
||||
"inactiveBackground": "#083F4D",
|
||||
@@ -39,28 +39,28 @@
|
||||
"arc": 0,
|
||||
"background": "#002B36",
|
||||
"default": {
|
||||
"endBackground": "#11353F",
|
||||
"endBorderColor": "#11353F",
|
||||
"endBackground": "#003946",
|
||||
"endBorderColor": "#003946",
|
||||
"foreground": "#FFFFFF",
|
||||
"focusColor": "#d33682",
|
||||
"focusedBorderColor": "#d33682",
|
||||
"shadowColor": "#11353F",
|
||||
"startBackground": "#11353F",
|
||||
"startBorderColor": "#11353F"
|
||||
"shadowColor": "#003946",
|
||||
"startBackground": "#003946",
|
||||
"startBorderColor": "#003946"
|
||||
},
|
||||
"disabledBorderColor": "#073642",
|
||||
"disabledText": "#2E5861",
|
||||
"endBackground": "#073642",
|
||||
"endBorderColor": "#073642",
|
||||
"focus": "#11353F",
|
||||
"focus": "#005a6f",
|
||||
"focusedBorderColor": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"highlight": "#FFFFFF",
|
||||
"mt.background": "#073642",
|
||||
"mt.foreground": "#586e75",
|
||||
"mt.selectedForeground": "#FFFFFF",
|
||||
"mt.selection.color1": "#11353F",
|
||||
"mt.selection.color2": "#11353F",
|
||||
"mt.selection.color1": "#003946",
|
||||
"mt.selection.color2": "#003946",
|
||||
"startBackground": "#073642",
|
||||
"startBorderColor": "#073642",
|
||||
"shadowColor": "#073642",
|
||||
@@ -102,7 +102,7 @@
|
||||
"modifiedItemForeground": "#d33682",
|
||||
"nonEditableBackground": "#003745",
|
||||
"padding": "5,5,5,5",
|
||||
"selectionBackground": "#11353F",
|
||||
"selectionBackground": "#003946",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"ComboPopup.border": "#0D3640",
|
||||
@@ -113,18 +113,17 @@
|
||||
"matchForeground": "#d336822",
|
||||
"matchSelectionForeground": "#d33682",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#2E4C52",
|
||||
"selectedGrayedForeground": "#FFFFFF",
|
||||
"selectionGrayForeground": "#FFFFFF",
|
||||
"selectionInactiveInfoForeground": "#586e75",
|
||||
"selectionInactiveBackground": "#11353F",
|
||||
"selectionInactiveBackground": "#2E4C5250",
|
||||
"selectionBackground": "#2E4C5280",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInfoForeground": "#FFFFFF"
|
||||
},
|
||||
"Component": {
|
||||
"arc": 4,
|
||||
"borderColor": "#11353F",
|
||||
"borderColor": "#005a6f",
|
||||
"disabledBorderColor": "#073642",
|
||||
"focusColor": "#d33682",
|
||||
"focusedBorderColor": "#d33682",
|
||||
@@ -150,22 +149,22 @@
|
||||
}
|
||||
},
|
||||
"DebuggerTabs": {
|
||||
"selectedBackground": "#11353F",
|
||||
"underlinedTabBackground": "#11353F"
|
||||
"selectedBackground": "#005a6f",
|
||||
"underlinedTabBackground": "#005a6f"
|
||||
},
|
||||
"DebuggerPopup": {
|
||||
"borderColor": "#11353F"
|
||||
"borderColor": "#005a6f"
|
||||
},
|
||||
"DefaultTabs": {
|
||||
"background": "#002B36",
|
||||
"borderColor": "#002B36",
|
||||
"hoverBackground": "#11353F",
|
||||
"hoverBackground": "#003946",
|
||||
"hoverColor": "#002B36",
|
||||
"hoverMaskColor": "#11353F",
|
||||
"hoverMaskColor": "#005a6f",
|
||||
"inactiveUnderlineColor": "#2E5861",
|
||||
"inactiveMaskColor": "#002B36",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground":"#11353F"
|
||||
"underlinedTabBackground": "#003946"
|
||||
},
|
||||
"Desktop.background": "#002B36",
|
||||
"DialogWrapper.southPanelBackground": "#002B36",
|
||||
@@ -191,15 +190,24 @@
|
||||
},
|
||||
"EditorTabs": {
|
||||
"borderColor": "#003745",
|
||||
"hoverColor": "#11353F",
|
||||
"hoverMaskColor": "#11353F",
|
||||
"hoverColor": "#005a6f",
|
||||
"hoverMaskColor": "#005a6f",
|
||||
"inactiveMaskColor": "#002B36",
|
||||
"inactiveColoredFileBackground": "#002B36",
|
||||
"inactiveUnderlineColor": "#2E5861",
|
||||
"selectedForeground": "#839496",
|
||||
"selectedBackground": "#11353F",
|
||||
"selectedBackground": "#003946",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground": "#11353F"
|
||||
"underlinedTabBackground": "#003946"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#002B36",
|
||||
"borderColor": "#003745",
|
||||
"hoverBackground": "#005a6f",
|
||||
"hoverColor": "#005a6f",
|
||||
"inactiveUnderlineColor": "#d33682",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground": "#003946",
|
||||
"underlinedTabForeground": "#839496"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
@@ -227,7 +235,7 @@
|
||||
"inactiveBackground": "#073642",
|
||||
"inactiveForeground": "#2E5861",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionBackground": "#11353F"
|
||||
"selectionBackground": "#003946"
|
||||
},
|
||||
"Group": {
|
||||
"disabledSeparatorColor": "#0D3640",
|
||||
@@ -283,7 +291,7 @@
|
||||
"List": {
|
||||
"background": "#003745",
|
||||
"foreground": "#839496",
|
||||
"selectionBackground": "#2E4C52",
|
||||
"selectionBackground": "#2E4C5250",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#2E4C5225"
|
||||
@@ -302,8 +310,8 @@
|
||||
},
|
||||
"MemoryIndicator": {
|
||||
"allocatedBackground": "#003745",
|
||||
"usedColor": "#11353F",
|
||||
"usedBackground": "#11353F"
|
||||
"usedColor": "#005a6f",
|
||||
"usedBackground": "#005a6f"
|
||||
},
|
||||
"Menu": {
|
||||
"acceleratorForeground": "#586e75",
|
||||
@@ -387,13 +395,13 @@
|
||||
},
|
||||
"ParameterInfo": {
|
||||
"background": "#003745",
|
||||
"borderColor": "#11353F",
|
||||
"currentOverloadBackground": "#11353F",
|
||||
"borderColor": "#003946",
|
||||
"currentOverloadBackground": "#003946",
|
||||
"currentParameterForeground": "#d33682",
|
||||
"disabledForeground": "#2E5861",
|
||||
"foreground": "#839496",
|
||||
"infoForeground": "#586e75",
|
||||
"lineSeparatorColor": "#11353F"
|
||||
"lineSeparatorColor": "#003946"
|
||||
},
|
||||
"PasswordField": {
|
||||
"background": "#002B36",
|
||||
@@ -401,22 +409,22 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#839496",
|
||||
"inactiveForeground": "#2E5861",
|
||||
"selectionBackground": "#11353F",
|
||||
"selectionBackground": "#003946",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"Plugins": {
|
||||
"background": "#002B36",
|
||||
"disabledForeground": "#2E5861",
|
||||
"eapTagBackground": "#11353F",
|
||||
"eapTagBackground": "#005a6f",
|
||||
"lightSelectionBackground": "#2E4C52",
|
||||
"selectionBackground": "#2E4C52",
|
||||
"tagForeground": "#d33682",
|
||||
"tagBackground": "#11353F",
|
||||
"tagBackground": "#005a6f",
|
||||
"Button": {
|
||||
"installBackground": "#073642",
|
||||
"installBorderColor": "#073642",
|
||||
"installForeground": "#839496",
|
||||
"installFocusedBackground": "#11353F",
|
||||
"installFocusedBackground": "#005a6f",
|
||||
"installFillForeground": "#586e75",
|
||||
"installFillBackground": "#073642",
|
||||
"updateBackground": "#073642",
|
||||
@@ -432,9 +440,9 @@
|
||||
"foreground": "#839496"
|
||||
},
|
||||
"Tab": {
|
||||
"hoverBackground": "#11353F",
|
||||
"hoverBackground": "#003946",
|
||||
"selectedForeground": "#FFFFFF",
|
||||
"selectedBackground": "#11353F"
|
||||
"selectedBackground": "#003946"
|
||||
}
|
||||
},
|
||||
"Popup": {
|
||||
@@ -472,8 +480,8 @@
|
||||
"indeterminateEndColor": "#d33682",
|
||||
"indeterminateStartColor": "#d33682",
|
||||
"progressColor": "#d33682",
|
||||
"selectionBackground": "#11353F",
|
||||
"trackColor": "#11353F"
|
||||
"selectionBackground": "#005a6f",
|
||||
"trackColor": "#005a6f"
|
||||
},
|
||||
"RadioButton": {
|
||||
"background": "#002B36",
|
||||
@@ -511,7 +519,7 @@
|
||||
"trackColor": "#002B3630"
|
||||
}
|
||||
},
|
||||
"thumb": "#11353F",
|
||||
"thumb": "#005a6f",
|
||||
"thumbBorderColor": "#d3368270",
|
||||
"thumbColor": "#d3368270",
|
||||
"trackColor": "#002B3630",
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#002B36"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#839496",
|
||||
"separatorForeground": "#586e75",
|
||||
"separatorColor": "#0D3640"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -544,7 +552,7 @@
|
||||
"Tab": {
|
||||
"active.foreground": "#FFFFFF",
|
||||
"selectedForeground": "#FFFFFF",
|
||||
"selectedBackground": "#11353F"
|
||||
"selectedBackground": "#005a6f"
|
||||
}
|
||||
},
|
||||
"SearchMatch": {
|
||||
@@ -561,14 +569,17 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#002B36",
|
||||
"buttonBorderColor": "#d33682",
|
||||
"buttonColor": "#d33682",
|
||||
"foreground": "#839496",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#003745",
|
||||
"trackColor": "#003946",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#d33682"
|
||||
},
|
||||
"SpeedSearch": {
|
||||
"background": "#11353F",
|
||||
"background": "#005a6f",
|
||||
"borderColor": "#0D3640",
|
||||
"foreground": "#839496",
|
||||
"errorForeground": "#839496"
|
||||
@@ -589,17 +600,17 @@
|
||||
},
|
||||
"TabbedPane": {
|
||||
"background": "#002B36",
|
||||
"contentAreaColor": "#11353F",
|
||||
"contentAreaColor": "#005a6f",
|
||||
"contentBorderInsets": "3,1,1,1",
|
||||
"darkShadow": "#0D3640",
|
||||
"disabledForeground": "#2E5861",
|
||||
"disabledUnderlineColor": "#2E5861",
|
||||
"focus": "#11353F",
|
||||
"focusColor": "#11353F",
|
||||
"focus": "#003946",
|
||||
"focusColor": "#003946",
|
||||
"fontSizeOffset": 0,
|
||||
"foreground": "#839496",
|
||||
"highlight": "#0D3640",
|
||||
"hoverColor": "#11353F",
|
||||
"hoverColor": "#005a6f",
|
||||
"labelShift": 0,
|
||||
"selectedForeground": "#FFFFFF",
|
||||
"selectedLabelShift": 0,
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#d33682"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#002B36",
|
||||
"Table": {
|
||||
@@ -616,17 +628,17 @@
|
||||
"focusCellHighlightBorder": "10,5,10,5",
|
||||
"dropLineColor": "#d33682",
|
||||
"dropLineShortColor": "#d33682",
|
||||
"focusCellBackground": "#11353F",
|
||||
"focusCellBackground": "#003946",
|
||||
"focusCellForeground": "#FFFFFF",
|
||||
"foreground": "#839496",
|
||||
"gridColor": "#002B36",
|
||||
"highlightOuter": "#11353F",
|
||||
"highlightOuter": "#003946",
|
||||
"lightSelectionForeground": "#FFFFFF",
|
||||
"lightSelectionInactiveForeground": "#586e75",
|
||||
"lightSelectionInactiveBackground": "#003745",
|
||||
"selectionBackground": "#11353F",
|
||||
"selectionBackground": "#003946",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#2E4C5225",
|
||||
"selectionInactiveBackground": "#003946",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"sortIconColor": "#839496",
|
||||
"stripeColor": "#00252E"
|
||||
@@ -637,7 +649,7 @@
|
||||
"bottomSeparatorColor": "#003745",
|
||||
"cellBorder": "4,0,4,0",
|
||||
"foreground": "#839496",
|
||||
"focusCellBackground": "#11353F",
|
||||
"focusCellBackground": "#003946",
|
||||
"focusCellForeground": "#FFFFFF",
|
||||
"height": 25,
|
||||
"separatorColor": "#003745"
|
||||
@@ -650,7 +662,7 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#839496",
|
||||
"inactiveForeground": "#2E5861",
|
||||
"selectionBackground": "#11353F",
|
||||
"selectionBackground": "#003946",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"TextField": {
|
||||
@@ -658,7 +670,7 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#839496",
|
||||
"inactiveForeground": "#2E5861",
|
||||
"selectionBackground": "#11353F",
|
||||
"selectionBackground": "#003946",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"TextPane": {
|
||||
@@ -666,13 +678,13 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#839496",
|
||||
"inactiveForeground": "#2E5861",
|
||||
"selectionBackground": "#11353F",
|
||||
"selectionBackground": "#003946",
|
||||
"selectionForeground": "#FFFFFF"
|
||||
},
|
||||
"TitlePane": {
|
||||
"background": "#00252E",
|
||||
"Button.hoverBackground": "#11353F",
|
||||
"inactiveBackground": "#003745",
|
||||
"Button.hoverBackground": "#005a6f",
|
||||
"inactiveBackground": "#002B36",
|
||||
"infoForeground": "#586e75",
|
||||
"inactiveInfoForeground": "#586e75"
|
||||
},
|
||||
@@ -697,7 +709,7 @@
|
||||
"Actions.background": "#002B36",
|
||||
"Actions.infoForeground": "#586e75",
|
||||
"background": "#002B36",
|
||||
"borderColor": "#11353F",
|
||||
"borderColor": "#005a6f",
|
||||
"foreground": "#839496",
|
||||
"infoForeground": "#586e75",
|
||||
"separatorColor": "#0D3640",
|
||||
@@ -705,7 +717,7 @@
|
||||
},
|
||||
"ToolWindow": {
|
||||
"Button": {
|
||||
"hoverBackground": "#11353F",
|
||||
"hoverBackground": "#003946",
|
||||
"selectedForeground": "#FFFFFF",
|
||||
"selectedBackground": "#00252E"
|
||||
},
|
||||
@@ -718,13 +730,13 @@
|
||||
"background": "#002B36"
|
||||
},
|
||||
"HeaderTab": {
|
||||
"hoverBackground": "#11353F",
|
||||
"hoverBackground": "#005a6f",
|
||||
"hoverInactiveBackground": "#003745",
|
||||
"inactiveUnderlineColor": "#d33682",
|
||||
"selectedBackground": "#00252E",
|
||||
"selectedInactiveBackground": "#00252E",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground": "#11353F",
|
||||
"underlinedTabBackground": "#005a6f",
|
||||
"underlinedTabInactiveBackground": "#003745"
|
||||
}
|
||||
},
|
||||
@@ -734,7 +746,7 @@
|
||||
"hash": "#0D3640",
|
||||
"modifiedItemForeground": "#d33682",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#2E4C52",
|
||||
"selectionBackground": "#2E4C5270",
|
||||
"selectionForeground": "#FFFFFF",
|
||||
"selectionInactiveForeground": "#FFFFFF",
|
||||
"selectionInactiveBackground": "#2E4C5225",
|
||||
@@ -773,16 +785,16 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#586e75",
|
||||
"Commit.currentBranchBackground": "#2E4C52"
|
||||
"Commit.currentBranchBackground": "#003745"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#FFFFFF",
|
||||
"backgroundBase": "#11353F"
|
||||
"backgroundBase": "#005a6f"
|
||||
}
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#002B36",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#839496"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#002B36",
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#d33682",
|
||||
"Checkbox.Foreground.Disabled": "#2E5861",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#2E5861",
|
||||
"Checkbox.Background.Selected": "#d33682",
|
||||
"Checkbox.Background.Selected.Dark": "#d33682",
|
||||
"Checkbox.Background.Selected": "#002B36",
|
||||
"Checkbox.Background.Selected.Dark": "#002B36",
|
||||
"Checkbox.Border.Selected": "#d33682",
|
||||
"Checkbox.Border.Selected.Dark": "#d33682",
|
||||
"Checkbox.Foreground.Selected": "#839496",
|
||||
"Checkbox.Foreground.Selected.Dark": "#839496",
|
||||
"Checkbox.Foreground.Selected": "#d33682",
|
||||
"Checkbox.Foreground.Selected.Dark": "#d33682",
|
||||
"Checkbox.Focus.Thin.Selected": "#839496",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#839496",
|
||||
"Objects.Grey": "#657B83",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#839496",
|
||||
"Objects.YellowDark": "#D33682",
|
||||
"Objects.GreenAndroid": "#2AA198"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -11,13 +11,13 @@
|
||||
"disabledBackground": "#E3DCC9",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"disabledText": "#C9CCC3",
|
||||
"focusColor": "#F6F0DE",
|
||||
"focusColor": "#d1cbb8",
|
||||
"focusedBorderColor": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"inactiveBackground": "#E3DCC9",
|
||||
"inactiveForeground": "#93a1a1",
|
||||
"infoForeground": "#93a1a1",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionBackgroundInactive": "#F6F0DE",
|
||||
"selectionForeground": "#002b36",
|
||||
"selectionInactiveBackground": "#F6F0DE",
|
||||
@@ -31,7 +31,7 @@
|
||||
"pressedBorderColor": "#d3368250"
|
||||
},
|
||||
"Autocomplete": {
|
||||
"selectionBackground": "#93a1a1"
|
||||
"selectionBackground": "#e8dcb6"
|
||||
},
|
||||
"Borders.ContrastBorderColor": "#fdf6e3",
|
||||
"Borders.color": "#edead9",
|
||||
@@ -39,31 +39,31 @@
|
||||
"arc": 0,
|
||||
"background": "#fdf6e3",
|
||||
"default": {
|
||||
"endBackground": "#F6F0DE",
|
||||
"endBorderColor": "#F6F0DE",
|
||||
"endBackground": "#d1cbb8",
|
||||
"endBorderColor": "#d1cbb8",
|
||||
"foreground": "#002b36",
|
||||
"focusColor": "#d33682",
|
||||
"focusedBorderColor": "#d33682",
|
||||
"shadowColor": "#F6F0DE",
|
||||
"startBackground": "#F6F0DE",
|
||||
"startBorderColor": "#F6F0DE"
|
||||
"shadowColor": "#d1cbb8",
|
||||
"startBackground": "#d1cbb8",
|
||||
"startBorderColor": "#d1cbb8"
|
||||
},
|
||||
"disabledBorderColor": "#FEFBF1",
|
||||
"disabledBorderColor": "#d8d4c4",
|
||||
"disabledText": "#C9CCC3",
|
||||
"endBackground": "#FEFBF1",
|
||||
"endBorderColor": "#FEFBF1",
|
||||
"focus": "#F6F0DE",
|
||||
"endBackground": "#d8d4c4",
|
||||
"endBorderColor": "#d8d4c4",
|
||||
"focus": "#d1cbb8",
|
||||
"focusedBorderColor": "#d33682",
|
||||
"foreground": "#93a1a1",
|
||||
"highlight": "#002b36",
|
||||
"mt.background": "#FEFBF1",
|
||||
"mt.background": "#d8d4c4",
|
||||
"mt.foreground": "#93a1a1",
|
||||
"mt.selectedForeground": "#002b36",
|
||||
"mt.selection.color1": "#F6F0DE",
|
||||
"mt.selection.color2": "#F6F0DE",
|
||||
"startBackground": "#FEFBF1",
|
||||
"startBorderColor": "#FEFBF1",
|
||||
"shadowColor": "#FEFBF1",
|
||||
"mt.selection.color1": "#d1cbb8",
|
||||
"mt.selection.color2": "#d1cbb8",
|
||||
"startBackground": "#d8d4c4",
|
||||
"startBorderColor": "#d8d4c4",
|
||||
"shadowColor": "#d8d4c4",
|
||||
"shadowWidth": 0
|
||||
},
|
||||
"CheckBox": {
|
||||
@@ -79,7 +79,7 @@
|
||||
"disabledBackground": "#fdf6e3",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"ColorChooser": {
|
||||
@@ -87,22 +87,22 @@
|
||||
"foreground": "#586e75",
|
||||
"swatchesDefaultRecentColor": "#586e75"
|
||||
},
|
||||
"ComboBoxButton.background": "#FEFBF1",
|
||||
"ComboBoxButton.background": "#d8d4c4",
|
||||
"ComboBox": {
|
||||
"ArrowButton": {
|
||||
"background": "#FEFBF1",
|
||||
"background": "#d8d4c4",
|
||||
"disabledIconColor": "#C9CCC3",
|
||||
"iconColor": "#586e75",
|
||||
"nonEditableBackground": "#fdf6e3"
|
||||
},
|
||||
"background": "#eee8d5",
|
||||
"buttonBackground": "#FEFBF1",
|
||||
"buttonBackground": "#d8d4c4",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
"modifiedItemForeground": "#d33682",
|
||||
"nonEditableBackground": "#F6F0DE",
|
||||
"padding": "5,5,5,5",
|
||||
"selectionBackground": "#F6F0DE",
|
||||
"selectionBackground": "#d1cbb8",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"ComboPopup.border": "#edead9",
|
||||
@@ -113,19 +113,18 @@
|
||||
"matchForeground": "#d336822",
|
||||
"matchSelectionForeground": "#d33682",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#93a1a1",
|
||||
"selectedGrayedForeground": "#002b36",
|
||||
"selectionGrayForeground": "#002b36",
|
||||
"selectionInactiveInfoForeground": "#93a1a1",
|
||||
"selectionInactiveBackground": "#F6F0DE",
|
||||
"selectionBackground": "#93a1a180",
|
||||
"selectionInactiveBackground": "#e8dcb650",
|
||||
"selectionBackground": "#e8dcb680",
|
||||
"selectionForeground": "#002b36",
|
||||
"selectionInfoForeground": "#002b36"
|
||||
},
|
||||
"Component": {
|
||||
"arc": 4,
|
||||
"borderColor": "#F6F0DE",
|
||||
"disabledBorderColor": "#FEFBF1",
|
||||
"borderColor": "#d1cbb8",
|
||||
"disabledBorderColor": "#d8d4c4",
|
||||
"focusColor": "#d33682",
|
||||
"focusedBorderColor": "#d33682",
|
||||
"hoverIconColor": "#d33682",
|
||||
@@ -150,22 +149,22 @@
|
||||
}
|
||||
},
|
||||
"DebuggerTabs": {
|
||||
"selectedBackground": "#F6F0DE",
|
||||
"underlinedTabBackground": "#F6F0DE"
|
||||
"selectedBackground": "#d1cbb8",
|
||||
"underlinedTabBackground": "#d1cbb8"
|
||||
},
|
||||
"DebuggerPopup": {
|
||||
"borderColor": "#F6F0DE"
|
||||
"borderColor": "#d1cbb8"
|
||||
},
|
||||
"DefaultTabs": {
|
||||
"background": "#fdf6e3",
|
||||
"borderColor": "#fdf6e3",
|
||||
"hoverBackground": "#F6F0DE",
|
||||
"hoverBackground": "#d1cbb8",
|
||||
"hoverColor": "#eee8d5",
|
||||
"hoverMaskColor": "#F6F0DE",
|
||||
"hoverMaskColor": "#d1cbb8",
|
||||
"inactiveUnderlineColor": "#C9CCC3",
|
||||
"inactiveMaskColor": "#eee8d5",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground":"#F6F0DE"
|
||||
"underlinedTabBackground": "#d1cbb8"
|
||||
},
|
||||
"Desktop.background": "#fdf6e3",
|
||||
"DialogWrapper.southPanelBackground": "#fdf6e3",
|
||||
@@ -186,20 +185,29 @@
|
||||
"foreground": "#586e75",
|
||||
"inactiveBackground": "#fdf6e3",
|
||||
"inactiveForeground": "#C9CCC3",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"EditorTabs": {
|
||||
"borderColor": "#F6F0DE",
|
||||
"hoverColor": "#F6F0DE",
|
||||
"hoverMaskColor": "#F6F0DE",
|
||||
"hoverColor": "#d1cbb8",
|
||||
"hoverMaskColor": "#d1cbb8",
|
||||
"inactiveMaskColor": "#fdf6e3",
|
||||
"inactiveColoredFileBackground": "#fdf6e3",
|
||||
"inactiveUnderlineColor": "#C9CCC3",
|
||||
"selectedForeground": "#586e75",
|
||||
"selectedBackground": "#F6F0DE",
|
||||
"selectedBackground": "#d1cbb8",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground": "#F6F0DE"
|
||||
"underlinedTabBackground": "#d1cbb8"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#fdf6e3",
|
||||
"borderColor": "#F6F0DE",
|
||||
"hoverBackground": "#d1cbb8",
|
||||
"hoverColor": "#d1cbb8",
|
||||
"inactiveUnderlineColor": "#d33682",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground": "#d1cbb8",
|
||||
"underlinedTabForeground": "#586e75"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
@@ -224,10 +232,10 @@
|
||||
"background": "#eee8d5",
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"inactiveBackground": "#FEFBF1",
|
||||
"inactiveBackground": "#d8d4c4",
|
||||
"inactiveForeground": "#C9CCC3",
|
||||
"selectionForeground": "#002b36",
|
||||
"selectionBackground": "#F6F0DE"
|
||||
"selectionBackground": "#d1cbb8"
|
||||
},
|
||||
"Group": {
|
||||
"disabledSeparatorColor": "#edead9",
|
||||
@@ -283,17 +291,17 @@
|
||||
"List": {
|
||||
"background": "#F6F0DE",
|
||||
"foreground": "#586e75",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb650",
|
||||
"selectionForeground": "#002b36",
|
||||
"selectionInactiveForeground": "#002b36",
|
||||
"selectionInactiveBackground": "#93a1a125"
|
||||
"selectionInactiveBackground": "#e8dcb625"
|
||||
},
|
||||
"material": {
|
||||
"background": "#fdf6e3",
|
||||
"branchColor": "#586e75",
|
||||
"contrast": "#eee8d5",
|
||||
"foreground": "#586e75",
|
||||
"mergeCommits": "#FEFBF1",
|
||||
"mergeCommits": "#d8d4c4",
|
||||
"primaryColor": "#93a1a1",
|
||||
"selectionForeground": "#002b36",
|
||||
"tab.backgroundColor": "#fdf6e3",
|
||||
@@ -302,8 +310,8 @@
|
||||
},
|
||||
"MemoryIndicator": {
|
||||
"allocatedBackground": "#F6F0DE",
|
||||
"usedColor": "#F6F0DE",
|
||||
"usedBackground": "#F6F0DE"
|
||||
"usedColor": "#d1cbb8",
|
||||
"usedBackground": "#d1cbb8"
|
||||
},
|
||||
"Menu": {
|
||||
"acceleratorForeground": "#93a1a1",
|
||||
@@ -314,7 +322,7 @@
|
||||
"disabledBackground": "#F6F0DE",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionForeground": "#002b36",
|
||||
"separatorColor": "#edead9"
|
||||
},
|
||||
@@ -325,7 +333,7 @@
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
"highlight": "#fdf6e3",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionForeground": "#002b36",
|
||||
"shadow": "#eee8d5"
|
||||
},
|
||||
@@ -337,7 +345,7 @@
|
||||
"disabledBackground": "#fdf6e3",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"NavBar": {
|
||||
@@ -359,9 +367,9 @@
|
||||
"errorBorderColor": "#EDE8D4",
|
||||
"foreground": "#586e75",
|
||||
"MoreButton": {
|
||||
"background": "#FEFBF1",
|
||||
"background": "#d8d4c4",
|
||||
"foreground": "#586e75",
|
||||
"innerBorderColor": "#FEFBF1"
|
||||
"innerBorderColor": "#d8d4c4"
|
||||
},
|
||||
"ToolWindow": {
|
||||
"errorBackground": "#EDE8D4",
|
||||
@@ -379,7 +387,7 @@
|
||||
"messageForeground": "#586e75"
|
||||
},
|
||||
"Outline": {
|
||||
"color": "#FEFBF1"
|
||||
"color": "#d8d4c4"
|
||||
},
|
||||
"Panel": {
|
||||
"background": "#fdf6e3",
|
||||
@@ -387,13 +395,13 @@
|
||||
},
|
||||
"ParameterInfo": {
|
||||
"background": "#F6F0DE",
|
||||
"borderColor": "#F6F0DE",
|
||||
"currentOverloadBackground": "#F6F0DE",
|
||||
"borderColor": "#d1cbb8",
|
||||
"currentOverloadBackground": "#d1cbb8",
|
||||
"currentParameterForeground": "#d33682",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
"infoForeground": "#93a1a1",
|
||||
"lineSeparatorColor": "#F6F0DE"
|
||||
"lineSeparatorColor": "#d1cbb8"
|
||||
},
|
||||
"PasswordField": {
|
||||
"background": "#eee8d5",
|
||||
@@ -401,26 +409,26 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"inactiveForeground": "#C9CCC3",
|
||||
"selectionBackground": "#F6F0DE",
|
||||
"selectionBackground": "#d1cbb8",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"Plugins": {
|
||||
"background": "#fdf6e3",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"eapTagBackground": "#F6F0DE",
|
||||
"lightSelectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"eapTagBackground": "#d1cbb8",
|
||||
"lightSelectionBackground": "#e8dcb6",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"tagForeground": "#d33682",
|
||||
"tagBackground": "#F6F0DE",
|
||||
"tagBackground": "#d1cbb8",
|
||||
"Button": {
|
||||
"installBackground": "#FEFBF1",
|
||||
"installBorderColor": "#FEFBF1",
|
||||
"installBackground": "#d8d4c4",
|
||||
"installBorderColor": "#d8d4c4",
|
||||
"installForeground": "#586e75",
|
||||
"installFocusedBackground": "#F6F0DE",
|
||||
"installFocusedBackground": "#d1cbb8",
|
||||
"installFillForeground": "#93a1a1",
|
||||
"installFillBackground": "#FEFBF1",
|
||||
"updateBackground": "#FEFBF1",
|
||||
"updateBorderColor": "#FEFBF1",
|
||||
"installFillBackground": "#d8d4c4",
|
||||
"updateBackground": "#d8d4c4",
|
||||
"updateBorderColor": "#d8d4c4",
|
||||
"updateForeground": "#586e75"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -432,9 +440,9 @@
|
||||
"foreground": "#586e75"
|
||||
},
|
||||
"Tab": {
|
||||
"hoverBackground": "#F6F0DE",
|
||||
"hoverBackground": "#d1cbb8",
|
||||
"selectedForeground": "#002b36",
|
||||
"selectedBackground": "#F6F0DE"
|
||||
"selectedBackground": "#d1cbb8"
|
||||
}
|
||||
},
|
||||
"Popup": {
|
||||
@@ -472,8 +480,8 @@
|
||||
"indeterminateEndColor": "#d33682",
|
||||
"indeterminateStartColor": "#d33682",
|
||||
"progressColor": "#d33682",
|
||||
"selectionBackground": "#F6F0DE",
|
||||
"trackColor": "#F6F0DE"
|
||||
"selectionBackground": "#d1cbb8",
|
||||
"trackColor": "#d1cbb8"
|
||||
},
|
||||
"RadioButton": {
|
||||
"background": "#fdf6e3",
|
||||
@@ -487,7 +495,7 @@
|
||||
"disabledBackground": "#fdf6e3",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"ScrollBar": {
|
||||
@@ -511,7 +519,7 @@
|
||||
"trackColor": "#fdf6e330"
|
||||
}
|
||||
},
|
||||
"thumb": "#F6F0DE",
|
||||
"thumb": "#d1cbb8",
|
||||
"thumbBorderColor": "#d3368270",
|
||||
"thumbColor": "#d3368270",
|
||||
"trackColor": "#fdf6e330",
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#fdf6e3"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#586e75",
|
||||
"separatorForeground": "#93a1a1",
|
||||
"separatorColor": "#edead9"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -544,7 +552,7 @@
|
||||
"Tab": {
|
||||
"active.foreground": "#002b36",
|
||||
"selectedForeground": "#002b36",
|
||||
"selectedBackground": "#F6F0DE"
|
||||
"selectedBackground": "#d1cbb8"
|
||||
}
|
||||
},
|
||||
"SearchMatch": {
|
||||
@@ -561,14 +569,17 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#fdf6e3",
|
||||
"buttonBorderColor": "#d33682",
|
||||
"buttonColor": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#F6F0DE",
|
||||
"trackColor": "#d1cbb8",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#d33682"
|
||||
},
|
||||
"SpeedSearch": {
|
||||
"background": "#F6F0DE",
|
||||
"background": "#d1cbb8",
|
||||
"borderColor": "#edead9",
|
||||
"foreground": "#586e75",
|
||||
"errorForeground": "#586e75"
|
||||
@@ -589,17 +600,17 @@
|
||||
},
|
||||
"TabbedPane": {
|
||||
"background": "#fdf6e3",
|
||||
"contentAreaColor": "#F6F0DE",
|
||||
"contentAreaColor": "#d1cbb8",
|
||||
"contentBorderInsets": "3,1,1,1",
|
||||
"darkShadow": "#edead9",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"disabledUnderlineColor": "#C9CCC3",
|
||||
"focus": "#F6F0DE",
|
||||
"focusColor": "#F6F0DE",
|
||||
"focus": "#d1cbb8",
|
||||
"focusColor": "#d1cbb8",
|
||||
"fontSizeOffset": 0,
|
||||
"foreground": "#586e75",
|
||||
"highlight": "#edead9",
|
||||
"hoverColor": "#F6F0DE",
|
||||
"hoverColor": "#d1cbb8",
|
||||
"labelShift": 0,
|
||||
"selectedForeground": "#002b36",
|
||||
"selectedLabelShift": 0,
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#d33682"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#eee8d5",
|
||||
"Table": {
|
||||
@@ -616,17 +628,17 @@
|
||||
"focusCellHighlightBorder": "10,5,10,5",
|
||||
"dropLineColor": "#d33682",
|
||||
"dropLineShortColor": "#d33682",
|
||||
"focusCellBackground": "#F6F0DE",
|
||||
"focusCellBackground": "#d1cbb8",
|
||||
"focusCellForeground": "#002b36",
|
||||
"foreground": "#586e75",
|
||||
"gridColor": "#fdf6e3",
|
||||
"highlightOuter": "#F6F0DE",
|
||||
"highlightOuter": "#d1cbb8",
|
||||
"lightSelectionForeground": "#002b36",
|
||||
"lightSelectionInactiveForeground": "#93a1a1",
|
||||
"lightSelectionInactiveBackground": "#F6F0DE",
|
||||
"selectionBackground": "#F6F0DE",
|
||||
"selectionBackground": "#d1cbb8",
|
||||
"selectionForeground": "#002b36",
|
||||
"selectionInactiveBackground": "#93a1a125",
|
||||
"selectionInactiveBackground": "#d1cbb8",
|
||||
"selectionInactiveForeground": "#002b36",
|
||||
"sortIconColor": "#586e75",
|
||||
"stripeColor": "#eee8d5"
|
||||
@@ -637,7 +649,7 @@
|
||||
"bottomSeparatorColor": "#F6F0DE",
|
||||
"cellBorder": "4,0,4,0",
|
||||
"foreground": "#586e75",
|
||||
"focusCellBackground": "#F6F0DE",
|
||||
"focusCellBackground": "#d1cbb8",
|
||||
"focusCellForeground": "#002b36",
|
||||
"height": 25,
|
||||
"separatorColor": "#F6F0DE"
|
||||
@@ -650,7 +662,7 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"inactiveForeground": "#C9CCC3",
|
||||
"selectionBackground": "#F6F0DE",
|
||||
"selectionBackground": "#d1cbb8",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"TextField": {
|
||||
@@ -658,7 +670,7 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"inactiveForeground": "#C9CCC3",
|
||||
"selectionBackground": "#F6F0DE",
|
||||
"selectionBackground": "#d1cbb8",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"TextPane": {
|
||||
@@ -666,19 +678,19 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"inactiveForeground": "#C9CCC3",
|
||||
"selectionBackground": "#F6F0DE",
|
||||
"selectionBackground": "#d1cbb8",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"TitlePane": {
|
||||
"background": "#eee8d5",
|
||||
"Button.hoverBackground": "#F6F0DE",
|
||||
"inactiveBackground": "#F6F0DE",
|
||||
"Button.hoverBackground": "#d1cbb8",
|
||||
"inactiveBackground": "#fdf6e3",
|
||||
"infoForeground": "#93a1a1",
|
||||
"inactiveInfoForeground": "#93a1a1"
|
||||
},
|
||||
"TitledBorder.titleColor": "#586e75",
|
||||
"ToggleButton": {
|
||||
"borderColor": "#FEFBF1",
|
||||
"borderColor": "#d8d4c4",
|
||||
"buttonColor": "#586e75",
|
||||
"disabledText": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
@@ -697,7 +709,7 @@
|
||||
"Actions.background": "#fdf6e3",
|
||||
"Actions.infoForeground": "#93a1a1",
|
||||
"background": "#fdf6e3",
|
||||
"borderColor": "#F6F0DE",
|
||||
"borderColor": "#d1cbb8",
|
||||
"foreground": "#586e75",
|
||||
"infoForeground": "#93a1a1",
|
||||
"separatorColor": "#edead9",
|
||||
@@ -705,7 +717,7 @@
|
||||
},
|
||||
"ToolWindow": {
|
||||
"Button": {
|
||||
"hoverBackground": "#F6F0DE",
|
||||
"hoverBackground": "#d1cbb8",
|
||||
"selectedForeground": "#002b36",
|
||||
"selectedBackground": "#eee8d5"
|
||||
},
|
||||
@@ -718,13 +730,13 @@
|
||||
"background": "#fdf6e3"
|
||||
},
|
||||
"HeaderTab": {
|
||||
"hoverBackground": "#F6F0DE",
|
||||
"hoverBackground": "#d1cbb8",
|
||||
"hoverInactiveBackground": "#F6F0DE",
|
||||
"inactiveUnderlineColor": "#d33682",
|
||||
"selectedBackground": "#eee8d5",
|
||||
"selectedInactiveBackground": "#eee8d5",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground": "#F6F0DE",
|
||||
"underlinedTabBackground": "#d1cbb8",
|
||||
"underlinedTabInactiveBackground": "#F6F0DE"
|
||||
}
|
||||
},
|
||||
@@ -734,10 +746,10 @@
|
||||
"hash": "#edead9",
|
||||
"modifiedItemForeground": "#d33682",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb670",
|
||||
"selectionForeground": "#002b36",
|
||||
"selectionInactiveForeground": "#002b36",
|
||||
"selectionInactiveBackground": "#93a1a125",
|
||||
"selectionInactiveBackground": "#e8dcb625",
|
||||
"textBackground": "#eee8d5"
|
||||
},
|
||||
"Tree.leftChildIndent": 10,
|
||||
@@ -773,16 +785,16 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#93a1a1",
|
||||
"Commit.currentBranchBackground": "#93a1a1"
|
||||
"Commit.currentBranchBackground": "#F6F0DE"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#002b36",
|
||||
"backgroundBase": "#F6F0DE"
|
||||
"backgroundBase": "#d1cbb8"
|
||||
}
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#eee8d5",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#586e75"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#fdf6e3",
|
||||
@@ -796,7 +808,7 @@
|
||||
"separatorColor": "#edead9",
|
||||
"Projects": {
|
||||
"background": "#F6F0DE",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionInactiveBackground": "#F6F0DE"
|
||||
}
|
||||
},
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#d33682",
|
||||
"Checkbox.Foreground.Disabled": "#C9CCC3",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#C9CCC3",
|
||||
"Checkbox.Background.Selected": "#d33682",
|
||||
"Checkbox.Background.Selected.Dark": "#d33682",
|
||||
"Checkbox.Background.Selected": "#fdf6e3",
|
||||
"Checkbox.Background.Selected.Dark": "#fdf6e3",
|
||||
"Checkbox.Border.Selected": "#d33682",
|
||||
"Checkbox.Border.Selected.Dark": "#d33682",
|
||||
"Checkbox.Foreground.Selected": "#586e75",
|
||||
"Checkbox.Foreground.Selected.Dark": "#586e75",
|
||||
"Checkbox.Foreground.Selected": "#d33682",
|
||||
"Checkbox.Foreground.Selected.Dark": "#d33682",
|
||||
"Checkbox.Focus.Thin.Selected": "#586e75",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#586e75",
|
||||
"Objects.Grey": "#93A1A1",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#586e75",
|
||||
"Objects.YellowDark": "#D33682",
|
||||
"Objects.GreenAndroid": "#2AA198"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -11,13 +11,13 @@
|
||||
"disabledBackground": "#E3DCC9",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"disabledText": "#C9CCC3",
|
||||
"focusColor": "#F6F0DE",
|
||||
"focusColor": "#d1cbb8",
|
||||
"focusedBorderColor": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"inactiveBackground": "#E3DCC9",
|
||||
"inactiveForeground": "#93a1a1",
|
||||
"infoForeground": "#93a1a1",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionBackgroundInactive": "#F6F0DE",
|
||||
"selectionForeground": "#002b36",
|
||||
"selectionInactiveBackground": "#F6F0DE",
|
||||
@@ -31,7 +31,7 @@
|
||||
"pressedBorderColor": "#d3368250"
|
||||
},
|
||||
"Autocomplete": {
|
||||
"selectionBackground": "#93a1a1"
|
||||
"selectionBackground": "#e8dcb6"
|
||||
},
|
||||
"Borders.ContrastBorderColor": "#fdf6e3",
|
||||
"Borders.color": "#edead9",
|
||||
@@ -39,31 +39,31 @@
|
||||
"arc": 0,
|
||||
"background": "#fdf6e3",
|
||||
"default": {
|
||||
"endBackground": "#F6F0DE",
|
||||
"endBorderColor": "#F6F0DE",
|
||||
"endBackground": "#d1cbb8",
|
||||
"endBorderColor": "#d1cbb8",
|
||||
"foreground": "#002b36",
|
||||
"focusColor": "#d33682",
|
||||
"focusedBorderColor": "#d33682",
|
||||
"shadowColor": "#F6F0DE",
|
||||
"startBackground": "#F6F0DE",
|
||||
"startBorderColor": "#F6F0DE"
|
||||
"shadowColor": "#d1cbb8",
|
||||
"startBackground": "#d1cbb8",
|
||||
"startBorderColor": "#d1cbb8"
|
||||
},
|
||||
"disabledBorderColor": "#FEFBF1",
|
||||
"disabledBorderColor": "#d8d4c4",
|
||||
"disabledText": "#C9CCC3",
|
||||
"endBackground": "#FEFBF1",
|
||||
"endBorderColor": "#FEFBF1",
|
||||
"focus": "#F6F0DE",
|
||||
"endBackground": "#d8d4c4",
|
||||
"endBorderColor": "#d8d4c4",
|
||||
"focus": "#d1cbb8",
|
||||
"focusedBorderColor": "#d33682",
|
||||
"foreground": "#93a1a1",
|
||||
"highlight": "#002b36",
|
||||
"mt.background": "#FEFBF1",
|
||||
"mt.background": "#d8d4c4",
|
||||
"mt.foreground": "#93a1a1",
|
||||
"mt.selectedForeground": "#002b36",
|
||||
"mt.selection.color1": "#F6F0DE",
|
||||
"mt.selection.color2": "#F6F0DE",
|
||||
"startBackground": "#FEFBF1",
|
||||
"startBorderColor": "#FEFBF1",
|
||||
"shadowColor": "#FEFBF1",
|
||||
"mt.selection.color1": "#d1cbb8",
|
||||
"mt.selection.color2": "#d1cbb8",
|
||||
"startBackground": "#d8d4c4",
|
||||
"startBorderColor": "#d8d4c4",
|
||||
"shadowColor": "#d8d4c4",
|
||||
"shadowWidth": 0
|
||||
},
|
||||
"CheckBox": {
|
||||
@@ -79,7 +79,7 @@
|
||||
"disabledBackground": "#fdf6e3",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"ColorChooser": {
|
||||
@@ -87,22 +87,22 @@
|
||||
"foreground": "#586e75",
|
||||
"swatchesDefaultRecentColor": "#586e75"
|
||||
},
|
||||
"ComboBoxButton.background": "#FEFBF1",
|
||||
"ComboBoxButton.background": "#d8d4c4",
|
||||
"ComboBox": {
|
||||
"ArrowButton": {
|
||||
"background": "#FEFBF1",
|
||||
"background": "#d8d4c4",
|
||||
"disabledIconColor": "#C9CCC3",
|
||||
"iconColor": "#586e75",
|
||||
"nonEditableBackground": "#fdf6e3"
|
||||
},
|
||||
"background": "#fdf6e3",
|
||||
"buttonBackground": "#FEFBF1",
|
||||
"buttonBackground": "#d8d4c4",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
"modifiedItemForeground": "#d33682",
|
||||
"nonEditableBackground": "#F6F0DE",
|
||||
"padding": "5,5,5,5",
|
||||
"selectionBackground": "#F6F0DE",
|
||||
"selectionBackground": "#d1cbb8",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"ComboPopup.border": "#edead9",
|
||||
@@ -113,19 +113,18 @@
|
||||
"matchForeground": "#d336822",
|
||||
"matchSelectionForeground": "#d33682",
|
||||
"nonFocusedState": "false",
|
||||
"nonFocusedMask": "#93a1a1",
|
||||
"selectedGrayedForeground": "#002b36",
|
||||
"selectionGrayForeground": "#002b36",
|
||||
"selectionInactiveInfoForeground": "#93a1a1",
|
||||
"selectionInactiveBackground": "#F6F0DE",
|
||||
"selectionBackground": "#93a1a180",
|
||||
"selectionInactiveBackground": "#e8dcb650",
|
||||
"selectionBackground": "#e8dcb680",
|
||||
"selectionForeground": "#002b36",
|
||||
"selectionInfoForeground": "#002b36"
|
||||
},
|
||||
"Component": {
|
||||
"arc": 4,
|
||||
"borderColor": "#F6F0DE",
|
||||
"disabledBorderColor": "#FEFBF1",
|
||||
"borderColor": "#d1cbb8",
|
||||
"disabledBorderColor": "#d8d4c4",
|
||||
"focusColor": "#d33682",
|
||||
"focusedBorderColor": "#d33682",
|
||||
"hoverIconColor": "#d33682",
|
||||
@@ -150,22 +149,22 @@
|
||||
}
|
||||
},
|
||||
"DebuggerTabs": {
|
||||
"selectedBackground": "#F6F0DE",
|
||||
"underlinedTabBackground": "#F6F0DE"
|
||||
"selectedBackground": "#d1cbb8",
|
||||
"underlinedTabBackground": "#d1cbb8"
|
||||
},
|
||||
"DebuggerPopup": {
|
||||
"borderColor": "#F6F0DE"
|
||||
"borderColor": "#d1cbb8"
|
||||
},
|
||||
"DefaultTabs": {
|
||||
"background": "#fdf6e3",
|
||||
"borderColor": "#fdf6e3",
|
||||
"hoverBackground": "#F6F0DE",
|
||||
"hoverBackground": "#d1cbb8",
|
||||
"hoverColor": "#fdf6e3",
|
||||
"hoverMaskColor": "#F6F0DE",
|
||||
"hoverMaskColor": "#d1cbb8",
|
||||
"inactiveUnderlineColor": "#C9CCC3",
|
||||
"inactiveMaskColor": "#fdf6e3",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground":"#F6F0DE"
|
||||
"underlinedTabBackground": "#d1cbb8"
|
||||
},
|
||||
"Desktop.background": "#fdf6e3",
|
||||
"DialogWrapper.southPanelBackground": "#fdf6e3",
|
||||
@@ -186,20 +185,29 @@
|
||||
"foreground": "#586e75",
|
||||
"inactiveBackground": "#fdf6e3",
|
||||
"inactiveForeground": "#C9CCC3",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"EditorTabs": {
|
||||
"borderColor": "#F6F0DE",
|
||||
"hoverColor": "#F6F0DE",
|
||||
"hoverMaskColor": "#F6F0DE",
|
||||
"hoverColor": "#d1cbb8",
|
||||
"hoverMaskColor": "#d1cbb8",
|
||||
"inactiveMaskColor": "#fdf6e3",
|
||||
"inactiveColoredFileBackground": "#fdf6e3",
|
||||
"inactiveUnderlineColor": "#C9CCC3",
|
||||
"selectedForeground": "#586e75",
|
||||
"selectedBackground": "#F6F0DE",
|
||||
"selectedBackground": "#d1cbb8",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground": "#F6F0DE"
|
||||
"underlinedTabBackground": "#d1cbb8"
|
||||
},
|
||||
"EditorGroupsTabs": {
|
||||
"background": "#fdf6e3",
|
||||
"borderColor": "#F6F0DE",
|
||||
"hoverBackground": "#d1cbb8",
|
||||
"hoverColor": "#d1cbb8",
|
||||
"inactiveUnderlineColor": "#d33682",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground": "#d1cbb8",
|
||||
"underlinedTabForeground": "#586e75"
|
||||
},
|
||||
"FileColor": {
|
||||
"Green": "#387002",
|
||||
@@ -224,10 +232,10 @@
|
||||
"background": "#fdf6e3",
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"inactiveBackground": "#FEFBF1",
|
||||
"inactiveBackground": "#d8d4c4",
|
||||
"inactiveForeground": "#C9CCC3",
|
||||
"selectionForeground": "#002b36",
|
||||
"selectionBackground": "#F6F0DE"
|
||||
"selectionBackground": "#d1cbb8"
|
||||
},
|
||||
"Group": {
|
||||
"disabledSeparatorColor": "#edead9",
|
||||
@@ -283,17 +291,17 @@
|
||||
"List": {
|
||||
"background": "#F6F0DE",
|
||||
"foreground": "#586e75",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb650",
|
||||
"selectionForeground": "#002b36",
|
||||
"selectionInactiveForeground": "#002b36",
|
||||
"selectionInactiveBackground": "#93a1a125"
|
||||
"selectionInactiveBackground": "#e8dcb625"
|
||||
},
|
||||
"material": {
|
||||
"background": "#fdf6e3",
|
||||
"branchColor": "#586e75",
|
||||
"contrast": "#eee8d5",
|
||||
"foreground": "#586e75",
|
||||
"mergeCommits": "#FEFBF1",
|
||||
"mergeCommits": "#d8d4c4",
|
||||
"primaryColor": "#93a1a1",
|
||||
"selectionForeground": "#002b36",
|
||||
"tab.backgroundColor": "#fdf6e3",
|
||||
@@ -302,8 +310,8 @@
|
||||
},
|
||||
"MemoryIndicator": {
|
||||
"allocatedBackground": "#F6F0DE",
|
||||
"usedColor": "#F6F0DE",
|
||||
"usedBackground": "#F6F0DE"
|
||||
"usedColor": "#d1cbb8",
|
||||
"usedBackground": "#d1cbb8"
|
||||
},
|
||||
"Menu": {
|
||||
"acceleratorForeground": "#93a1a1",
|
||||
@@ -314,7 +322,7 @@
|
||||
"disabledBackground": "#F6F0DE",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionForeground": "#002b36",
|
||||
"separatorColor": "#edead9"
|
||||
},
|
||||
@@ -325,7 +333,7 @@
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
"highlight": "#fdf6e3",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionForeground": "#002b36",
|
||||
"shadow": "#fdf6e3"
|
||||
},
|
||||
@@ -337,7 +345,7 @@
|
||||
"disabledBackground": "#fdf6e3",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"NavBar": {
|
||||
@@ -359,9 +367,9 @@
|
||||
"errorBorderColor": "#EDE8D4",
|
||||
"foreground": "#586e75",
|
||||
"MoreButton": {
|
||||
"background": "#FEFBF1",
|
||||
"background": "#d8d4c4",
|
||||
"foreground": "#586e75",
|
||||
"innerBorderColor": "#FEFBF1"
|
||||
"innerBorderColor": "#d8d4c4"
|
||||
},
|
||||
"ToolWindow": {
|
||||
"errorBackground": "#EDE8D4",
|
||||
@@ -379,7 +387,7 @@
|
||||
"messageForeground": "#586e75"
|
||||
},
|
||||
"Outline": {
|
||||
"color": "#FEFBF1"
|
||||
"color": "#d8d4c4"
|
||||
},
|
||||
"Panel": {
|
||||
"background": "#fdf6e3",
|
||||
@@ -387,13 +395,13 @@
|
||||
},
|
||||
"ParameterInfo": {
|
||||
"background": "#F6F0DE",
|
||||
"borderColor": "#F6F0DE",
|
||||
"currentOverloadBackground": "#F6F0DE",
|
||||
"borderColor": "#d1cbb8",
|
||||
"currentOverloadBackground": "#d1cbb8",
|
||||
"currentParameterForeground": "#d33682",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
"infoForeground": "#93a1a1",
|
||||
"lineSeparatorColor": "#F6F0DE"
|
||||
"lineSeparatorColor": "#d1cbb8"
|
||||
},
|
||||
"PasswordField": {
|
||||
"background": "#fdf6e3",
|
||||
@@ -401,26 +409,26 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"inactiveForeground": "#C9CCC3",
|
||||
"selectionBackground": "#F6F0DE",
|
||||
"selectionBackground": "#d1cbb8",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"Plugins": {
|
||||
"background": "#fdf6e3",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"eapTagBackground": "#F6F0DE",
|
||||
"lightSelectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"eapTagBackground": "#d1cbb8",
|
||||
"lightSelectionBackground": "#e8dcb6",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"tagForeground": "#d33682",
|
||||
"tagBackground": "#F6F0DE",
|
||||
"tagBackground": "#d1cbb8",
|
||||
"Button": {
|
||||
"installBackground": "#FEFBF1",
|
||||
"installBorderColor": "#FEFBF1",
|
||||
"installBackground": "#d8d4c4",
|
||||
"installBorderColor": "#d8d4c4",
|
||||
"installForeground": "#586e75",
|
||||
"installFocusedBackground": "#F6F0DE",
|
||||
"installFocusedBackground": "#d1cbb8",
|
||||
"installFillForeground": "#93a1a1",
|
||||
"installFillBackground": "#FEFBF1",
|
||||
"updateBackground": "#FEFBF1",
|
||||
"updateBorderColor": "#FEFBF1",
|
||||
"installFillBackground": "#d8d4c4",
|
||||
"updateBackground": "#d8d4c4",
|
||||
"updateBorderColor": "#d8d4c4",
|
||||
"updateForeground": "#586e75"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -432,9 +440,9 @@
|
||||
"foreground": "#586e75"
|
||||
},
|
||||
"Tab": {
|
||||
"hoverBackground": "#F6F0DE",
|
||||
"hoverBackground": "#d1cbb8",
|
||||
"selectedForeground": "#002b36",
|
||||
"selectedBackground": "#F6F0DE"
|
||||
"selectedBackground": "#d1cbb8"
|
||||
}
|
||||
},
|
||||
"Popup": {
|
||||
@@ -472,8 +480,8 @@
|
||||
"indeterminateEndColor": "#d33682",
|
||||
"indeterminateStartColor": "#d33682",
|
||||
"progressColor": "#d33682",
|
||||
"selectionBackground": "#F6F0DE",
|
||||
"trackColor": "#F6F0DE"
|
||||
"selectionBackground": "#d1cbb8",
|
||||
"trackColor": "#d1cbb8"
|
||||
},
|
||||
"RadioButton": {
|
||||
"background": "#fdf6e3",
|
||||
@@ -487,7 +495,7 @@
|
||||
"disabledBackground": "#fdf6e3",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"ScrollBar": {
|
||||
@@ -511,7 +519,7 @@
|
||||
"trackColor": "#fdf6e330"
|
||||
}
|
||||
},
|
||||
"thumb": "#F6F0DE",
|
||||
"thumb": "#d1cbb8",
|
||||
"thumbBorderColor": "#d3368270",
|
||||
"thumbColor": "#d3368270",
|
||||
"trackColor": "#fdf6e330",
|
||||
@@ -533,7 +541,7 @@
|
||||
"background": "#fdf6e3"
|
||||
},
|
||||
"List": {
|
||||
"separatorForeground": "#586e75",
|
||||
"separatorForeground": "#93a1a1",
|
||||
"separatorColor": "#edead9"
|
||||
},
|
||||
"SearchField": {
|
||||
@@ -544,7 +552,7 @@
|
||||
"Tab": {
|
||||
"active.foreground": "#002b36",
|
||||
"selectedForeground": "#002b36",
|
||||
"selectedBackground": "#F6F0DE"
|
||||
"selectedBackground": "#d1cbb8"
|
||||
}
|
||||
},
|
||||
"SearchMatch": {
|
||||
@@ -561,14 +569,17 @@
|
||||
},
|
||||
"Slider": {
|
||||
"background": "#fdf6e3",
|
||||
"buttonBorderColor": "#d33682",
|
||||
"buttonColor": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"majorTickLength": 6,
|
||||
"tickColor": "#F6F0DE",
|
||||
"trackColor": "#d1cbb8",
|
||||
"trackWidth": 7,
|
||||
"thumb": "#d33682"
|
||||
},
|
||||
"SpeedSearch": {
|
||||
"background": "#F6F0DE",
|
||||
"background": "#d1cbb8",
|
||||
"borderColor": "#edead9",
|
||||
"foreground": "#586e75",
|
||||
"errorForeground": "#586e75"
|
||||
@@ -589,17 +600,17 @@
|
||||
},
|
||||
"TabbedPane": {
|
||||
"background": "#fdf6e3",
|
||||
"contentAreaColor": "#F6F0DE",
|
||||
"contentAreaColor": "#d1cbb8",
|
||||
"contentBorderInsets": "3,1,1,1",
|
||||
"darkShadow": "#edead9",
|
||||
"disabledForeground": "#C9CCC3",
|
||||
"disabledUnderlineColor": "#C9CCC3",
|
||||
"focus": "#F6F0DE",
|
||||
"focusColor": "#F6F0DE",
|
||||
"focus": "#d1cbb8",
|
||||
"focusColor": "#d1cbb8",
|
||||
"fontSizeOffset": 0,
|
||||
"foreground": "#586e75",
|
||||
"highlight": "#edead9",
|
||||
"hoverColor": "#F6F0DE",
|
||||
"hoverColor": "#d1cbb8",
|
||||
"labelShift": 0,
|
||||
"selectedForeground": "#002b36",
|
||||
"selectedLabelShift": 0,
|
||||
@@ -607,7 +618,8 @@
|
||||
"tabsOverlapBorder": true,
|
||||
"tabHeight": 32,
|
||||
"tabInsets": "5,10,5,10",
|
||||
"tabSelectionHeight": 2
|
||||
"tabSelectionHeight": 2,
|
||||
"underlineColor": "#d33682"
|
||||
},
|
||||
"TabbedPane.mt.tab.background": "#fdf6e3",
|
||||
"Table": {
|
||||
@@ -616,17 +628,17 @@
|
||||
"focusCellHighlightBorder": "10,5,10,5",
|
||||
"dropLineColor": "#d33682",
|
||||
"dropLineShortColor": "#d33682",
|
||||
"focusCellBackground": "#F6F0DE",
|
||||
"focusCellBackground": "#d1cbb8",
|
||||
"focusCellForeground": "#002b36",
|
||||
"foreground": "#586e75",
|
||||
"gridColor": "#fdf6e3",
|
||||
"highlightOuter": "#F6F0DE",
|
||||
"highlightOuter": "#d1cbb8",
|
||||
"lightSelectionForeground": "#002b36",
|
||||
"lightSelectionInactiveForeground": "#93a1a1",
|
||||
"lightSelectionInactiveBackground": "#F6F0DE",
|
||||
"selectionBackground": "#F6F0DE",
|
||||
"selectionBackground": "#d1cbb8",
|
||||
"selectionForeground": "#002b36",
|
||||
"selectionInactiveBackground": "#93a1a125",
|
||||
"selectionInactiveBackground": "#d1cbb8",
|
||||
"selectionInactiveForeground": "#002b36",
|
||||
"sortIconColor": "#586e75",
|
||||
"stripeColor": "#eee8d5"
|
||||
@@ -637,7 +649,7 @@
|
||||
"bottomSeparatorColor": "#F6F0DE",
|
||||
"cellBorder": "4,0,4,0",
|
||||
"foreground": "#586e75",
|
||||
"focusCellBackground": "#F6F0DE",
|
||||
"focusCellBackground": "#d1cbb8",
|
||||
"focusCellForeground": "#002b36",
|
||||
"height": 25,
|
||||
"separatorColor": "#F6F0DE"
|
||||
@@ -650,7 +662,7 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"inactiveForeground": "#C9CCC3",
|
||||
"selectionBackground": "#F6F0DE",
|
||||
"selectionBackground": "#d1cbb8",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"TextField": {
|
||||
@@ -658,7 +670,7 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"inactiveForeground": "#C9CCC3",
|
||||
"selectionBackground": "#F6F0DE",
|
||||
"selectionBackground": "#d1cbb8",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"TextPane": {
|
||||
@@ -666,19 +678,19 @@
|
||||
"caretForeground": "#d33682",
|
||||
"foreground": "#586e75",
|
||||
"inactiveForeground": "#C9CCC3",
|
||||
"selectionBackground": "#F6F0DE",
|
||||
"selectionBackground": "#d1cbb8",
|
||||
"selectionForeground": "#002b36"
|
||||
},
|
||||
"TitlePane": {
|
||||
"background": "#eee8d5",
|
||||
"Button.hoverBackground": "#F6F0DE",
|
||||
"inactiveBackground": "#F6F0DE",
|
||||
"Button.hoverBackground": "#d1cbb8",
|
||||
"inactiveBackground": "#fdf6e3",
|
||||
"infoForeground": "#93a1a1",
|
||||
"inactiveInfoForeground": "#93a1a1"
|
||||
},
|
||||
"TitledBorder.titleColor": "#586e75",
|
||||
"ToggleButton": {
|
||||
"borderColor": "#FEFBF1",
|
||||
"borderColor": "#d8d4c4",
|
||||
"buttonColor": "#586e75",
|
||||
"disabledText": "#C9CCC3",
|
||||
"foreground": "#586e75",
|
||||
@@ -697,7 +709,7 @@
|
||||
"Actions.background": "#fdf6e3",
|
||||
"Actions.infoForeground": "#93a1a1",
|
||||
"background": "#fdf6e3",
|
||||
"borderColor": "#F6F0DE",
|
||||
"borderColor": "#d1cbb8",
|
||||
"foreground": "#586e75",
|
||||
"infoForeground": "#93a1a1",
|
||||
"separatorColor": "#edead9",
|
||||
@@ -705,7 +717,7 @@
|
||||
},
|
||||
"ToolWindow": {
|
||||
"Button": {
|
||||
"hoverBackground": "#F6F0DE",
|
||||
"hoverBackground": "#d1cbb8",
|
||||
"selectedForeground": "#002b36",
|
||||
"selectedBackground": "#eee8d5"
|
||||
},
|
||||
@@ -718,13 +730,13 @@
|
||||
"background": "#fdf6e3"
|
||||
},
|
||||
"HeaderTab": {
|
||||
"hoverBackground": "#F6F0DE",
|
||||
"hoverBackground": "#d1cbb8",
|
||||
"hoverInactiveBackground": "#F6F0DE",
|
||||
"inactiveUnderlineColor": "#d33682",
|
||||
"selectedBackground": "#eee8d5",
|
||||
"selectedInactiveBackground": "#eee8d5",
|
||||
"underlineColor": "#d33682",
|
||||
"underlinedTabBackground": "#F6F0DE",
|
||||
"underlinedTabBackground": "#d1cbb8",
|
||||
"underlinedTabInactiveBackground": "#F6F0DE"
|
||||
}
|
||||
},
|
||||
@@ -734,10 +746,10 @@
|
||||
"hash": "#edead9",
|
||||
"modifiedItemForeground": "#d33682",
|
||||
"rowHeight": 28,
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb670",
|
||||
"selectionForeground": "#002b36",
|
||||
"selectionInactiveForeground": "#002b36",
|
||||
"selectionInactiveBackground": "#93a1a125",
|
||||
"selectionInactiveBackground": "#e8dcb625",
|
||||
"textBackground": "#fdf6e3"
|
||||
},
|
||||
"Tree.leftChildIndent": 10,
|
||||
@@ -773,16 +785,16 @@
|
||||
},
|
||||
"Log": {
|
||||
"Commit.unmatchedForeground": "#93a1a1",
|
||||
"Commit.currentBranchBackground": "#93a1a1"
|
||||
"Commit.currentBranchBackground": "#F6F0DE"
|
||||
},
|
||||
"RefLabel": {
|
||||
"foreground": "#002b36",
|
||||
"backgroundBase": "#F6F0DE"
|
||||
"backgroundBase": "#d1cbb8"
|
||||
}
|
||||
},
|
||||
"Viewport": {
|
||||
"background": "#fdf6e3",
|
||||
"foreground": "%fc"
|
||||
"foreground": "#586e75"
|
||||
},
|
||||
"WelcomeScreen": {
|
||||
"background": "#fdf6e3",
|
||||
@@ -796,7 +808,7 @@
|
||||
"separatorColor": "#edead9",
|
||||
"Projects": {
|
||||
"background": "#F6F0DE",
|
||||
"selectionBackground": "#93a1a1",
|
||||
"selectionBackground": "#e8dcb6",
|
||||
"selectionInactiveBackground": "#F6F0DE"
|
||||
}
|
||||
},
|
||||
@@ -838,12 +850,12 @@
|
||||
"Checkbox.Focus.Wide.Dark": "#d33682",
|
||||
"Checkbox.Foreground.Disabled": "#C9CCC3",
|
||||
"Checkbox.Foreground.Disabled.Dark": "#C9CCC3",
|
||||
"Checkbox.Background.Selected": "#d33682",
|
||||
"Checkbox.Background.Selected.Dark": "#d33682",
|
||||
"Checkbox.Background.Selected": "#fdf6e3",
|
||||
"Checkbox.Background.Selected.Dark": "#fdf6e3",
|
||||
"Checkbox.Border.Selected": "#d33682",
|
||||
"Checkbox.Border.Selected.Dark": "#d33682",
|
||||
"Checkbox.Foreground.Selected": "#586e75",
|
||||
"Checkbox.Foreground.Selected.Dark": "#586e75",
|
||||
"Checkbox.Foreground.Selected": "#d33682",
|
||||
"Checkbox.Foreground.Selected.Dark": "#d33682",
|
||||
"Checkbox.Focus.Thin.Selected": "#586e75",
|
||||
"Checkbox.Focus.Thin.Selected.Dark": "#586e75",
|
||||
"Objects.Grey": "#93A1A1",
|
||||
@@ -857,7 +869,6 @@
|
||||
"Objects.BlackText": "#586e75",
|
||||
"Objects.YellowDark": "#D33682",
|
||||
"Objects.GreenAndroid": "#2AA198"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user