Portal has a handful of themes built-in that will be shown below. In the case of editor extensions, Portal will try match the theme of your editor.
The theme can be set via an option to portal.api/open
:
(p/open {:theme :portal.colors/nord})
Also, you can quickly toggle the theme via the
portal.ui.commands/set-theme
command.
:portal.colors/nord
(default):portal.colors/solarized-dark
:portal.colors/solarized-light
:portal.colors/material-ui
:portal.colors/zerodark
:portal.colors/gruvbox
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close