mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
OPENIDE #76 Change the color of the header in the main ide window
(cherry picked from commit 63885e8807)
This commit is contained in:
@@ -843,7 +843,7 @@
|
||||
|
||||
"MainToolbar": {
|
||||
"foreground": "#BBBBBB",
|
||||
"background": "#3c3f41",
|
||||
"background": "#333C57",
|
||||
"fontSizeOffset.compact": -1,
|
||||
"Icon": {
|
||||
"background": "#3C3F41",
|
||||
@@ -915,8 +915,8 @@
|
||||
|
||||
"MainWindow.Tab" : {
|
||||
"selectedForeground": "#CED0D6",
|
||||
"selectedBackground": "#3C3F41",
|
||||
"selectedInactiveBackground": "#3C3F41",
|
||||
"selectedBackground": "#545D77",
|
||||
"selectedInactiveBackground": "#40475F",
|
||||
"foreground": "#B4B8BF",
|
||||
"background": "#131314",
|
||||
"hoverForeground": "#CED0D6",
|
||||
|
||||
@@ -728,7 +728,7 @@
|
||||
"maxWidth": 350,
|
||||
"transparentHoverBackground": "#FFFFFF1A"
|
||||
},
|
||||
"background": "Gray2",
|
||||
"background": "#333C57",
|
||||
"separatorColor": "Gray4"
|
||||
},
|
||||
|
||||
@@ -999,8 +999,8 @@
|
||||
|
||||
"MainWindow.Tab" : {
|
||||
"selectedForeground": "Gray11",
|
||||
"selectedBackground": "Gray2",
|
||||
"selectedInactiveBackground": "Gray3",
|
||||
"selectedBackground": "#262E43",
|
||||
"selectedInactiveBackground": "#40475F",
|
||||
"foreground": "Gray10",
|
||||
"background": "#131314",
|
||||
"hoverForeground": "Gray11",
|
||||
|
||||
@@ -731,7 +731,7 @@
|
||||
},
|
||||
|
||||
"MainToolbar": {
|
||||
"background": "Gray2",
|
||||
"background": "#333C57",
|
||||
"foreground": "Gray12",
|
||||
"inactiveBackground": "Gray3",
|
||||
"separatorColor": "Gray4",
|
||||
@@ -1025,8 +1025,8 @@
|
||||
|
||||
"MainWindow.Tab" : {
|
||||
"selectedForeground": "Gray9",
|
||||
"selectedBackground": "Gray2",
|
||||
"selectedInactiveBackground": "Gray3",
|
||||
"selectedBackground": "#333C57",
|
||||
"selectedInactiveBackground": "#565E7B",
|
||||
"foreground": "Gray8",
|
||||
"background": "Gray1",
|
||||
"hoverForeground": "Gray9",
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
|
||||
"MainWindow.Tab" : {
|
||||
"selectedForeground": "Gray1",
|
||||
"selectedBackground": "Gray13",
|
||||
"selectedInactiveBackground": "Gray12",
|
||||
"selectedBackground": "#DBDFE9",
|
||||
"selectedInactiveBackground": "#BAC0CF",
|
||||
"foreground": "Gray5",
|
||||
"background": "Gray12",
|
||||
"hoverForeground": "Gray1",
|
||||
@@ -42,7 +42,7 @@
|
||||
},
|
||||
|
||||
"MainToolbar": {
|
||||
"background": "Gray13",
|
||||
"background": "#F2F4F8",
|
||||
"foreground": "Gray1",
|
||||
"inactiveBackground": "Gray12",
|
||||
"separatorColor": "Gray11",
|
||||
|
||||
Reference in New Issue
Block a user