-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrinfo-dark.theme.config
94 lines (77 loc) · 2.61 KB
/
librinfo-dark.theme.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
/*
████████╗██╗ ██╗███████╗███╗ ███╗███████╗███████╗
╚══██╔══╝██║ ██║██╔════╝████╗ ████║██╔════╝██╔════╝
██║ ███████║█████╗ ██╔████╔██║█████╗ ███████╗
██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██╔══╝ ╚════██║
██║ ██║ ██║███████╗██║ ╚═╝ ██║███████╗███████║
╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝
*/
/*******************************
Theme Selection
*******************************/
/* To override a theme for an individual element
specify theme name below
*/
/* Global */
@site : 'superhero';
@reset : 'superhero';
/* Elements */
@button : 'superhero';
@container : 'superhero';
@divider : 'superhero';
@flag : 'superhero';
@header : 'superhero';
@icon : 'superhero';
@image : 'superhero';
@input : 'superhero';
@label : 'superhero';
@list : 'superhero';
@loader : 'superhero';
@rail : 'superhero';
@reveal : 'superhero';
@segment : 'superhero';
@step : 'superhero';
/* Collections */
@breadcrumb : 'superhero';
@form : 'superhero';
@grid : 'superhero';
@menu : 'superhero';
@message : 'superhero';
@table : 'superhero';
/* Modules */
@accordion : 'superhero';
@checkbox : 'superhero';
@dimmer : 'superhero';
@dropdown : 'superhero';
@embed : 'superhero';
@modal : 'superhero';
@nag : 'superhero';
@popup : 'superhero';
@progress : 'superhero';
@rating : 'superhero';
@search : 'superhero';
@shape : 'superhero';
@sidebar : 'superhero';
@sticky : 'superhero';
@tab : 'superhero';
@transition : 'default';
/* Views */
@ad : 'superhero';
@card : 'superhero';
@comment : 'superhero';
@feed : 'superhero';
@item : 'superhero';
@statistic : 'superhero';
/*******************************
Folders
*******************************/
/* Path to theme packages */
@themesFolder : 'themes';
/* Path to site override folder */
@siteFolder : 'site/';
/*******************************
Import Theme
*******************************/
@import "theme.less";
@importGoogleFonts : false;
/* End Config */