Skip to content

lavees1/themes

 
 

Repository files navigation

Vivliostyle Theme

Table of contents

Find themes

Create a theme

Official Themes

Base theme and CSS toolkit for Vivliostyle themes

npm: total downloads npm: license

module.exports = {
  theme: '@vivliostyle/theme-base',
};

original author: Vivliostyle <mail@vivliostyle.org>

Academic theme

npm: total downloads npm: license

module.exports = {
  theme: '@vivliostyle/theme-academic',
};

original author: Vivliostyle <mail@vivliostyle.org>

Techbook (技術同人誌) theme

npm: total downloads npm: license

module.exports = {
  theme: '@vivliostyle/theme-techbook',
};

original author: Vivliostyle <mail@vivliostyle.org>

文庫用のテーマ

npm: total downloads npm: license

module.exports = {
  theme: '@vivliostyle/theme-bunko',
};

original author: Vivliostyle <mail@vivliostyle.org>

EPUB3 (Japanese) 日本語EPUB用テーマ(電書協EPUB3制作ガイド準拠)

npm: total downloads npm: license

module.exports = {
  theme: '@vivliostyle/theme-epub3j',
};

original author: Vivliostyle <mail@vivliostyle.org>

Slide theme

npm: total downloads npm: license

module.exports = {
  theme: '@vivliostyle/theme-slide',
};

original author: Vivliostyle <mail@vivliostyle.org>

Book theme for latin font

npm: total downloads npm: license

module.exports = {
  theme: '@vivliostyle/theme-gutenberg',
};

original author: Vivliostyle <mail@vivliostyle.org>

Tools

npm: total downloads npm: license

Create Vivliostyle theme at ease

npm: total downloads npm: license

theme library and scripts

About

💅 Beautifully crafted CSS themes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 93.5%
  • JavaScript 3.2%
  • TypeScript 2.0%
  • HTML 1.3%