mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
IntelliJ Themes: updated themes to newest versions (used IJThemesUpdater)
This commit is contained in:
@@ -24,6 +24,7 @@ FlatLaf Change Log
|
||||
`ComboBox.maximumRowCount` to any integer to use a different value.
|
||||
- Fixed/improved vertical position of text when scaled on HiDPI screens on
|
||||
Windows.
|
||||
- IntelliJ Themes: Updated Gradianto Themes.
|
||||
|
||||
|
||||
## 0.36
|
||||
|
||||
@@ -5,68 +5,71 @@
|
||||
"editorScheme": "/Gradianto_dark_fuchsia.xml",
|
||||
"ui": {
|
||||
"*": {
|
||||
"background": "#20022d",
|
||||
"foreground": "#9ca9af",
|
||||
"background": "#3d214e",
|
||||
"foreground": "#c8ccd0",
|
||||
|
||||
"infoForeground": "#6aaf41",
|
||||
|
||||
"selectionBackground": "#4d086d",
|
||||
"selectionBackground": "#562c6a",
|
||||
"selectionForeground": "#c9c9c9",
|
||||
"selectionInactiveBackground": "#37064e",
|
||||
"selectionInactiveBackground": "#3f2042",
|
||||
|
||||
|
||||
"disabledForeground": "#646464",
|
||||
"disabledBackground": "#250434",
|
||||
"inactiveBackground": "#250434",
|
||||
"disabledBackground": "#35233e",
|
||||
"inactiveBackground": "#2c1e31",
|
||||
|
||||
"errorForeground": "#cd860b",
|
||||
|
||||
"disabledText": "#646464",
|
||||
"Borders.ContrastBorderColor" : "#2b033b",
|
||||
"borderColor": "#38044e",
|
||||
"disabledBorderColor": "#22022f",
|
||||
"focusColor" : "#550979",
|
||||
"focusedBorderColor": "#550979",
|
||||
"Borders.ContrastBorderColor" : "#292636",
|
||||
"borderColor": "#311f39",
|
||||
"disabledBorderColor": "#271d2b",
|
||||
"focusColor" : "#5a2e6f",
|
||||
"focusedBorderColor": "#5a356d",
|
||||
|
||||
"separatorColor": "#2d033f"
|
||||
"separatorColor": "#4b2665"
|
||||
},
|
||||
|
||||
"VersionControl" :{
|
||||
"Log.Commit.currentBranchBackground": "#442661",
|
||||
"Log.Commit.unmatchedForeground": "#8f7fa8"
|
||||
},
|
||||
"ActionButton": {
|
||||
"hoverBackground": "#320647",
|
||||
"pressedBackground": "#42075c",
|
||||
"hoverBorderColor": "#58077c",
|
||||
"pressedBorderColor": "#3c0555"
|
||||
"hoverBackground": "#512663",
|
||||
"pressedBackground": "#402a4b",
|
||||
"hoverBorderColor": "#382447",
|
||||
"pressedBorderColor": "#382140"
|
||||
},
|
||||
|
||||
"Borders": {
|
||||
"color": "#38044e",
|
||||
"ContrastBorderColor": "#38044e"
|
||||
"color": "#2f1f39",
|
||||
"ContrastBorderColor": "#241728"
|
||||
},
|
||||
|
||||
|
||||
"Button": {
|
||||
"startBackground": "#41295a",
|
||||
"endBackground": "#2F0743",
|
||||
"startBorderColor": "#400080",
|
||||
"endBorderColor": "#6300c5",
|
||||
"shadowColor" : "#400080",
|
||||
"focusedBorderColor" : "#550979",
|
||||
"default.focusColor": "#550979",
|
||||
"disabledBorderColor" : "#2e005d",
|
||||
"startBackground": "#643578",
|
||||
"endBackground": "#643578",
|
||||
"startBorderColor": "#2f1f39",
|
||||
"endBorderColor": "#2f1f39",
|
||||
"shadowColor" : "#39294c",
|
||||
"focusedBorderColor" : "#352040",
|
||||
"default.focusColor": "#2c1d32",
|
||||
"disabledBorderColor" : "#25192f",
|
||||
"default": {
|
||||
"startBackground": "#41295a",
|
||||
"endBackground": "#2f0743",
|
||||
"startBorderColor": "#400080",
|
||||
"endBorderColor": "#6300c5",
|
||||
"focusedBorderColor": "#550979",
|
||||
"focusColor": "#550979"
|
||||
"startBackground": "#643578",
|
||||
"endBackground": "#643578",
|
||||
"startBorderColor": "#2f1f39",
|
||||
"endBorderColor": "#2f1f39",
|
||||
"focusedBorderColor": "#352040",
|
||||
"focusColor": "#352040"
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
"RadioButton": {
|
||||
"background" : "#41295a",
|
||||
"foreground": "#2f0743"
|
||||
"foreground": "#c8ccd0"
|
||||
},
|
||||
|
||||
"CompletionPopup": {
|
||||
@@ -74,10 +77,10 @@
|
||||
"matchSelectionForeground": "#9057f2"
|
||||
},
|
||||
|
||||
"MenuBar.borderColor": "#550979",
|
||||
"Menu.borderColor": "#2f0743",
|
||||
"MenuBar.borderColor": "#392540",
|
||||
"Menu.borderColor": "#2e2134",
|
||||
|
||||
"NavBar.borderColor": "#2f0743",
|
||||
"NavBar.borderColor": "#35243d",
|
||||
|
||||
|
||||
"Notification": {
|
||||
@@ -102,12 +105,12 @@
|
||||
},
|
||||
|
||||
"ComboBox": {
|
||||
"background" : "#300444",
|
||||
"nonEditableBackground": "#170b16",
|
||||
"background" : "#52356c",
|
||||
"nonEditableBackground": "#55356c",
|
||||
"ArrowButton": {
|
||||
"iconColor": "#aeb0b2",
|
||||
"disabledIconColor": "#2a043c",
|
||||
"nonEditableBackground": "#2c152a"
|
||||
"iconColor": "#e3e2f1",
|
||||
"disabledIconColor": "#86828b",
|
||||
"nonEditableBackground": "#674082"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -116,19 +119,20 @@
|
||||
},
|
||||
|
||||
"EditorTabs": {
|
||||
|
||||
"selectedForeground": "#c9c9c9",
|
||||
"selectedBackground": "#4e086f",
|
||||
"underlinedTabBackground": "58097e",
|
||||
"underlineColor": "#58097e",
|
||||
"inactiveMaskColor": "#280a2fff"
|
||||
"selectedForeground": "#eceff1",
|
||||
"selectedBackground": "#8a599e",
|
||||
"underlinedTabBackground": "#5c306f",
|
||||
"background": "#3e1c4c",
|
||||
"underlineColor": "#693d6c",
|
||||
"hoverMaskColor": "#71468f",
|
||||
"inactiveMaskColor": "#34244aff"
|
||||
},
|
||||
|
||||
"Link": {
|
||||
"activeForeground": "#ede891",
|
||||
"hoverForeground": "#ede891",
|
||||
"pressedForeground": "#ede891",
|
||||
"visitedForeground": "#ede891"
|
||||
"activeForeground": "#b6b1bfff",
|
||||
"hoverForeground": "#483f58ff",
|
||||
"pressedForeground": "#483f58ff",
|
||||
"visitedForeground": "#bcb2c4ff"
|
||||
},
|
||||
|
||||
"FileColor": {
|
||||
@@ -140,14 +144,14 @@
|
||||
"Rose": "#ae002f20"
|
||||
},
|
||||
|
||||
"Tree.background": "#2d0340",
|
||||
"Tree.background": "#342040",
|
||||
|
||||
"SearchEverywhere": {
|
||||
|
||||
|
||||
"Tab": {
|
||||
"selectedForeground": "#c9c9c9",
|
||||
"selectedBackground": "#4d086d"
|
||||
"selectedBackground": "#623474"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -157,8 +161,8 @@
|
||||
},
|
||||
|
||||
"WelcomeScreen": {
|
||||
"Projects.selectionInactiveBackground": "#37064e",
|
||||
"separatorColor": "#2d033f"
|
||||
"Projects.selectionInactiveBackground": "#372342",
|
||||
"separatorColor": "#4c3655"
|
||||
},
|
||||
|
||||
"ValidationTooltip": {
|
||||
@@ -169,92 +173,94 @@
|
||||
},
|
||||
|
||||
"Table": {
|
||||
"stripeColor": "#2d033f",
|
||||
"stripeColor": "#36243d",
|
||||
"selectionForeground": "#c9c9c9",
|
||||
"dropLineColor": "#2d033f",
|
||||
"dropLineColor": "#51325c",
|
||||
"focusCellForeground": "#abb2bf",
|
||||
"gridColor": "#35064c"
|
||||
"gridColor": "#392642"
|
||||
},
|
||||
|
||||
"ProgressBar": {
|
||||
"trackColor": "#280a2f",
|
||||
"progressColor": "#e78af2",
|
||||
"indeterminateStartColor": "#e78af2",
|
||||
"indeterminateEndColor": "#523569",
|
||||
"trackColor": "#412647",
|
||||
"progressColor": "#88538e",
|
||||
"indeterminateStartColor": "#895290",
|
||||
"indeterminateEndColor": "#533868",
|
||||
"failedColor": "#ad3864",
|
||||
"failedEndColor": "#47221d",
|
||||
"passedColor": "#60649e",
|
||||
"passedEndColor": "#251642"
|
||||
"passedColor": "#609e81",
|
||||
"passedEndColor": "#406d5b"
|
||||
},
|
||||
|
||||
"PopupMenu.translucentBackground": "#4d086d",
|
||||
"PopupMenu.translucentBackground": "#5d3b6c",
|
||||
|
||||
"Popup": {
|
||||
"paintBorder": true,
|
||||
"Header.activeBackground": "#4e086f",
|
||||
"Header.inactiveBackground": "#4d086d",
|
||||
"separatorColor" : "#5e0a85",
|
||||
"separatorForeground": "#5e0a85",
|
||||
"Header.activeBackground": "#563b63",
|
||||
"Header.inactiveBackground": "#6c497f",
|
||||
"separatorColor" : "#472e53",
|
||||
"separatorForeground": "#c2aec7",
|
||||
"Advertiser": {
|
||||
"background": "#490768",
|
||||
"borderColor": "#490768",
|
||||
"background": "#755a82",
|
||||
"borderColor": "#2c2132",
|
||||
"borderInsets": "3,8,5,0"
|
||||
}
|
||||
},
|
||||
"ToggleButton": {
|
||||
"onForeground": "#4d086d",
|
||||
"onForeground": "#493353",
|
||||
"onBackground": "#9ca9af",
|
||||
"offForeground": "#646464",
|
||||
"offBackground": "#280a2f",
|
||||
"buttonColor": "#4e086f",
|
||||
"borderColor": "#4e086f"
|
||||
"offBackground": "#332138",
|
||||
"buttonColor": "#3b2d42",
|
||||
"borderColor": "#352740"
|
||||
},
|
||||
"ToolTip": {
|
||||
"background": "#450073",
|
||||
"Actions.background": "#331432"
|
||||
"background": "#4d3a5c",
|
||||
"Actions.background": "#5e395c"
|
||||
},
|
||||
|
||||
"ToolWindow": {
|
||||
"Header": {
|
||||
"background": "#3b0063",
|
||||
"inactiveBackground": "#370c41"
|
||||
"background": "#4b335c",
|
||||
"inactiveBackground": "#452d4b"
|
||||
},
|
||||
|
||||
"HeaderTab": {
|
||||
"selectedBackground": "#9C23D9FF",
|
||||
"selectedInactiveBackground": "#4D0080FF",
|
||||
"hoverBackground": "#9C23D9FF",
|
||||
"hoverInactiveBackground": "#4D0080FF"
|
||||
"selectedBackground": "#a778bfff",
|
||||
"selectedInactiveBackground": "#8e6ea3ff",
|
||||
"hoverBackground": "#815d93ff",
|
||||
"hoverInactiveBackground": "#7f6392ff"
|
||||
},
|
||||
|
||||
"Button": {
|
||||
"hoverBackground": "#320647",
|
||||
"selectedBackground": "#42075c",
|
||||
"selectedForeground": "#9ca9af"
|
||||
"hoverBackground": "#7a5a89",
|
||||
"selectedBackground": "#624a6d",
|
||||
"selectedForeground": "#acb7bb"
|
||||
}
|
||||
},
|
||||
"DragAndDrop": {
|
||||
"areaForeground": "#FFFFFF",
|
||||
"areaBackground": "#42075c",
|
||||
"areaBorderColor": "#4d0080"
|
||||
"areaBackground": "#745382",
|
||||
"areaBorderColor": "#392d42"
|
||||
},
|
||||
"Plugins": {
|
||||
"SectionHeader.background": "#4d0080",
|
||||
"tagBackground": "#42075c",
|
||||
"lightSelectionBackground": "#41075b"
|
||||
"SectionHeader.background": "#7b638b",
|
||||
"tagBackground": "#7d6089",
|
||||
"lightSelectionBackground": "#4e3a57",
|
||||
"Tab.selectedBackground": "#a778bfff",
|
||||
"Tab.hoverBackground": "#82519cff"
|
||||
},
|
||||
"EditorPane.inactiveBackground": "#1a0225"
|
||||
"EditorPane.inactiveBackground": "#5d4966"
|
||||
},
|
||||
"icons": {
|
||||
"ColorPalette": {
|
||||
"Checkbox.Background.Default.Dark": "#3c0555",
|
||||
"Checkbox.Border.Default.Dark": "#460561",
|
||||
"Checkbox.Background.Default.Dark": "#442557",
|
||||
"Checkbox.Border.Default.Dark": "#532d68",
|
||||
"Checkbox.Foreground.Selected.Dark": "#6aae41",
|
||||
|
||||
"Objects.Grey": "#9b8ebe",
|
||||
"Objects.Blue": "#05b4a1",
|
||||
"Objects.RedStatus": "#a8191aff",
|
||||
"Objects.Red": "#aa3c3aff",
|
||||
"Objects.Grey": "#a098a0",
|
||||
"Objects.Blue": "#55a9c2",
|
||||
"Objects.RedStatus": "#a74d4dff",
|
||||
"Objects.Red": "#774199ff",
|
||||
"Objects.Pink": "#d16979ff",
|
||||
"Objects.Yellow": "#be9418ff",
|
||||
"Objects.Green": "#009c0eff",
|
||||
|
||||
@@ -31,7 +31,10 @@
|
||||
"separatorColor": "#1d304b"
|
||||
},
|
||||
"Tree.background": "#24334a",
|
||||
|
||||
"VersionControl" :{
|
||||
"Log.Commit.currentBranchBackground": "#263d61",
|
||||
"Log.Commit.unmatchedForeground": "#7f8aa8"
|
||||
},
|
||||
"ActionButton": {
|
||||
"hoverBackground": "#324565",
|
||||
"pressedBackground": "#284267",
|
||||
@@ -112,12 +115,12 @@
|
||||
"visitedForeground": "#ede891"
|
||||
},
|
||||
"FileColor": {
|
||||
"Yellow": "#d1b14225",
|
||||
"Green": "#98c37925",
|
||||
"Yellow": "#b6a76f25",
|
||||
"Green": "#7c9e6425",
|
||||
"Blue": "#61afef25",
|
||||
"Violet": "#542a4f25",
|
||||
"Orange": "#d13c0025",
|
||||
"Rose": "#ae002f25"
|
||||
"Orange": "#ad694f25",
|
||||
"Rose": "#932d4825"
|
||||
},
|
||||
"SearchEverywhere": {
|
||||
"Tab": {
|
||||
|
||||
@@ -30,7 +30,10 @@
|
||||
|
||||
"separatorColor": "#383850"
|
||||
},
|
||||
|
||||
"VersionControl" :{
|
||||
"Log.Commit.currentBranchBackground": "#3e2e61",
|
||||
"Log.Commit.unmatchedForeground": "#7f80a8"
|
||||
},
|
||||
"Tree.background": "#2c2c3e",
|
||||
|
||||
"ActionButton": {
|
||||
|
||||
Reference in New Issue
Block a user