Snippet: highlight color

This commit is contained in:
Théo Marchal 2024-05-03 01:17:38 +02:00
parent 6f86fb45f9
commit 71fe2e2cb0
3 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
.obsidian/workspace.json .obsidian/workspace.json
Do-Not-Commit 0- Do-Not-Commit

View File

@ -3,7 +3,8 @@
"theme": "moonstone", "theme": "moonstone",
"enabledCssSnippets": [ "enabledCssSnippets": [
"usage", "usage",
"spacing" "spacing",
"highlight-color"
], ],
"cssTheme": "AnuPpuccin", "cssTheme": "AnuPpuccin",
"showViewHeader": true "showViewHeader": true

View File

@ -0,0 +1,3 @@
.cm-s-obsidian span.cm-formatting-highlight, .cm-s-obsidian span.cm-highlight, .markdown-rendered mark {
--text-highlight-bg: #e6cee7;
}