Last active
June 21, 2025 11:41
-
-
Save lihbr/da4c7e59b63aac9122bca36d18ac516a to your computer and use it in GitHub Desktop.
Strudel Farben Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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