Themes & Styling
Learn how to customise the look and feel of Kyso
At Kyso, we know that aesthetics matter, especially if you have a wonderful on-premise installation!
Using the Kyso CLI, we can use a little bit of CSS magic! A global administrator can edit the global styles of Kyso, adding - for example - the company's logo, or changing the colors to match the corporate identity. Just type in your shell the following command:
$ kyso theme
Uploads the <zip_file_path> to the given <theme_name> folder replacing its previous contents.
USAGE
$ kyso theme COMMAND
COMMANDS
theme add Uploads the <zip_file_path> to the given <theme_name> folder replacing its
previous contents.
theme del Removes the <theme_name> folder.
theme get Downloads the contents of the theme_name folder and stores it on the given
zip_file or on the theme_name.zip file on the current directory if no
zip_file is provided.
theme list List all available themes
theme set Set the <theme_name> as default.
In a default installation of Kyso, no theme is installed. If you want to start your customisation, please download the following file
default.zip
3KB
Binary
Basic theme to start customisation
Last modified 2d ago