-
Notifications
You must be signed in to change notification settings - Fork 2
/
signal-desktop.tera
333 lines (274 loc) · 8.11 KB
/
signal-desktop.tera
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
---
whiskers:
version: "2.5.1"
matrix:
- flavor
filename: "themes/catppuccin-{{ flavor.identifier }}.css"
---
/*
_ _ ____
| \ | | __ ___ __ | __ ) __ _ _ __ ___
| \| |/ _` \ \ / / | _ \ / _` | '__/ __|
| |\ | (_| |\ V / | |_) | (_| | | \__ \
|_| \_|\__,_| \_/ |____/ \__,_|_| |___/
*/
/* left most bar */
.NavTabs {
background-color: #{{mantle.hex}} !important;
}
.NavTabs__ItemButton:hover {
background-color: #{{surface0.hex}} !important;
}
.NavTabs__Item[aria-selected="true"] > span > .NavTabs__ItemButton {
background-color: #{{surface1.hex}} !important;
}
/* buttons in qr and link section of personal user profile */
.UsernameLinkModalBody__actions__save,
.UsernameLinkModalBody__actions__color {
background-color: #{{surface1.hex}} !important;
}
/* second to left bar */
.NavSidebar {
background-color: #{{mantle.hex}} !important;
}
/* view archive button when clicking on ... */
.ContextMenu__popper--single-item {
background-color: #{{surface0.hex}} !important;
}
.module-conversation-list__item--contact-or-conversation--is-selected {
background-color: #{{surface1.hex}} !important;
}
/* no archived chat text */
.module-left-pane__archive-helper-text {
background-color: #{{surface0.hex}} !important;
}
.module-conversation-list__item--contact-or-conversation:hover,
.module-conversation-list__item--contact-or-conversation:focus,
.module-conversation-list__item--archive-button:hover,
.module-conversation-list__item--archive-button:focus {
background-color: #{{surface0.hex}} !important;
}
/*
_ _ ____
| | | | ___ _ __ ___ ___ | _ \ __ _ __ _ ___
| |_| |/ _ \| '_ ` _ \ / _ \ | |_) / _` |/ _` |/ _ \
| _ | (_) | | | | | | __/ | __/ (_| | (_| | __/
|_| |_|\___/|_| |_| |_|\___| |_| \__,_|\__, |\___|
|___/
*/
.Inbox__no-conversation-open {
background-color: #{{base.hex}} !important;
}
/*
_____ _ _ _
|_ _|____ _| |_(_)_ __ __ _ / \ _ __ ___ __ _
| |/ _ \ \/ / __| | '_ \ / _` | / _ \ | '__/ _ \/ _` |
| | __/> <| |_| | | | | (_| | / ___ \| | | __/ (_| |
|_|\___/_/\_\\__|_|_| |_|\__, | /_/ \_\_| \___|\__,_|
|___/
*/
/* the bar at the top containing your contact name */
.module-ConversationHeader {
background-color: #{{crust.hex}} !important;
}
/* call, search, etc button present at conversation header */
.module-ConversationHeader__button:hover,
.module-ConversationHeader__button:focus {
background-color: #{{surface0.hex}} !important;
}
/* ... menu at conversation header */
.react-contextmenu {
background-color: #{{surface0.hex}} !important;
}
/* ... menu hover */
.react-contextmenu-item--selected {
background-color: #{{surface1.hex}} !important;
}
/* the vm player that appears at top */
.MiniPlayer {
background-color: #{{surface1.hex}} !important;
}
/* conversation area */
.module-timeline {
background-color: #{{base.hex}} !important;
}
/* messages */
.module-message__container--incoming {
background-color: #{{surface0.hex}} !important;
}
/* replying box */
.module-quote--incoming > .module-quote__primary,
.module-quote--incoming > .module-quote__icon-container {
background-color: #{{surface1.hex}} !important;
border: 0px !important;
}
/* call again button */
.module-Button--system-message {
background-color: #{{surface1.hex}} !important;
}
/* the area where you write message, attach file, send vm, etc. */
.CompositionArea {
background-color: #{{crust.hex}} !important;
}
/* the actual typing box */
.module-composition-input__input {
background-color: #{{surface0.hex}} !important;
}
/* the today or yesterday thing that appears when you scroll up */
.TimelineDateHeader--floating {
background-color: #{{surface0.hex}} !important;
}
.TimelineFloatingHeader__spinner-container {
background-color: #{{surface0.hex}} !important;
}
.ScrollDownButton {
background-color: #{{surface0.hex}} !important;
}
/*
____ _ _ _ _
/ ___|__ _| | (_)_ __ __ _ / \ _ __ ___ __ _
| | / _` | | | | '_ \ / _` | / _ \ | '__/ _ \/ _` |
| |__| (_| | | | | | | | (_| | / ___ \| | | __/ (_| |
\____\__,_|_|_|_|_| |_|\__, | /_/ \_\_| \___|\__,_|
|___/
*/
/* background when contact isn't selected */
.CallsTab__EmptyState {
background-color: #{{base.hex}} !important;
}
/* background when contact is selected */
.CallsTab__ConversationCallDetails {
background-color: #{{base.hex}} !important;
}
/* contact list sidebar item */
.CallsList__ItemTile:hover {
background-color: #{{surface0.hex}} !important;
}
.CallsList__ItemTile[aria-selected="true"] {
background-color: #{{surface1.hex}} !important;
}
.CallsNewCall_ItemActionButton {
background-color: #{{surface2.hex}} !important;
}
/*
____ _ _
/ ___|| |_ ___ _ __ _ _ / \ _ __ ___ __ _
\___ \| __/ _ \| '__| | | | / _ \ | '__/ _ \/ _` |
___) | || (_) | | | |_| | / ___ \| | | __/ (_| |
|____/ \__\___/|_| \__, | /_/ \_\_| \___|\__,_|
|___/
*/
.Stories__placeholder {
background-color: #{{base.hex}} !important;
}
/*
_ _ ____ __ _ _
| | | |___ ___ _ __ | _ \ _ __ ___ / _(_) | ___
| | | / __|/ _ \ '__| | |_) | '__/ _ \| |_| | |/ _ \
| |_| \__ \ __/ | | __/| | | (_) | _| | | __/
\___/|___/\___|_| |_| |_| \___/|_| |_|_|\___|
*/
/* background of user details panel */
.ConversationPanel,
.ConversationPanel__header {
background-color: #{{base.hex}} !important;
}
/* disappering message timer */
.module-select > select {
background-color: #{{surface0.hex}} !important;
}
/* nickname, chatcolor, add to group and other button */
.ConversationDetails-panel-row__root--button:hover {
background-color: #{{surface0.hex}} !important;
}
/* nickname edit menu*/
.Input__container {
background-color: #{{surface0.hex}} !important;
border-color: #{{overlay2.hex}} !important;
}
/* add to group button background color */
.ConversationDetails-groups__add-to-group-icon {
background-color: #{{surface0.hex}} !important;
}
/* the user profile, signal connection and safety number popup */
.module-Modal {
background-color: #{{base.hex}} !important;
}
/* mark as varified or clear verification button */
.module-SafetyNumberViewer__button > button {
background-color: #{{surface1.hex}} !important;
}
/*
_
_ __ ___ (_)___ ___
| '_ ` _ \| / __|/ __|
| | | | | | \__ \ (__
|_| |_| |_|_|___/\___|
*/
/* background when viewing image */
.Lightbox__animated {
background-color: #{{base.hex}} !important;
}
/* many of the buttons */
.module-Button {
background-color: #{{surface1.hex}} !important;
}
.module-Button:hover {
background-color: #{{surface0.hex}} !important;
}
/*
____ _ _ _
/ ___| ___| |_| |_(_)_ __ __ _ ___
\___ \ / _ \ __| __| | '_ \ / _` / __|
___) | __/ |_| |_| | | | | (_| \__ \
|____/ \___|\__|\__|_|_| |_|\__, |___/
|___/
*/
/* side pannel of settings */
.Preferences__page-selector {
background-color: #{{crust.hex}} !important;
}
/* main settings pannel */
.Preferences__settings-pane {
background-color: #{{base.hex}} !important;
}
/* page selector selected background */
.Preferences__button--selected {
background-color: #{{surface1.hex}} !important;
}
.Preferences__button:focus {
background-color: #{{surface0.hex}} !important;
}
/* language and chat color button */
.Preferences__control--clickable:hover {
background-color: #{{surface0.hex}} !important;
}
.module-Button--secondary--destructive {
color: #{{red.hex}} !important;
}
/*
____ _ _
/ ___|__ _| | |
| | / _` | | |
| |__| (_| | | |
\____\__,_|_|_|
*/
.module-calling__container {
background-color: #{{base.hex}} !important;
}
/* cancel and settings button */
.CallSettingsButton__Button {
background-color: #{{surface0.hex}} !important;
}
/* the bar at the bottom during calls */
.CallControls {
background-color: #{{surface0.hex}} !important;
}
/* mike and camera button */
.CallingButton__icon {
background-color: #{{surface2.hex}} !important;
}
/* your pfp box during call */
.module-calling__background {
background-color: #{{surface0.hex}} !important;
}