Skip to content

Instantly share code, notes, and snippets.

View juliofarah's full-sized avatar

Julio Farah juliofarah

  • Twilio
  • Vancouver, BC, Canada
View GitHub Profile
@juliofarah
juliofarah / gist:a49d8c0c432d3c01e48cc21961827bf1
Created August 11, 2026 18:04
Arc boost - google docs dark mode
/* --- 1. Document Canvas (The Paper) --- */
canvas.kix-canvas-tile-content {
filter: invert(90%) hue-rotate(180deg);
}
/* --- 2. Main Editor Background & Document Boundaries --- */
.kix-appview-editor {
background-color: #121212 !important;
}
cursor --list-extensions
(node:62355) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `Cursor --trace-deprecation ...` to show where the warning was created)
akamud.vscode-theme-onelight
anysphere.remote-ssh
apollographql.vscode-apollo
bradlc.vscode-tailwindcss
bung87.vscode-gemfile
castwide.solargraph
dbaeumer.vscode-eslint
{
"editor.fontWeight": "bold",
"editor.dragAndDrop": false,
"editor.accessibilitySupport": "off",
"editor.tabSize": 2,
"editor.wordWrap": "off",
"editor.minimap.enabled": false,
"editor.fontLigatures": true,
"editor.cursorStyle": "line",
"editor.formatOnPaste": true,