To make your own theme, create a .css
file and at the beginning of the file create a comment in which you specify information about the theme in json format.
Example:
/*
{
"_": "Theme",
"version": "1.0",
"name": "My Theme name",
"author": "My nick name",
"image": ""
}
*/
body{
...
}
_ | "Theme" | Theme Declaration | |
version | "1.0" | Theme version | |
name | string |
Theme name | required |
author | string |
Theme author | preferred |
image | string |
Theme icon (data:image or https ) |
required |
You can see examples of ready-made themes here.
To test your theme locally, create a themes
folder next to the .exe
file
(or click the More
button in the Settings themes section and the folder will be automatically created)
and place your .css
file in this folder.
Then you can upload your theme to this repository and after moderation check, your theme can get into the program.