This file contains 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
/* Obsidian CSS Snippet to approximate VSCode's "Light Modern" and | |
* "Dark (Visual Studio)" themes. | |
* | |
* Imperfect match because of Obsidian's coarser syntax coloring system. | |
*/ | |
.theme-light { | |
--code-normal: #292929; | |
--code-comment: #008000; | |
--code-function: #7a5f26; | |
--code-important: #d16969; |