Skip to content

Commit

Permalink
Update README.md: move themes section to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Oct 10, 2024
1 parent 855f014 commit c232141
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,27 +196,9 @@ Running `quarkdown file.qmd` will compile the given file, save the output to fil

## Themes

Themes are split in two groups: *color* themes, which define the color scheme of a document, and *layout* themes, which set the general structural rules of the layout.
Combining them can create a document that truly stands out.

A theme can be set via the `.theme {colortheme} layout:{layouttheme}` function.

#### Layout themes
- `minimal`
- `latex`
- `beamer`
- `plain`

#### Color themes
- `darko`
- `paperwhite`
- `beaver`
- `plain`

Some suggested combinations are:
- `minimal+darko` (used by the demo presentation)
- `latex+paperwhite` (LaTeX look, great for `paged` documents)
- `beamer+beaver` (Beamer look).
Quarkdown comes with a set of themes that can give a unique look to your document.

- [**How to apply a theme?**](https://github.com/iamgio/quarkdown/wiki/themes)

> [Theme contributions](core/src/main/resources/render/theme) are welcome!
> Please make sure they work well with all the three document types before submitting.
Expand Down

0 comments on commit c232141

Please sign in to comment.