Themes
Last modified
Changing the default theme
In Obsidian: Use the Axis Settings plugin and set the theme in the plugin settings.
By hand: Set the theme field in src/config.ts:
theme: 'nord', // or any of the 17 built-in themes
Available themes
Axis ships with 17 color themes: Axis, Minimal, Oxygen, Dracula, Nord, Catppuccin, Rose Pine, Gruvbox, Everforest, Solarized, Ayu, Sky, macOS, Atom, Flexoki, Charcoal, Obsidian, and Things.
Restricting available themes
To limit which themes appear in the selector, set availableThemes to an array:
availableThemes: ['axis', 'nord', 'dracula'],
Set to 'all' to show all themes.