wishthis/semantic/src/theme.config
2022-08-05 11:25:53 +02:00

98 lines
2.7 KiB
Text

/*
████████╗██╗ ██╗███████╗███╗ ███╗███████╗███████╗
╚══██╔══╝██║ ██║██╔════╝████╗ ████║██╔════╝██╔════╝
██║ ███████║█████╗ ██╔████╔██║█████╗ ███████╗
██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██╔══╝ ╚════██║
██║ ██║ ██║███████╗██║ ╚═╝ ██║███████╗███████║
╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝
*/
/*******************************
Theme Selection
*******************************/
/* To override a theme for an individual element
specify theme name below
*/
/* Global */
@site : 'wishthis';
@reset : 'wishthis';
/* Elements */
@button : 'wishthis';
@container : 'wishthis';
@divider : 'wishthis';
@emoji : 'wishthis';
@flag : 'wishthis';
@header : 'wishthis';
@icon : 'wishthis';
@image : 'wishthis';
@input : 'wishthis';
@label : 'wishthis';
@list : 'wishthis';
@loader : 'wishthis';
@placeholder: 'wishthis';
@rail : 'wishthis';
@reveal : 'wishthis';
@segment : 'wishthis';
@step : 'wishthis';
@text : 'wishthis';
/* Collections */
@breadcrumb : 'wishthis';
@form : 'wishthis';
@grid : 'wishthis';
@menu : 'wishthis';
@message : 'wishthis';
@table : 'wishthis';
/* Modules */
@accordion : 'wishthis';
@calendar : 'wishthis';
@checkbox : 'wishthis';
@dimmer : 'wishthis';
@dropdown : 'wishthis';
@embed : 'wishthis';
@modal : 'wishthis';
@nag : 'wishthis';
@popup : 'wishthis';
@progress : 'wishthis';
@slider : 'wishthis';
@rating : 'wishthis';
@search : 'wishthis';
@shape : 'wishthis';
@sidebar : 'wishthis';
@sticky : 'wishthis';
@tab : 'wishthis';
@toast : 'wishthis';
@transition : 'wishthis';
/* Views */
@ad : 'wishthis';
@card : 'wishthis';
@comment : 'wishthis';
@feed : 'wishthis';
@item : 'wishthis';
@statistic : 'wishthis';
/*******************************
Folders
*******************************/
/* Path to theme packages */
@themesFolder : 'themes';
/* Path to site override folder */
@siteFolder : 'site';
/*******************************
Import Theme
*******************************/
@import (multiple) "theme.less";
/* End Config */