forked from di-effe/amber
-
Notifications
You must be signed in to change notification settings - Fork 1
/
eww.scss
114 lines (102 loc) · 1.81 KB
/
eww.scss
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
// Amber
* {
all: unset; //Unsets everything so you can style everything from scratch
}
//Global Styles
.bar0 {
background-color: #1E1F29;
color: #F8F8F2;
padding: 0;
border-bottom: 2px solid;
border-color: #FFB300;
border-radius: 0;
font-family: Iosevka Nerd Font;
font-size: 13px;
}
.bar1 {
background-color: #1E1F29;
color: #F8F8F2;
padding: 0;
border-bottom: 2px solid;
border-color: #FFB300;
border-radius: 0;
font-family: Iosevka Nerd Font;
font-size: 13px;
}
// Styles on classes (see eww.yuck for more information)
.sidestuff slider {
all: unset;
}
.metric scale trough highlight {
all: unset;
background-color: #FFB300;
color: #000000;
border-radius: 10px;
}
.metric scale trough {
all: unset;
background-color: #4e4e4e;
border-radius: 50px;
min-height: 3px;
min-width: 50px;
margin-left: 10px;
margin-right: 20px;
}
.metric scale trough highlight {
all: unset;
background-color: #FFB300;
color: #000000;
border-radius: 10px;
}
.metric scale trough {
all: unset;
background-color: #4e4e4e;
border-radius: 50px;
min-height: 3px;
min-width: 50px;
margin-left: 10px;
margin-right: 20px;
}
.workspaces {
all: unset;
padding: 0;
}
.ws-button-mine {
color: #1E1F29;
background-color: #FFB300;
border-radius: 4px;
}
.ws-button-visible {
color: #FFB300;
}
.ws-button-busy {
color: #E8BC0C;
}
.ws-button {
color: #F8F8F2;
}
.ws-layout {
all: unset;
color: #1E1F29;
background-color: #FFB300;
border-radius: 0;
padding-left: 15px;
padding-right: 15px;
padding-top: 0;
padding-bottom: 0;
margin-left: 15px;
}
.box-launcher {
background-color: #FFB300;
color: #1E1F29;
font-size: 1.1em;
font-weight:bold;
}
.button-launcher {
padding-left: 12px;
padding-right: 14px;
}
.clock {
margin-right: 20px;
color: #F8F8F2;
}