All Projects → semantic-ui-forest → Forest Themes

semantic-ui-forest / Forest Themes

Licence: bsd-3-clause
A collection of themes for Semantic UI.

Projects that are alternatives of or similar to Forest Themes

semantic-ui-forest
[Archived] Source code for official semantic-ui-forest website.
Stars: ✭ 49 (-64.23%)
Mutual labels:  themes, semantic-ui
Ionic3 Start Theme
Ionic 3 Start Theme with 10 Pages, mock data, providers samples, Storage, Http and more...
Stars: ✭ 129 (-5.84%)
Mutual labels:  themes
Realtaiizor
C# WinForm UI/UX Component Library
Stars: ✭ 109 (-20.44%)
Mutual labels:  themes
Awesome Ban
Awesome WM 4.x theme configs
Stars: ✭ 122 (-10.95%)
Mutual labels:  themes
Themr
A UI theme selector for Sublime Text.
Stars: ✭ 112 (-18.25%)
Mutual labels:  themes
Gatsby Admin Template
Free admin dashboard template based on Gatsby with @paljs/ui component package
Stars: ✭ 124 (-9.49%)
Mutual labels:  themes
Semantic Edit
✏️ Real-time Preview Enabled Semantic UI Composer
Stars: ✭ 109 (-20.44%)
Mutual labels:  semantic-ui
Bootstrap Table
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
Stars: ✭ 11,068 (+7978.83%)
Mutual labels:  semantic-ui
Semantic Ui Vue2
Semantic UI Integration for Vue 2
Stars: ✭ 128 (-6.57%)
Mutual labels:  semantic-ui
Customizer
Kanboard - Customizer adds GUI for logo, favicon and themes
Stars: ✭ 120 (-12.41%)
Mutual labels:  themes
Neworld For Whmcs
NeWorld For WHMCS
Stars: ✭ 119 (-13.14%)
Mutual labels:  themes
Caule Themes Pack 1
10 modern colors | 4 categories of styles (Black Glass, Black, Dark, Light) | 40 themes in total | Animated icons for the weather forecast card | And a bonus automatic theme selector for your interface.
Stars: ✭ 114 (-16.79%)
Mutual labels:  themes
Hotel Management System
宾馆管理系统。可以订房、续费、退房、订单管理、员工管理以及业务数据统计可视化展示等
Stars: ✭ 126 (-8.03%)
Mutual labels:  semantic-ui
Awesome Joplin
📒 A curated list of awesome Joplin themes and tools.
Stars: ✭ 111 (-18.98%)
Mutual labels:  themes
Nook
🎹🐻 Nook is a Chrome/Firefox extension that plays Animal Crossing hourly themes.
Stars: ✭ 133 (-2.92%)
Mutual labels:  themes
Bulmaswatch
Themes for Bulma
Stars: ✭ 1,525 (+1013.14%)
Mutual labels:  themes
N1 Ido
Ido is a clean, simple, Polymail-inspired theme for Mailspring
Stars: ✭ 118 (-13.87%)
Mutual labels:  themes
Markdown Css
A tool convert css style into markdown inline style
Stars: ✭ 122 (-10.95%)
Mutual labels:  themes
React Starter Boilerplate Hmr
React starter boilerplate with React Fast Refresh, React 17 and Webpack 5
Stars: ✭ 137 (+0%)
Mutual labels:  semantic-ui
Rstudiothemes
A curated list of RStudio themes found on Github
Stars: ✭ 134 (-2.19%)
Mutual labels:  themes

Semantic-UI Forest Themes

CircleCI

This repo contains lots of third-party themes for Semantic-UI. Right now, it's mainly consist of themes ported from Bootswatch. To build these themes yourself, you need to follow some steps here.

By default, Semantic-UI use gulp.js as its build tools, and gulp will ask you several questions when called first time and store your answers to a semantic.json file. Next time you call gulp build-css, it will execute directly without asking you questions.

Semantic-UI use a theme.config file to configure different components for different themes.

You can check the official documentation for a detailed guide about how to customize Semantic-UI.

We have write a build script and wrap it with npm, so you can build tens of themes in one shot. The basic workflow:

git clone https://github.com/semantic-ui-forest/forest-themes.git

# we prefer yarn, however, npm is also OK
yarn install --ignore-scripts

# it takes about 7 minutes to build about 20 themes.
yarn run build

# all generated theme files are put into `output` directory in forest-themes repo.
# ls -lR dist
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].