You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/modules/colors.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,19 @@ class Colors:
6
6
7
7
colors_info= {
8
8
'accentColor':
9
-
' This is for all the nontransparent red "boxes" in the standard theme.\n Recommended alpha value = 1.',
9
+
' This is for all the non-transparent red surfaces in the foreground in the standard theme.\n Recommended alpha value = 1.',
10
10
11
11
'accentTextColor':
12
-
' This is for all the text in those boxes.\n It is recommended that you use a color that makes it easy to be read.\n Recommended alpha value = 1.',
12
+
' This is for all the text and icons in the accentColor surfaces.\n It is recommended that you use a color that makes it easy to be read.\n Recommended alpha value = 1.',
13
13
14
14
'foregroundColor':
15
-
' This is for all the "boxes" which aren\'t red in the standard theme.\n Recommended alpha value = 1.',
15
+
' This is for all the non-transparent non-red surfaces in the foreground in the standard theme.\n Recommended alpha value = 1.',
16
16
17
17
'backgroundColor':
18
18
' This is for the background in the app.\n Recommended alpha value = 1.',
19
19
20
20
'overlayColor':
21
-
' This is for an overlay that is visible when your library or manga view is fetching updates.\n It is recommended that you use the same color as you used for "backgroundColor".\n Recommended alpha value = 0.3',
21
+
' This is for an overlay that is visible when the library or manga view is fetching updates.\n It is recommended that you use the same color as you used for "backgroundColor".\n Recommended alpha value = 0.3',
22
22
23
23
'separatorColor':
24
24
' This is for all the thin seperator lines in the app.\n It is recommended that you use the same color as you did for "accentColor".\n Recommended alpha value = 1.',
@@ -30,10 +30,10 @@ class Colors:
30
30
' This is for all the secondary text in the app.\n Recommended alpha value = 1.',
31
31
32
32
'buttonNormalBackgroundColor':
33
-
' This is for all the semi-transparent red refresh buttons in the standard theme.\n Recommended alpha value = 0.3',
33
+
' This is for all the semi-transparent red surfaces in the foreground in the standard theme.\n Recommended alpha value = 0.5',
34
34
35
35
'buttonNormalTextColor':
36
-
' This is for all the refresh icons in those boxes.\n It is recommended that you use a color that makes it easy to be read.\n Recommended alpha value = 0.3.'
36
+
' This is for all the icons in the buttonNormalBackgroundColor surfaces.\n It is recommended that you use a color that makes it easy to be read.\n Recommended alpha value = 1.'
0 commit comments