···
1
-
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
2
-
/* swaync colors - wallust from waybar.css */
4
-
@import '../../.config/waybar/wallust/colors-waybar.css';
1
+
@define-color cc-bg #32302f;
2
+
@define-color noti-border-color #32302f;
3
+
@define-color noti-bg #3c3836;
4
+
@define-color noti-bg-darker #3c3836;
5
+
@define-color noti-bg-hover rgb(27, 27, 43);
6
+
@define-color noti-bg-focus rgba(27, 27, 27, 0.6);
7
+
@define-color text-color #f9f5d7;
8
+
@define-color text-color-disabled #bdae93;
9
+
@define-color bg-selected #fabd2f;
6
-
@define-color noti-border-color @color12;
7
-
@define-color noti-bg rgba(0, 0, 0, 0.8);
8
-
@define-color noti-bg-alt #111111;
9
-
@define-color noti-bg-hover @color9;
10
-
@define-color text-color @foreground;
11
-
@define-color text-color-alt @foreground;
12
-
@define-color text-color-disabled rgba(150, 150, 150, 0.8);
14
-
font-family: "JetBrains Mono Nerd Font";
12
+
font-family: JetBrainsMono NFP;
.control-center .notification-row:focus,
.control-center .notification-row:hover {
21
-
background: @noti-bg;
20
+
background: @noti-bg-darker;
31
-
border-radius: 10px;
34
-
.notification-content{
36
-
background: @noti-bg;
37
-
padding: 3px 10px 3px 6px;
38
-
border-radius: 10px;
39
-
border: 1px solid @noti-border-color;
30
+
background: transparent;
43
-
.notification-default-action {
46
-
border-radius: 10px;
34
+
.notification-content {
38
+
border: 2px solid #85796f;
50
-
background: #f7768e;
54
-
border-radius: 10px;
43
+
background: #d79921;
61
-
background: #f7768e;
62
-
transition: all .15s ease-in-out;
54
+
background: #fabd2f;
55
+
transition: all 0.15s ease-in-out;
68
-
border: 1px solid @noti-border-color;
70
-
border-radius: 10px;
61
+
border: 2px solid #85796f;
64
+
background: #32302f;
.notification-default-action:hover,
.notification-action:hover {
80
-
.notification-default-action {
81
-
border-radius: 10px;
85
-
.notification-default-action:not(:only-child) {
86
-
border-bottom-left-radius: 7px;
87
-
border-bottom-right-radius: 7px
90
-
.notification-action:first-child {
91
-
border-bottom-left-radius: 10px;
92
-
background: @noti-bg
95
-
.notification-action:last-child {
96
-
border-bottom-right-radius: 10px;
97
-
background: @noti-bg-alt
104
-
.inline-reply-entry {
105
-
background: @noti-bg;
106
-
color: @text-color;
107
-
caret-color: @text-color;
108
-
border: 1px solid @noti-border-color;
109
-
border-radius: 10px
112
-
.inline-reply-button {
115
-
background: @noti-bg;
116
-
border: 1px solid @noti-border-color;
117
-
border-radius: 10px;
121
-
.inline-reply-button:disabled {
122
-
background: initial;
123
-
color: @text-color-disabled;
124
-
border: 1px solid transparent
127
-
.inline-reply-button:hover {
128
-
background: @noti-bg-hover
133
-
color: @text-color-alt;
134
-
border-radius: 10px
70
+
background: #32302f;
140
-
background: transparent;
141
-
color: @text-color-alt;
148
-
background: transparent;
149
-
color: @text-color;
157
-
background: transparent;
158
-
color: @text-color;
163
-
background: @noti-bg;
164
-
border: 1.5px solid @noti-border-color;
165
-
color: @text-color;
166
-
border-radius: 10px;
92
+
border: 2px solid #85796f;
170
-
background: transparent
97
+
background: transparent;
.control-center-list-placeholder {
.floating-notifications {
178
-
background: transparent;
105
+
background: transparent;
182
-
background: alpha(black, 0.1)
109
+
background: alpha(black, 0.1);
186
-
color: @noti-border-color;
187
-
background: @noti-bg-alt;
191
-
border-radius: 10px;
114
+
background: @noti-bg-darker;
116
+
margin: 10px 10px 5px 10px;
118
+
border-radius: 5px;
194
-
.widget-title>button {
195
-
font-size: 0.75rem;
196
-
color: @text-color;
197
-
border-radius: 10px;
198
-
background: transparent;
199
-
border: 0.5px solid @noti-border-color;
121
+
.widget-title > button {
123
+
color: @text-color;
125
+
background: @noti-bg;
127
+
border-radius: 5px;
202
-
.widget-title>button:hover {
203
-
background: #f7768e;
204
-
color: @noti-border-color;
130
+
.widget-title > button:hover {
131
+
background: #d79921;
208
-
background: @noti-bg-alt;
211
-
border-radius: 10px;
213
-
color: @noti-border-color;
136
+
background: @noti-bg-darker;
138
+
margin: 5px 10px 10px 10px;
139
+
border-radius: 5px;
216
-
.widget-dnd>switch {
217
-
border-radius: 10px;
218
-
/* border: 1px solid #7aa2f7; */
219
-
background: @noti-border-color;
144
+
.widget-dnd > switch {
145
+
border-radius: 4px;
146
+
background: #665c54;
222
-
.widget-dnd>switch:checked {
223
-
background: #f7768e;
224
-
border: 1px solid #f7768e;
149
+
.widget-dnd > switch:checked {
150
+
background: #d79921;
151
+
border: 1px solid #d79921;
227
-
.widget-dnd>switch slider {
228
-
background: @noti-bg;
229
-
border-radius: 10px
154
+
.widget-dnd > switch slider {
155
+
background: @cc-bg;
156
+
border-radius: 5px;
232
-
.widget-dnd>switch:checked slider {
233
-
background: @noti-bg;
234
-
border-radius: 10px
159
+
.widget-dnd > switch:checked slider {
160
+
background: @cc-bg;
161
+
border-radius: 5px;
165
+
margin: 10px 10px 5px 10px;
241
-
.widget-label>label {
243
-
color: @text-color;
168
+
.widget-label > label {
170
+
color: @text-color;
247
-
color: @text-color;
248
-
background: @noti-bg-alt;
251
-
border-radius: 10px;
174
+
color: @text-color;
175
+
background: @noti-bg-darker;
176
+
padding: 5px 10px 0px 0px;
177
+
margin: 5px 10px 5px 10px;
178
+
border-radius: 0px;
.widget-mpris > box > button {
255
-
border-radius: 10px;
182
+
border-radius: 5px;
192
+
font-size: 1.25rem;
274
-
color: @noti-border-color;
277
-
border-radius: 10px;
278
-
background: @noti-bg-alt;
200
+
font-size: x-large;
202
+
margin: 5px 10px 10px 10px;
203
+
border-radius: 5px;
204
+
background: @noti-bg-darker;
281
-
.widget-buttons-grid>flowbox>flowboxchild>button {
283
-
background: @noti-bg;
284
-
border-radius: 10px;
207
+
.widget-buttons-grid > flowbox > flowboxchild > button {
209
+
background: @cc-bg;
210
+
border-radius: 5px;
211
+
color: @text-color;
288
-
.widget-buttons-grid>flowbox>flowboxchild>button:hover {
289
-
background: @noti-border-color;
290
-
color: @noti-bg-hover
214
+
.widget-buttons-grid > flowbox > flowboxchild > button:hover {
215
+
background: #d79921;
293
-
.widget-menubar>box>.menu-button-bar>button {
295
-
background: transparent
219
+
.widget-menubar > box > .menu-button-bar > button {
221
+
background: transparent;
298
-
.topbar-buttons>button {
300
-
background: transparent
304
-
background: @noti-bg-alt;
306
-
margin: 10px 10px 5px 10px;
307
-
border-radius: 10px;
308
-
font-size: x-large;
312
-
.widget-volume>box>button {
313
-
background: @noti-border-color;
318
-
background-color: @noti-bg;
319
-
padding: 4px 8px 8px;
321
-
border-radius: 10px;
325
-
.widget-backlight {
326
-
background: @noti-bg-alt;
328
-
margin: 10px 10px 5px 10px;
329
-
border-radius: 10px;
330
-
font-size: x-large;
335
-
background: @text-color;
337
-
border-radius: 10px;
341
-
background: @text-color;
343
-
border-radius: 10px;
349
-
border-radius: 10px;
224
+
.topbar-buttons > button {
226
+
background: transparent;