Themes for Kodama.
- Kodama v0.3.5 or later.
| Theme File | Theme Name | Style | Description |
|---|---|---|---|
forester.html |
forester |
Light | Inspired by Forester |
kodama.html |
kodama |
Dark | Dark version of forester |
default.html |
default |
System | Default theme, forester + kodama |
fuchsia.html |
fuchsia |
Light | |
serena.html |
serena |
Dark | |
zenwritten.html |
zen light |
Light | Inspired by Zenwritten |
zenwritten.html |
zen dark |
Dark | Inspired by Zenwritten |
zenwritten.html |
zen |
System | Inspired by Zenwritten |
moon.html |
朔望 |
System | Inspired by Pink Floyd - The Dark Side of the Moon |
moon.html |
望月 |
Light | Inspired by Pink Floyd - The Dark Side of the Moon |
moon.html |
朔月 |
Dark | Inspired by Pink Floyd - The Dark Side of the Moon |
printer.html |
Light | This theme does not display names and is intended for use with web page printing functionality |
Download any theme file (e.g. serena.html) and place it in the root directory of your Kodama project (e.g. ./serena.html or ./themes/serena.html, just make sure it matches the path used in the configuration).
Modify the themes field under [kodama] in the Kodama.toml file to the relative path of the selected theme, e.g.:
[kodama]
themes = [
"themes/serena.html", # Make sure it matches the storage location
"themes/fuchsia.html",
]Any contributions are welcome! If you want to submit a new theme, please refer to the existing theme files.