-
Notifications
You must be signed in to change notification settings - Fork 23
[EN] 1.0 Summary: theme creation
Welcome to the wiki! Sielo is a browser that wants to be very customizable. This wiki contains all the resources needed to create a theme.
A theme can be realized by several ways:
You will simply have to download the sources of the default theme (or any other theme whose changes are allowed). All you need to do is change the icons as you see fit as shown on the icons page
You'll simply need to download the sources of the default theme (or any other theme whose changes are allowed). Then you can follow the indications of the icons page and the SSS page
For this, no prerequisites, except a more or less advanced knowledge of CSS. Then you will just have to read all the pages of this wiki on the themes.
Depending on what you choose, you will have to read different pages.
To see the results of your theme while developing it, you'll need to create a folder with the name of the theme in the folder of the Sielo theme.
- On Windows it's
C:\User\*username*\AppData\Roaming\Feldrise\Sielo\themes\*your_theme*
- On Linux it's
/home/*username*/.local/share/Feldrise/Sielo/themes/*your_theme
- On macOS it's ``
You will only have to add the required files (see the structure page) to have your theme in the list of themes of Sielo.
There is no need to change the theme to see the changes applied, you just have to press "Apply" for the changes to take effect.
- Introduction
- Créer le projet [Partie 1]
- Créer le projet [Partie 2]
- Les événements [Partie 1]