Skip to content

Instantly share code, notes, and snippets.

@lihbr
Last active June 21, 2025 11:41
Show Gist options
  • Save lihbr/da4c7e59b63aac9122bca36d18ac516a to your computer and use it in GitHub Desktop.
Save lihbr/da4c7e59b63aac9122bca36d18ac516a to your computer and use it in GitHub Desktop.
Strudel Farben Theme
:root body {
--background: #1f1919 !important;
--foreground: #f2e4e4 !important;
--caret: #f2e4e4 !important;
--selection: #7c656580 !important;
--selectionMatch: #6a5555 !important;
--lineHighlight: #3a2e2e80 !important;
--gutterBackground: #1f1919 !important;
--gutterForeground: #7c6565 !important;
}
* { scrollbar-width: none; color-scheme: dark; }
.cm-gutters { background-color: #1f1919 !important; }
#code .cm-line>* { background-color: transparent !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment