-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
136 lines (114 loc) · 2.63 KB
/
custom.css
File metadata and controls
136 lines (114 loc) · 2.63 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
/* styling for linux */
/* path for this file: file:///home/injty/dotfiles/vscode/custom.css */
/* * { */
/* font-family: 'jetbrains mono'; */
/* font-feature-settings:
"cv13" 1, "cv14" 1, "onum" 1, "ss01" 1,
"cv10" 1, "cv29" 1, "cv30" 1, "ss09" 1,
"cv25" 1, "cv26" 1, "cv32" 1, "cv28" 1; */
/* font-style: normal !important; */
/* } */
.titlebar-container .menubar {
/* padding-left: 35px !important; */
padding-left: 5px !important;
}
.titlebar-container .menubar::before {
content: "";
position: absolute;
left: 15px;
top: 5px;
font-weight: 900;
font-size: 16px;
line-height: 20px;
}
.monaco-workbench .part.titlebar>.titlebar-container>.titlebar-right {
width: auto;
}
/* div[role="menuitem"] {
font-size: 12px;
} */
/* footer */
.monaco-workbench .part.statusbar {
padding-top: 2px !important;
padding-bottom: 2px !important;
/* font-size: 12px !important; */
}
/* vim settings */
/* div#vscodevim\.vim\.primary {
margin-left: 20px;
border-radius: 10px;
background: #B58900;
color: #1e1e2e !important;
}
div[aria-label*="NORMAL"] {
background-color: #859900 !important;
}
div[aria-label*="INSERT"] {
background-color: #DC322F !important;
}
div[aria-label*="VISUAL"] {
background-color: #B95CD3 !important;
}
div[aria-label*="VISUAL LINE"] {
background-color: #B95CD3 !important;
} */
/* git branch */
/* div#status\.scm\.0 {
background: #313244;
order: 2;
border-radius: 10px;
margin-left:10px;
} */
/* div#vscodevim\.vim\.primary {
margin-left: 15px;
border-radius: 10px;
} */
/* div#status\.editor\.selection {
background: #B58900;
color: #1e1e2e;
order: -1;
margin-right: 15px;
border-radius: 10px;
} */
/* views */
.monaco-editor .scroll-decoration {
box-shadow: 0px 0px 20px #00000075 !important;
top: -6px !important;
}
.part.sidebar {
box-shadow: 0px 0px 20px #00000045 !important;
}
.monaco-scrollable-element>.shadow.top {
box-shadow: 0px 0px 10px rgba(0, 0, 0, .75) !important;
top: -3px !important;
}
.quick-input-widget {
transform: translateY(-50%) !important;
top: 45% !important;
box-shadow: 0px 8px 20px rgba(0, 0, 0, .45) !important;
padding: 10px 10px 18px 10px !important;
/* backdrop-filter: blur(3px) !important; */
}
#command-blur {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .15);
top: 0;
left: 0;
/* backdrop-filter: blur(8px); */
}
/* editor menubar */
.menubar {
padding-left: 8px !important;
}
.window-appicon {
display: none !important;
}
/* editor icons arrows hidding */
.monaco-tl-twistie {
width: 0 !important;
}
.monaco-tl-twistie::before {
display: none !important;
}