-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsteam.css
More file actions
79 lines (66 loc) · 2.94 KB
/
steam.css
File metadata and controls
79 lines (66 loc) · 2.94 KB
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
:root {
/* The main accent color and the matching text value */
--adw-accent-bg-rgb: 102, 106, 109 !important;
--adw-accent-fg-rgb: 11, 12, 12 !important;
--adw-accent-rgb: 102, 106, 109 !important;
/* destructive-action buttons */
--adw-destructive-bg-rgb: 242, 67, 49 !important;
--adw-destructive-fg-rgb: 234, 233, 227 !important;
--adw-destructive-rgb: 242, 67, 49 !important;
/* Levelbars, entries, labels and infobars. These don't need text colors */
--adw-success-bg-rgb: 110, 106, 100 !important;
--adw-success-fg-rgb: 11, 12, 12 !important;
--adw-success-rgb: 110, 106, 100 !important;
--adw-warning-bg-rgb: 237, 154, 29 !important;
--adw-warning-fg-rgb: 11, 12, 12 !important;
--adw-warning-fg-a: 0.8 !important;
--adw-warning-rgb: 237, 154, 29 !important;
--adw-error-bg-rgb: 242, 67, 49 !important;
--adw-error-fg-rgb: 11, 12, 12 !important;
--adw-error-rgb: 242, 67, 49 !important;
/* Window */
--adw-window-bg-rgb: 11, 12, 12 !important;
--adw-window-fg-rgb: 234, 233, 227 !important;
/* Views - e.g. text view or tree view */
--adw-view-bg-rgb: 11, 12, 12 !important;
--adw-view-fg-rgb: 234, 233, 227 !important;
/* Header bar, search bar, tab bar */
--adw-headerbar-bg-rgb: 11, 12, 12 !important;
--adw-headerbar-fg-rgb: 234, 233, 227 !important;
--adw-headerbar-border-rgb: 57, 62, 62 !important;
--adw-headerbar-backdrop-rgb: 11, 12, 12 !important;
--adw-headerbar-shade-rgb: 0, 0, 0 !important;
--adw-headerbar-shade-a: 0.36 !important;
--adw-headerbar-darker-shade-rgb: 0, 0, 0 !important;
--adw-headerbar-darker-shade-a: 0.9 !important;
/* Split pane views */
--adw-sidebar-bg-rgb: 11, 12, 12 !important;
--adw-sidebar-fg-rgb: 234, 233, 227 !important;
--adw-sidebar-backdrop-rgb: 57, 62, 62 !important;
--adw-sidebar-shade-rgb: 0, 0, 0 !important;
--adw-sidebar-shade-a: 0.36 !important;
--adw-secondary-sidebar-bg-rgb: 11, 12, 12 !important;
--adw-secondary-sidebar-fg-rgb: 234, 233, 227 !important;
--adw-secondary-sidebar-backdrop-rgb: 57, 62, 62 !important;
--adw-secondary-sidebar-shade-rgb: 0, 0, 0 !important;
--adw-secondary-sidebar-shade-a: 0.36 !important;
/* Cards, boxed lists */
--adw-card-bg-rgb: 255, 255, 255 !important;
--adw-card-bg-a: 0.08 !important;
--adw-card-fg-rgb: 255, 255, 255 !important;
--adw-card-shade-rgb: 0, 0, 0 !important;
--adw-card-shade-a: 0.36 !important;
/* Dialogs */
--adw-dialog-bg-rgb: 11, 12, 12 !important;
--adw-dialog-fg-rgb: 234, 233, 227 !important;
/* Popovers */
--adw-popover-bg-rgb: 11, 12, 12 !important;
--adw-popover-fg-rgb: 234, 233, 227 !important;
--adw-popover-shade-rgb: 0, 0, 0 !important;
--adw-popover-shade-a: 0.36 !important;
/* Thumbnails */
--adw-thumbnail-bg-rgb: 11, 12, 12 !important;
/* Miscellaneous */
--adw-shade-rgb: 0, 0, 0 !important;
--adw-shade-a: 0.36 !important;
}