• Stars
    star
    135
  • Rank 269,297 (Top 6 %)
  • Language
    CSS
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A light theme for Obsidian(https://obsidian.md/), inspired by typora-vue.

obsidian-typora-vue-high-res

theme GitHub issues GitHub issues GitHub release GitHub stars

Notice

๐ŸŽˆDark mode is supported.

๐ŸŽ‰Theme can be downloaded from Obsidian community theme store now!

โœจTheme has been updated to version v1.0.3!

About

Obsidian-Typora-Vue-Theme (v1.0.3) is a theme for Obsidian, which is inspired by typora-vue-theme and Blue Topaz.

The file style is choosed to be as similar with typora-vue-theme as possible so that you can use these two kinds of software simultaneously and switch in a low-cost way.

Screenshot

  • Light Mode

screenshot

  • Dark Mode

dark

Feature

1. Eye Protection Color Snippet

You may think that the pure white background color in light mode is too bright to read, so I give an ./other/eye-protection-color.css snippet with modified gray color. You can use it after installing this theme in light mode.

2. Less is More

Only modify the most necessary styles, such as color, blockquote, header font and so on. You can get the colors in Color-picker.

3. Hover on Header

Available in both editing view and reading view.

4. Highlight the Cursor Line

Highlight the current cursor line in editing view.

5. Easily Change the Accent Color

If you also try other theme color but still remain the rest style, you ONLY need to set the Accent Color as what you like from Obsidian -> Settings -> Appearance -> Accent Color.

Some accent colors I recommend :

#e95f59 from Drake-light in Typora

#3884ff from Gitbook-Azure in Typora

Color-picker

accent color: #42b883
normal text: #34495e
block quote: hsla(accent color, 0.1)
inline code text: #e96900
inline/block code background: #f8f8f8
table header: #f2f2f2
table gap tr: #fafafa
highlight cursor line: rgba(245,204,142,0.12)

History Version & Change Log

Please see version-history.md.

Install

Search Typora-Vue in Obsidian community theme store and download it.

Manually

Manually download the theme.css or obsidian.css from Releases to your local \.obsidian\themes\ and rename it to Obsidian-Typora-Vue.css.

Contributing

Issues and PRs are welcome.