diff --git a/custom-vscode.css b/custom-vscode.css index 5d3b338..0bc14ad 100644 --- a/custom-vscode.css +++ b/custom-vscode.css @@ -23,7 +23,12 @@ .mtk5 { color: transparent; - background-image: linear-gradient(var(--gradient-dir1), #20e3b2, #4dd78a); + background-image: linear-gradient( + 93.1deg, + rgba(238, 254, 183, 1) 19.1%, + rgba(169, 254, 222, 1) 53.9%, + rgba(90, 222, 255, 1) 92% + ); background-clip: text; -webkit-text-fill-color: transparent; -webkit-background-clip: text;