Skip to content

passwordgloo/Typora-foresee-theme

Repository files navigation

Typora foresee theme

中文 | English


Thanks

Based on default night theme modifies my theme

Selected textstyle is inspired by typora-dyzj-theme

New features

Blockquote

  • Blockquote style supports linear-gradient

    <blockquote alt="blue">Content</blockquote>
    <blockquote alt="green">Content</blockquote>
    <blockquote alt="orange">Content</blockquote>
    <blockquote alt="purple">Content</blockquote>

  • Wide-screen linear-gradient blockquote style
<blockquote alt="black-alt">Content</blockquote>
<blockquote alt="blue-alt">Content</blockquote>
<blockquote alt="green-alt">Content</blockquote>
<blockquote alt="orange-alt">Content</blockquote>
<blockquote alt="purple-alt">Content</blockquote>

  • Blockquote style can change its color when it close to heading

blockquote 2

  • Redesign header style and its focus mode

  • Use scss format substitute original css

  • Provide local small icon in foldername called badge

    badge

How to use

  1. Clone this repository or download zip
  2. Typora open Settings>Apperance>Theme,click the buttonopen theme folder
  3. Copy and paste into the theme folder

Personalities

Modify code in XXX_light(dark).css so that you can make your own personal style

:root {
    --display: #666;
    --article: #FFF;			
    --sidebar: #F2F2F2;
    --text-color: #323232;
    --theme-color: #FF8C00;
    --focus-color: #00CD66;
    --bg-color: var(--article);
    --primary-color: var(--theme-color);
    --rawblock-edit-panel-bd: var(--sidebar);
    --item-hover-bg-color: var(--theme-color);
    --control-text-hover-color: var(--theme-color);
    --font-family: "Microsoft YaHei", "Arial", "sans-serif";
}

Tutorial

Visit wiki to learn tutorial

Preview

Dark mode

dark en

Light mode

light en

Purpose of use

  • classify my files

  • left the footprint of learning

  • enlighten other's thoughts

About

Theme supports for dark and light mode.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published