Shree Creators Model Making Company offers a wide range of model making services, including architectural model making, industrial model making, marine model making, and engineering model making. Our team of skilled and experienced model makers use the latest techniques and technology to create models that are not only accurate and detailed, but also visually appealing.
Find a file
2024-09-12 07:56:34 +02:00
README.md Initial commit 2024-09-12 07:56:34 +02:00
theme-beetroot-auto.css Initial commit 2024-09-12 07:56:34 +02:00
theme-beetroot-dark.css Initial commit 2024-09-12 07:56:34 +02:00
theme-beetroot-light.css Initial commit 2024-09-12 07:56:34 +02:00

Disroot theme for Foregejo

Customizing Gitea is typically done using the CustomPath folder - by default this is the custom folder from the running directory of Forgejo, but it may be different if your build has set this differently. This is the central place to override configuration settings, templates, etc. You can check the CustomPath using gitea help. You can also find the path on the Configuration tab in the Site Administration page. You can override the CustomPath by setting either the GITEA_CUSTOM environment variable or by using the --custom-path option on the gitea binary. (The option will override the environment variable.)

In this custom folder, create a public\css folder then, to use this theme, git clone it in custom/public/css. It will create copy the css files of our Beetroot themes.

Then edit app.ini and edit the THEMES var like this: THEMES = beetroot-light,beetroot-dark,beetroot-auto (you can also keep the themes already dfined there).

Don't forget to restart gitea: service gitea restart

To know more about customizing Forgejo, check https://docs.gitea.io/en-us/customizing-gitea/#customizing-the-look-of-gitea