Skip to content

LEFD/royal-velvet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Royal Velvet Obsidian Theme

A theme for Obsidian, inspired by the beautiful colours of Royal Velvet Obsidian and the distinct colours used in programming syntax highlighting themes.

Emoji in headings

If you use emoji in headings, you will need to add a plugin to make these display in the right colour in reading mode. Install and enable the Dynamic Highlights plugin, and import the following code in that plugin's settings:

{
  "emoji": {
    "class": "emoji",
    "color": "",
    "regex": true,
    "query": "\\p{Extended_Pictographic}",
    "mark": ["match", "start", "end"],
    "css": ".emoji { color:black;  -webkit-text-fill-color: black; }"
  }
}

Feedback

If you have any issues or suggestions, please submit an issue or raise a pull request.

I don't use many plugins or advanced features of Obsidian, so there's defintely some usecases that won't look good - please let me know!

ko-fi

About

A dark theme for obsidian.md

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%