Skip to content

Instantly share code, notes, and snippets.

@sussycatgirl
Last active October 3, 2023 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sussycatgirl/54623bb7d22a46de4a7ae9970604be16 to your computer and use it in GitHub Desktop.
Save sussycatgirl/54623bb7d22a46de4a7ae9970604be16 to your computer and use it in GitHub Desktop.
Based vscode

Update: Get CSS from here instead

based_vscode.mp4

Based VSCode CSS

Installation:

  1. Install this extension. Since it modifies VSCode's index.html, it might get pissed at you.
    You will also have to chown vscode to your user (kekw): sudo chown -R $(whoami) /opt/visual-studio-code/
  2. Follow instructions in the extension's readme to load based.css.
  3. Enjoy
.editor-group-letterpress {
cursor: grab;
background-image: url(https://autumn.revolt.chat/attachments/OEB8UosMOjndRE4rpvxS5_GuJoCxS_NQm58VQXFLL_/image.png) !important;
background-size: contain !important;
}
.editor-group-letterpress:active {
cursor: grabbing;
background-image: url(https://autumn.revolt.chat/attachments/Yrv9H-tgHRBtswD0xi9V9UsDIOINsnJpMGBXMoUiZn/nazuna.png) !important;
}
/* This should theoretically preload the clicked state, but it doesn't seem to work */
.editor-group-letterpress:after {
display: none;
background-image: url(https://autumn.revolt.chat/attachments/Yrv9H-tgHRBtswD0xi9V9UsDIOINsnJpMGBXMoUiZn/nazuna.png);
}
@EnokiUN
Copy link

EnokiUN commented Apr 10, 2022

why not vim

@sussycatgirl
Copy link
Author

stfu

@wanesty
Copy link

wanesty commented Aug 19, 2023

vim port when ?

@Rexogamer
Copy link

stop asking about vim or else

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment