Skip to content

Instantly share code, notes, and snippets.

View fabianzelaya's full-sized avatar
👨‍💻
From day one, to...!

Fabian Zelaya fabianzelaya

👨‍💻
From day one, to...!
View GitHub Profile
@samuelhorn
samuelhorn / pacman-vscode
Created November 28, 2020 00:11
Vscode pacman caret
.monaco-editor .cursors-layer .cursor {
background: transparent;
border-radius: 100%;
width: 30px !important;
background: conic-gradient(yellow 55deg, transparent 0 125deg, yellow 0);
transform: rotateZ(180deg);
animation: eat 0.5s linear infinite;
}
@keyframes eat {