File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
extensions/theme-defaults/themes Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 12
12
"activityBarBadge.background" : " #007ACC" ,
13
13
"sideBarTitle.foreground" : " #BBBBBB" ,
14
14
"input.placeholderForeground" : " #A6A6A6" ,
15
- "menu.background" : " #303031 " ,
15
+ "menu.background" : " #252526 " ,
16
16
"menu.foreground" : " #CCCCCC" ,
17
+ "menu.separatorBackground" : " #454545" ,
18
+ "menu.border" : " #454545" ,
17
19
"statusBarItem.remoteForeground" : " #FFF" ,
18
20
"statusBarItem.remoteBackground" : " #16825D" ,
19
21
"ports.iconRunningProcessForeground" : " #369432" ,
Original file line number Diff line number Diff line change 13
13
"activityBarBadge.background" : " #007ACC" ,
14
14
"sideBarTitle.foreground" : " #6F6F6F" ,
15
15
"list.hoverBackground" : " #E8E8E8" ,
16
+ "menu.border" : " #D4D4D4" ,
16
17
"input.placeholderForeground" : " #767676" ,
17
18
"searchEditor.textInputBorder" : " #CECECE" ,
18
19
"settings.textInputBorder" : " #CECECE" ,
Original file line number Diff line number Diff line change @@ -1128,6 +1128,8 @@ ${formatRule(Codicon.menuSubmenu)}
1128
1128
height: 2em;
1129
1129
align-items: center;
1130
1130
position: relative;
1131
+ margin: 0 4px;
1132
+ border-radius: 4px;
1131
1133
}
1132
1134
1133
1135
.monaco-menu .monaco-action-bar.vertical .action-menu-item:hover .keybinding,
@@ -1251,7 +1253,7 @@ ${formatRule(Codicon.menuSubmenu)}
1251
1253
/* Vertical Action Bar Styles */
1252
1254
1253
1255
.monaco-menu .monaco-action-bar.vertical {
1254
- padding: .6em 0;
1256
+ padding: 4px 0;
1255
1257
}
1256
1258
1257
1259
.monaco-menu .monaco-action-bar.vertical .action-menu-item {
You can’t perform that action at this time.
0 commit comments