OPENIDE #76 Change the color of the header in the main ide window

This commit is contained in:
Nikita Iarychenko
2024-12-20 10:49:55 +04:00
parent 9a35ac1d99
commit 5303caa67b
4 changed files with 12 additions and 12 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",