Skip to content

Commit abe840e

Browse files
Update custom.css
1 parent f461411 commit abe840e

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

custom.css

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,45 @@
9898
background-clip: text;
9999
font-weight: 700;
100100
}
101+
102+
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab .tab-label .label-name, .monaco-workbench .part.editor>.content .editor-group-container>.title .title-label .label-name {
103+
white-space: nowrap;
104+
background: linear-gradient(-45deg, rgba(169, 93, 255, 1) 36%, rgba(0, 212, 255, 1) 100%);
105+
-webkit-text-fill-color: transparent;
106+
background-clip: text;
107+
font-weight: 900;
108+
}
109+
110+
.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-name-container>.label-name {
111+
color: inherit;
112+
white-space: pre;
113+
background: linear-gradient(-45deg, rgba(169, 93, 255, 1) 36%, rgba(0, 212, 255, 1) 100%);
114+
-webkit-text-fill-color: transparent;
115+
background-clip: text;
116+
font-weight: 900;
117+
}
118+
119+
.monaco-workbench .part.statusbar>.items-container>.statusbar-item>.statusbar-item-label {
120+
align-items: center;
121+
cursor: pointer;
122+
display: flex;
123+
height: 100%;
124+
outline-width: 0;
125+
overflow: hidden;
126+
padding: 0 5px;
127+
text-overflow: ellipsis;
128+
white-space: pre;
129+
font-weight: 800;
130+
}
131+
132+
.monaco-workbench .part.titlebar>.titlebar-container>.titlebar-left>.window-appicon:not(.codicon) {
133+
background-image: url(https://muhammad-hasan-web-developer.github.io/vscodetheme/me.jpg);
134+
background-position: 50%;
135+
background-repeat: no-repeat;
136+
background-size: 90%;
137+
}
138+
139+
.codicon-accounts-view-bar-icon:before {
140+
background-image: url(https://muhammad-hasan-web-developer.github.io/vscodetheme/me.jpg);
141+
background-size: 100%;
142+
}

0 commit comments

Comments
 (0)