IntelliJ Themes Demo: updated Material UI Lite themes (used IJThemesUpdater)

List.selectionInactiveBackground and Tree.selectionInactiveBackground now have better visible colors; other changes seem to be not used in FlatLaf
This commit is contained in:
Karl Tauber
2020-04-20 23:28:39 +02:00
parent d134c33499
commit 3923d941c1
30 changed files with 1496 additions and 206 deletions

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#42A5F550",
"hoverBorderColor": "#42A5F550",
"hoverSeparatorColor": "#383C4A",
"focusedBorderColor": "#42A5F550",
"pressedBackground": "#42A5F550",
"pressedBorderColor": "#42A5F550"
},
@@ -66,6 +68,11 @@
"shadowColor": "#383C4A",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#404552",
"Tooltip.background": "#262a33"
},
"Content.background": "#262b33",
"CheckBox": {
"background": "#2f343f",
"disabledText": "#D3DAE3",
@@ -161,6 +168,7 @@
"hoverBackground": "#41416A",
"hoverColor": "#262b33",
"hoverMaskColor": "#08507C",
"inactiveColoredFileBackground": "#383C4A",
"inactiveUnderlineColor": "#D3DAE3",
"inactiveMaskColor": "#262b33",
"underlineColor": "#42A5F5",
@@ -193,6 +201,7 @@
"hoverColor": "#08507C",
"hoverMaskColor": "#08507C",
"inactiveMaskColor": "#2f343f",
"inactiveColoredFileBackground": "#2f343f2",
"inactiveUnderlineColor": "#D3DAE3",
"selectedForeground": "#D3DAE3",
"selectedBackground": "#41416A",
@@ -288,13 +297,14 @@
"secondaryForeground": "#8b9eb5",
"visitedForeground": "#42A5F5"
},
"link.foreground": "#42A5F5",
"List": {
"background": "#393f4c",
"foreground": "#D3DAE3",
"selectionBackground": "#8888FF50",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#09477125"
"selectionInactiveBackground": "#09477170"
},
"material": {
"background": "#2f343f",
@@ -360,6 +370,7 @@
"background": "#262b33"
}
},
"NewPSD.warning": "#42A5F5",
"Notification": {
"background": "#262a33",
"borderColor": "#262a33",
@@ -387,7 +398,9 @@
"messageForeground": "#D3DAE3"
},
"Outline": {
"color": "#383C4A"
"color": "#383C4A",
"focusedColor": "#42A5F5",
"disabledColor": "#D3DAE3"
},
"Panel": {
"background": "#2f343f",
@@ -417,15 +430,17 @@
"disabledForeground": "#D3DAE3",
"eapTagBackground": "#08507C",
"lightSelectionBackground": "#8888FF",
"paidTagBackground": "#08507C",
"selectionBackground": "#8888FF",
"tagForeground": "#42A5F5",
"tagBackground": "#08507C",
"trialTagBackground": "#08507C",
"Button": {
"installBackground": "#383C4A",
"installBorderColor": "#383C4A",
"installForeground": "#D3DAE3",
"installFocusedBackground": "#08507C",
"installFillForeground": "#8b9eb5",
"installFillForeground": "#D3DAE3",
"installFillBackground": "#383C4A",
"updateBackground": "#383C4A",
"updateBorderColor": "#383C4A",
@@ -462,6 +477,7 @@
"separatorForeground": "#D3DAE3",
"separatorColor": "#393f4c",
"Toolbar": {
"Floating.background": "#262b33",
"background": "#262b33",
"borderColor": "#262b33"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#08507C",
"trackColor": "#08507C"
},
"PsiViewer": {
"referenceHighlightColor": "#42A5F5"
},
"RadioButton": {
"background": "#2f343f",
"disabledText": "#D3DAE3",
@@ -559,6 +578,7 @@
"endBackground": "#42A5F5",
"startBackground": "#42A5F5"
},
"SearchField.errorBackground": "#262a33",
"Separator": {
"background": "#393f4c",
"foreground": "#393f4c",
@@ -648,6 +668,7 @@
"borderColor": "#2f343f",
"bottomSeparatorColor": "#393f4c",
"cellBorder": "4,0,4,0",
"disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3",
"focusCellBackground": "#41416A",
"focusCellForeground": "#FFFFFF",
@@ -749,14 +770,33 @@
"selectionBackground": "#09477170",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#09477125",
"selectionInactiveBackground": "#09477170",
"textBackground": "#262b33"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#404552",
"ColorPicker.background": "#2f343f",
"ColorPicker.foreground": "#D3DAE3",
"Component.borderColor": "#404552",
"Component.background": "#2f343f",
"Component.foreground": "#D3DAE3",
"Connector.borderColor": "#404552",
"Connector.hoverBorderColor": "#08507C",
"Canvas.background": "#262b33",
"highStroke.foreground": "#D3DAE3",
"Label.foreground": "#8b9eb5",
"List.selectionBackground": "#09477170",
"Panel.borderColor": "#404552",
"Panel.background": "#2f343f",
"Preview.background": "#2f343f"
"percent.foreground": "#D3DAE3",
"Placeholder.background": "#2f343f",
"Placeholder.borderColor": "#404552",
"Placeholder.foreground": "#D3DAE3",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#2f343f",
"stroke.acceleratorForeground": "#8b9eb5"
},
"ValidationTooltip": {
"errorBackground": "#262a33",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#2f343f"
},
"GitCommits": {
"graphColor": "#08507C"
},
"GitLog": {
"localBranchIconColor": "#42A5F5",
"otherIconColor": "#8b9eb5",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#8F9D6A"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#42A5F550",
"hoverBorderColor": "#42A5F550",
"hoverSeparatorColor": "#383C4A",
"focusedBorderColor": "#42A5F550",
"pressedBackground": "#42A5F550",
"pressedBorderColor": "#42A5F550"
},
@@ -66,6 +68,11 @@
"shadowColor": "#383C4A",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#404552",
"Tooltip.background": "#262a33"
},
"Content.background": "#262b33",
"CheckBox": {
"background": "#2f343f",
"disabledText": "#D3DAE3",
@@ -161,6 +168,7 @@
"hoverBackground": "#41416A",
"hoverColor": "#2f343f",
"hoverMaskColor": "#08507C",
"inactiveColoredFileBackground": "#383C4A",
"inactiveUnderlineColor": "#D3DAE3",
"inactiveMaskColor": "#2f343f",
"underlineColor": "#42A5F5",
@@ -193,6 +201,7 @@
"hoverColor": "#08507C",
"hoverMaskColor": "#08507C",
"inactiveMaskColor": "#2f343f",
"inactiveColoredFileBackground": "#2f343f2",
"inactiveUnderlineColor": "#D3DAE3",
"selectedForeground": "#D3DAE3",
"selectedBackground": "#41416A",
@@ -288,13 +297,14 @@
"secondaryForeground": "#8b9eb5",
"visitedForeground": "#42A5F5"
},
"link.foreground": "#42A5F5",
"List": {
"background": "#393f4c",
"foreground": "#D3DAE3",
"selectionBackground": "#8888FF50",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#09477125"
"selectionInactiveBackground": "#09477170"
},
"material": {
"background": "#2f343f",
@@ -360,6 +370,7 @@
"background": "#2f343f"
}
},
"NewPSD.warning": "#42A5F5",
"Notification": {
"background": "#262a33",
"borderColor": "#262a33",
@@ -387,7 +398,9 @@
"messageForeground": "#D3DAE3"
},
"Outline": {
"color": "#383C4A"
"color": "#383C4A",
"focusedColor": "#42A5F5",
"disabledColor": "#D3DAE3"
},
"Panel": {
"background": "#2f343f",
@@ -417,15 +430,17 @@
"disabledForeground": "#D3DAE3",
"eapTagBackground": "#08507C",
"lightSelectionBackground": "#8888FF",
"paidTagBackground": "#08507C",
"selectionBackground": "#8888FF",
"tagForeground": "#42A5F5",
"tagBackground": "#08507C",
"trialTagBackground": "#08507C",
"Button": {
"installBackground": "#383C4A",
"installBorderColor": "#383C4A",
"installForeground": "#D3DAE3",
"installFocusedBackground": "#08507C",
"installFillForeground": "#8b9eb5",
"installFillForeground": "#D3DAE3",
"installFillBackground": "#383C4A",
"updateBackground": "#383C4A",
"updateBorderColor": "#383C4A",
@@ -462,6 +477,7 @@
"separatorForeground": "#D3DAE3",
"separatorColor": "#393f4c",
"Toolbar": {
"Floating.background": "#262b33",
"background": "#262b33",
"borderColor": "#262b33"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#08507C",
"trackColor": "#08507C"
},
"PsiViewer": {
"referenceHighlightColor": "#42A5F5"
},
"RadioButton": {
"background": "#2f343f",
"disabledText": "#D3DAE3",
@@ -559,6 +578,7 @@
"endBackground": "#42A5F5",
"startBackground": "#42A5F5"
},
"SearchField.errorBackground": "#262a33",
"Separator": {
"background": "#393f4c",
"foreground": "#393f4c",
@@ -648,6 +668,7 @@
"borderColor": "#2f343f",
"bottomSeparatorColor": "#393f4c",
"cellBorder": "4,0,4,0",
"disabledForeground": "#D3DAE3",
"foreground": "#D3DAE3",
"focusCellBackground": "#41416A",
"focusCellForeground": "#FFFFFF",
@@ -749,14 +770,33 @@
"selectionBackground": "#09477170",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#09477125",
"selectionInactiveBackground": "#09477170",
"textBackground": "#2f343f"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#404552",
"ColorPicker.background": "#2f343f",
"ColorPicker.foreground": "#D3DAE3",
"Component.borderColor": "#404552",
"Component.background": "#2f343f",
"Component.foreground": "#D3DAE3",
"Connector.borderColor": "#404552",
"Connector.hoverBorderColor": "#08507C",
"Canvas.background": "#262b33",
"highStroke.foreground": "#D3DAE3",
"Label.foreground": "#8b9eb5",
"List.selectionBackground": "#09477170",
"Panel.borderColor": "#404552",
"Panel.background": "#2f343f",
"Preview.background": "#2f343f"
"percent.foreground": "#D3DAE3",
"Placeholder.background": "#2f343f",
"Placeholder.borderColor": "#404552",
"Placeholder.foreground": "#D3DAE3",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#2f343f",
"stroke.acceleratorForeground": "#8b9eb5"
},
"ValidationTooltip": {
"errorBackground": "#262a33",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#2f343f"
},
"GitCommits": {
"graphColor": "#08507C"
},
"GitLog": {
"localBranchIconColor": "#42A5F5",
"otherIconColor": "#8b9eb5",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#8F9D6A"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#2979ff50",
"hoverBorderColor": "#2979ff50",
"hoverSeparatorColor": "#3A3F4B",
"focusedBorderColor": "#2979ff50",
"pressedBackground": "#2979ff50",
"pressedBorderColor": "#2979ff50"
},
@@ -66,6 +68,11 @@
"shadowColor": "#3A3F4B",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#282C34",
"Tooltip.background": "#282C34"
},
"Content.background": "#21252B",
"CheckBox": {
"background": "#282C34",
"disabledText": "#6B727D",
@@ -161,6 +168,7 @@
"hoverBackground": "#383E49",
"hoverColor": "#21252B",
"hoverMaskColor": "#383D48",
"inactiveColoredFileBackground": "#3A3F4B",
"inactiveUnderlineColor": "#6B727D",
"inactiveMaskColor": "#21252B",
"underlineColor": "#2979ff",
@@ -193,6 +201,7 @@
"hoverColor": "#383D48",
"hoverMaskColor": "#383D48",
"inactiveMaskColor": "#282C34",
"inactiveColoredFileBackground": "#282C342",
"inactiveUnderlineColor": "#6B727D",
"selectedForeground": "#979FAD",
"selectedBackground": "#383E49",
@@ -288,13 +297,14 @@
"secondaryForeground": "#979FAD",
"visitedForeground": "#2979ff"
},
"link.foreground": "#2979ff",
"List": {
"background": "#2F333D",
"foreground": "#979FAD",
"selectionBackground": "#4D515D50",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#3A3F4B25"
"selectionInactiveBackground": "#3A3F4B80"
},
"material": {
"background": "#282C34",
@@ -360,6 +370,7 @@
"background": "#21252B"
}
},
"NewPSD.warning": "#2979ff",
"Notification": {
"background": "#282C34",
"borderColor": "#282C34",
@@ -387,7 +398,9 @@
"messageForeground": "#979FAD"
},
"Outline": {
"color": "#3A3F4B"
"color": "#3A3F4B",
"focusedColor": "#2979ff",
"disabledColor": "#6B727D"
},
"Panel": {
"background": "#282C34",
@@ -417,15 +430,17 @@
"disabledForeground": "#6B727D",
"eapTagBackground": "#383D48",
"lightSelectionBackground": "#4D515D",
"paidTagBackground": "#383D48",
"selectionBackground": "#4D515D",
"tagForeground": "#2979ff",
"tagBackground": "#383D48",
"trialTagBackground": "#383D48",
"Button": {
"installBackground": "#3A3F4B",
"installBorderColor": "#3A3F4B",
"installForeground": "#979FAD",
"installFocusedBackground": "#383D48",
"installFillForeground": "#979FAD",
"installFillForeground": "#6B727D",
"installFillBackground": "#3A3F4B",
"updateBackground": "#3A3F4B",
"updateBorderColor": "#3A3F4B",
@@ -462,6 +477,7 @@
"separatorForeground": "#979FAD",
"separatorColor": "#2F333D",
"Toolbar": {
"Floating.background": "#21252B",
"background": "#21252B",
"borderColor": "#21252B"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#383D48",
"trackColor": "#383D48"
},
"PsiViewer": {
"referenceHighlightColor": "#2979ff"
},
"RadioButton": {
"background": "#282C34",
"disabledText": "#6B727D",
@@ -559,6 +578,7 @@
"endBackground": "#2979ff",
"startBackground": "#2979ff"
},
"SearchField.errorBackground": "#282C34",
"Separator": {
"background": "#2F333D",
"foreground": "#2F333D",
@@ -648,6 +668,7 @@
"borderColor": "#282C34",
"bottomSeparatorColor": "#2F333D",
"cellBorder": "4,0,4,0",
"disabledForeground": "#6B727D",
"foreground": "#979FAD",
"focusCellBackground": "#383E49",
"focusCellForeground": "#FFFFFF",
@@ -746,17 +767,36 @@
"hash": "#282C34",
"modifiedItemForeground": "#2979ff",
"rowHeight": 28,
"selectionBackground": "#3A3F4B70",
"selectionBackground": "#3A3F4B80",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#3A3F4B25",
"selectionInactiveBackground": "#3A3F4B80",
"textBackground": "#21252B"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#282C34",
"ColorPicker.background": "#282C34",
"ColorPicker.foreground": "#979FAD",
"Component.borderColor": "#282C34",
"Component.background": "#282C34",
"Component.foreground": "#979FAD",
"Connector.borderColor": "#282C34",
"Connector.hoverBorderColor": "#383D48",
"Canvas.background": "#21252B",
"highStroke.foreground": "#979FAD",
"Label.foreground": "#979FAD",
"List.selectionBackground": "#3A3F4B80",
"Panel.borderColor": "#282C34",
"Panel.background": "#282C34",
"Preview.background": "#282C34"
"percent.foreground": "#979FAD",
"Placeholder.background": "#282C34",
"Placeholder.borderColor": "#282C34",
"Placeholder.foreground": "#979FAD",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#282C34",
"stroke.acceleratorForeground": "#979FAD"
},
"ValidationTooltip": {
"errorBackground": "#282C34",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#282C34"
},
"GitCommits": {
"graphColor": "#383D48"
},
"GitLog": {
"localBranchIconColor": "#2979ff",
"otherIconColor": "#979FAD",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#98C379"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#2979ff50",
"hoverBorderColor": "#2979ff50",
"hoverSeparatorColor": "#3A3F4B",
"focusedBorderColor": "#2979ff50",
"pressedBackground": "#2979ff50",
"pressedBorderColor": "#2979ff50"
},
@@ -66,6 +68,11 @@
"shadowColor": "#3A3F4B",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#282C34",
"Tooltip.background": "#282C34"
},
"Content.background": "#21252B",
"CheckBox": {
"background": "#282C34",
"disabledText": "#6B727D",
@@ -161,6 +168,7 @@
"hoverBackground": "#383E49",
"hoverColor": "#282C34",
"hoverMaskColor": "#383D48",
"inactiveColoredFileBackground": "#3A3F4B",
"inactiveUnderlineColor": "#6B727D",
"inactiveMaskColor": "#282C34",
"underlineColor": "#2979ff",
@@ -193,6 +201,7 @@
"hoverColor": "#383D48",
"hoverMaskColor": "#383D48",
"inactiveMaskColor": "#282C34",
"inactiveColoredFileBackground": "#282C342",
"inactiveUnderlineColor": "#6B727D",
"selectedForeground": "#979FAD",
"selectedBackground": "#383E49",
@@ -288,13 +297,14 @@
"secondaryForeground": "#979FAD",
"visitedForeground": "#2979ff"
},
"link.foreground": "#2979ff",
"List": {
"background": "#2F333D",
"foreground": "#979FAD",
"selectionBackground": "#4D515D50",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#3A3F4B25"
"selectionInactiveBackground": "#3A3F4B80"
},
"material": {
"background": "#282C34",
@@ -360,6 +370,7 @@
"background": "#282C34"
}
},
"NewPSD.warning": "#2979ff",
"Notification": {
"background": "#282C34",
"borderColor": "#282C34",
@@ -387,7 +398,9 @@
"messageForeground": "#979FAD"
},
"Outline": {
"color": "#3A3F4B"
"color": "#3A3F4B",
"focusedColor": "#2979ff",
"disabledColor": "#6B727D"
},
"Panel": {
"background": "#282C34",
@@ -417,15 +430,17 @@
"disabledForeground": "#6B727D",
"eapTagBackground": "#383D48",
"lightSelectionBackground": "#4D515D",
"paidTagBackground": "#383D48",
"selectionBackground": "#4D515D",
"tagForeground": "#2979ff",
"tagBackground": "#383D48",
"trialTagBackground": "#383D48",
"Button": {
"installBackground": "#3A3F4B",
"installBorderColor": "#3A3F4B",
"installForeground": "#979FAD",
"installFocusedBackground": "#383D48",
"installFillForeground": "#979FAD",
"installFillForeground": "#6B727D",
"installFillBackground": "#3A3F4B",
"updateBackground": "#3A3F4B",
"updateBorderColor": "#3A3F4B",
@@ -462,6 +477,7 @@
"separatorForeground": "#979FAD",
"separatorColor": "#2F333D",
"Toolbar": {
"Floating.background": "#21252B",
"background": "#21252B",
"borderColor": "#21252B"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#383D48",
"trackColor": "#383D48"
},
"PsiViewer": {
"referenceHighlightColor": "#2979ff"
},
"RadioButton": {
"background": "#282C34",
"disabledText": "#6B727D",
@@ -559,6 +578,7 @@
"endBackground": "#2979ff",
"startBackground": "#2979ff"
},
"SearchField.errorBackground": "#282C34",
"Separator": {
"background": "#2F333D",
"foreground": "#2F333D",
@@ -648,6 +668,7 @@
"borderColor": "#282C34",
"bottomSeparatorColor": "#2F333D",
"cellBorder": "4,0,4,0",
"disabledForeground": "#6B727D",
"foreground": "#979FAD",
"focusCellBackground": "#383E49",
"focusCellForeground": "#FFFFFF",
@@ -746,17 +767,36 @@
"hash": "#282C34",
"modifiedItemForeground": "#2979ff",
"rowHeight": 28,
"selectionBackground": "#3A3F4B70",
"selectionBackground": "#3A3F4B80",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#3A3F4B25",
"selectionInactiveBackground": "#3A3F4B80",
"textBackground": "#282C34"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#282C34",
"ColorPicker.background": "#282C34",
"ColorPicker.foreground": "#979FAD",
"Component.borderColor": "#282C34",
"Component.background": "#282C34",
"Component.foreground": "#979FAD",
"Connector.borderColor": "#282C34",
"Connector.hoverBorderColor": "#383D48",
"Canvas.background": "#21252B",
"highStroke.foreground": "#979FAD",
"Label.foreground": "#979FAD",
"List.selectionBackground": "#3A3F4B80",
"Panel.borderColor": "#282C34",
"Panel.background": "#282C34",
"Preview.background": "#282C34"
"percent.foreground": "#979FAD",
"Placeholder.background": "#282C34",
"Placeholder.borderColor": "#282C34",
"Placeholder.foreground": "#979FAD",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#282C34",
"stroke.acceleratorForeground": "#979FAD"
},
"ValidationTooltip": {
"errorBackground": "#282C34",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#282C34"
},
"GitCommits": {
"graphColor": "#383D48"
},
"GitLog": {
"localBranchIconColor": "#2979ff",
"otherIconColor": "#979FAD",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#98C379"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#2979ff50",
"hoverBorderColor": "#2979ff50",
"hoverSeparatorColor": "#DBDBDC",
"focusedBorderColor": "#2979ff50",
"pressedBackground": "#2979ff50",
"pressedBorderColor": "#2979ff50"
},
@@ -66,6 +68,11 @@
"shadowColor": "#DBDBDC",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#DBDBDC",
"Tooltip.background": "#F2F2F2"
},
"Content.background": "#eaeaeb",
"CheckBox": {
"background": "#F4F4F4",
"disabledText": "#b8b8b9",
@@ -161,6 +168,7 @@
"hoverBackground": "#DBDBDC",
"hoverColor": "#eaeaeb",
"hoverMaskColor": "#FFFFFF",
"inactiveColoredFileBackground": "#DBDBDC",
"inactiveUnderlineColor": "#b8b8b9",
"inactiveMaskColor": "#eaeaeb",
"underlineColor": "#2979ff",
@@ -193,6 +201,7 @@
"hoverColor": "#FFFFFF",
"hoverMaskColor": "#FFFFFF",
"inactiveMaskColor": "#F4F4F4",
"inactiveColoredFileBackground": "#F4F4F42",
"inactiveUnderlineColor": "#b8b8b9",
"selectedForeground": "#232324",
"selectedBackground": "#DBDBDC",
@@ -288,13 +297,14 @@
"secondaryForeground": "#7f7f7f",
"visitedForeground": "#2979ff"
},
"link.foreground": "#2979ff",
"List": {
"background": "#EAEAEB",
"foreground": "#232324",
"selectionBackground": "#FFFFFF50",
"selectionForeground": "#232324",
"selectionInactiveForeground": "#232324",
"selectionInactiveBackground": "#DBDBDC25"
"selectionInactiveBackground": "#DBDBDC80"
},
"material": {
"background": "#F4F4F4",
@@ -360,6 +370,7 @@
"background": "#eaeaeb"
}
},
"NewPSD.warning": "#2979ff",
"Notification": {
"background": "#F2F2F2",
"borderColor": "#F2F2F2",
@@ -387,7 +398,9 @@
"messageForeground": "#232324"
},
"Outline": {
"color": "#DBDBDC"
"color": "#DBDBDC",
"focusedColor": "#2979ff",
"disabledColor": "#b8b8b9"
},
"Panel": {
"background": "#F4F4F4",
@@ -417,15 +430,17 @@
"disabledForeground": "#b8b8b9",
"eapTagBackground": "#FFFFFF",
"lightSelectionBackground": "#FFFFFF",
"paidTagBackground": "#FFFFFF",
"selectionBackground": "#FFFFFF",
"tagForeground": "#2979ff",
"tagBackground": "#FFFFFF",
"trialTagBackground": "#FFFFFF",
"Button": {
"installBackground": "#DBDBDC",
"installBorderColor": "#DBDBDC",
"installForeground": "#232324",
"installFocusedBackground": "#FFFFFF",
"installFillForeground": "#7f7f7f",
"installFillForeground": "#b8b8b9",
"installFillBackground": "#DBDBDC",
"updateBackground": "#DBDBDC",
"updateBorderColor": "#DBDBDC",
@@ -462,6 +477,7 @@
"separatorForeground": "#232324",
"separatorColor": "#EAEAEB",
"Toolbar": {
"Floating.background": "#eaeaeb",
"background": "#eaeaeb",
"borderColor": "#eaeaeb"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#FFFFFF",
"trackColor": "#FFFFFF"
},
"PsiViewer": {
"referenceHighlightColor": "#2979ff"
},
"RadioButton": {
"background": "#F4F4F4",
"disabledText": "#b8b8b9",
@@ -559,6 +578,7 @@
"endBackground": "#2979ff",
"startBackground": "#2979ff"
},
"SearchField.errorBackground": "#F2F2F2",
"Separator": {
"background": "#EAEAEB",
"foreground": "#EAEAEB",
@@ -648,6 +668,7 @@
"borderColor": "#F4F4F4",
"bottomSeparatorColor": "#EAEAEB",
"cellBorder": "4,0,4,0",
"disabledForeground": "#b8b8b9",
"foreground": "#232324",
"focusCellBackground": "#DBDBDC",
"focusCellForeground": "#232324",
@@ -746,17 +767,36 @@
"hash": "#DBDBDC",
"modifiedItemForeground": "#2979ff",
"rowHeight": 28,
"selectionBackground": "#DBDBDC70",
"selectionBackground": "#DBDBDC80",
"selectionForeground": "#232324",
"selectionInactiveForeground": "#232324",
"selectionInactiveBackground": "#DBDBDC25",
"selectionInactiveBackground": "#DBDBDC80",
"textBackground": "#eaeaeb"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#DBDBDC",
"ColorPicker.background": "#F4F4F4",
"ColorPicker.foreground": "#232324",
"Component.borderColor": "#DBDBDC",
"Component.background": "#F4F4F4",
"Component.foreground": "#232324",
"Connector.borderColor": "#DBDBDC",
"Connector.hoverBorderColor": "#FFFFFF",
"Canvas.background": "#eaeaeb",
"highStroke.foreground": "#232324",
"Label.foreground": "#7f7f7f",
"List.selectionBackground": "#DBDBDC80",
"Panel.borderColor": "#DBDBDC",
"Panel.background": "#F4F4F4",
"Preview.background": "#F4F4F4"
"percent.foreground": "#232324",
"Placeholder.background": "#F4F4F4",
"Placeholder.borderColor": "#DBDBDC",
"Placeholder.foreground": "#232324",
"Placeholder.selectedForeground": "#232324",
"Preview.background": "#F4F4F4",
"stroke.acceleratorForeground": "#7f7f7f"
},
"ValidationTooltip": {
"errorBackground": "#F2F2F2",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#F4F4F4"
},
"GitCommits": {
"graphColor": "#FFFFFF"
},
"GitLog": {
"localBranchIconColor": "#2979ff",
"otherIconColor": "#7f7f7f",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#50A14E"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#2979ff50",
"hoverBorderColor": "#2979ff50",
"hoverSeparatorColor": "#DBDBDC",
"focusedBorderColor": "#2979ff50",
"pressedBackground": "#2979ff50",
"pressedBorderColor": "#2979ff50"
},
@@ -66,6 +68,11 @@
"shadowColor": "#DBDBDC",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#DBDBDC",
"Tooltip.background": "#F2F2F2"
},
"Content.background": "#eaeaeb",
"CheckBox": {
"background": "#F4F4F4",
"disabledText": "#b8b8b9",
@@ -161,6 +168,7 @@
"hoverBackground": "#DBDBDC",
"hoverColor": "#F4F4F4",
"hoverMaskColor": "#FFFFFF",
"inactiveColoredFileBackground": "#DBDBDC",
"inactiveUnderlineColor": "#b8b8b9",
"inactiveMaskColor": "#F4F4F4",
"underlineColor": "#2979ff",
@@ -193,6 +201,7 @@
"hoverColor": "#FFFFFF",
"hoverMaskColor": "#FFFFFF",
"inactiveMaskColor": "#F4F4F4",
"inactiveColoredFileBackground": "#F4F4F42",
"inactiveUnderlineColor": "#b8b8b9",
"selectedForeground": "#232324",
"selectedBackground": "#DBDBDC",
@@ -288,13 +297,14 @@
"secondaryForeground": "#7f7f7f",
"visitedForeground": "#2979ff"
},
"link.foreground": "#2979ff",
"List": {
"background": "#EAEAEB",
"foreground": "#232324",
"selectionBackground": "#FFFFFF50",
"selectionForeground": "#232324",
"selectionInactiveForeground": "#232324",
"selectionInactiveBackground": "#DBDBDC25"
"selectionInactiveBackground": "#DBDBDC80"
},
"material": {
"background": "#F4F4F4",
@@ -360,6 +370,7 @@
"background": "#F4F4F4"
}
},
"NewPSD.warning": "#2979ff",
"Notification": {
"background": "#F2F2F2",
"borderColor": "#F2F2F2",
@@ -387,7 +398,9 @@
"messageForeground": "#232324"
},
"Outline": {
"color": "#DBDBDC"
"color": "#DBDBDC",
"focusedColor": "#2979ff",
"disabledColor": "#b8b8b9"
},
"Panel": {
"background": "#F4F4F4",
@@ -417,15 +430,17 @@
"disabledForeground": "#b8b8b9",
"eapTagBackground": "#FFFFFF",
"lightSelectionBackground": "#FFFFFF",
"paidTagBackground": "#FFFFFF",
"selectionBackground": "#FFFFFF",
"tagForeground": "#2979ff",
"tagBackground": "#FFFFFF",
"trialTagBackground": "#FFFFFF",
"Button": {
"installBackground": "#DBDBDC",
"installBorderColor": "#DBDBDC",
"installForeground": "#232324",
"installFocusedBackground": "#FFFFFF",
"installFillForeground": "#7f7f7f",
"installFillForeground": "#b8b8b9",
"installFillBackground": "#DBDBDC",
"updateBackground": "#DBDBDC",
"updateBorderColor": "#DBDBDC",
@@ -462,6 +477,7 @@
"separatorForeground": "#232324",
"separatorColor": "#EAEAEB",
"Toolbar": {
"Floating.background": "#eaeaeb",
"background": "#eaeaeb",
"borderColor": "#eaeaeb"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#FFFFFF",
"trackColor": "#FFFFFF"
},
"PsiViewer": {
"referenceHighlightColor": "#2979ff"
},
"RadioButton": {
"background": "#F4F4F4",
"disabledText": "#b8b8b9",
@@ -559,6 +578,7 @@
"endBackground": "#2979ff",
"startBackground": "#2979ff"
},
"SearchField.errorBackground": "#F2F2F2",
"Separator": {
"background": "#EAEAEB",
"foreground": "#EAEAEB",
@@ -648,6 +668,7 @@
"borderColor": "#F4F4F4",
"bottomSeparatorColor": "#EAEAEB",
"cellBorder": "4,0,4,0",
"disabledForeground": "#b8b8b9",
"foreground": "#232324",
"focusCellBackground": "#DBDBDC",
"focusCellForeground": "#232324",
@@ -746,17 +767,36 @@
"hash": "#DBDBDC",
"modifiedItemForeground": "#2979ff",
"rowHeight": 28,
"selectionBackground": "#DBDBDC70",
"selectionBackground": "#DBDBDC80",
"selectionForeground": "#232324",
"selectionInactiveForeground": "#232324",
"selectionInactiveBackground": "#DBDBDC25",
"selectionInactiveBackground": "#DBDBDC80",
"textBackground": "#F4F4F4"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#DBDBDC",
"ColorPicker.background": "#F4F4F4",
"ColorPicker.foreground": "#232324",
"Component.borderColor": "#DBDBDC",
"Component.background": "#F4F4F4",
"Component.foreground": "#232324",
"Connector.borderColor": "#DBDBDC",
"Connector.hoverBorderColor": "#FFFFFF",
"Canvas.background": "#eaeaeb",
"highStroke.foreground": "#232324",
"Label.foreground": "#7f7f7f",
"List.selectionBackground": "#DBDBDC80",
"Panel.borderColor": "#DBDBDC",
"Panel.background": "#F4F4F4",
"Preview.background": "#F4F4F4"
"percent.foreground": "#232324",
"Placeholder.background": "#F4F4F4",
"Placeholder.borderColor": "#DBDBDC",
"Placeholder.foreground": "#232324",
"Placeholder.selectedForeground": "#232324",
"Preview.background": "#F4F4F4",
"stroke.acceleratorForeground": "#7f7f7f"
},
"ValidationTooltip": {
"errorBackground": "#F2F2F2",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#F4F4F4"
},
"GitCommits": {
"graphColor": "#FFFFFF"
},
"GitLog": {
"localBranchIconColor": "#2979ff",
"otherIconColor": "#7f7f7f",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#50A14E"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#FF79C550",
"hoverBorderColor": "#FF79C550",
"hoverSeparatorColor": "#393C4B",
"focusedBorderColor": "#FF79C550",
"pressedBackground": "#FF79C550",
"pressedBorderColor": "#FF79C550"
},
@@ -66,6 +68,11 @@
"shadowColor": "#393C4B",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#21222C",
"Tooltip.background": "#1D2228"
},
"Content.background": "#191A21",
"CheckBox": {
"background": "#282A36",
"disabledText": "#6272A4",
@@ -161,6 +168,7 @@
"hoverBackground": "#44475A",
"hoverColor": "#191A21",
"hoverMaskColor": "#6272A4",
"inactiveColoredFileBackground": "#393C4B",
"inactiveUnderlineColor": "#6272A4",
"inactiveMaskColor": "#191A21",
"underlineColor": "#FF79C5",
@@ -193,6 +201,7 @@
"hoverColor": "#6272A4",
"hoverMaskColor": "#6272A4",
"inactiveMaskColor": "#282A36",
"inactiveColoredFileBackground": "#282A362",
"inactiveUnderlineColor": "#6272A4",
"selectedForeground": "#F8F8F2",
"selectedBackground": "#44475A",
@@ -288,13 +297,14 @@
"secondaryForeground": "#6272A4",
"visitedForeground": "#FF79C5"
},
"link.foreground": "#FF79C5",
"List": {
"background": "#282A36",
"foreground": "#F8F8F2",
"selectionBackground": "#44475A50",
"selectionForeground": "#8BE9FD",
"selectionInactiveForeground": "#8BE9FD",
"selectionInactiveBackground": "#44475A25"
"selectionInactiveBackground": "#44475A50"
},
"material": {
"background": "#282A36",
@@ -360,6 +370,7 @@
"background": "#191A21"
}
},
"NewPSD.warning": "#FF79C5",
"Notification": {
"background": "#1D2228",
"borderColor": "#1D2228",
@@ -387,7 +398,9 @@
"messageForeground": "#F8F8F2"
},
"Outline": {
"color": "#393C4B"
"color": "#393C4B",
"focusedColor": "#FF79C5",
"disabledColor": "#6272A4"
},
"Panel": {
"background": "#282A36",
@@ -417,9 +430,11 @@
"disabledForeground": "#6272A4",
"eapTagBackground": "#6272A4",
"lightSelectionBackground": "#44475A",
"paidTagBackground": "#6272A4",
"selectionBackground": "#44475A",
"tagForeground": "#FF79C5",
"tagBackground": "#6272A4",
"trialTagBackground": "#6272A4",
"Button": {
"installBackground": "#393C4B",
"installBorderColor": "#393C4B",
@@ -462,6 +477,7 @@
"separatorForeground": "#F8F8F2",
"separatorColor": "#282A36",
"Toolbar": {
"Floating.background": "#191A21",
"background": "#191A21",
"borderColor": "#191A21"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#6272A4",
"trackColor": "#6272A4"
},
"PsiViewer": {
"referenceHighlightColor": "#FF79C5"
},
"RadioButton": {
"background": "#282A36",
"disabledText": "#6272A4",
@@ -559,6 +578,7 @@
"endBackground": "#FF79C5",
"startBackground": "#FF79C5"
},
"SearchField.errorBackground": "#1D2228",
"Separator": {
"background": "#282A36",
"foreground": "#282A36",
@@ -648,6 +668,7 @@
"borderColor": "#282A36",
"bottomSeparatorColor": "#282A36",
"cellBorder": "4,0,4,0",
"disabledForeground": "#6272A4",
"foreground": "#F8F8F2",
"focusCellBackground": "#44475A",
"focusCellForeground": "#8BE9FD",
@@ -746,17 +767,36 @@
"hash": "#21222C",
"modifiedItemForeground": "#FF79C5",
"rowHeight": 28,
"selectionBackground": "#44475A70",
"selectionBackground": "#44475A50",
"selectionForeground": "#8BE9FD",
"selectionInactiveForeground": "#8BE9FD",
"selectionInactiveBackground": "#44475A25",
"selectionInactiveBackground": "#44475A50",
"textBackground": "#191A21"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#21222C",
"ColorPicker.background": "#282A36",
"ColorPicker.foreground": "#F8F8F2",
"Component.borderColor": "#21222C",
"Component.background": "#282A36",
"Component.foreground": "#F8F8F2",
"Connector.borderColor": "#21222C",
"Connector.hoverBorderColor": "#6272A4",
"Canvas.background": "#191A21",
"highStroke.foreground": "#F8F8F2",
"Label.foreground": "#6272A4",
"List.selectionBackground": "#44475A50",
"Panel.borderColor": "#21222C",
"Panel.background": "#282A36",
"Preview.background": "#282A36"
"percent.foreground": "#F8F8F2",
"Placeholder.background": "#282A36",
"Placeholder.borderColor": "#21222C",
"Placeholder.foreground": "#F8F8F2",
"Placeholder.selectedForeground": "#8BE9FD",
"Preview.background": "#282A36",
"stroke.acceleratorForeground": "#6272A4"
},
"ValidationTooltip": {
"errorBackground": "#1D2228",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#282A36"
},
"GitCommits": {
"graphColor": "#6272A4"
},
"GitLog": {
"localBranchIconColor": "#FF79C5",
"otherIconColor": "#6272A4",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#F1FA8C"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#FF79C550",
"hoverBorderColor": "#FF79C550",
"hoverSeparatorColor": "#393C4B",
"focusedBorderColor": "#FF79C550",
"pressedBackground": "#FF79C550",
"pressedBorderColor": "#FF79C550"
},
@@ -66,6 +68,11 @@
"shadowColor": "#393C4B",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#21222C",
"Tooltip.background": "#1D2228"
},
"Content.background": "#191A21",
"CheckBox": {
"background": "#282A36",
"disabledText": "#6272A4",
@@ -161,6 +168,7 @@
"hoverBackground": "#44475A",
"hoverColor": "#282A36",
"hoverMaskColor": "#6272A4",
"inactiveColoredFileBackground": "#393C4B",
"inactiveUnderlineColor": "#6272A4",
"inactiveMaskColor": "#282A36",
"underlineColor": "#FF79C5",
@@ -193,6 +201,7 @@
"hoverColor": "#6272A4",
"hoverMaskColor": "#6272A4",
"inactiveMaskColor": "#282A36",
"inactiveColoredFileBackground": "#282A362",
"inactiveUnderlineColor": "#6272A4",
"selectedForeground": "#F8F8F2",
"selectedBackground": "#44475A",
@@ -288,13 +297,14 @@
"secondaryForeground": "#6272A4",
"visitedForeground": "#FF79C5"
},
"link.foreground": "#FF79C5",
"List": {
"background": "#282A36",
"foreground": "#F8F8F2",
"selectionBackground": "#44475A50",
"selectionForeground": "#8BE9FD",
"selectionInactiveForeground": "#8BE9FD",
"selectionInactiveBackground": "#44475A25"
"selectionInactiveBackground": "#44475A50"
},
"material": {
"background": "#282A36",
@@ -360,6 +370,7 @@
"background": "#282A36"
}
},
"NewPSD.warning": "#FF79C5",
"Notification": {
"background": "#1D2228",
"borderColor": "#1D2228",
@@ -387,7 +398,9 @@
"messageForeground": "#F8F8F2"
},
"Outline": {
"color": "#393C4B"
"color": "#393C4B",
"focusedColor": "#FF79C5",
"disabledColor": "#6272A4"
},
"Panel": {
"background": "#282A36",
@@ -417,9 +430,11 @@
"disabledForeground": "#6272A4",
"eapTagBackground": "#6272A4",
"lightSelectionBackground": "#44475A",
"paidTagBackground": "#6272A4",
"selectionBackground": "#44475A",
"tagForeground": "#FF79C5",
"tagBackground": "#6272A4",
"trialTagBackground": "#6272A4",
"Button": {
"installBackground": "#393C4B",
"installBorderColor": "#393C4B",
@@ -462,6 +477,7 @@
"separatorForeground": "#F8F8F2",
"separatorColor": "#282A36",
"Toolbar": {
"Floating.background": "#191A21",
"background": "#191A21",
"borderColor": "#191A21"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#6272A4",
"trackColor": "#6272A4"
},
"PsiViewer": {
"referenceHighlightColor": "#FF79C5"
},
"RadioButton": {
"background": "#282A36",
"disabledText": "#6272A4",
@@ -559,6 +578,7 @@
"endBackground": "#FF79C5",
"startBackground": "#FF79C5"
},
"SearchField.errorBackground": "#1D2228",
"Separator": {
"background": "#282A36",
"foreground": "#282A36",
@@ -648,6 +668,7 @@
"borderColor": "#282A36",
"bottomSeparatorColor": "#282A36",
"cellBorder": "4,0,4,0",
"disabledForeground": "#6272A4",
"foreground": "#F8F8F2",
"focusCellBackground": "#44475A",
"focusCellForeground": "#8BE9FD",
@@ -746,17 +767,36 @@
"hash": "#21222C",
"modifiedItemForeground": "#FF79C5",
"rowHeight": 28,
"selectionBackground": "#44475A70",
"selectionBackground": "#44475A50",
"selectionForeground": "#8BE9FD",
"selectionInactiveForeground": "#8BE9FD",
"selectionInactiveBackground": "#44475A25",
"selectionInactiveBackground": "#44475A50",
"textBackground": "#282A36"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#21222C",
"ColorPicker.background": "#282A36",
"ColorPicker.foreground": "#F8F8F2",
"Component.borderColor": "#21222C",
"Component.background": "#282A36",
"Component.foreground": "#F8F8F2",
"Connector.borderColor": "#21222C",
"Connector.hoverBorderColor": "#6272A4",
"Canvas.background": "#191A21",
"highStroke.foreground": "#F8F8F2",
"Label.foreground": "#6272A4",
"List.selectionBackground": "#44475A50",
"Panel.borderColor": "#21222C",
"Panel.background": "#282A36",
"Preview.background": "#282A36"
"percent.foreground": "#F8F8F2",
"Placeholder.background": "#282A36",
"Placeholder.borderColor": "#21222C",
"Placeholder.foreground": "#F8F8F2",
"Placeholder.selectedForeground": "#8BE9FD",
"Preview.background": "#282A36",
"stroke.acceleratorForeground": "#6272A4"
},
"ValidationTooltip": {
"errorBackground": "#1D2228",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#282A36"
},
"GitCommits": {
"graphColor": "#6272A4"
},
"GitLog": {
"localBranchIconColor": "#FF79C5",
"otherIconColor": "#6272A4",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#F1FA8C"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#79CB6050",
"hoverBorderColor": "#79CB6050",
"hoverSeparatorColor": "#edf1f5",
"focusedBorderColor": "#79CB6050",
"pressedBackground": "#79CB6050",
"pressedBorderColor": "#79CB6050"
},
@@ -66,6 +68,11 @@
"shadowColor": "#edf1f5",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#DFE1E4",
"Tooltip.background": "#DFECFE"
},
"Content.background": "#fafbfc",
"CheckBox": {
"background": "#F7F8FA",
"disabledText": "#9ba0a3",
@@ -161,6 +168,7 @@
"hoverBackground": "#cce5ff",
"hoverColor": "#fafbfc",
"hoverMaskColor": "#CCE5FF",
"inactiveColoredFileBackground": "#edf1f5",
"inactiveUnderlineColor": "#9ba0a3",
"inactiveMaskColor": "#fafbfc",
"underlineColor": "#79CB60",
@@ -193,6 +201,7 @@
"hoverColor": "#CCE5FF",
"hoverMaskColor": "#CCE5FF",
"inactiveMaskColor": "#F7F8FA",
"inactiveColoredFileBackground": "#F7F8FA2",
"inactiveUnderlineColor": "#9ba0a3",
"selectedForeground": "#5B6168",
"selectedBackground": "#cce5ff",
@@ -288,13 +297,14 @@
"secondaryForeground": "#292D31",
"visitedForeground": "#79CB60"
},
"link.foreground": "#79CB60",
"List": {
"background": "#f3f3f3",
"foreground": "#5B6168",
"selectionBackground": "#3A66D150",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#111111",
"selectionInactiveBackground": "#3A66D125"
"selectionInactiveBackground": "#3A66D1"
},
"material": {
"background": "#F7F8FA",
@@ -360,6 +370,7 @@
"background": "#fafbfc"
}
},
"NewPSD.warning": "#79CB60",
"Notification": {
"background": "#DFECFE",
"borderColor": "#DFECFE",
@@ -387,7 +398,9 @@
"messageForeground": "#5B6168"
},
"Outline": {
"color": "#edf1f5"
"color": "#edf1f5",
"focusedColor": "#79CB60",
"disabledColor": "#9ba0a3"
},
"Panel": {
"background": "#F7F8FA",
@@ -417,15 +430,17 @@
"disabledForeground": "#9ba0a3",
"eapTagBackground": "#CCE5FF",
"lightSelectionBackground": "#3A66D1",
"paidTagBackground": "#CCE5FF",
"selectionBackground": "#3A66D1",
"tagForeground": "#79CB60",
"tagBackground": "#CCE5FF",
"trialTagBackground": "#CCE5FF",
"Button": {
"installBackground": "#edf1f5",
"installBorderColor": "#edf1f5",
"installForeground": "#5B6168",
"installFocusedBackground": "#CCE5FF",
"installFillForeground": "#292D31",
"installFillForeground": "#9ba0a3",
"installFillBackground": "#edf1f5",
"updateBackground": "#edf1f5",
"updateBorderColor": "#edf1f5",
@@ -462,6 +477,7 @@
"separatorForeground": "#5B6168",
"separatorColor": "#f3f3f3",
"Toolbar": {
"Floating.background": "#fafbfc",
"background": "#fafbfc",
"borderColor": "#fafbfc"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#CCE5FF",
"trackColor": "#CCE5FF"
},
"PsiViewer": {
"referenceHighlightColor": "#79CB60"
},
"RadioButton": {
"background": "#F7F8FA",
"disabledText": "#9ba0a3",
@@ -559,6 +578,7 @@
"endBackground": "#79CB60",
"startBackground": "#79CB60"
},
"SearchField.errorBackground": "#DFECFE",
"Separator": {
"background": "#f3f3f3",
"foreground": "#f3f3f3",
@@ -648,6 +668,7 @@
"borderColor": "#F7F8FA",
"bottomSeparatorColor": "#f3f3f3",
"cellBorder": "4,0,4,0",
"disabledForeground": "#9ba0a3",
"foreground": "#5B6168",
"focusCellBackground": "#cce5ff",
"focusCellForeground": "#111111",
@@ -746,17 +767,36 @@
"hash": "#DFE1E4",
"modifiedItemForeground": "#79CB60",
"rowHeight": 28,
"selectionBackground": "#3A66D170",
"selectionBackground": "#3A66D1",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#3A66D125",
"selectionInactiveBackground": "#3A66D1",
"textBackground": "#fafbfc"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#DFE1E4",
"ColorPicker.background": "#F7F8FA",
"ColorPicker.foreground": "#5B6168",
"Component.borderColor": "#DFE1E4",
"Component.background": "#F7F8FA",
"Component.foreground": "#5B6168",
"Connector.borderColor": "#DFE1E4",
"Connector.hoverBorderColor": "#CCE5FF",
"Canvas.background": "#fafbfc",
"highStroke.foreground": "#5B6168",
"Label.foreground": "#292D31",
"List.selectionBackground": "#3A66D1",
"Panel.borderColor": "#DFE1E4",
"Panel.background": "#F7F8FA",
"Preview.background": "#F7F8FA"
"percent.foreground": "#5B6168",
"Placeholder.background": "#F7F8FA",
"Placeholder.borderColor": "#DFE1E4",
"Placeholder.foreground": "#5B6168",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#F7F8FA",
"stroke.acceleratorForeground": "#292D31"
},
"ValidationTooltip": {
"errorBackground": "#DFECFE",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#F7F8FA"
},
"GitCommits": {
"graphColor": "#CCE5FF"
},
"GitLog": {
"localBranchIconColor": "#79CB60",
"otherIconColor": "#292D31",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#032F62"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#79CB6050",
"hoverBorderColor": "#79CB6050",
"hoverSeparatorColor": "#edf1f5",
"focusedBorderColor": "#79CB6050",
"pressedBackground": "#79CB6050",
"pressedBorderColor": "#79CB6050"
},
@@ -66,6 +68,11 @@
"shadowColor": "#edf1f5",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#DFE1E4",
"Tooltip.background": "#DFECFE"
},
"Content.background": "#fafbfc",
"CheckBox": {
"background": "#F7F8FA",
"disabledText": "#9ba0a3",
@@ -161,6 +168,7 @@
"hoverBackground": "#cce5ff",
"hoverColor": "#F7F8FA",
"hoverMaskColor": "#CCE5FF",
"inactiveColoredFileBackground": "#edf1f5",
"inactiveUnderlineColor": "#9ba0a3",
"inactiveMaskColor": "#F7F8FA",
"underlineColor": "#79CB60",
@@ -193,6 +201,7 @@
"hoverColor": "#CCE5FF",
"hoverMaskColor": "#CCE5FF",
"inactiveMaskColor": "#F7F8FA",
"inactiveColoredFileBackground": "#F7F8FA2",
"inactiveUnderlineColor": "#9ba0a3",
"selectedForeground": "#5B6168",
"selectedBackground": "#cce5ff",
@@ -288,13 +297,14 @@
"secondaryForeground": "#292D31",
"visitedForeground": "#79CB60"
},
"link.foreground": "#79CB60",
"List": {
"background": "#f3f3f3",
"foreground": "#5B6168",
"selectionBackground": "#3A66D150",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#111111",
"selectionInactiveBackground": "#3A66D125"
"selectionInactiveBackground": "#3A66D1"
},
"material": {
"background": "#F7F8FA",
@@ -360,6 +370,7 @@
"background": "#F7F8FA"
}
},
"NewPSD.warning": "#79CB60",
"Notification": {
"background": "#DFECFE",
"borderColor": "#DFECFE",
@@ -387,7 +398,9 @@
"messageForeground": "#5B6168"
},
"Outline": {
"color": "#edf1f5"
"color": "#edf1f5",
"focusedColor": "#79CB60",
"disabledColor": "#9ba0a3"
},
"Panel": {
"background": "#F7F8FA",
@@ -417,15 +430,17 @@
"disabledForeground": "#9ba0a3",
"eapTagBackground": "#CCE5FF",
"lightSelectionBackground": "#3A66D1",
"paidTagBackground": "#CCE5FF",
"selectionBackground": "#3A66D1",
"tagForeground": "#79CB60",
"tagBackground": "#CCE5FF",
"trialTagBackground": "#CCE5FF",
"Button": {
"installBackground": "#edf1f5",
"installBorderColor": "#edf1f5",
"installForeground": "#5B6168",
"installFocusedBackground": "#CCE5FF",
"installFillForeground": "#292D31",
"installFillForeground": "#9ba0a3",
"installFillBackground": "#edf1f5",
"updateBackground": "#edf1f5",
"updateBorderColor": "#edf1f5",
@@ -462,6 +477,7 @@
"separatorForeground": "#5B6168",
"separatorColor": "#f3f3f3",
"Toolbar": {
"Floating.background": "#fafbfc",
"background": "#fafbfc",
"borderColor": "#fafbfc"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#CCE5FF",
"trackColor": "#CCE5FF"
},
"PsiViewer": {
"referenceHighlightColor": "#79CB60"
},
"RadioButton": {
"background": "#F7F8FA",
"disabledText": "#9ba0a3",
@@ -559,6 +578,7 @@
"endBackground": "#79CB60",
"startBackground": "#79CB60"
},
"SearchField.errorBackground": "#DFECFE",
"Separator": {
"background": "#f3f3f3",
"foreground": "#f3f3f3",
@@ -648,6 +668,7 @@
"borderColor": "#F7F8FA",
"bottomSeparatorColor": "#f3f3f3",
"cellBorder": "4,0,4,0",
"disabledForeground": "#9ba0a3",
"foreground": "#5B6168",
"focusCellBackground": "#cce5ff",
"focusCellForeground": "#111111",
@@ -746,17 +767,36 @@
"hash": "#DFE1E4",
"modifiedItemForeground": "#79CB60",
"rowHeight": 28,
"selectionBackground": "#3A66D170",
"selectionBackground": "#3A66D1",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#3A66D125",
"selectionInactiveBackground": "#3A66D1",
"textBackground": "#F7F8FA"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#DFE1E4",
"ColorPicker.background": "#F7F8FA",
"ColorPicker.foreground": "#5B6168",
"Component.borderColor": "#DFE1E4",
"Component.background": "#F7F8FA",
"Component.foreground": "#5B6168",
"Connector.borderColor": "#DFE1E4",
"Connector.hoverBorderColor": "#CCE5FF",
"Canvas.background": "#fafbfc",
"highStroke.foreground": "#5B6168",
"Label.foreground": "#292D31",
"List.selectionBackground": "#3A66D1",
"Panel.borderColor": "#DFE1E4",
"Panel.background": "#F7F8FA",
"Preview.background": "#F7F8FA"
"percent.foreground": "#5B6168",
"Placeholder.background": "#F7F8FA",
"Placeholder.borderColor": "#DFE1E4",
"Placeholder.foreground": "#5B6168",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#F7F8FA",
"stroke.acceleratorForeground": "#292D31"
},
"ValidationTooltip": {
"errorBackground": "#DFECFE",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#F7F8FA"
},
"GitCommits": {
"graphColor": "#CCE5FF"
},
"GitLog": {
"localBranchIconColor": "#79CB60",
"otherIconColor": "#292D31",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#032F62"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#2AA29850",
"hoverBorderColor": "#2AA29850",
"hoverSeparatorColor": "#d9d9d9",
"focusedBorderColor": "#2AA29850",
"pressedBackground": "#2AA29850",
"pressedBorderColor": "#2AA29850"
},
@@ -66,6 +68,11 @@
"shadowColor": "#d9d9d9",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#d9d9d9",
"Tooltip.background": "#F0F0F0"
},
"Content.background": "#f0f0f0",
"CheckBox": {
"background": "#F0F0F0",
"disabledText": "#93A1A1",
@@ -161,6 +168,7 @@
"hoverBackground": "#d3e8f8",
"hoverColor": "#f0f0f0",
"hoverMaskColor": "#CCCCCC",
"inactiveColoredFileBackground": "#d9d9d9",
"inactiveUnderlineColor": "#93A1A1",
"inactiveMaskColor": "#f0f0f0",
"underlineColor": "#2AA298",
@@ -193,6 +201,7 @@
"hoverColor": "#CCCCCC",
"hoverMaskColor": "#CCCCCC",
"inactiveMaskColor": "#F0F0F0",
"inactiveColoredFileBackground": "#F0F0F02",
"inactiveUnderlineColor": "#93A1A1",
"selectedForeground": "#403f53",
"selectedBackground": "#d3e8f8",
@@ -288,13 +297,14 @@
"secondaryForeground": "#90A7B2",
"visitedForeground": "#2AA298"
},
"link.foreground": "#2AA298",
"List": {
"background": "#FBFBFB",
"foreground": "#403f53",
"selectionBackground": "#d3e8f850",
"selectionForeground": "#403f53",
"selectionInactiveForeground": "#333333",
"selectionInactiveBackground": "#d3e8f825"
"selectionInactiveBackground": "#d3e8f87c"
},
"material": {
"background": "#F0F0F0",
@@ -360,6 +370,7 @@
"background": "#f0f0f0"
}
},
"NewPSD.warning": "#2AA298",
"Notification": {
"background": "#F0F0F0",
"borderColor": "#F0F0F0",
@@ -387,7 +398,9 @@
"messageForeground": "#403f53"
},
"Outline": {
"color": "#d9d9d9"
"color": "#d9d9d9",
"focusedColor": "#2AA298",
"disabledColor": "#93A1A1"
},
"Panel": {
"background": "#F0F0F0",
@@ -417,15 +430,17 @@
"disabledForeground": "#93A1A1",
"eapTagBackground": "#CCCCCC",
"lightSelectionBackground": "#d3e8f8",
"paidTagBackground": "#CCCCCC",
"selectionBackground": "#d3e8f8",
"tagForeground": "#2AA298",
"tagBackground": "#CCCCCC",
"trialTagBackground": "#CCCCCC",
"Button": {
"installBackground": "#d9d9d9",
"installBorderColor": "#d9d9d9",
"installForeground": "#403f53",
"installFocusedBackground": "#CCCCCC",
"installFillForeground": "#90A7B2",
"installFillForeground": "#93A1A1",
"installFillBackground": "#d9d9d9",
"updateBackground": "#d9d9d9",
"updateBorderColor": "#d9d9d9",
@@ -462,6 +477,7 @@
"separatorForeground": "#403f53",
"separatorColor": "#FBFBFB",
"Toolbar": {
"Floating.background": "#f0f0f0",
"background": "#f0f0f0",
"borderColor": "#f0f0f0"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#CCCCCC",
"trackColor": "#CCCCCC"
},
"PsiViewer": {
"referenceHighlightColor": "#2AA298"
},
"RadioButton": {
"background": "#F0F0F0",
"disabledText": "#93A1A1",
@@ -559,6 +578,7 @@
"endBackground": "#2AA298",
"startBackground": "#2AA298"
},
"SearchField.errorBackground": "#F0F0F0",
"Separator": {
"background": "#FBFBFB",
"foreground": "#FBFBFB",
@@ -648,6 +668,7 @@
"borderColor": "#F0F0F0",
"bottomSeparatorColor": "#FBFBFB",
"cellBorder": "4,0,4,0",
"disabledForeground": "#93A1A1",
"foreground": "#403f53",
"focusCellBackground": "#d3e8f8",
"focusCellForeground": "#333333",
@@ -746,17 +767,36 @@
"hash": "#d9d9d9",
"modifiedItemForeground": "#2AA298",
"rowHeight": 28,
"selectionBackground": "#d3e8f870",
"selectionBackground": "#d3e8f87c",
"selectionForeground": "#403f53",
"selectionInactiveForeground": "#403f53",
"selectionInactiveBackground": "#d3e8f825",
"selectionInactiveBackground": "#d3e8f87c",
"textBackground": "#f0f0f0"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#d9d9d9",
"ColorPicker.background": "#F0F0F0",
"ColorPicker.foreground": "#403f53",
"Component.borderColor": "#d9d9d9",
"Component.background": "#F0F0F0",
"Component.foreground": "#403f53",
"Connector.borderColor": "#d9d9d9",
"Connector.hoverBorderColor": "#CCCCCC",
"Canvas.background": "#f0f0f0",
"highStroke.foreground": "#403f53",
"Label.foreground": "#90A7B2",
"List.selectionBackground": "#d3e8f87c",
"Panel.borderColor": "#d9d9d9",
"Panel.background": "#F0F0F0",
"Preview.background": "#F0F0F0"
"percent.foreground": "#403f53",
"Placeholder.background": "#F0F0F0",
"Placeholder.borderColor": "#d9d9d9",
"Placeholder.foreground": "#403f53",
"Placeholder.selectedForeground": "#403f53",
"Preview.background": "#F0F0F0",
"stroke.acceleratorForeground": "#90A7B2"
},
"ValidationTooltip": {
"errorBackground": "#F0F0F0",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#F0F0F0"
},
"GitCommits": {
"graphColor": "#CCCCCC"
},
"GitLog": {
"localBranchIconColor": "#2AA298",
"otherIconColor": "#90A7B2",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#c96765"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#2AA29850",
"hoverBorderColor": "#2AA29850",
"hoverSeparatorColor": "#d9d9d9",
"focusedBorderColor": "#2AA29850",
"pressedBackground": "#2AA29850",
"pressedBorderColor": "#2AA29850"
},
@@ -66,6 +68,11 @@
"shadowColor": "#d9d9d9",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#d9d9d9",
"Tooltip.background": "#F0F0F0"
},
"Content.background": "#f0f0f0",
"CheckBox": {
"background": "#F0F0F0",
"disabledText": "#93A1A1",
@@ -161,6 +168,7 @@
"hoverBackground": "#d3e8f8",
"hoverColor": "#F0F0F0",
"hoverMaskColor": "#CCCCCC",
"inactiveColoredFileBackground": "#d9d9d9",
"inactiveUnderlineColor": "#93A1A1",
"inactiveMaskColor": "#F0F0F0",
"underlineColor": "#2AA298",
@@ -193,6 +201,7 @@
"hoverColor": "#CCCCCC",
"hoverMaskColor": "#CCCCCC",
"inactiveMaskColor": "#F0F0F0",
"inactiveColoredFileBackground": "#F0F0F02",
"inactiveUnderlineColor": "#93A1A1",
"selectedForeground": "#403f53",
"selectedBackground": "#d3e8f8",
@@ -288,13 +297,14 @@
"secondaryForeground": "#90A7B2",
"visitedForeground": "#2AA298"
},
"link.foreground": "#2AA298",
"List": {
"background": "#FBFBFB",
"foreground": "#403f53",
"selectionBackground": "#d3e8f850",
"selectionForeground": "#403f53",
"selectionInactiveForeground": "#333333",
"selectionInactiveBackground": "#d3e8f825"
"selectionInactiveBackground": "#d3e8f87c"
},
"material": {
"background": "#F0F0F0",
@@ -360,6 +370,7 @@
"background": "#F0F0F0"
}
},
"NewPSD.warning": "#2AA298",
"Notification": {
"background": "#F0F0F0",
"borderColor": "#F0F0F0",
@@ -387,7 +398,9 @@
"messageForeground": "#403f53"
},
"Outline": {
"color": "#d9d9d9"
"color": "#d9d9d9",
"focusedColor": "#2AA298",
"disabledColor": "#93A1A1"
},
"Panel": {
"background": "#F0F0F0",
@@ -417,15 +430,17 @@
"disabledForeground": "#93A1A1",
"eapTagBackground": "#CCCCCC",
"lightSelectionBackground": "#d3e8f8",
"paidTagBackground": "#CCCCCC",
"selectionBackground": "#d3e8f8",
"tagForeground": "#2AA298",
"tagBackground": "#CCCCCC",
"trialTagBackground": "#CCCCCC",
"Button": {
"installBackground": "#d9d9d9",
"installBorderColor": "#d9d9d9",
"installForeground": "#403f53",
"installFocusedBackground": "#CCCCCC",
"installFillForeground": "#90A7B2",
"installFillForeground": "#93A1A1",
"installFillBackground": "#d9d9d9",
"updateBackground": "#d9d9d9",
"updateBorderColor": "#d9d9d9",
@@ -462,6 +477,7 @@
"separatorForeground": "#403f53",
"separatorColor": "#FBFBFB",
"Toolbar": {
"Floating.background": "#f0f0f0",
"background": "#f0f0f0",
"borderColor": "#f0f0f0"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#CCCCCC",
"trackColor": "#CCCCCC"
},
"PsiViewer": {
"referenceHighlightColor": "#2AA298"
},
"RadioButton": {
"background": "#F0F0F0",
"disabledText": "#93A1A1",
@@ -559,6 +578,7 @@
"endBackground": "#2AA298",
"startBackground": "#2AA298"
},
"SearchField.errorBackground": "#F0F0F0",
"Separator": {
"background": "#FBFBFB",
"foreground": "#FBFBFB",
@@ -648,6 +668,7 @@
"borderColor": "#F0F0F0",
"bottomSeparatorColor": "#FBFBFB",
"cellBorder": "4,0,4,0",
"disabledForeground": "#93A1A1",
"foreground": "#403f53",
"focusCellBackground": "#d3e8f8",
"focusCellForeground": "#333333",
@@ -746,17 +767,36 @@
"hash": "#d9d9d9",
"modifiedItemForeground": "#2AA298",
"rowHeight": 28,
"selectionBackground": "#d3e8f870",
"selectionBackground": "#d3e8f87c",
"selectionForeground": "#403f53",
"selectionInactiveForeground": "#403f53",
"selectionInactiveBackground": "#d3e8f825",
"selectionInactiveBackground": "#d3e8f87c",
"textBackground": "#F0F0F0"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#d9d9d9",
"ColorPicker.background": "#F0F0F0",
"ColorPicker.foreground": "#403f53",
"Component.borderColor": "#d9d9d9",
"Component.background": "#F0F0F0",
"Component.foreground": "#403f53",
"Connector.borderColor": "#d9d9d9",
"Connector.hoverBorderColor": "#CCCCCC",
"Canvas.background": "#f0f0f0",
"highStroke.foreground": "#403f53",
"Label.foreground": "#90A7B2",
"List.selectionBackground": "#d3e8f87c",
"Panel.borderColor": "#d9d9d9",
"Panel.background": "#F0F0F0",
"Preview.background": "#F0F0F0"
"percent.foreground": "#403f53",
"Placeholder.background": "#F0F0F0",
"Placeholder.borderColor": "#d9d9d9",
"Placeholder.foreground": "#403f53",
"Placeholder.selectedForeground": "#403f53",
"Preview.background": "#F0F0F0",
"stroke.acceleratorForeground": "#90A7B2"
},
"ValidationTooltip": {
"errorBackground": "#F0F0F0",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#F0F0F0"
},
"GitCommits": {
"graphColor": "#CCCCCC"
},
"GitLog": {
"localBranchIconColor": "#2AA298",
"otherIconColor": "#90A7B2",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#c96765"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#FF980050",
"hoverBorderColor": "#FF980050",
"hoverSeparatorColor": "#2A2A2A",
"focusedBorderColor": "#FF980050",
"pressedBackground": "#FF980050",
"pressedBorderColor": "#FF980050"
},
@@ -66,6 +68,11 @@
"shadowColor": "#2A2A2A",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#292929",
"Tooltip.background": "#1A1A1A"
},
"Content.background": "#1A1A1A",
"CheckBox": {
"background": "#212121",
"disabledText": "#474747",
@@ -161,6 +168,7 @@
"hoverBackground": "#323232",
"hoverColor": "#1A1A1A",
"hoverMaskColor": "#3F3F3F",
"inactiveColoredFileBackground": "#2A2A2A",
"inactiveUnderlineColor": "#474747",
"inactiveMaskColor": "#1A1A1A",
"underlineColor": "#FF9800",
@@ -193,6 +201,7 @@
"hoverColor": "#3F3F3F",
"hoverMaskColor": "#3F3F3F",
"inactiveMaskColor": "#212121",
"inactiveColoredFileBackground": "#2121212",
"inactiveUnderlineColor": "#474747",
"selectedForeground": "#B0BEC5",
"selectedBackground": "#323232",
@@ -288,13 +297,14 @@
"secondaryForeground": "#727272",
"visitedForeground": "#FF9800"
},
"link.foreground": "#FF9800",
"List": {
"background": "#292929",
"foreground": "#B0BEC5",
"selectionBackground": "#40404050",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#32323225"
"selectionInactiveBackground": "#323232c0"
},
"material": {
"background": "#212121",
@@ -360,6 +370,7 @@
"background": "#1A1A1A"
}
},
"NewPSD.warning": "#FF9800",
"Notification": {
"background": "#1A1A1A",
"borderColor": "#1A1A1A",
@@ -387,7 +398,9 @@
"messageForeground": "#B0BEC5"
},
"Outline": {
"color": "#2A2A2A"
"color": "#2A2A2A",
"focusedColor": "#FF9800",
"disabledColor": "#474747"
},
"Panel": {
"background": "#212121",
@@ -417,15 +430,17 @@
"disabledForeground": "#474747",
"eapTagBackground": "#3F3F3F",
"lightSelectionBackground": "#404040",
"paidTagBackground": "#3F3F3F",
"selectionBackground": "#404040",
"tagForeground": "#FF9800",
"tagBackground": "#3F3F3F",
"trialTagBackground": "#3F3F3F",
"Button": {
"installBackground": "#2A2A2A",
"installBorderColor": "#2A2A2A",
"installForeground": "#B0BEC5",
"installFocusedBackground": "#3F3F3F",
"installFillForeground": "#727272",
"installFillForeground": "#474747",
"installFillBackground": "#2A2A2A",
"updateBackground": "#2A2A2A",
"updateBorderColor": "#2A2A2A",
@@ -462,6 +477,7 @@
"separatorForeground": "#B0BEC5",
"separatorColor": "#292929",
"Toolbar": {
"Floating.background": "#1A1A1A",
"background": "#1A1A1A",
"borderColor": "#1A1A1A"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#3F3F3F",
"trackColor": "#3F3F3F"
},
"PsiViewer": {
"referenceHighlightColor": "#FF9800"
},
"RadioButton": {
"background": "#212121",
"disabledText": "#474747",
@@ -559,6 +578,7 @@
"endBackground": "#FF9800",
"startBackground": "#FF9800"
},
"SearchField.errorBackground": "#1A1A1A",
"Separator": {
"background": "#292929",
"foreground": "#292929",
@@ -648,6 +668,7 @@
"borderColor": "#212121",
"bottomSeparatorColor": "#292929",
"cellBorder": "4,0,4,0",
"disabledForeground": "#474747",
"foreground": "#B0BEC5",
"focusCellBackground": "#323232",
"focusCellForeground": "#FFFFFF",
@@ -746,17 +767,36 @@
"hash": "#292929",
"modifiedItemForeground": "#FF9800",
"rowHeight": 28,
"selectionBackground": "#32323270",
"selectionBackground": "#323232c0",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#32323225",
"selectionInactiveBackground": "#323232c0",
"textBackground": "#1A1A1A"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#292929",
"ColorPicker.background": "#212121",
"ColorPicker.foreground": "#B0BEC5",
"Component.borderColor": "#292929",
"Component.background": "#212121",
"Component.foreground": "#B0BEC5",
"Connector.borderColor": "#292929",
"Connector.hoverBorderColor": "#3F3F3F",
"Canvas.background": "#1A1A1A",
"highStroke.foreground": "#B0BEC5",
"Label.foreground": "#727272",
"List.selectionBackground": "#323232c0",
"Panel.borderColor": "#292929",
"Panel.background": "#212121",
"Preview.background": "#212121"
"percent.foreground": "#B0BEC5",
"Placeholder.background": "#212121",
"Placeholder.borderColor": "#292929",
"Placeholder.foreground": "#B0BEC5",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#212121",
"stroke.acceleratorForeground": "#727272"
},
"ValidationTooltip": {
"errorBackground": "#1A1A1A",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#212121"
},
"GitCommits": {
"graphColor": "#3F3F3F"
},
"GitLog": {
"localBranchIconColor": "#FF9800",
"otherIconColor": "#727272",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#c3e88d"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#FF980050",
"hoverBorderColor": "#FF980050",
"hoverSeparatorColor": "#2A2A2A",
"focusedBorderColor": "#FF980050",
"pressedBackground": "#FF980050",
"pressedBorderColor": "#FF980050"
},
@@ -66,6 +68,11 @@
"shadowColor": "#2A2A2A",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#292929",
"Tooltip.background": "#1A1A1A"
},
"Content.background": "#1A1A1A",
"CheckBox": {
"background": "#212121",
"disabledText": "#474747",
@@ -161,6 +168,7 @@
"hoverBackground": "#323232",
"hoverColor": "#212121",
"hoverMaskColor": "#3F3F3F",
"inactiveColoredFileBackground": "#2A2A2A",
"inactiveUnderlineColor": "#474747",
"inactiveMaskColor": "#212121",
"underlineColor": "#FF9800",
@@ -193,6 +201,7 @@
"hoverColor": "#3F3F3F",
"hoverMaskColor": "#3F3F3F",
"inactiveMaskColor": "#212121",
"inactiveColoredFileBackground": "#2121212",
"inactiveUnderlineColor": "#474747",
"selectedForeground": "#B0BEC5",
"selectedBackground": "#323232",
@@ -288,13 +297,14 @@
"secondaryForeground": "#727272",
"visitedForeground": "#FF9800"
},
"link.foreground": "#FF9800",
"List": {
"background": "#292929",
"foreground": "#B0BEC5",
"selectionBackground": "#40404050",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#32323225"
"selectionInactiveBackground": "#323232c0"
},
"material": {
"background": "#212121",
@@ -360,6 +370,7 @@
"background": "#212121"
}
},
"NewPSD.warning": "#FF9800",
"Notification": {
"background": "#1A1A1A",
"borderColor": "#1A1A1A",
@@ -387,7 +398,9 @@
"messageForeground": "#B0BEC5"
},
"Outline": {
"color": "#2A2A2A"
"color": "#2A2A2A",
"focusedColor": "#FF9800",
"disabledColor": "#474747"
},
"Panel": {
"background": "#212121",
@@ -417,15 +430,17 @@
"disabledForeground": "#474747",
"eapTagBackground": "#3F3F3F",
"lightSelectionBackground": "#404040",
"paidTagBackground": "#3F3F3F",
"selectionBackground": "#404040",
"tagForeground": "#FF9800",
"tagBackground": "#3F3F3F",
"trialTagBackground": "#3F3F3F",
"Button": {
"installBackground": "#2A2A2A",
"installBorderColor": "#2A2A2A",
"installForeground": "#B0BEC5",
"installFocusedBackground": "#3F3F3F",
"installFillForeground": "#727272",
"installFillForeground": "#474747",
"installFillBackground": "#2A2A2A",
"updateBackground": "#2A2A2A",
"updateBorderColor": "#2A2A2A",
@@ -462,6 +477,7 @@
"separatorForeground": "#B0BEC5",
"separatorColor": "#292929",
"Toolbar": {
"Floating.background": "#1A1A1A",
"background": "#1A1A1A",
"borderColor": "#1A1A1A"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#3F3F3F",
"trackColor": "#3F3F3F"
},
"PsiViewer": {
"referenceHighlightColor": "#FF9800"
},
"RadioButton": {
"background": "#212121",
"disabledText": "#474747",
@@ -559,6 +578,7 @@
"endBackground": "#FF9800",
"startBackground": "#FF9800"
},
"SearchField.errorBackground": "#1A1A1A",
"Separator": {
"background": "#292929",
"foreground": "#292929",
@@ -648,6 +668,7 @@
"borderColor": "#212121",
"bottomSeparatorColor": "#292929",
"cellBorder": "4,0,4,0",
"disabledForeground": "#474747",
"foreground": "#B0BEC5",
"focusCellBackground": "#323232",
"focusCellForeground": "#FFFFFF",
@@ -746,17 +767,36 @@
"hash": "#292929",
"modifiedItemForeground": "#FF9800",
"rowHeight": 28,
"selectionBackground": "#32323270",
"selectionBackground": "#323232c0",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#32323225",
"selectionInactiveBackground": "#323232c0",
"textBackground": "#212121"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#292929",
"ColorPicker.background": "#212121",
"ColorPicker.foreground": "#B0BEC5",
"Component.borderColor": "#292929",
"Component.background": "#212121",
"Component.foreground": "#B0BEC5",
"Connector.borderColor": "#292929",
"Connector.hoverBorderColor": "#3F3F3F",
"Canvas.background": "#1A1A1A",
"highStroke.foreground": "#B0BEC5",
"Label.foreground": "#727272",
"List.selectionBackground": "#323232c0",
"Panel.borderColor": "#292929",
"Panel.background": "#212121",
"Preview.background": "#212121"
"percent.foreground": "#B0BEC5",
"Placeholder.background": "#212121",
"Placeholder.borderColor": "#292929",
"Placeholder.foreground": "#B0BEC5",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#212121",
"stroke.acceleratorForeground": "#727272"
},
"ValidationTooltip": {
"errorBackground": "#1A1A1A",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#212121"
},
"GitCommits": {
"graphColor": "#3F3F3F"
},
"GitLog": {
"localBranchIconColor": "#FF9800",
"otherIconColor": "#727272",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#c3e88d"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#84ffff50",
"hoverBorderColor": "#84ffff50",
"hoverSeparatorColor": "#191A21",
"focusedBorderColor": "#84ffff50",
"pressedBackground": "#84ffff50",
"pressedBorderColor": "#84ffff50"
},
@@ -66,6 +68,11 @@
"shadowColor": "#191A21",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#0F111A",
"Tooltip.background": "#090B10"
},
"Content.background": "#090B10",
"CheckBox": {
"background": "#0F111A",
"disabledText": "#464B5D",
@@ -161,6 +168,7 @@
"hoverBackground": "#1A1C25",
"hoverColor": "#090B10",
"hoverMaskColor": "#1F2233",
"inactiveColoredFileBackground": "#191A21",
"inactiveUnderlineColor": "#464B5D",
"inactiveMaskColor": "#090B10",
"underlineColor": "#84ffff",
@@ -193,6 +201,7 @@
"hoverColor": "#1F2233",
"hoverMaskColor": "#1F2233",
"inactiveMaskColor": "#0F111A",
"inactiveColoredFileBackground": "#0F111A2",
"inactiveUnderlineColor": "#464B5D",
"selectedForeground": "#8F93A2",
"selectedBackground": "#1A1C25",
@@ -288,13 +297,14 @@
"secondaryForeground": "#4B526D",
"visitedForeground": "#84ffff"
},
"link.foreground": "#84ffff",
"List": {
"background": "#181A1F",
"foreground": "#8F93A2",
"selectionBackground": "#23263250",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#717CB425"
"selectionInactiveBackground": "#717CB430"
},
"material": {
"background": "#0F111A",
@@ -360,6 +370,7 @@
"background": "#090B10"
}
},
"NewPSD.warning": "#84ffff",
"Notification": {
"background": "#090B10",
"borderColor": "#090B10",
@@ -387,7 +398,9 @@
"messageForeground": "#8F93A2"
},
"Outline": {
"color": "#191A21"
"color": "#191A21",
"focusedColor": "#84ffff",
"disabledColor": "#464B5D"
},
"Panel": {
"background": "#0F111A",
@@ -417,15 +430,17 @@
"disabledForeground": "#464B5D",
"eapTagBackground": "#1F2233",
"lightSelectionBackground": "#232632",
"paidTagBackground": "#1F2233",
"selectionBackground": "#232632",
"tagForeground": "#84ffff",
"tagBackground": "#1F2233",
"trialTagBackground": "#1F2233",
"Button": {
"installBackground": "#191A21",
"installBorderColor": "#191A21",
"installForeground": "#8F93A2",
"installFocusedBackground": "#1F2233",
"installFillForeground": "#4B526D",
"installFillForeground": "#464B5D",
"installFillBackground": "#191A21",
"updateBackground": "#191A21",
"updateBorderColor": "#191A21",
@@ -462,6 +477,7 @@
"separatorForeground": "#8F93A2",
"separatorColor": "#181A1F",
"Toolbar": {
"Floating.background": "#090B10",
"background": "#090B10",
"borderColor": "#090B10"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#1F2233",
"trackColor": "#1F2233"
},
"PsiViewer": {
"referenceHighlightColor": "#84ffff"
},
"RadioButton": {
"background": "#0F111A",
"disabledText": "#464B5D",
@@ -559,6 +578,7 @@
"endBackground": "#84ffff",
"startBackground": "#84ffff"
},
"SearchField.errorBackground": "#090B10",
"Separator": {
"background": "#181A1F",
"foreground": "#181A1F",
@@ -648,6 +668,7 @@
"borderColor": "#0F111A",
"bottomSeparatorColor": "#181A1F",
"cellBorder": "4,0,4,0",
"disabledForeground": "#464B5D",
"foreground": "#8F93A2",
"focusCellBackground": "#1A1C25",
"focusCellForeground": "#FFFFFF",
@@ -746,17 +767,36 @@
"hash": "#0F111A",
"modifiedItemForeground": "#84ffff",
"rowHeight": 28,
"selectionBackground": "#717CB470",
"selectionBackground": "#717CB430",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#717CB425",
"selectionInactiveBackground": "#717CB430",
"textBackground": "#090B10"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#0F111A",
"ColorPicker.background": "#0F111A",
"ColorPicker.foreground": "#8F93A2",
"Component.borderColor": "#0F111A",
"Component.background": "#0F111A",
"Component.foreground": "#8F93A2",
"Connector.borderColor": "#0F111A",
"Connector.hoverBorderColor": "#1F2233",
"Canvas.background": "#090B10",
"highStroke.foreground": "#8F93A2",
"Label.foreground": "#4B526D",
"List.selectionBackground": "#717CB430",
"Panel.borderColor": "#0F111A",
"Panel.background": "#0F111A",
"Preview.background": "#0F111A"
"percent.foreground": "#8F93A2",
"Placeholder.background": "#0F111A",
"Placeholder.borderColor": "#0F111A",
"Placeholder.foreground": "#8F93A2",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#0F111A",
"stroke.acceleratorForeground": "#4B526D"
},
"ValidationTooltip": {
"errorBackground": "#090B10",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#0F111A"
},
"GitCommits": {
"graphColor": "#1F2233"
},
"GitLog": {
"localBranchIconColor": "#84ffff",
"otherIconColor": "#4B526D",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#c3e88d"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#84ffff50",
"hoverBorderColor": "#84ffff50",
"hoverSeparatorColor": "#191A21",
"focusedBorderColor": "#84ffff50",
"pressedBackground": "#84ffff50",
"pressedBorderColor": "#84ffff50"
},
@@ -66,6 +68,11 @@
"shadowColor": "#191A21",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#0F111A",
"Tooltip.background": "#090B10"
},
"Content.background": "#090B10",
"CheckBox": {
"background": "#0F111A",
"disabledText": "#464B5D",
@@ -161,6 +168,7 @@
"hoverBackground": "#1A1C25",
"hoverColor": "#0F111A",
"hoverMaskColor": "#1F2233",
"inactiveColoredFileBackground": "#191A21",
"inactiveUnderlineColor": "#464B5D",
"inactiveMaskColor": "#0F111A",
"underlineColor": "#84ffff",
@@ -193,6 +201,7 @@
"hoverColor": "#1F2233",
"hoverMaskColor": "#1F2233",
"inactiveMaskColor": "#0F111A",
"inactiveColoredFileBackground": "#0F111A2",
"inactiveUnderlineColor": "#464B5D",
"selectedForeground": "#8F93A2",
"selectedBackground": "#1A1C25",
@@ -288,13 +297,14 @@
"secondaryForeground": "#4B526D",
"visitedForeground": "#84ffff"
},
"link.foreground": "#84ffff",
"List": {
"background": "#181A1F",
"foreground": "#8F93A2",
"selectionBackground": "#23263250",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#717CB425"
"selectionInactiveBackground": "#717CB430"
},
"material": {
"background": "#0F111A",
@@ -360,6 +370,7 @@
"background": "#0F111A"
}
},
"NewPSD.warning": "#84ffff",
"Notification": {
"background": "#090B10",
"borderColor": "#090B10",
@@ -387,7 +398,9 @@
"messageForeground": "#8F93A2"
},
"Outline": {
"color": "#191A21"
"color": "#191A21",
"focusedColor": "#84ffff",
"disabledColor": "#464B5D"
},
"Panel": {
"background": "#0F111A",
@@ -417,15 +430,17 @@
"disabledForeground": "#464B5D",
"eapTagBackground": "#1F2233",
"lightSelectionBackground": "#232632",
"paidTagBackground": "#1F2233",
"selectionBackground": "#232632",
"tagForeground": "#84ffff",
"tagBackground": "#1F2233",
"trialTagBackground": "#1F2233",
"Button": {
"installBackground": "#191A21",
"installBorderColor": "#191A21",
"installForeground": "#8F93A2",
"installFocusedBackground": "#1F2233",
"installFillForeground": "#4B526D",
"installFillForeground": "#464B5D",
"installFillBackground": "#191A21",
"updateBackground": "#191A21",
"updateBorderColor": "#191A21",
@@ -462,6 +477,7 @@
"separatorForeground": "#8F93A2",
"separatorColor": "#181A1F",
"Toolbar": {
"Floating.background": "#090B10",
"background": "#090B10",
"borderColor": "#090B10"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#1F2233",
"trackColor": "#1F2233"
},
"PsiViewer": {
"referenceHighlightColor": "#84ffff"
},
"RadioButton": {
"background": "#0F111A",
"disabledText": "#464B5D",
@@ -559,6 +578,7 @@
"endBackground": "#84ffff",
"startBackground": "#84ffff"
},
"SearchField.errorBackground": "#090B10",
"Separator": {
"background": "#181A1F",
"foreground": "#181A1F",
@@ -648,6 +668,7 @@
"borderColor": "#0F111A",
"bottomSeparatorColor": "#181A1F",
"cellBorder": "4,0,4,0",
"disabledForeground": "#464B5D",
"foreground": "#8F93A2",
"focusCellBackground": "#1A1C25",
"focusCellForeground": "#FFFFFF",
@@ -746,17 +767,36 @@
"hash": "#0F111A",
"modifiedItemForeground": "#84ffff",
"rowHeight": 28,
"selectionBackground": "#717CB470",
"selectionBackground": "#717CB430",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#717CB425",
"selectionInactiveBackground": "#717CB430",
"textBackground": "#0F111A"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#0F111A",
"ColorPicker.background": "#0F111A",
"ColorPicker.foreground": "#8F93A2",
"Component.borderColor": "#0F111A",
"Component.background": "#0F111A",
"Component.foreground": "#8F93A2",
"Connector.borderColor": "#0F111A",
"Connector.hoverBorderColor": "#1F2233",
"Canvas.background": "#090B10",
"highStroke.foreground": "#8F93A2",
"Label.foreground": "#4B526D",
"List.selectionBackground": "#717CB430",
"Panel.borderColor": "#0F111A",
"Panel.background": "#0F111A",
"Preview.background": "#0F111A"
"percent.foreground": "#8F93A2",
"Placeholder.background": "#0F111A",
"Placeholder.borderColor": "#0F111A",
"Placeholder.foreground": "#8F93A2",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#0F111A",
"stroke.acceleratorForeground": "#4B526D"
},
"ValidationTooltip": {
"errorBackground": "#090B10",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#0F111A"
},
"GitCommits": {
"graphColor": "#1F2233"
},
"GitLog": {
"localBranchIconColor": "#84ffff",
"otherIconColor": "#4B526D",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#c3e88d"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#00BCD450",
"hoverBorderColor": "#00BCD450",
"hoverSeparatorColor": "#F3F4F5",
"focusedBorderColor": "#00BCD450",
"pressedBackground": "#00BCD450",
"pressedBorderColor": "#00BCD450"
},
@@ -66,6 +68,11 @@
"shadowColor": "#F3F4F5",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#d3e1e8",
"Tooltip.background": "#eae8e8"
},
"Content.background": "#EEEEEE",
"CheckBox": {
"background": "#FAFAFA",
"disabledText": "#D2D4D5",
@@ -161,6 +168,7 @@
"hoverBackground": "#E7E7E8",
"hoverColor": "#EEEEEE",
"hoverMaskColor": "#E7E7E8",
"inactiveColoredFileBackground": "#F3F4F5",
"inactiveUnderlineColor": "#D2D4D5",
"inactiveMaskColor": "#EEEEEE",
"underlineColor": "#00BCD4",
@@ -193,6 +201,7 @@
"hoverColor": "#E7E7E8",
"hoverMaskColor": "#E7E7E8",
"inactiveMaskColor": "#FAFAFA",
"inactiveColoredFileBackground": "#FAFAFA2",
"inactiveUnderlineColor": "#D2D4D5",
"selectedForeground": "#546E7A",
"selectedBackground": "#E7E7E8",
@@ -288,13 +297,14 @@
"secondaryForeground": "#94A7B0",
"visitedForeground": "#00BCD4"
},
"link.foreground": "#00BCD4",
"List": {
"background": "#FFFFFF",
"foreground": "#546E7A",
"selectionBackground": "#80CBC450",
"selectionForeground": "#546e7a",
"selectionInactiveForeground": "#546e7a",
"selectionInactiveBackground": "#80CBC425"
"selectionInactiveBackground": "#80CBC440"
},
"material": {
"background": "#FAFAFA",
@@ -360,6 +370,7 @@
"background": "#EEEEEE"
}
},
"NewPSD.warning": "#00BCD4",
"Notification": {
"background": "#eae8e8",
"borderColor": "#eae8e8",
@@ -387,7 +398,9 @@
"messageForeground": "#546E7A"
},
"Outline": {
"color": "#F3F4F5"
"color": "#F3F4F5",
"focusedColor": "#00BCD4",
"disabledColor": "#D2D4D5"
},
"Panel": {
"background": "#FAFAFA",
@@ -417,15 +430,17 @@
"disabledForeground": "#D2D4D5",
"eapTagBackground": "#E7E7E8",
"lightSelectionBackground": "#80CBC4",
"paidTagBackground": "#E7E7E8",
"selectionBackground": "#80CBC4",
"tagForeground": "#00BCD4",
"tagBackground": "#E7E7E8",
"trialTagBackground": "#E7E7E8",
"Button": {
"installBackground": "#F3F4F5",
"installBorderColor": "#F3F4F5",
"installForeground": "#546E7A",
"installFocusedBackground": "#E7E7E8",
"installFillForeground": "#94A7B0",
"installFillForeground": "#D2D4D5",
"installFillBackground": "#F3F4F5",
"updateBackground": "#F3F4F5",
"updateBorderColor": "#F3F4F5",
@@ -462,6 +477,7 @@
"separatorForeground": "#546E7A",
"separatorColor": "#FFFFFF",
"Toolbar": {
"Floating.background": "#EEEEEE",
"background": "#EEEEEE",
"borderColor": "#EEEEEE"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#E7E7E8",
"trackColor": "#E7E7E8"
},
"PsiViewer": {
"referenceHighlightColor": "#00BCD4"
},
"RadioButton": {
"background": "#FAFAFA",
"disabledText": "#D2D4D5",
@@ -559,6 +578,7 @@
"endBackground": "#00BCD4",
"startBackground": "#00BCD4"
},
"SearchField.errorBackground": "#eae8e8",
"Separator": {
"background": "#FFFFFF",
"foreground": "#FFFFFF",
@@ -648,6 +668,7 @@
"borderColor": "#FAFAFA",
"bottomSeparatorColor": "#FFFFFF",
"cellBorder": "4,0,4,0",
"disabledForeground": "#D2D4D5",
"foreground": "#546E7A",
"focusCellBackground": "#E7E7E8",
"focusCellForeground": "#546e7a",
@@ -746,17 +767,36 @@
"hash": "#d3e1e8",
"modifiedItemForeground": "#00BCD4",
"rowHeight": 28,
"selectionBackground": "#80CBC470",
"selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a",
"selectionInactiveForeground": "#546e7a",
"selectionInactiveBackground": "#80CBC425",
"selectionInactiveBackground": "#80CBC440",
"textBackground": "#EEEEEE"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#d3e1e8",
"ColorPicker.background": "#FAFAFA",
"ColorPicker.foreground": "#546E7A",
"Component.borderColor": "#d3e1e8",
"Component.background": "#FAFAFA",
"Component.foreground": "#546E7A",
"Connector.borderColor": "#d3e1e8",
"Connector.hoverBorderColor": "#E7E7E8",
"Canvas.background": "#EEEEEE",
"highStroke.foreground": "#546E7A",
"Label.foreground": "#94A7B0",
"List.selectionBackground": "#80CBC440",
"Panel.borderColor": "#d3e1e8",
"Panel.background": "#FAFAFA",
"Preview.background": "#FAFAFA"
"percent.foreground": "#546E7A",
"Placeholder.background": "#FAFAFA",
"Placeholder.borderColor": "#d3e1e8",
"Placeholder.foreground": "#546E7A",
"Placeholder.selectedForeground": "#546e7a",
"Preview.background": "#FAFAFA",
"stroke.acceleratorForeground": "#94A7B0"
},
"ValidationTooltip": {
"errorBackground": "#eae8e8",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#FAFAFA"
},
"GitCommits": {
"graphColor": "#E7E7E8"
},
"GitLog": {
"localBranchIconColor": "#00BCD4",
"otherIconColor": "#94A7B0",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#91B859"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#00BCD450",
"hoverBorderColor": "#00BCD450",
"hoverSeparatorColor": "#F3F4F5",
"focusedBorderColor": "#00BCD450",
"pressedBackground": "#00BCD450",
"pressedBorderColor": "#00BCD450"
},
@@ -66,6 +68,11 @@
"shadowColor": "#F3F4F5",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#d3e1e8",
"Tooltip.background": "#eae8e8"
},
"Content.background": "#EEEEEE",
"CheckBox": {
"background": "#FAFAFA",
"disabledText": "#D2D4D5",
@@ -161,6 +168,7 @@
"hoverBackground": "#E7E7E8",
"hoverColor": "#FAFAFA",
"hoverMaskColor": "#E7E7E8",
"inactiveColoredFileBackground": "#F3F4F5",
"inactiveUnderlineColor": "#D2D4D5",
"inactiveMaskColor": "#FAFAFA",
"underlineColor": "#00BCD4",
@@ -193,6 +201,7 @@
"hoverColor": "#E7E7E8",
"hoverMaskColor": "#E7E7E8",
"inactiveMaskColor": "#FAFAFA",
"inactiveColoredFileBackground": "#FAFAFA2",
"inactiveUnderlineColor": "#D2D4D5",
"selectedForeground": "#546E7A",
"selectedBackground": "#E7E7E8",
@@ -288,13 +297,14 @@
"secondaryForeground": "#94A7B0",
"visitedForeground": "#00BCD4"
},
"link.foreground": "#00BCD4",
"List": {
"background": "#FFFFFF",
"foreground": "#546E7A",
"selectionBackground": "#80CBC450",
"selectionForeground": "#546e7a",
"selectionInactiveForeground": "#546e7a",
"selectionInactiveBackground": "#80CBC425"
"selectionInactiveBackground": "#80CBC440"
},
"material": {
"background": "#FAFAFA",
@@ -360,6 +370,7 @@
"background": "#FAFAFA"
}
},
"NewPSD.warning": "#00BCD4",
"Notification": {
"background": "#eae8e8",
"borderColor": "#eae8e8",
@@ -387,7 +398,9 @@
"messageForeground": "#546E7A"
},
"Outline": {
"color": "#F3F4F5"
"color": "#F3F4F5",
"focusedColor": "#00BCD4",
"disabledColor": "#D2D4D5"
},
"Panel": {
"background": "#FAFAFA",
@@ -417,15 +430,17 @@
"disabledForeground": "#D2D4D5",
"eapTagBackground": "#E7E7E8",
"lightSelectionBackground": "#80CBC4",
"paidTagBackground": "#E7E7E8",
"selectionBackground": "#80CBC4",
"tagForeground": "#00BCD4",
"tagBackground": "#E7E7E8",
"trialTagBackground": "#E7E7E8",
"Button": {
"installBackground": "#F3F4F5",
"installBorderColor": "#F3F4F5",
"installForeground": "#546E7A",
"installFocusedBackground": "#E7E7E8",
"installFillForeground": "#94A7B0",
"installFillForeground": "#D2D4D5",
"installFillBackground": "#F3F4F5",
"updateBackground": "#F3F4F5",
"updateBorderColor": "#F3F4F5",
@@ -462,6 +477,7 @@
"separatorForeground": "#546E7A",
"separatorColor": "#FFFFFF",
"Toolbar": {
"Floating.background": "#EEEEEE",
"background": "#EEEEEE",
"borderColor": "#EEEEEE"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#E7E7E8",
"trackColor": "#E7E7E8"
},
"PsiViewer": {
"referenceHighlightColor": "#00BCD4"
},
"RadioButton": {
"background": "#FAFAFA",
"disabledText": "#D2D4D5",
@@ -559,6 +578,7 @@
"endBackground": "#00BCD4",
"startBackground": "#00BCD4"
},
"SearchField.errorBackground": "#eae8e8",
"Separator": {
"background": "#FFFFFF",
"foreground": "#FFFFFF",
@@ -648,6 +668,7 @@
"borderColor": "#FAFAFA",
"bottomSeparatorColor": "#FFFFFF",
"cellBorder": "4,0,4,0",
"disabledForeground": "#D2D4D5",
"foreground": "#546E7A",
"focusCellBackground": "#E7E7E8",
"focusCellForeground": "#546e7a",
@@ -746,17 +767,36 @@
"hash": "#d3e1e8",
"modifiedItemForeground": "#00BCD4",
"rowHeight": 28,
"selectionBackground": "#80CBC470",
"selectionBackground": "#80CBC440",
"selectionForeground": "#546e7a",
"selectionInactiveForeground": "#546e7a",
"selectionInactiveBackground": "#80CBC425",
"selectionInactiveBackground": "#80CBC440",
"textBackground": "#FAFAFA"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#d3e1e8",
"ColorPicker.background": "#FAFAFA",
"ColorPicker.foreground": "#546E7A",
"Component.borderColor": "#d3e1e8",
"Component.background": "#FAFAFA",
"Component.foreground": "#546E7A",
"Connector.borderColor": "#d3e1e8",
"Connector.hoverBorderColor": "#E7E7E8",
"Canvas.background": "#EEEEEE",
"highStroke.foreground": "#546E7A",
"Label.foreground": "#94A7B0",
"List.selectionBackground": "#80CBC440",
"Panel.borderColor": "#d3e1e8",
"Panel.background": "#FAFAFA",
"Preview.background": "#FAFAFA"
"percent.foreground": "#546E7A",
"Placeholder.background": "#FAFAFA",
"Placeholder.borderColor": "#d3e1e8",
"Placeholder.foreground": "#546E7A",
"Placeholder.selectedForeground": "#546e7a",
"Preview.background": "#FAFAFA",
"stroke.acceleratorForeground": "#94A7B0"
},
"ValidationTooltip": {
"errorBackground": "#eae8e8",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#FAFAFA"
},
"GitCommits": {
"graphColor": "#E7E7E8"
},
"GitLog": {
"localBranchIconColor": "#00BCD4",
"otherIconColor": "#94A7B0",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#91B859"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#00968850",
"hoverBorderColor": "#00968850",
"hoverSeparatorColor": "#2E3C43",
"focusedBorderColor": "#00968850",
"pressedBackground": "#00968850",
"pressedBorderColor": "#00968850"
},
@@ -66,6 +68,11 @@
"shadowColor": "#2E3C43",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#2A373E",
"Tooltip.background": "#1E272C"
},
"Content.background": "#1E272C",
"CheckBox": {
"background": "#263238",
"disabledText": "#415967",
@@ -161,6 +168,7 @@
"hoverBackground": "#314549",
"hoverColor": "#1E272C",
"hoverMaskColor": "#425B67",
"inactiveColoredFileBackground": "#2E3C43",
"inactiveUnderlineColor": "#415967",
"inactiveMaskColor": "#1E272C",
"underlineColor": "#009688",
@@ -193,6 +201,7 @@
"hoverColor": "#425B67",
"hoverMaskColor": "#425B67",
"inactiveMaskColor": "#263238",
"inactiveColoredFileBackground": "#2632382",
"inactiveUnderlineColor": "#415967",
"selectedForeground": "#B0BEC5",
"selectedBackground": "#314549",
@@ -288,13 +297,14 @@
"secondaryForeground": "#607D8B",
"visitedForeground": "#009688"
},
"link.foreground": "#009688",
"List": {
"background": "#32424A",
"foreground": "#B0BEC5",
"selectionBackground": "#546E7A50",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#546E7A25"
"selectionInactiveBackground": "#546E7A50"
},
"material": {
"background": "#263238",
@@ -360,6 +370,7 @@
"background": "#1E272C"
}
},
"NewPSD.warning": "#009688",
"Notification": {
"background": "#1E272C",
"borderColor": "#1E272C",
@@ -387,7 +398,9 @@
"messageForeground": "#B0BEC5"
},
"Outline": {
"color": "#2E3C43"
"color": "#2E3C43",
"focusedColor": "#009688",
"disabledColor": "#415967"
},
"Panel": {
"background": "#263238",
@@ -417,15 +430,17 @@
"disabledForeground": "#415967",
"eapTagBackground": "#425B67",
"lightSelectionBackground": "#546E7A",
"paidTagBackground": "#425B67",
"selectionBackground": "#546E7A",
"tagForeground": "#009688",
"tagBackground": "#425B67",
"trialTagBackground": "#425B67",
"Button": {
"installBackground": "#2E3C43",
"installBorderColor": "#2E3C43",
"installForeground": "#B0BEC5",
"installFocusedBackground": "#425B67",
"installFillForeground": "#607D8B",
"installFillForeground": "#415967",
"installFillBackground": "#2E3C43",
"updateBackground": "#2E3C43",
"updateBorderColor": "#2E3C43",
@@ -462,6 +477,7 @@
"separatorForeground": "#B0BEC5",
"separatorColor": "#32424A",
"Toolbar": {
"Floating.background": "#1E272C",
"background": "#1E272C",
"borderColor": "#1E272C"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#425B67",
"trackColor": "#425B67"
},
"PsiViewer": {
"referenceHighlightColor": "#009688"
},
"RadioButton": {
"background": "#263238",
"disabledText": "#415967",
@@ -559,6 +578,7 @@
"endBackground": "#009688",
"startBackground": "#009688"
},
"SearchField.errorBackground": "#1E272C",
"Separator": {
"background": "#32424A",
"foreground": "#32424A",
@@ -648,6 +668,7 @@
"borderColor": "#263238",
"bottomSeparatorColor": "#32424A",
"cellBorder": "4,0,4,0",
"disabledForeground": "#415967",
"foreground": "#B0BEC5",
"focusCellBackground": "#314549",
"focusCellForeground": "#FFFFFF",
@@ -746,17 +767,36 @@
"hash": "#2A373E",
"modifiedItemForeground": "#009688",
"rowHeight": 28,
"selectionBackground": "#546E7A70",
"selectionBackground": "#546E7A50",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#546E7A25",
"selectionInactiveBackground": "#546E7A50",
"textBackground": "#1E272C"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#2A373E",
"ColorPicker.background": "#263238",
"ColorPicker.foreground": "#B0BEC5",
"Component.borderColor": "#2A373E",
"Component.background": "#263238",
"Component.foreground": "#B0BEC5",
"Connector.borderColor": "#2A373E",
"Connector.hoverBorderColor": "#425B67",
"Canvas.background": "#1E272C",
"highStroke.foreground": "#B0BEC5",
"Label.foreground": "#607D8B",
"List.selectionBackground": "#546E7A50",
"Panel.borderColor": "#2A373E",
"Panel.background": "#263238",
"Preview.background": "#263238"
"percent.foreground": "#B0BEC5",
"Placeholder.background": "#263238",
"Placeholder.borderColor": "#2A373E",
"Placeholder.foreground": "#B0BEC5",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#263238",
"stroke.acceleratorForeground": "#607D8B"
},
"ValidationTooltip": {
"errorBackground": "#1E272C",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#263238"
},
"GitCommits": {
"graphColor": "#425B67"
},
"GitLog": {
"localBranchIconColor": "#009688",
"otherIconColor": "#607D8B",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#c3e88d"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#00968850",
"hoverBorderColor": "#00968850",
"hoverSeparatorColor": "#2E3C43",
"focusedBorderColor": "#00968850",
"pressedBackground": "#00968850",
"pressedBorderColor": "#00968850"
},
@@ -66,6 +68,11 @@
"shadowColor": "#2E3C43",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#2A373E",
"Tooltip.background": "#1E272C"
},
"Content.background": "#1E272C",
"CheckBox": {
"background": "#263238",
"disabledText": "#415967",
@@ -161,6 +168,7 @@
"hoverBackground": "#314549",
"hoverColor": "#263238",
"hoverMaskColor": "#425B67",
"inactiveColoredFileBackground": "#2E3C43",
"inactiveUnderlineColor": "#415967",
"inactiveMaskColor": "#263238",
"underlineColor": "#009688",
@@ -193,6 +201,7 @@
"hoverColor": "#425B67",
"hoverMaskColor": "#425B67",
"inactiveMaskColor": "#263238",
"inactiveColoredFileBackground": "#2632382",
"inactiveUnderlineColor": "#415967",
"selectedForeground": "#B0BEC5",
"selectedBackground": "#314549",
@@ -288,13 +297,14 @@
"secondaryForeground": "#607D8B",
"visitedForeground": "#009688"
},
"link.foreground": "#009688",
"List": {
"background": "#32424A",
"foreground": "#B0BEC5",
"selectionBackground": "#546E7A50",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#546E7A25"
"selectionInactiveBackground": "#546E7A50"
},
"material": {
"background": "#263238",
@@ -360,6 +370,7 @@
"background": "#263238"
}
},
"NewPSD.warning": "#009688",
"Notification": {
"background": "#1E272C",
"borderColor": "#1E272C",
@@ -387,7 +398,9 @@
"messageForeground": "#B0BEC5"
},
"Outline": {
"color": "#2E3C43"
"color": "#2E3C43",
"focusedColor": "#009688",
"disabledColor": "#415967"
},
"Panel": {
"background": "#263238",
@@ -417,15 +430,17 @@
"disabledForeground": "#415967",
"eapTagBackground": "#425B67",
"lightSelectionBackground": "#546E7A",
"paidTagBackground": "#425B67",
"selectionBackground": "#546E7A",
"tagForeground": "#009688",
"tagBackground": "#425B67",
"trialTagBackground": "#425B67",
"Button": {
"installBackground": "#2E3C43",
"installBorderColor": "#2E3C43",
"installForeground": "#B0BEC5",
"installFocusedBackground": "#425B67",
"installFillForeground": "#607D8B",
"installFillForeground": "#415967",
"installFillBackground": "#2E3C43",
"updateBackground": "#2E3C43",
"updateBorderColor": "#2E3C43",
@@ -462,6 +477,7 @@
"separatorForeground": "#B0BEC5",
"separatorColor": "#32424A",
"Toolbar": {
"Floating.background": "#1E272C",
"background": "#1E272C",
"borderColor": "#1E272C"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#425B67",
"trackColor": "#425B67"
},
"PsiViewer": {
"referenceHighlightColor": "#009688"
},
"RadioButton": {
"background": "#263238",
"disabledText": "#415967",
@@ -559,6 +578,7 @@
"endBackground": "#009688",
"startBackground": "#009688"
},
"SearchField.errorBackground": "#1E272C",
"Separator": {
"background": "#32424A",
"foreground": "#32424A",
@@ -648,6 +668,7 @@
"borderColor": "#263238",
"bottomSeparatorColor": "#32424A",
"cellBorder": "4,0,4,0",
"disabledForeground": "#415967",
"foreground": "#B0BEC5",
"focusCellBackground": "#314549",
"focusCellForeground": "#FFFFFF",
@@ -746,17 +767,36 @@
"hash": "#2A373E",
"modifiedItemForeground": "#009688",
"rowHeight": 28,
"selectionBackground": "#546E7A70",
"selectionBackground": "#546E7A50",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#546E7A25",
"selectionInactiveBackground": "#546E7A50",
"textBackground": "#263238"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#2A373E",
"ColorPicker.background": "#263238",
"ColorPicker.foreground": "#B0BEC5",
"Component.borderColor": "#2A373E",
"Component.background": "#263238",
"Component.foreground": "#B0BEC5",
"Connector.borderColor": "#2A373E",
"Connector.hoverBorderColor": "#425B67",
"Canvas.background": "#1E272C",
"highStroke.foreground": "#B0BEC5",
"Label.foreground": "#607D8B",
"List.selectionBackground": "#546E7A50",
"Panel.borderColor": "#2A373E",
"Panel.background": "#263238",
"Preview.background": "#263238"
"percent.foreground": "#B0BEC5",
"Placeholder.background": "#263238",
"Placeholder.borderColor": "#2A373E",
"Placeholder.foreground": "#B0BEC5",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#263238",
"stroke.acceleratorForeground": "#607D8B"
},
"ValidationTooltip": {
"errorBackground": "#1E272C",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#263238"
},
"GitCommits": {
"graphColor": "#425B67"
},
"GitLog": {
"localBranchIconColor": "#009688",
"otherIconColor": "#607D8B",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#c3e88d"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#ab47bc50",
"hoverBorderColor": "#ab47bc50",
"hoverSeparatorColor": "#303348",
"focusedBorderColor": "#ab47bc50",
"pressedBackground": "#ab47bc50",
"pressedBorderColor": "#ab47bc50"
},
@@ -66,6 +68,11 @@
"shadowColor": "#303348",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#2b2a3e",
"Tooltip.background": "#202331"
},
"Content.background": "#202331",
"CheckBox": {
"background": "#292D3E",
"disabledText": "#515772",
@@ -161,6 +168,7 @@
"hoverBackground": "#414863",
"hoverColor": "#202331",
"hoverMaskColor": "#444267",
"inactiveColoredFileBackground": "#303348",
"inactiveUnderlineColor": "#515772",
"inactiveMaskColor": "#202331",
"underlineColor": "#ab47bc",
@@ -193,6 +201,7 @@
"hoverColor": "#444267",
"hoverMaskColor": "#444267",
"inactiveMaskColor": "#292D3E",
"inactiveColoredFileBackground": "#292D3E2",
"inactiveUnderlineColor": "#515772",
"selectedForeground": "#A6ACCD",
"selectedBackground": "#414863",
@@ -288,13 +297,14 @@
"secondaryForeground": "#676E95",
"visitedForeground": "#ab47bc"
},
"link.foreground": "#ab47bc",
"List": {
"background": "#34324a",
"foreground": "#A6ACCD",
"selectionBackground": "#3C435E50",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#676E9525"
"selectionInactiveBackground": "#676E9550"
},
"material": {
"background": "#292D3E",
@@ -360,6 +370,7 @@
"background": "#202331"
}
},
"NewPSD.warning": "#ab47bc",
"Notification": {
"background": "#202331",
"borderColor": "#202331",
@@ -387,7 +398,9 @@
"messageForeground": "#A6ACCD"
},
"Outline": {
"color": "#303348"
"color": "#303348",
"focusedColor": "#ab47bc",
"disabledColor": "#515772"
},
"Panel": {
"background": "#292D3E",
@@ -417,15 +430,17 @@
"disabledForeground": "#515772",
"eapTagBackground": "#444267",
"lightSelectionBackground": "#3C435E",
"paidTagBackground": "#444267",
"selectionBackground": "#3C435E",
"tagForeground": "#ab47bc",
"tagBackground": "#444267",
"trialTagBackground": "#444267",
"Button": {
"installBackground": "#303348",
"installBorderColor": "#303348",
"installForeground": "#A6ACCD",
"installFocusedBackground": "#444267",
"installFillForeground": "#676E95",
"installFillForeground": "#515772",
"installFillBackground": "#303348",
"updateBackground": "#303348",
"updateBorderColor": "#303348",
@@ -462,6 +477,7 @@
"separatorForeground": "#A6ACCD",
"separatorColor": "#34324a",
"Toolbar": {
"Floating.background": "#202331",
"background": "#202331",
"borderColor": "#202331"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#444267",
"trackColor": "#444267"
},
"PsiViewer": {
"referenceHighlightColor": "#ab47bc"
},
"RadioButton": {
"background": "#292D3E",
"disabledText": "#515772",
@@ -559,6 +578,7 @@
"endBackground": "#ab47bc",
"startBackground": "#ab47bc"
},
"SearchField.errorBackground": "#202331",
"Separator": {
"background": "#34324a",
"foreground": "#34324a",
@@ -648,6 +668,7 @@
"borderColor": "#292D3E",
"bottomSeparatorColor": "#34324a",
"cellBorder": "4,0,4,0",
"disabledForeground": "#515772",
"foreground": "#A6ACCD",
"focusCellBackground": "#414863",
"focusCellForeground": "#FFFFFF",
@@ -746,17 +767,36 @@
"hash": "#2b2a3e",
"modifiedItemForeground": "#ab47bc",
"rowHeight": 28,
"selectionBackground": "#676E9570",
"selectionBackground": "#676E9550",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#676E9525",
"selectionInactiveBackground": "#676E9550",
"textBackground": "#202331"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#2b2a3e",
"ColorPicker.background": "#292D3E",
"ColorPicker.foreground": "#A6ACCD",
"Component.borderColor": "#2b2a3e",
"Component.background": "#292D3E",
"Component.foreground": "#A6ACCD",
"Connector.borderColor": "#2b2a3e",
"Connector.hoverBorderColor": "#444267",
"Canvas.background": "#202331",
"highStroke.foreground": "#A6ACCD",
"Label.foreground": "#676E95",
"List.selectionBackground": "#676E9550",
"Panel.borderColor": "#2b2a3e",
"Panel.background": "#292D3E",
"Preview.background": "#292D3E"
"percent.foreground": "#A6ACCD",
"Placeholder.background": "#292D3E",
"Placeholder.borderColor": "#2b2a3e",
"Placeholder.foreground": "#A6ACCD",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#292D3E",
"stroke.acceleratorForeground": "#676E95"
},
"ValidationTooltip": {
"errorBackground": "#202331",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#292D3E"
},
"GitCommits": {
"graphColor": "#444267"
},
"GitLog": {
"localBranchIconColor": "#ab47bc",
"otherIconColor": "#676E95",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#c3e88d"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#ab47bc50",
"hoverBorderColor": "#ab47bc50",
"hoverSeparatorColor": "#303348",
"focusedBorderColor": "#ab47bc50",
"pressedBackground": "#ab47bc50",
"pressedBorderColor": "#ab47bc50"
},
@@ -66,6 +68,11 @@
"shadowColor": "#303348",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#2b2a3e",
"Tooltip.background": "#202331"
},
"Content.background": "#202331",
"CheckBox": {
"background": "#292D3E",
"disabledText": "#515772",
@@ -161,6 +168,7 @@
"hoverBackground": "#414863",
"hoverColor": "#292D3E",
"hoverMaskColor": "#444267",
"inactiveColoredFileBackground": "#303348",
"inactiveUnderlineColor": "#515772",
"inactiveMaskColor": "#292D3E",
"underlineColor": "#ab47bc",
@@ -193,6 +201,7 @@
"hoverColor": "#444267",
"hoverMaskColor": "#444267",
"inactiveMaskColor": "#292D3E",
"inactiveColoredFileBackground": "#292D3E2",
"inactiveUnderlineColor": "#515772",
"selectedForeground": "#A6ACCD",
"selectedBackground": "#414863",
@@ -288,13 +297,14 @@
"secondaryForeground": "#676E95",
"visitedForeground": "#ab47bc"
},
"link.foreground": "#ab47bc",
"List": {
"background": "#34324a",
"foreground": "#A6ACCD",
"selectionBackground": "#3C435E50",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#676E9525"
"selectionInactiveBackground": "#676E9550"
},
"material": {
"background": "#292D3E",
@@ -360,6 +370,7 @@
"background": "#292D3E"
}
},
"NewPSD.warning": "#ab47bc",
"Notification": {
"background": "#202331",
"borderColor": "#202331",
@@ -387,7 +398,9 @@
"messageForeground": "#A6ACCD"
},
"Outline": {
"color": "#303348"
"color": "#303348",
"focusedColor": "#ab47bc",
"disabledColor": "#515772"
},
"Panel": {
"background": "#292D3E",
@@ -417,15 +430,17 @@
"disabledForeground": "#515772",
"eapTagBackground": "#444267",
"lightSelectionBackground": "#3C435E",
"paidTagBackground": "#444267",
"selectionBackground": "#3C435E",
"tagForeground": "#ab47bc",
"tagBackground": "#444267",
"trialTagBackground": "#444267",
"Button": {
"installBackground": "#303348",
"installBorderColor": "#303348",
"installForeground": "#A6ACCD",
"installFocusedBackground": "#444267",
"installFillForeground": "#676E95",
"installFillForeground": "#515772",
"installFillBackground": "#303348",
"updateBackground": "#303348",
"updateBorderColor": "#303348",
@@ -462,6 +477,7 @@
"separatorForeground": "#A6ACCD",
"separatorColor": "#34324a",
"Toolbar": {
"Floating.background": "#202331",
"background": "#202331",
"borderColor": "#202331"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#444267",
"trackColor": "#444267"
},
"PsiViewer": {
"referenceHighlightColor": "#ab47bc"
},
"RadioButton": {
"background": "#292D3E",
"disabledText": "#515772",
@@ -559,6 +578,7 @@
"endBackground": "#ab47bc",
"startBackground": "#ab47bc"
},
"SearchField.errorBackground": "#202331",
"Separator": {
"background": "#34324a",
"foreground": "#34324a",
@@ -648,6 +668,7 @@
"borderColor": "#292D3E",
"bottomSeparatorColor": "#34324a",
"cellBorder": "4,0,4,0",
"disabledForeground": "#515772",
"foreground": "#A6ACCD",
"focusCellBackground": "#414863",
"focusCellForeground": "#FFFFFF",
@@ -746,17 +767,36 @@
"hash": "#2b2a3e",
"modifiedItemForeground": "#ab47bc",
"rowHeight": 28,
"selectionBackground": "#676E9570",
"selectionBackground": "#676E9550",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#676E9525",
"selectionInactiveBackground": "#676E9550",
"textBackground": "#292D3E"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#2b2a3e",
"ColorPicker.background": "#292D3E",
"ColorPicker.foreground": "#A6ACCD",
"Component.borderColor": "#2b2a3e",
"Component.background": "#292D3E",
"Component.foreground": "#A6ACCD",
"Connector.borderColor": "#2b2a3e",
"Connector.hoverBorderColor": "#444267",
"Canvas.background": "#202331",
"highStroke.foreground": "#A6ACCD",
"Label.foreground": "#676E95",
"List.selectionBackground": "#676E9550",
"Panel.borderColor": "#2b2a3e",
"Panel.background": "#292D3E",
"Preview.background": "#292D3E"
"percent.foreground": "#A6ACCD",
"Placeholder.background": "#292D3E",
"Placeholder.borderColor": "#2b2a3e",
"Placeholder.foreground": "#A6ACCD",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#292D3E",
"stroke.acceleratorForeground": "#676E95"
},
"ValidationTooltip": {
"errorBackground": "#202331",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#292D3E"
},
"GitCommits": {
"graphColor": "#444267"
},
"GitLog": {
"localBranchIconColor": "#ab47bc",
"otherIconColor": "#676E95",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#c3e88d"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#ffd86650",
"hoverBorderColor": "#ffd86650",
"hoverSeparatorColor": "#403E41",
"focusedBorderColor": "#ffd86650",
"pressedBackground": "#ffd86650",
"pressedBorderColor": "#ffd86650"
},
@@ -66,6 +68,11 @@
"shadowColor": "#403E41",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#2d2a2e",
"Tooltip.background": "#363437"
},
"Content.background": "#3a3a3c",
"CheckBox": {
"background": "#2D2A2E",
"disabledText": "#5b595c",
@@ -161,6 +168,7 @@
"hoverBackground": "#4A474B",
"hoverColor": "#3a3a3c",
"hoverMaskColor": "#5b595c",
"inactiveColoredFileBackground": "#403E41",
"inactiveUnderlineColor": "#5b595c",
"inactiveMaskColor": "#3a3a3c",
"underlineColor": "#ffd866",
@@ -193,6 +201,7 @@
"hoverColor": "#5b595c",
"hoverMaskColor": "#5b595c",
"inactiveMaskColor": "#2D2A2E",
"inactiveColoredFileBackground": "#2D2A2E2",
"inactiveUnderlineColor": "#5b595c",
"selectedForeground": "#fcfcfa",
"selectedBackground": "#4A474B",
@@ -288,13 +297,14 @@
"secondaryForeground": "#939293",
"visitedForeground": "#ffd866"
},
"link.foreground": "#ffd866",
"List": {
"background": "#403E41",
"foreground": "#fcfcfa",
"selectionBackground": "#6E6C6F50",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#ffd866",
"selectionInactiveBackground": "#403E4125"
"selectionInactiveBackground": "#403E41"
},
"material": {
"background": "#2D2A2E",
@@ -360,6 +370,7 @@
"background": "#3a3a3c"
}
},
"NewPSD.warning": "#ffd866",
"Notification": {
"background": "#363437",
"borderColor": "#363437",
@@ -387,7 +398,9 @@
"messageForeground": "#fcfcfa"
},
"Outline": {
"color": "#403E41"
"color": "#403E41",
"focusedColor": "#ffd866",
"disabledColor": "#5b595c"
},
"Panel": {
"background": "#2D2A2E",
@@ -417,15 +430,17 @@
"disabledForeground": "#5b595c",
"eapTagBackground": "#5b595c",
"lightSelectionBackground": "#6E6C6F",
"paidTagBackground": "#5b595c",
"selectionBackground": "#6E6C6F",
"tagForeground": "#ffd866",
"tagBackground": "#5b595c",
"trialTagBackground": "#5b595c",
"Button": {
"installBackground": "#403E41",
"installBorderColor": "#403E41",
"installForeground": "#fcfcfa",
"installFocusedBackground": "#5b595c",
"installFillForeground": "#939293",
"installFillForeground": "#5b595c",
"installFillBackground": "#403E41",
"updateBackground": "#403E41",
"updateBorderColor": "#403E41",
@@ -462,6 +477,7 @@
"separatorForeground": "#fcfcfa",
"separatorColor": "#403E41",
"Toolbar": {
"Floating.background": "#3a3a3c",
"background": "#3a3a3c",
"borderColor": "#3a3a3c"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#5b595c",
"trackColor": "#5b595c"
},
"PsiViewer": {
"referenceHighlightColor": "#ffd866"
},
"RadioButton": {
"background": "#2D2A2E",
"disabledText": "#5b595c",
@@ -559,6 +578,7 @@
"endBackground": "#ffd866",
"startBackground": "#ffd866"
},
"SearchField.errorBackground": "#363437",
"Separator": {
"background": "#403E41",
"foreground": "#403E41",
@@ -648,6 +668,7 @@
"borderColor": "#2D2A2E",
"bottomSeparatorColor": "#403E41",
"cellBorder": "4,0,4,0",
"disabledForeground": "#5b595c",
"foreground": "#fcfcfa",
"focusCellBackground": "#4A474B",
"focusCellForeground": "#ffd866",
@@ -746,17 +767,36 @@
"hash": "#2d2a2e",
"modifiedItemForeground": "#ffd866",
"rowHeight": 28,
"selectionBackground": "#403E4170",
"selectionBackground": "#403E41",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#403E4125",
"selectionInactiveBackground": "#403E41",
"textBackground": "#3a3a3c"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#2d2a2e",
"ColorPicker.background": "#2D2A2E",
"ColorPicker.foreground": "#fcfcfa",
"Component.borderColor": "#2d2a2e",
"Component.background": "#2D2A2E",
"Component.foreground": "#fcfcfa",
"Connector.borderColor": "#2d2a2e",
"Connector.hoverBorderColor": "#5b595c",
"Canvas.background": "#3a3a3c",
"highStroke.foreground": "#fcfcfa",
"Label.foreground": "#939293",
"List.selectionBackground": "#403E41",
"Panel.borderColor": "#2d2a2e",
"Panel.background": "#2D2A2E",
"Preview.background": "#2D2A2E"
"percent.foreground": "#fcfcfa",
"Placeholder.background": "#2D2A2E",
"Placeholder.borderColor": "#2d2a2e",
"Placeholder.foreground": "#fcfcfa",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#2D2A2E",
"stroke.acceleratorForeground": "#939293"
},
"ValidationTooltip": {
"errorBackground": "#363437",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#2D2A2E"
},
"GitCommits": {
"graphColor": "#5b595c"
},
"GitLog": {
"localBranchIconColor": "#ffd866",
"otherIconColor": "#939293",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#FFD866"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#ffd86650",
"hoverBorderColor": "#ffd86650",
"hoverSeparatorColor": "#403E41",
"focusedBorderColor": "#ffd86650",
"pressedBackground": "#ffd86650",
"pressedBorderColor": "#ffd86650"
},
@@ -66,6 +68,11 @@
"shadowColor": "#403E41",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#2d2a2e",
"Tooltip.background": "#363437"
},
"Content.background": "#3a3a3c",
"CheckBox": {
"background": "#2D2A2E",
"disabledText": "#5b595c",
@@ -161,6 +168,7 @@
"hoverBackground": "#4A474B",
"hoverColor": "#2D2A2E",
"hoverMaskColor": "#5b595c",
"inactiveColoredFileBackground": "#403E41",
"inactiveUnderlineColor": "#5b595c",
"inactiveMaskColor": "#2D2A2E",
"underlineColor": "#ffd866",
@@ -193,6 +201,7 @@
"hoverColor": "#5b595c",
"hoverMaskColor": "#5b595c",
"inactiveMaskColor": "#2D2A2E",
"inactiveColoredFileBackground": "#2D2A2E2",
"inactiveUnderlineColor": "#5b595c",
"selectedForeground": "#fcfcfa",
"selectedBackground": "#4A474B",
@@ -288,13 +297,14 @@
"secondaryForeground": "#939293",
"visitedForeground": "#ffd866"
},
"link.foreground": "#ffd866",
"List": {
"background": "#403E41",
"foreground": "#fcfcfa",
"selectionBackground": "#6E6C6F50",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#ffd866",
"selectionInactiveBackground": "#403E4125"
"selectionInactiveBackground": "#403E41"
},
"material": {
"background": "#2D2A2E",
@@ -360,6 +370,7 @@
"background": "#2D2A2E"
}
},
"NewPSD.warning": "#ffd866",
"Notification": {
"background": "#363437",
"borderColor": "#363437",
@@ -387,7 +398,9 @@
"messageForeground": "#fcfcfa"
},
"Outline": {
"color": "#403E41"
"color": "#403E41",
"focusedColor": "#ffd866",
"disabledColor": "#5b595c"
},
"Panel": {
"background": "#2D2A2E",
@@ -417,15 +430,17 @@
"disabledForeground": "#5b595c",
"eapTagBackground": "#5b595c",
"lightSelectionBackground": "#6E6C6F",
"paidTagBackground": "#5b595c",
"selectionBackground": "#6E6C6F",
"tagForeground": "#ffd866",
"tagBackground": "#5b595c",
"trialTagBackground": "#5b595c",
"Button": {
"installBackground": "#403E41",
"installBorderColor": "#403E41",
"installForeground": "#fcfcfa",
"installFocusedBackground": "#5b595c",
"installFillForeground": "#939293",
"installFillForeground": "#5b595c",
"installFillBackground": "#403E41",
"updateBackground": "#403E41",
"updateBorderColor": "#403E41",
@@ -462,6 +477,7 @@
"separatorForeground": "#fcfcfa",
"separatorColor": "#403E41",
"Toolbar": {
"Floating.background": "#3a3a3c",
"background": "#3a3a3c",
"borderColor": "#3a3a3c"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#5b595c",
"trackColor": "#5b595c"
},
"PsiViewer": {
"referenceHighlightColor": "#ffd866"
},
"RadioButton": {
"background": "#2D2A2E",
"disabledText": "#5b595c",
@@ -559,6 +578,7 @@
"endBackground": "#ffd866",
"startBackground": "#ffd866"
},
"SearchField.errorBackground": "#363437",
"Separator": {
"background": "#403E41",
"foreground": "#403E41",
@@ -648,6 +668,7 @@
"borderColor": "#2D2A2E",
"bottomSeparatorColor": "#403E41",
"cellBorder": "4,0,4,0",
"disabledForeground": "#5b595c",
"foreground": "#fcfcfa",
"focusCellBackground": "#4A474B",
"focusCellForeground": "#ffd866",
@@ -746,17 +767,36 @@
"hash": "#2d2a2e",
"modifiedItemForeground": "#ffd866",
"rowHeight": 28,
"selectionBackground": "#403E4170",
"selectionBackground": "#403E41",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#403E4125",
"selectionInactiveBackground": "#403E41",
"textBackground": "#2D2A2E"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#2d2a2e",
"ColorPicker.background": "#2D2A2E",
"ColorPicker.foreground": "#fcfcfa",
"Component.borderColor": "#2d2a2e",
"Component.background": "#2D2A2E",
"Component.foreground": "#fcfcfa",
"Connector.borderColor": "#2d2a2e",
"Connector.hoverBorderColor": "#5b595c",
"Canvas.background": "#3a3a3c",
"highStroke.foreground": "#fcfcfa",
"Label.foreground": "#939293",
"List.selectionBackground": "#403E41",
"Panel.borderColor": "#2d2a2e",
"Panel.background": "#2D2A2E",
"Preview.background": "#2D2A2E"
"percent.foreground": "#fcfcfa",
"Placeholder.background": "#2D2A2E",
"Placeholder.borderColor": "#2d2a2e",
"Placeholder.foreground": "#fcfcfa",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#2D2A2E",
"stroke.acceleratorForeground": "#939293"
},
"ValidationTooltip": {
"errorBackground": "#363437",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#2D2A2E"
},
"GitCommits": {
"graphColor": "#5b595c"
},
"GitLog": {
"localBranchIconColor": "#ffd866",
"otherIconColor": "#939293",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#FFD866"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#7e57c250",
"hoverBorderColor": "#7e57c250",
"hoverSeparatorColor": "#0b253a",
"focusedBorderColor": "#7e57c250",
"pressedBackground": "#7e57c250",
"pressedBorderColor": "#7e57c250"
},
@@ -66,6 +68,11 @@
"shadowColor": "#0b253a",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#122d42",
"Tooltip.background": "#01111d"
},
"Content.background": "#010e1a",
"CheckBox": {
"background": "#011627",
"disabledText": "#697098",
@@ -161,6 +168,7 @@
"hoverBackground": "#13344f",
"hoverColor": "#010e1a",
"hoverMaskColor": "#084d81",
"inactiveColoredFileBackground": "#0b253a",
"inactiveUnderlineColor": "#697098",
"inactiveMaskColor": "#010e1a",
"underlineColor": "#7e57c2",
@@ -193,6 +201,7 @@
"hoverColor": "#084d81",
"hoverMaskColor": "#084d81",
"inactiveMaskColor": "#011627",
"inactiveColoredFileBackground": "#0116272",
"inactiveUnderlineColor": "#697098",
"selectedForeground": "#d6deeb",
"selectedBackground": "#13344f",
@@ -288,13 +297,14 @@
"secondaryForeground": "#5f7e97",
"visitedForeground": "#7e57c2"
},
"link.foreground": "#7e57c2",
"List": {
"background": "#0b2942",
"foreground": "#d6deeb",
"selectionBackground": "#5f7e9750",
"selectionForeground": "#ffffff",
"selectionInactiveForeground": "#ffffff",
"selectionInactiveBackground": "#13344f25"
"selectionInactiveBackground": "#13344f50"
},
"material": {
"background": "#011627",
@@ -360,6 +370,7 @@
"background": "#010e1a"
}
},
"NewPSD.warning": "#7e57c2",
"Notification": {
"background": "#01111d",
"borderColor": "#01111d",
@@ -387,7 +398,9 @@
"messageForeground": "#d6deeb"
},
"Outline": {
"color": "#0b253a"
"color": "#0b253a",
"focusedColor": "#7e57c2",
"disabledColor": "#697098"
},
"Panel": {
"background": "#011627",
@@ -417,15 +430,17 @@
"disabledForeground": "#697098",
"eapTagBackground": "#084d81",
"lightSelectionBackground": "#5f7e97",
"paidTagBackground": "#084d81",
"selectionBackground": "#5f7e97",
"tagForeground": "#7e57c2",
"tagBackground": "#084d81",
"trialTagBackground": "#084d81",
"Button": {
"installBackground": "#0b253a",
"installBorderColor": "#0b253a",
"installForeground": "#d6deeb",
"installFocusedBackground": "#084d81",
"installFillForeground": "#5f7e97",
"installFillForeground": "#697098",
"installFillBackground": "#0b253a",
"updateBackground": "#0b253a",
"updateBorderColor": "#0b253a",
@@ -462,6 +477,7 @@
"separatorForeground": "#d6deeb",
"separatorColor": "#0b2942",
"Toolbar": {
"Floating.background": "#010e1a",
"background": "#010e1a",
"borderColor": "#010e1a"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#084d81",
"trackColor": "#084d81"
},
"PsiViewer": {
"referenceHighlightColor": "#7e57c2"
},
"RadioButton": {
"background": "#011627",
"disabledText": "#697098",
@@ -559,6 +578,7 @@
"endBackground": "#7e57c2",
"startBackground": "#7e57c2"
},
"SearchField.errorBackground": "#01111d",
"Separator": {
"background": "#0b2942",
"foreground": "#0b2942",
@@ -648,6 +668,7 @@
"borderColor": "#011627",
"bottomSeparatorColor": "#0b2942",
"cellBorder": "4,0,4,0",
"disabledForeground": "#697098",
"foreground": "#d6deeb",
"focusCellBackground": "#13344f",
"focusCellForeground": "#ffffff",
@@ -746,17 +767,36 @@
"hash": "#122d42",
"modifiedItemForeground": "#7e57c2",
"rowHeight": 28,
"selectionBackground": "#13344f70",
"selectionBackground": "#13344f50",
"selectionForeground": "#ffffff",
"selectionInactiveForeground": "#ffffff",
"selectionInactiveBackground": "#13344f25",
"selectionInactiveBackground": "#13344f50",
"textBackground": "#010e1a"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#122d42",
"ColorPicker.background": "#011627",
"ColorPicker.foreground": "#d6deeb",
"Component.borderColor": "#122d42",
"Component.background": "#011627",
"Component.foreground": "#d6deeb",
"Connector.borderColor": "#122d42",
"Connector.hoverBorderColor": "#084d81",
"Canvas.background": "#010e1a",
"highStroke.foreground": "#d6deeb",
"Label.foreground": "#5f7e97",
"List.selectionBackground": "#13344f50",
"Panel.borderColor": "#122d42",
"Panel.background": "#011627",
"Preview.background": "#011627"
"percent.foreground": "#d6deeb",
"Placeholder.background": "#011627",
"Placeholder.borderColor": "#122d42",
"Placeholder.foreground": "#d6deeb",
"Placeholder.selectedForeground": "#ffffff",
"Preview.background": "#011627",
"stroke.acceleratorForeground": "#5f7e97"
},
"ValidationTooltip": {
"errorBackground": "#01111d",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#011627"
},
"GitCommits": {
"graphColor": "#084d81"
},
"GitLog": {
"localBranchIconColor": "#7e57c2",
"otherIconColor": "#5f7e97",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#ecc48d"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#7e57c250",
"hoverBorderColor": "#7e57c250",
"hoverSeparatorColor": "#0b253a",
"focusedBorderColor": "#7e57c250",
"pressedBackground": "#7e57c250",
"pressedBorderColor": "#7e57c250"
},
@@ -66,6 +68,11 @@
"shadowColor": "#0b253a",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#122d42",
"Tooltip.background": "#01111d"
},
"Content.background": "#010e1a",
"CheckBox": {
"background": "#011627",
"disabledText": "#697098",
@@ -161,6 +168,7 @@
"hoverBackground": "#13344f",
"hoverColor": "#011627",
"hoverMaskColor": "#084d81",
"inactiveColoredFileBackground": "#0b253a",
"inactiveUnderlineColor": "#697098",
"inactiveMaskColor": "#011627",
"underlineColor": "#7e57c2",
@@ -193,6 +201,7 @@
"hoverColor": "#084d81",
"hoverMaskColor": "#084d81",
"inactiveMaskColor": "#011627",
"inactiveColoredFileBackground": "#0116272",
"inactiveUnderlineColor": "#697098",
"selectedForeground": "#d6deeb",
"selectedBackground": "#13344f",
@@ -288,13 +297,14 @@
"secondaryForeground": "#5f7e97",
"visitedForeground": "#7e57c2"
},
"link.foreground": "#7e57c2",
"List": {
"background": "#0b2942",
"foreground": "#d6deeb",
"selectionBackground": "#5f7e9750",
"selectionForeground": "#ffffff",
"selectionInactiveForeground": "#ffffff",
"selectionInactiveBackground": "#13344f25"
"selectionInactiveBackground": "#13344f50"
},
"material": {
"background": "#011627",
@@ -360,6 +370,7 @@
"background": "#011627"
}
},
"NewPSD.warning": "#7e57c2",
"Notification": {
"background": "#01111d",
"borderColor": "#01111d",
@@ -387,7 +398,9 @@
"messageForeground": "#d6deeb"
},
"Outline": {
"color": "#0b253a"
"color": "#0b253a",
"focusedColor": "#7e57c2",
"disabledColor": "#697098"
},
"Panel": {
"background": "#011627",
@@ -417,15 +430,17 @@
"disabledForeground": "#697098",
"eapTagBackground": "#084d81",
"lightSelectionBackground": "#5f7e97",
"paidTagBackground": "#084d81",
"selectionBackground": "#5f7e97",
"tagForeground": "#7e57c2",
"tagBackground": "#084d81",
"trialTagBackground": "#084d81",
"Button": {
"installBackground": "#0b253a",
"installBorderColor": "#0b253a",
"installForeground": "#d6deeb",
"installFocusedBackground": "#084d81",
"installFillForeground": "#5f7e97",
"installFillForeground": "#697098",
"installFillBackground": "#0b253a",
"updateBackground": "#0b253a",
"updateBorderColor": "#0b253a",
@@ -462,6 +477,7 @@
"separatorForeground": "#d6deeb",
"separatorColor": "#0b2942",
"Toolbar": {
"Floating.background": "#010e1a",
"background": "#010e1a",
"borderColor": "#010e1a"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#084d81",
"trackColor": "#084d81"
},
"PsiViewer": {
"referenceHighlightColor": "#7e57c2"
},
"RadioButton": {
"background": "#011627",
"disabledText": "#697098",
@@ -559,6 +578,7 @@
"endBackground": "#7e57c2",
"startBackground": "#7e57c2"
},
"SearchField.errorBackground": "#01111d",
"Separator": {
"background": "#0b2942",
"foreground": "#0b2942",
@@ -648,6 +668,7 @@
"borderColor": "#011627",
"bottomSeparatorColor": "#0b2942",
"cellBorder": "4,0,4,0",
"disabledForeground": "#697098",
"foreground": "#d6deeb",
"focusCellBackground": "#13344f",
"focusCellForeground": "#ffffff",
@@ -746,17 +767,36 @@
"hash": "#122d42",
"modifiedItemForeground": "#7e57c2",
"rowHeight": 28,
"selectionBackground": "#13344f70",
"selectionBackground": "#13344f50",
"selectionForeground": "#ffffff",
"selectionInactiveForeground": "#ffffff",
"selectionInactiveBackground": "#13344f25",
"selectionInactiveBackground": "#13344f50",
"textBackground": "#011627"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#122d42",
"ColorPicker.background": "#011627",
"ColorPicker.foreground": "#d6deeb",
"Component.borderColor": "#122d42",
"Component.background": "#011627",
"Component.foreground": "#d6deeb",
"Connector.borderColor": "#122d42",
"Connector.hoverBorderColor": "#084d81",
"Canvas.background": "#010e1a",
"highStroke.foreground": "#d6deeb",
"Label.foreground": "#5f7e97",
"List.selectionBackground": "#13344f50",
"Panel.borderColor": "#122d42",
"Panel.background": "#011627",
"Preview.background": "#011627"
"percent.foreground": "#d6deeb",
"Placeholder.background": "#011627",
"Placeholder.borderColor": "#122d42",
"Placeholder.foreground": "#d6deeb",
"Placeholder.selectedForeground": "#ffffff",
"Preview.background": "#011627",
"stroke.acceleratorForeground": "#5f7e97"
},
"ValidationTooltip": {
"errorBackground": "#01111d",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#011627"
},
"GitCommits": {
"graphColor": "#084d81"
},
"GitLog": {
"localBranchIconColor": "#7e57c2",
"otherIconColor": "#5f7e97",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#ecc48d"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#d3368250",
"hoverBorderColor": "#d3368250",
"hoverSeparatorColor": "#073642",
"focusedBorderColor": "#d3368250",
"pressedBackground": "#d3368250",
"pressedBorderColor": "#d3368250"
},
@@ -66,6 +68,11 @@
"shadowColor": "#073642",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#0D3640",
"Tooltip.background": "#2E4C52"
},
"Content.background": "#00252E",
"CheckBox": {
"background": "#002B36",
"disabledText": "#2E5861",
@@ -161,6 +168,7 @@
"hoverBackground": "#003946",
"hoverColor": "#00252E",
"hoverMaskColor": "#005a6f",
"inactiveColoredFileBackground": "#073642",
"inactiveUnderlineColor": "#2E5861",
"inactiveMaskColor": "#00252E",
"underlineColor": "#d33682",
@@ -193,6 +201,7 @@
"hoverColor": "#005a6f",
"hoverMaskColor": "#005a6f",
"inactiveMaskColor": "#002B36",
"inactiveColoredFileBackground": "#002B362",
"inactiveUnderlineColor": "#2E5861",
"selectedForeground": "#839496",
"selectedBackground": "#003946",
@@ -288,13 +297,14 @@
"secondaryForeground": "#586e75",
"visitedForeground": "#d33682"
},
"link.foreground": "#d33682",
"List": {
"background": "#003745",
"foreground": "#839496",
"selectionBackground": "#2E4C5250",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#2E4C5225"
"selectionInactiveBackground": "#2E4C5280"
},
"material": {
"background": "#002B36",
@@ -360,6 +370,7 @@
"background": "#00252E"
}
},
"NewPSD.warning": "#d33682",
"Notification": {
"background": "#2E4C52",
"borderColor": "#2E4C52",
@@ -387,7 +398,9 @@
"messageForeground": "#839496"
},
"Outline": {
"color": "#073642"
"color": "#073642",
"focusedColor": "#d33682",
"disabledColor": "#2E5861"
},
"Panel": {
"background": "#002B36",
@@ -417,15 +430,17 @@
"disabledForeground": "#2E5861",
"eapTagBackground": "#005a6f",
"lightSelectionBackground": "#2E4C52",
"paidTagBackground": "#005a6f",
"selectionBackground": "#2E4C52",
"tagForeground": "#d33682",
"tagBackground": "#005a6f",
"trialTagBackground": "#005a6f",
"Button": {
"installBackground": "#073642",
"installBorderColor": "#073642",
"installForeground": "#839496",
"installFocusedBackground": "#005a6f",
"installFillForeground": "#586e75",
"installFillForeground": "#2E5861",
"installFillBackground": "#073642",
"updateBackground": "#073642",
"updateBorderColor": "#073642",
@@ -462,6 +477,7 @@
"separatorForeground": "#839496",
"separatorColor": "#003745",
"Toolbar": {
"Floating.background": "#00252E",
"background": "#00252E",
"borderColor": "#00252E"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#005a6f",
"trackColor": "#005a6f"
},
"PsiViewer": {
"referenceHighlightColor": "#d33682"
},
"RadioButton": {
"background": "#002B36",
"disabledText": "#2E5861",
@@ -559,6 +578,7 @@
"endBackground": "#d33682",
"startBackground": "#d33682"
},
"SearchField.errorBackground": "#2E4C52",
"Separator": {
"background": "#003745",
"foreground": "#003745",
@@ -648,6 +668,7 @@
"borderColor": "#002B36",
"bottomSeparatorColor": "#003745",
"cellBorder": "4,0,4,0",
"disabledForeground": "#2E5861",
"foreground": "#839496",
"focusCellBackground": "#003946",
"focusCellForeground": "#FFFFFF",
@@ -746,17 +767,36 @@
"hash": "#0D3640",
"modifiedItemForeground": "#d33682",
"rowHeight": 28,
"selectionBackground": "#2E4C5270",
"selectionBackground": "#2E4C5280",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#2E4C5225",
"selectionInactiveBackground": "#2E4C5280",
"textBackground": "#00252E"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#0D3640",
"ColorPicker.background": "#002B36",
"ColorPicker.foreground": "#839496",
"Component.borderColor": "#0D3640",
"Component.background": "#002B36",
"Component.foreground": "#839496",
"Connector.borderColor": "#0D3640",
"Connector.hoverBorderColor": "#005a6f",
"Canvas.background": "#00252E",
"highStroke.foreground": "#839496",
"Label.foreground": "#586e75",
"List.selectionBackground": "#2E4C5280",
"Panel.borderColor": "#0D3640",
"Panel.background": "#002B36",
"Preview.background": "#002B36"
"percent.foreground": "#839496",
"Placeholder.background": "#002B36",
"Placeholder.borderColor": "#0D3640",
"Placeholder.foreground": "#839496",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#002B36",
"stroke.acceleratorForeground": "#586e75"
},
"ValidationTooltip": {
"errorBackground": "#2E4C52",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#002B36"
},
"GitCommits": {
"graphColor": "#005a6f"
},
"GitLog": {
"localBranchIconColor": "#d33682",
"otherIconColor": "#586e75",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#2AA198"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#d3368250",
"hoverBorderColor": "#d3368250",
"hoverSeparatorColor": "#073642",
"focusedBorderColor": "#d3368250",
"pressedBackground": "#d3368250",
"pressedBorderColor": "#d3368250"
},
@@ -66,6 +68,11 @@
"shadowColor": "#073642",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#0D3640",
"Tooltip.background": "#2E4C52"
},
"Content.background": "#00252E",
"CheckBox": {
"background": "#002B36",
"disabledText": "#2E5861",
@@ -161,6 +168,7 @@
"hoverBackground": "#003946",
"hoverColor": "#002B36",
"hoverMaskColor": "#005a6f",
"inactiveColoredFileBackground": "#073642",
"inactiveUnderlineColor": "#2E5861",
"inactiveMaskColor": "#002B36",
"underlineColor": "#d33682",
@@ -193,6 +201,7 @@
"hoverColor": "#005a6f",
"hoverMaskColor": "#005a6f",
"inactiveMaskColor": "#002B36",
"inactiveColoredFileBackground": "#002B362",
"inactiveUnderlineColor": "#2E5861",
"selectedForeground": "#839496",
"selectedBackground": "#003946",
@@ -288,13 +297,14 @@
"secondaryForeground": "#586e75",
"visitedForeground": "#d33682"
},
"link.foreground": "#d33682",
"List": {
"background": "#003745",
"foreground": "#839496",
"selectionBackground": "#2E4C5250",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#2E4C5225"
"selectionInactiveBackground": "#2E4C5280"
},
"material": {
"background": "#002B36",
@@ -360,6 +370,7 @@
"background": "#002B36"
}
},
"NewPSD.warning": "#d33682",
"Notification": {
"background": "#2E4C52",
"borderColor": "#2E4C52",
@@ -387,7 +398,9 @@
"messageForeground": "#839496"
},
"Outline": {
"color": "#073642"
"color": "#073642",
"focusedColor": "#d33682",
"disabledColor": "#2E5861"
},
"Panel": {
"background": "#002B36",
@@ -417,15 +430,17 @@
"disabledForeground": "#2E5861",
"eapTagBackground": "#005a6f",
"lightSelectionBackground": "#2E4C52",
"paidTagBackground": "#005a6f",
"selectionBackground": "#2E4C52",
"tagForeground": "#d33682",
"tagBackground": "#005a6f",
"trialTagBackground": "#005a6f",
"Button": {
"installBackground": "#073642",
"installBorderColor": "#073642",
"installForeground": "#839496",
"installFocusedBackground": "#005a6f",
"installFillForeground": "#586e75",
"installFillForeground": "#2E5861",
"installFillBackground": "#073642",
"updateBackground": "#073642",
"updateBorderColor": "#073642",
@@ -462,6 +477,7 @@
"separatorForeground": "#839496",
"separatorColor": "#003745",
"Toolbar": {
"Floating.background": "#00252E",
"background": "#00252E",
"borderColor": "#00252E"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#005a6f",
"trackColor": "#005a6f"
},
"PsiViewer": {
"referenceHighlightColor": "#d33682"
},
"RadioButton": {
"background": "#002B36",
"disabledText": "#2E5861",
@@ -559,6 +578,7 @@
"endBackground": "#d33682",
"startBackground": "#d33682"
},
"SearchField.errorBackground": "#2E4C52",
"Separator": {
"background": "#003745",
"foreground": "#003745",
@@ -648,6 +668,7 @@
"borderColor": "#002B36",
"bottomSeparatorColor": "#003745",
"cellBorder": "4,0,4,0",
"disabledForeground": "#2E5861",
"foreground": "#839496",
"focusCellBackground": "#003946",
"focusCellForeground": "#FFFFFF",
@@ -746,17 +767,36 @@
"hash": "#0D3640",
"modifiedItemForeground": "#d33682",
"rowHeight": 28,
"selectionBackground": "#2E4C5270",
"selectionBackground": "#2E4C5280",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#2E4C5225",
"selectionInactiveBackground": "#2E4C5280",
"textBackground": "#002B36"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#0D3640",
"ColorPicker.background": "#002B36",
"ColorPicker.foreground": "#839496",
"Component.borderColor": "#0D3640",
"Component.background": "#002B36",
"Component.foreground": "#839496",
"Connector.borderColor": "#0D3640",
"Connector.hoverBorderColor": "#005a6f",
"Canvas.background": "#00252E",
"highStroke.foreground": "#839496",
"Label.foreground": "#586e75",
"List.selectionBackground": "#2E4C5280",
"Panel.borderColor": "#0D3640",
"Panel.background": "#002B36",
"Preview.background": "#002B36"
"percent.foreground": "#839496",
"Placeholder.background": "#002B36",
"Placeholder.borderColor": "#0D3640",
"Placeholder.foreground": "#839496",
"Placeholder.selectedForeground": "#FFFFFF",
"Preview.background": "#002B36",
"stroke.acceleratorForeground": "#586e75"
},
"ValidationTooltip": {
"errorBackground": "#2E4C52",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#002B36"
},
"GitCommits": {
"graphColor": "#005a6f"
},
"GitLog": {
"localBranchIconColor": "#d33682",
"otherIconColor": "#586e75",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#2AA198"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#d3368250",
"hoverBorderColor": "#d3368250",
"hoverSeparatorColor": "#d8d4c4",
"focusedBorderColor": "#d3368250",
"pressedBackground": "#d3368250",
"pressedBorderColor": "#d3368250"
},
@@ -66,6 +68,11 @@
"shadowColor": "#d8d4c4",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#edead9",
"Tooltip.background": "#EDE8D4"
},
"Content.background": "#eee8d5",
"CheckBox": {
"background": "#fdf6e3",
"disabledText": "#C9CCC3",
@@ -161,6 +168,7 @@
"hoverBackground": "#d1cbb8",
"hoverColor": "#eee8d5",
"hoverMaskColor": "#d1cbb8",
"inactiveColoredFileBackground": "#d8d4c4",
"inactiveUnderlineColor": "#C9CCC3",
"inactiveMaskColor": "#eee8d5",
"underlineColor": "#d33682",
@@ -193,6 +201,7 @@
"hoverColor": "#d1cbb8",
"hoverMaskColor": "#d1cbb8",
"inactiveMaskColor": "#fdf6e3",
"inactiveColoredFileBackground": "#fdf6e32",
"inactiveUnderlineColor": "#C9CCC3",
"selectedForeground": "#586e75",
"selectedBackground": "#d1cbb8",
@@ -288,13 +297,14 @@
"secondaryForeground": "#93a1a1",
"visitedForeground": "#d33682"
},
"link.foreground": "#d33682",
"List": {
"background": "#F6F0DE",
"foreground": "#586e75",
"selectionBackground": "#e8dcb650",
"selectionForeground": "#002b36",
"selectionInactiveForeground": "#002b36",
"selectionInactiveBackground": "#e8dcb625"
"selectionInactiveBackground": "#e8dcb6b0"
},
"material": {
"background": "#fdf6e3",
@@ -360,6 +370,7 @@
"background": "#eee8d5"
}
},
"NewPSD.warning": "#d33682",
"Notification": {
"background": "#EDE8D4",
"borderColor": "#EDE8D4",
@@ -387,7 +398,9 @@
"messageForeground": "#586e75"
},
"Outline": {
"color": "#d8d4c4"
"color": "#d8d4c4",
"focusedColor": "#d33682",
"disabledColor": "#C9CCC3"
},
"Panel": {
"background": "#fdf6e3",
@@ -417,15 +430,17 @@
"disabledForeground": "#C9CCC3",
"eapTagBackground": "#d1cbb8",
"lightSelectionBackground": "#e8dcb6",
"paidTagBackground": "#d1cbb8",
"selectionBackground": "#e8dcb6",
"tagForeground": "#d33682",
"tagBackground": "#d1cbb8",
"trialTagBackground": "#d1cbb8",
"Button": {
"installBackground": "#d8d4c4",
"installBorderColor": "#d8d4c4",
"installForeground": "#586e75",
"installFocusedBackground": "#d1cbb8",
"installFillForeground": "#93a1a1",
"installFillForeground": "#C9CCC3",
"installFillBackground": "#d8d4c4",
"updateBackground": "#d8d4c4",
"updateBorderColor": "#d8d4c4",
@@ -462,6 +477,7 @@
"separatorForeground": "#586e75",
"separatorColor": "#F6F0DE",
"Toolbar": {
"Floating.background": "#eee8d5",
"background": "#eee8d5",
"borderColor": "#eee8d5"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#d1cbb8",
"trackColor": "#d1cbb8"
},
"PsiViewer": {
"referenceHighlightColor": "#d33682"
},
"RadioButton": {
"background": "#fdf6e3",
"disabledText": "#C9CCC3",
@@ -559,6 +578,7 @@
"endBackground": "#d33682",
"startBackground": "#d33682"
},
"SearchField.errorBackground": "#EDE8D4",
"Separator": {
"background": "#F6F0DE",
"foreground": "#F6F0DE",
@@ -648,6 +668,7 @@
"borderColor": "#fdf6e3",
"bottomSeparatorColor": "#F6F0DE",
"cellBorder": "4,0,4,0",
"disabledForeground": "#C9CCC3",
"foreground": "#586e75",
"focusCellBackground": "#d1cbb8",
"focusCellForeground": "#002b36",
@@ -746,17 +767,36 @@
"hash": "#edead9",
"modifiedItemForeground": "#d33682",
"rowHeight": 28,
"selectionBackground": "#e8dcb670",
"selectionBackground": "#e8dcb6b0",
"selectionForeground": "#002b36",
"selectionInactiveForeground": "#002b36",
"selectionInactiveBackground": "#e8dcb625",
"selectionInactiveBackground": "#e8dcb6b0",
"textBackground": "#eee8d5"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#edead9",
"ColorPicker.background": "#fdf6e3",
"ColorPicker.foreground": "#586e75",
"Component.borderColor": "#edead9",
"Component.background": "#fdf6e3",
"Component.foreground": "#586e75",
"Connector.borderColor": "#edead9",
"Connector.hoverBorderColor": "#d1cbb8",
"Canvas.background": "#eee8d5",
"highStroke.foreground": "#586e75",
"Label.foreground": "#93a1a1",
"List.selectionBackground": "#e8dcb6b0",
"Panel.borderColor": "#edead9",
"Panel.background": "#fdf6e3",
"Preview.background": "#fdf6e3"
"percent.foreground": "#586e75",
"Placeholder.background": "#fdf6e3",
"Placeholder.borderColor": "#edead9",
"Placeholder.foreground": "#586e75",
"Placeholder.selectedForeground": "#002b36",
"Preview.background": "#fdf6e3",
"stroke.acceleratorForeground": "#93a1a1"
},
"ValidationTooltip": {
"errorBackground": "#EDE8D4",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#fdf6e3"
},
"GitCommits": {
"graphColor": "#d1cbb8"
},
"GitLog": {
"localBranchIconColor": "#d33682",
"otherIconColor": "#93a1a1",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#2AA198"
}
}
}
}

View File

@@ -27,6 +27,8 @@
"ActionButton": {
"hoverBackground": "#d3368250",
"hoverBorderColor": "#d3368250",
"hoverSeparatorColor": "#d8d4c4",
"focusedBorderColor": "#d3368250",
"pressedBackground": "#d3368250",
"pressedBorderColor": "#d3368250"
},
@@ -66,6 +68,11 @@
"shadowColor": "#d8d4c4",
"shadowWidth": 0
},
"Canvas": {
"Tooltip.borderColor": "#edead9",
"Tooltip.background": "#EDE8D4"
},
"Content.background": "#eee8d5",
"CheckBox": {
"background": "#fdf6e3",
"disabledText": "#C9CCC3",
@@ -161,6 +168,7 @@
"hoverBackground": "#d1cbb8",
"hoverColor": "#fdf6e3",
"hoverMaskColor": "#d1cbb8",
"inactiveColoredFileBackground": "#d8d4c4",
"inactiveUnderlineColor": "#C9CCC3",
"inactiveMaskColor": "#fdf6e3",
"underlineColor": "#d33682",
@@ -193,6 +201,7 @@
"hoverColor": "#d1cbb8",
"hoverMaskColor": "#d1cbb8",
"inactiveMaskColor": "#fdf6e3",
"inactiveColoredFileBackground": "#fdf6e32",
"inactiveUnderlineColor": "#C9CCC3",
"selectedForeground": "#586e75",
"selectedBackground": "#d1cbb8",
@@ -288,13 +297,14 @@
"secondaryForeground": "#93a1a1",
"visitedForeground": "#d33682"
},
"link.foreground": "#d33682",
"List": {
"background": "#F6F0DE",
"foreground": "#586e75",
"selectionBackground": "#e8dcb650",
"selectionForeground": "#002b36",
"selectionInactiveForeground": "#002b36",
"selectionInactiveBackground": "#e8dcb625"
"selectionInactiveBackground": "#e8dcb6b0"
},
"material": {
"background": "#fdf6e3",
@@ -360,6 +370,7 @@
"background": "#fdf6e3"
}
},
"NewPSD.warning": "#d33682",
"Notification": {
"background": "#EDE8D4",
"borderColor": "#EDE8D4",
@@ -387,7 +398,9 @@
"messageForeground": "#586e75"
},
"Outline": {
"color": "#d8d4c4"
"color": "#d8d4c4",
"focusedColor": "#d33682",
"disabledColor": "#C9CCC3"
},
"Panel": {
"background": "#fdf6e3",
@@ -417,15 +430,17 @@
"disabledForeground": "#C9CCC3",
"eapTagBackground": "#d1cbb8",
"lightSelectionBackground": "#e8dcb6",
"paidTagBackground": "#d1cbb8",
"selectionBackground": "#e8dcb6",
"tagForeground": "#d33682",
"tagBackground": "#d1cbb8",
"trialTagBackground": "#d1cbb8",
"Button": {
"installBackground": "#d8d4c4",
"installBorderColor": "#d8d4c4",
"installForeground": "#586e75",
"installFocusedBackground": "#d1cbb8",
"installFillForeground": "#93a1a1",
"installFillForeground": "#C9CCC3",
"installFillBackground": "#d8d4c4",
"updateBackground": "#d8d4c4",
"updateBorderColor": "#d8d4c4",
@@ -462,6 +477,7 @@
"separatorForeground": "#586e75",
"separatorColor": "#F6F0DE",
"Toolbar": {
"Floating.background": "#eee8d5",
"background": "#eee8d5",
"borderColor": "#eee8d5"
}
@@ -483,6 +499,9 @@
"selectionBackground": "#d1cbb8",
"trackColor": "#d1cbb8"
},
"PsiViewer": {
"referenceHighlightColor": "#d33682"
},
"RadioButton": {
"background": "#fdf6e3",
"disabledText": "#C9CCC3",
@@ -559,6 +578,7 @@
"endBackground": "#d33682",
"startBackground": "#d33682"
},
"SearchField.errorBackground": "#EDE8D4",
"Separator": {
"background": "#F6F0DE",
"foreground": "#F6F0DE",
@@ -648,6 +668,7 @@
"borderColor": "#fdf6e3",
"bottomSeparatorColor": "#F6F0DE",
"cellBorder": "4,0,4,0",
"disabledForeground": "#C9CCC3",
"foreground": "#586e75",
"focusCellBackground": "#d1cbb8",
"focusCellForeground": "#002b36",
@@ -746,17 +767,36 @@
"hash": "#edead9",
"modifiedItemForeground": "#d33682",
"rowHeight": 28,
"selectionBackground": "#e8dcb670",
"selectionBackground": "#e8dcb6b0",
"selectionForeground": "#002b36",
"selectionInactiveForeground": "#002b36",
"selectionInactiveBackground": "#e8dcb625",
"selectionInactiveBackground": "#e8dcb6b0",
"textBackground": "#fdf6e3"
},
"Tree.leftChildIndent": 10,
"Tree.rightChildIndent": 5,
"UiDesigner": {
"Activity.borderColor": "#edead9",
"ColorPicker.background": "#fdf6e3",
"ColorPicker.foreground": "#586e75",
"Component.borderColor": "#edead9",
"Component.background": "#fdf6e3",
"Component.foreground": "#586e75",
"Connector.borderColor": "#edead9",
"Connector.hoverBorderColor": "#d1cbb8",
"Canvas.background": "#eee8d5",
"highStroke.foreground": "#586e75",
"Label.foreground": "#93a1a1",
"List.selectionBackground": "#e8dcb6b0",
"Panel.borderColor": "#edead9",
"Panel.background": "#fdf6e3",
"Preview.background": "#fdf6e3"
"percent.foreground": "#586e75",
"Placeholder.background": "#fdf6e3",
"Placeholder.borderColor": "#edead9",
"Placeholder.foreground": "#586e75",
"Placeholder.selectedForeground": "#002b36",
"Preview.background": "#fdf6e3",
"stroke.acceleratorForeground": "#93a1a1"
},
"ValidationTooltip": {
"errorBackground": "#EDE8D4",
@@ -768,6 +808,9 @@
"FileHistory.Commit": {
"selectedBranchBackground": "#fdf6e3"
},
"GitCommits": {
"graphColor": "#d1cbb8"
},
"GitLog": {
"localBranchIconColor": "#d33682",
"otherIconColor": "#93a1a1",
@@ -871,4 +914,4 @@
"Objects.GreenAndroid": "#2AA198"
}
}
}
}