Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

[EN] 1.0 Summary: theme creation

François MARI edited this page Jun 16, 2018 · 1 revision

Creating theme for Sielo

Introduction

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:

A simple theme with only a modification of the icons.

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

A theme that starts from the base template where you can make changes.

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

A theme that starts from scratch.

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.

Test your theme to see the result.

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.

Summary