Snippet: highlight color
This commit is contained in:
parent
6f86fb45f9
commit
71fe2e2cb0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
.obsidian/workspace.json
|
.obsidian/workspace.json
|
||||||
Do-Not-Commit
|
0- Do-Not-Commit
|
3
.obsidian/appearance.json
vendored
3
.obsidian/appearance.json
vendored
@ -3,7 +3,8 @@
|
|||||||
"theme": "moonstone",
|
"theme": "moonstone",
|
||||||
"enabledCssSnippets": [
|
"enabledCssSnippets": [
|
||||||
"usage",
|
"usage",
|
||||||
"spacing"
|
"spacing",
|
||||||
|
"highlight-color"
|
||||||
],
|
],
|
||||||
"cssTheme": "AnuPpuccin",
|
"cssTheme": "AnuPpuccin",
|
||||||
"showViewHeader": true
|
"showViewHeader": true
|
||||||
|
3
.obsidian/snippets/highlight-color.css
vendored
Normal file
3
.obsidian/snippets/highlight-color.css
vendored
Normal 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user