Skip to content

rinodrops/inkdrop-mtype-preview-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern Type Preview Theme for Inkdrop

Where Clarity Meets Elegance in Markdown Editing

Introduction

The Modern Type Theme prioritizes clarity and ease of reading, making it perfect for both long hours of writing and quick note-taking.

Screenshots

inkdrop-window-light Light Theme

inkdrop-window-dark Dark Theme

Details

screenshot-preview-light screenshot-preview-dark
Light Theme Dark Theme

Notes

This preview theme uses various fonts from Google Fonts by default. If you are dissatisfied with this behavior, it could be overwritten by the styles.less file using the CSS Variables:

:root {
  --inkdrop-header-font: sans-serif;
  --inkdrop-body-font: serif;
  --inkdrop-alt-font: sans-serif;
  --inkdrop-code-font: monospace;
}
Settings Where Used
--inkdrop-header-font Headings
--inkdrop-alt-font strong, dt, dl, th, td
--inkdrop-code-font Inline/Block for Code
--inkdrop-body-font Everything else

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published