mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 23:09:00 +00:00
104 lines
2.7 KiB
Text
104 lines
2.7 KiB
Text
|
/*
|
||
|
|
||
|
████████╗██╗ ██╗███████╗███╗ ███╗███████╗███████╗
|
||
|
╚══██╔══╝██║ ██║██╔════╝████╗ ████║██╔════╝██╔════╝
|
||
|
██║ ███████║█████╗ ██╔████╔██║█████╗ ███████╗
|
||
|
██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██╔══╝ ╚════██║
|
||
|
██║ ██║ ██║███████╗██║ ╚═╝ ██║███████╗███████║
|
||
|
╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝
|
||
|
|
||
|
*/
|
||
|
|
||
|
/*******************************
|
||
|
Theme Selection
|
||
|
*******************************/
|
||
|
|
||
|
/* To override a theme for an individual element
|
||
|
specify theme name below
|
||
|
*/
|
||
|
|
||
|
/* Global */
|
||
|
@site : 'default';
|
||
|
@reset : 'default';
|
||
|
|
||
|
/* Elements */
|
||
|
@button : 'default';
|
||
|
@container : 'default';
|
||
|
@divider : 'default';
|
||
|
@emoji : 'default';
|
||
|
@flag : 'default';
|
||
|
@header : 'default';
|
||
|
@icon : 'default';
|
||
|
@image : 'default';
|
||
|
@input : 'default';
|
||
|
@label : 'default';
|
||
|
@list : 'default';
|
||
|
@loader : 'default';
|
||
|
@placeholder: 'default';
|
||
|
@rail : 'default';
|
||
|
@reveal : 'default';
|
||
|
@segment : 'default';
|
||
|
@step : 'default';
|
||
|
@text : 'default';
|
||
|
|
||
|
/* Collections */
|
||
|
@breadcrumb : 'default';
|
||
|
@form : 'default';
|
||
|
@grid : 'default';
|
||
|
@menu : 'default';
|
||
|
@message : 'default';
|
||
|
@table : 'default';
|
||
|
|
||
|
/* Modules */
|
||
|
@calendar : 'default';
|
||
|
@checkbox : 'default';
|
||
|
@dimmer : 'default';
|
||
|
@dropdown : 'default';
|
||
|
@embed : 'default';
|
||
|
@modal : 'default';
|
||
|
@nag : 'default';
|
||
|
@popup : 'default';
|
||
|
@progress : 'default';
|
||
|
@slider : 'default';
|
||
|
@rating : 'default';
|
||
|
@search : 'default';
|
||
|
@shape : 'default';
|
||
|
@sidebar : 'default';
|
||
|
@sticky : 'default';
|
||
|
@tab : 'default';
|
||
|
@toast : 'default';
|
||
|
@transition : 'default';
|
||
|
|
||
|
/* Views */
|
||
|
@ad : 'default';
|
||
|
@card : 'default';
|
||
|
@comment : 'default';
|
||
|
@feed : 'default';
|
||
|
@item : 'default';
|
||
|
@statistic : 'default';
|
||
|
|
||
|
/*******************************
|
||
|
Folders
|
||
|
*******************************/
|
||
|
|
||
|
/* Path to theme packages */
|
||
|
@themesFolder : 'themes';
|
||
|
|
||
|
/* Path to site override folder */
|
||
|
@siteFolder : '_site/';
|
||
|
|
||
|
|
||
|
/*******************************
|
||
|
Import Theme
|
||
|
*******************************/
|
||
|
|
||
|
@import (multiple) "theme.less";
|
||
|
|
||
|
/*******************************
|
||
|
Theme Overrides
|
||
|
*******************************/
|
||
|
|
||
|
@importGoogleFonts : false;
|
||
|
|
||
|
/* End Config */
|