-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathactual.css
More file actions
243 lines (214 loc) · 8.04 KB
/
actual.css
File metadata and controls
243 lines (214 loc) · 8.04 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
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
/* Simple Dark theme for Actual Budget */
:root {
--color-pageBackground: #222222;
--color-pageBackgroundModalActive: #141520;
--color-pageBackgroundTopLeft: #243b53;
--color-pageBackgroundBottomRight: #242733;
--color-pageBackgroundLineTop: #9446ed;
--color-pageBackgroundLineMid: #102a43;
--color-pageBackgroundLineBottom: #d9e2ec;
--color-pageText: #5cb4d6;
--color-pageTextLight: #9fb3c8;
--color-pageTextSubdued: #82a1ae;
--color-pageTextDark: #e8ecf0;
--color-pageTextPositive: #edbe5e;
--color-pageTextLink: #edbe5e;
--color-pageTextLinkLight: #ffc34d;
--color-numberPositive: #2ecd65;
--color-numberNegative: #f86a6a;
--color-numberNeutral: #627d98;
--color-cardBackground: #141520;
--color-cardBorder: #9446ed;
--color-cardShadow: #334e68;
--color-tableBackground: #3e3e3e;
--color-tableRowBackgroundHover: #222222;
--color-tableText: #5cb4d6;
--color-tableTextLight: #82a1ae;
--color-tableTextSubdued: #82a1ae;
--color-tableTextSelected: #d9e2ec;
--color-tableTextHover: #829ab1;
--color-tableTextInactive: #82a1ae;
--color-tableHeaderText: #9fb3c8;
--color-tableHeaderBackground: #363636;
--color-tableBorder: #222222;
--color-tableBorderSelected: #68622b;
--color-tableBorderHover: #b88115;
--color-tableBorderSeparator: #829ab1;
--color-tableRowBackgroundHighlight: #580a94;
--color-tableRowBackgroundHighlightText: #d9e2ec;
--color-tableRowHeaderBackground: #333333;
--color-tableRowHeaderText: #d9e2ec;
--color-sidebarBackground: #063446;
--color-sidebarItemBackgroundPending: #fcf088;
--color-sidebarItemBackgroundPositive: #27ab83;
--color-sidebarItemBackgroundFailed: #f86a6a;
--color-sidebarItemAccentSelected: #edbe5e;
--color-sidebarItemBackgroundHover: #3e3e3e;
--color-sidebarItemText: #d9e2ec;
--color-sidebarItemTextSelected: #edbe5e;
--color-sidebarBudgetName: #d9e2ec;
--color-menuBackground: #243b53;
--color-menuItemBackground: #243b53;
--color-menuItemBackgroundHover: #627d98;
--color-menuItemText: #5cb4d6;
--color-menuItemTextHover: #f7fafc;
--color-menuItemTextSelected: #5cb4d6;
--color-menuItemTextHeader: #b990ff;
--color-menuBorder: #102a43;
--color-menuBorderHover: #9446ed;
--color-menuKeybindingText: #b990ff;
--color-menuAutoCompleteBackground: #102a43;
--color-menuAutoCompleteBackgroundHover: #486581;
--color-menuAutoCompleteText: #bcccdc;
--color-menuAutoCompleteTextHeader: #b990ff;
--color-menuAutoCompleteItemText: #e8ecf0;
--color-modalBackground: #555555;
--color-modalBorder: #486581;
--color-mobileHeaderBackground: #393939;
--color-mobileHeaderText: #edbe5e;
--color-mobileHeaderTextSubdued: #bdc5cf;
--color-mobileHeaderTextHover: rgba(200, 200, 200, .15);
--color-mobilePageBackground: #222222;
--color-mobileNavBackground: #393939;
--color-mobileNavItem: #d9e2ec;
--color-mobileNavItemSelected: #edbe5e;
--color-mobileAccountShadow: #334e68;
--color-mobileAccountText: #5cb4d6;
--color-mobileTransactionSelected: #edbe5e;
--color-mobileViewTheme: #580a94;
--color-mobileConfigServerViewTheme: #8719e0;
--color-markdownNormal: #690cb0;
--color-markdownDark: #8719e0;
--color-markdownLight: #580a94;
--color-buttonMenuText: #bcccdc;
--color-buttonMenuTextHover: #bcccdc;
--color-buttonMenuBackground: transparent;
--color-buttonMenuBackgroundHover: rgba(200, 200, 200, .25);
--color-buttonMenuBorder: #627d98;
--color-buttonMenuSelectedText: #0c6b58;
--color-buttonMenuSelectedTextHover: #87540d;
--color-buttonMenuSelectedBackground: #fcf088;
--color-buttonMenuSelectedBackgroundHover: #f5e35d;
--color-buttonMenuSelectedBorder: #fcf088;
--color-buttonPrimaryText: #edc95e;
--color-buttonPrimaryTextHover: #edc95e;
--color-buttonPrimaryBackground: #68622b;
--color-buttonPrimaryBackgroundHover: #90873c;
--color-buttonPrimaryBorder: #90873c;
--color-buttonPrimaryShadow: rgba(0, 0, 0, 0.6);
--color-buttonPrimaryDisabledText: #756d57;
--color-buttonPrimaryDisabledBackground: #90873c;
--color-buttonPrimaryDisabledBorder: #68622b;
--color-buttonNormalText: #5cb4d6;
--color-buttonNormalTextHover: #5cb4d6;
--color-buttonNormalBackground: #063446;
--color-buttonNormalBackgroundHover: #486581;
--color-buttonNormalBorder: #706e6e;
--color-buttonNormalShadow: rgba(0, 0, 0, 0.4);
--color-buttonNormalSelectedText: #ffffff;
--color-buttonNormalSelectedBackground: #7a0ecc;
--color-buttonNormalDisabledText: #0c688d;
--color-buttonNormalDisabledBackground: #063446;
--color-buttonNormalDisabledBorder: #706e6e;
--color-buttonBareText: #5cb4d6;
--color-buttonBareTextHover: #5cb4d6;
--color-buttonBareBackground: transparent;
--color-buttonBareBackgroundHover: rgba(200, 200, 200, .2);
--color-buttonBareBackgroundActive: rgba(200, 200, 200, .2);
--color-buttonBareDisabledText: #5cb4d6;
--color-buttonBareDisabledBackground: transparent;
--color-calendarText: #f7fafc;
--color-calendarBackground: #102a43;
--color-calendarItemText: #d9e2ec;
--color-calendarItemBackground: #243b53;
--color-calendarSelectedBackground: #7a0ecc;
--color-calendarCellBackground: #102a43;
--color-noticeBackground: #1d352a;
--color-noticeBackgroundLight: #1d352a;
--color-noticeBackgroundDark: #27ab83;
--color-noticeText: #2ecd65;
--color-noticeTextLight: #2ecd65;
--color-noticeTextDark: #2ecd65;
--color-noticeTextMenu: #2ecd65;
--color-noticeBorder: #0c6b58;
--color-warningBackground: #68622b;
--color-warningText: #edbe5e;
--color-warningTextLight: #e6bb20;
--color-warningTextDark: #edbe5e;
--color-warningBorder: #e6bb20;
--color-errorBackground: #392a2a;
--color-errorText: #ff531a;
--color-errorTextDark: #ffbdbd;
--color-errorTextDarker: #ff531a;
--color-errorTextMenu: #ff9b9b;
--color-errorBorder: #e12d39;
--color-upcomingBackground: #a288cf;
--color-upcomingText: #450278;
--color-upcomingBorder: #486581;
--color-formLabelText: #edbe5e;
--color-formLabelBackground: #034388;
--color-formInputBackground: #3e3e3e;
--color-formInputBackgroundSelected: #3e3e3e;
--color-formInputBackgroundSelection: #9446ed;
--color-formInputBorder: #838383;
--color-formInputTextReadOnlySelection: #243b53;
--color-formInputBorderSelected: #edbe5e;
--color-formInputText: #d8d8d8;
--color-formInputTextSelected: #000000;
--color-formInputTextPlaceholder: #d9e2ec;
--color-formInputTextPlaceholderSelected: #e8ecf0;
--color-formInputTextSelection: #243b53;
--color-formInputShadowSelected: #a17112;
--color-formInputTextHighlight: #edbe5e;
--color-checkboxText: #d9e2ec;
--color-checkboxBackgroundSelected: #a368fc;
--color-checkboxBorderSelected: #a368fc;
--color-checkboxShadowSelected: #8719e0;
--color-checkboxToggleBackground: #242733;
--color-checkboxToggleBackgroundSelected: #edbe5e;
--color-checkboxToggleDisabled: #747c8b;
--color-pillBackground: #063446;
--color-pillBackgroundLight: #333333;
--color-pillText: #a4d5e9;
--color-pillTextHighlighted: #5cb4d6;
--color-pillBorder: #edbe5e;
--color-pillBorderDark: #334e68;
--color-pillBackgroundSelected: #7a0ecc;
--color-pillTextSelected: #d9e2ec;
--color-pillBorderSelected: #edbe5e;
--color-pillTextSubdued: #627d98;
--color-reportsRed: #f86a6a;
--color-reportsBlue: #40a5f7;
--color-reportsGreen: #3ebd93;
--color-reportsGray: #747c8b;
--color-reportsLabel: #d9e2ec;
--color-reportsInnerLabel: #243b53;
--color-reportsNumberPositive: #108bbc;
--color-reportsNumberNegative: #f86a6a;
--color-reportsNumberNeutral: #d9e2ec;
--color-reportsChartFill: #65d6ad;
--color-noteTagBackground: #690cb0;
--color-noteTagBackgroundHover: #8719e0;
--color-noteTagDefault: #690cb0;
--color-noteTagText: #f2ebfe;
--color-budgetCurrentMonth: #3e3e3e;
--color-budgetOtherMonth: #393939;
--color-budgetHeaderCurrentMonth: #333333;
--color-budgetHeaderOtherMonth: #333333;
--color-budgetNumberZero: #627d98;
--color-budgetNumberNegative: #f86a6a;
--color-budgetNumberNeutral: #d9e2ec;
--color-budgetNumberPositive: #2ecd65;
--color-templateNumberFunded: #2ecd65;
--color-templateNumberUnderFunded: #f5e35d;
--color-toBudgetPositive: #2ecd65;
--color-toBudgetZero: #2ecd65;
--color-toBudgetNegative: #f86a6a;
--color-floatingActionBarBackground: #580a94;
--color-floatingActionBarBorder: #580a94;
--color-floatingActionBarText: #d9e2ec;
--color-tooltipText: #5cb4d6;
--color-tooltipBackground: #3e3e3e;
--color-tooltipBorder: #333333;
--color-overlayBackground: rgba(0, 0, 0, 0.3);
}