-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinux.css
More file actions
141 lines (116 loc) · 2.74 KB
/
Copy pathlinux.css
File metadata and controls
141 lines (116 loc) · 2.74 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
137
138
139
140
141
/* styling for linux */
/* path for this file: file:///home/injty/dotfiles/vscode/custom.css */
* {
font-family: 'jetbrainsmono nerd font';
/* font-style: normal !important; */
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;
}
.titlebar-container .menubar {
padding-left: 35px !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;
}
/* 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;
}
/* remove custom css and js extention icon from statusbar */
div#be5invis\.vscode-custom-css {
display: none !important;
}
/* fonts */
.panel-header {
font-family: 'jetbrainsmono nerd font';
font-size: 13px;
}
#workbench.parts.sidebar {
font-family: 'jetbrainsmono nerd font';
font-size: 13px;
}
.part.sidebar.left {
font-family: 'jetbrainsmono nerd font';
font-size: 13px;
}
.part.activitybar.left {
font-family: 'jetbrainsmono nerd font';
font-size: 13px;
}
.monaco-workbench {
font-family: 'jetbrainsmono nerd font';
font-size: 13px;
}
.monaco-workbench .part.statusbar {
font-family: 'jetbrainsmono nerd font';
font-size: 13px;
}
.cdr.squiggly-error:after {
font-family: 'jetbrainsmono nerd font';
font-size: 13px;
content: "";
position: absolute;
height: 100%;
width: 100%;
}
.monaco-editor .view-overlays .current-line {
font-family: 'jetbrainsmono nerd font';
font-size: 13px;
}
.showUnused .monaco-editor .squiggly-inline-unnecessary {
transform: translateY(-3px);
opacity: 0.8;
}
.monaco-list .monaco-list-row.selected {
font-family: 'jetbrainsmono nerd font';
font-size: 13px;
}