seanwcom / Red-Graphite-for-Obsidian

A light theme for Obsidian.md, based on Bear.app's Red Graphite theme.
The Unlicense
197 stars 20 forks source link

Set --text-accent-hover #17

Closed jakobo closed 1 year ago

jakobo commented 2 years ago

Related to #14, the text accent color (inline links) should also reflect the hover style for interactive elements. I have a local snip with this change which seems to work.

.theme-light {
  --text-accent-hover: rgb(151, 46, 43);
}

.theme-dark {
  --text-accent-hover: rgb(24, 147, 242);
}
seanwcom commented 1 year ago

@jakobo - apologies for the lack of updates. Unfortunately I just don't have time to keep up with this as much as I'd like to. I have updated the theme to be compatible with the 1.0 release of obsidian. This is a complete rewrite and because I don't have much time for updates, I've tried to simplify things and have really made this mostly a UI theme rather than adjusting any text.