themes icon indicating copy to clipboard operation
themes copied to clipboard

💅 Beautifully crafted CSS themes.

Vivliostyle Theme

Table of contents

  • Find themes
  • Create a theme
  • Official Themes
    • Vivliostyle Base Theme
    • Academic
    • Techbook
    • Bunko
    • EPUB3 (Japanese)
    • Slide
    • Gutenberg
  • Tools
    • create-vivliostyle-theme
    • vivliostyle-theme-scripts

Find themes

Create a theme

Official Themes

Vivliostyle Base Theme

Base theme and CSS toolkit for Vivliostyle themes

npm: total downloads npm: license

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

original author: Vivliostyle <[email protected]>

Academic

Academic theme

npm: total downloads npm: license

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

original author: Vivliostyle <[email protected]>

Techbook

Techbook (技術同人誌) theme

npm: total downloads npm: license

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

original author: Vivliostyle <[email protected]>

Bunko

文庫用のテーマ

npm: total downloads npm: license

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

original author: Vivliostyle <[email protected]>

EPUB3 (Japanese)

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

npm: total downloads npm: license

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

original author: Vivliostyle <[email protected]>

Slide

Slide theme

npm: total downloads npm: license

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

original author: Vivliostyle <[email protected]>

Gutenberg

Book theme for latin font

npm: total downloads npm: license

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

original author: Vivliostyle <[email protected]>

Tools

create-vivliostyle-theme

npm: total downloads npm: license

Create Vivliostyle theme at ease

vivliostyle-theme-scripts

npm: total downloads npm: license

theme library and scripts