X Tutup
Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 2.14 KB

File metadata and controls

56 lines (41 loc) · 2.14 KB

Themes

Defaults

A minimalistic theme containing only the default values used by all other themes. This theme is intended to serve as the most basic starting point for a customized theme.

Preview | Source

<!-- Theme: Defaults -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-defaults.css">

Screenshot of coverpage

Screenshot of content

Simple

A clean, versatile theme featuring a light color scheme with vibrant accents, a system font stack, a gradient background cover page, and visual indicators for drop-menus and expand/collapse state.

Preview | Source

<!-- Theme: Simple -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">

Screenshot of coverpage

Screenshot of content

Simple Dark

A modified version of the Simple theme featuring a dark color scheme.

Preview | Source

<!-- Theme: Simple Dark -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">

Screenshot of coverpage

Screenshot of content

X Tutup