-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcustom.css
More file actions
36 lines (33 loc) · 868 Bytes
/
custom.css
File metadata and controls
36 lines (33 loc) · 868 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
30
31
32
33
34
35
36
/* Main editor */
.monaco-editor {
font-family: "Iosevka" !important;
font-size: 14px !important;
}
/* Explorer and Sidebar */
.explorer-viewlet {
font-family: "Iosevka" !important;
font-size: 13px !important;
}
/* Tab styling */
.tab-label {
font-family: "Iosevka" !important;
font-weight: bold !important;
font-size: 13px !important;
}
/* Status bar */
.monaco-workbench .part.statusbar {
font-family: "Iosevka" !important;
font-size: 12px !important;
line-height: 22px !important;
}
/* Menu bar */
.menubar-menu-button,
.monaco-workbench .part.titlebar .window-title {
font-family: "Iosevka" !important;
font-size: 13px !important;
}
/* Menu items */
.monaco-menu .monaco-action-bar.vertical .action-item {
font-family: "Iosevka" !important;
font-size: 13px !important;
}