-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
29 lines (22 loc) · 814 Bytes
/
custom.css
File metadata and controls
29 lines (22 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.windows{
font-family: "Dank Mono",Operator Mono, "Inconsolata" !important;
}
.monaco-workbench > .part.editor > .content .editor-group-container {
border-top: 1px solid #15232d !important;
}
.editor-group-container + .editor-group-container {
border-left: 1px solid #15232d !important;
}
/* This puts an inset shadow onto the minimap scrollbar and permanently shows it */
.monaco-editor .minimap .minimap-shadow-visible,
.monaco-editor .minimap .minimap-shadow-hidden {
box-shadow: rgba(0, 0, 0, .4) -6px 0 6px -6px inset !important;
/* taken from vanilla VS Code theme */
position: absolute;
left: -6px;
width: 6px;
}
/* This accounts for larger font cutting off - bump up 3px */
.monaco-workbench>.activitybar>.content .monaco-action-bar .badge .badge-content {
top: 17px !important;
}