-
Notifications
You must be signed in to change notification settings - Fork 1
/
vscode_custom.css
49 lines (48 loc) · 1.46 KB
/
vscode_custom.css
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
37
38
39
40
41
42
43
44
45
46
47
48
.monaco-shell.linux {
font-family: 'Terminus (TTF)';
font-size: 16px; !important
}
.content {
font-family: 'Terminus (TTF)';
font-size: 12px; !important
}
.monaco-editor .peekview-widget .head .peekview-title {
font-family: 'Terminus (TTF)';
font-size: 12px; !important
}
.monaco-panel-view .panel>.panel-header h3.title {
font-family: 'Terminus (TTF)';
font-size: 12px; !important
}
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab .tab-label a, .monaco-workbench .part.editor>.content .editor-group-container>.title .title-label a {
font-size: 12px; !important
font-family: 'Terminus (TTF)';
}
.monaco-workbench {
font-family: 'Terminus (TTF)';
font-size: 12px; !important
}
.monaco-workbench .part>.content {
font-family: 'Terminus (TTF)';
font-size: 12px; !important
}
input, textarea, button, select {
font-family: 'Terminus (TTF)';
font-size: 12px; !important
}
.monaco-workbench .part>.title>.title-label h2 {
font-family: 'Terminus (TTF)';
font-size: 12px; !important
}
.extension-editor>.header>.details>.subtext-container {
font-family: 'Terminus (TTF)';
font-size: 12px; !important
}
.monaco-action-bar .action-label {
font-family: 'Terminus (TTF)';
font-size: 12px; !important
}
.monaco-workbench>.notifications-center>.notifications-center-header>.notifications-center-header-title {
font-family: 'Terminus (TTF)';
font-size: 12px; !important
}