1
0
Fork 0

Fix Firefox light bug, reformat JSON

master
Ambrose Chua 2020-09-01 10:44:49 +08:00
parent 02e12651a7
commit 8d402eba5c
5 changed files with 359 additions and 227 deletions

View File

@ -7,75 +7,73 @@
}, },
"theme": { "theme": {
"colors": { "colors": {
"bookmark_text": [ 102, 102, 102 ], "bookmark_text": "rgb(102, 102, 102)",
"frame": [ 210, 210, 210 ], "frame": "rgb(210, 210, 210)",
"frame_inactive": [ 210, 210, 210 ], "frame_inactive": "rgb(210, 210, 210)",
"frame_incognito": [ 37, 0, 62 ], "frame_incognito": "rgb(37, 0, 62)",
"frame_incognito_inactive": [ 37, 0, 62 ], "frame_incognito_inactive": "rgb(37, 0, 62)",
"ntp_background": [ 223, 223, 223 ], "ntp_background": "rgb(223, 223, 223)",
"ntp_text": [ 102, 102, 102 ], "ntp_text": "rgb(102, 102, 102)",
"tab_background_text": [ 124, 124, 124 ], "tab_background_text": "rgb(124, 124, 124)",
"tab_background_text_inactive": [ 152, 152, 152 ], "tab_background_text_inactive": "rgb(152, 152, 152)",
"tab_background_text_incognito": [ 134, 113, 148 ], "tab_background_text_incognito": "rgb(134, 113, 148)",
"tab_background_text_incognito_inactive": [ 85, 57, 105 ], "tab_background_text_incognito_inactive": "rgb(85, 57, 105)",
"tab_text": [ 60, 60, 60 ], "tab_text": "rgb(60, 60, 60)",
"toolbar": [ 223, 223, 223 ], "toolbar": "rgb(223, 223, 223)",
"button_background_hover": "rgb(207, 207, 207)",
"button_background_hover": [ 207, 207, 207 ], "button_background_active": "rgb(207, 207, 207)",
"button_background_active": [ 207, 207, 207 ], "icons_attention": "rgb(203, 75, 22)",
"icons_attention": [ 203, 75, 22 ], "popup": "rgb(223, 223, 223)",
"popup": [ 223, 223, 223 ], "popup_text": "rgb(102, 102, 102)",
"popup_text": [ 102, 102, 102 ], "sidebar": "rgb(223, 223, 223)",
"sidebar": [ 223, 223, 223 ], "sidebar_text": "rgb(102, 102, 102)",
"sidebar_text": [ 102, 102, 102 ], "sidebar_border": "rgb(223, 223, 223)",
"sidebar_border": [ 223, 223, 223 ], "toolbar_field": "rgb(236, 236, 236)",
"toolbar_field": [ 236, 236, 236 ], "toolbar_field_focus": "rgb(231, 231, 231)",
"toolbar_field_focus": [ 231, 231, 231 ], "toolbar_field_text": "rgb(60, 60, 60)",
"toolbar_field_text": [ 60, 60, 60 ], "toolbar_field_text_focus": "rgb(60, 60, 60)",
"toolbar_field_text_focus": [ 60, 60, 60 ], "toolbar_bottom_separator": "rgb(223, 223, 223)",
"toolbar_bottom_separator": [ 223, 223, 223 ], "toolbar_vertical_separator": "rgb(207, 207, 207)",
"toolbar_vertical_separator": [ 207, 207, 207 ], "toolbar_field_separator": "rgb(223, 223, 223)",
"toolbar_field_separator": [ 223, 223, 223 ], "tab_line": "rgb(223, 223, 223)",
"tab_line": [ 223, 223, 223 ], "tab_loading": "rgb(203, 75, 22)",
"tab_loading": [ 203, 75, 22 ], "tab_background_separator": "rgb(207, 207, 207)"
"tab_background_separator": [ 207, 207, 207 ]
} }
}, },
"dark_theme": { "dark_theme": {
"colors": { "colors": {
"bookmark_text": [ 153, 153, 153 ], "bookmark_text": "rgb(153, 153, 153)",
"frame": [ 19, 19, 19 ], "frame": "rgb(19, 19, 19)",
"frame_inactive": [ 19, 19, 19 ], "frame_inactive": "rgb(19, 19, 19)",
"frame_incognito": [ 37, 0, 62 ], "frame_incognito": "rgb(37, 0, 62)",
"frame_incognito_inactive": [ 37, 0, 62 ], "frame_incognito_inactive": "rgb(37, 0, 62)",
"ntp_background": [ 32, 32, 32 ], "ntp_background": "rgb(32, 32, 32)",
"ntp_text": [ 153, 153, 153 ], "ntp_text": "rgb(153, 153, 153)",
"tab_background_text": [ 124, 124, 124 ], "tab_background_text": "rgb(124, 124, 124)",
"tab_background_text_inactive": [ 90, 90, 90 ], "tab_background_text_inactive": "rgb(90, 90, 90)",
"tab_background_text_incognito": [ 134, 113, 148 ], "tab_background_text_incognito": "rgb(134, 113, 148)",
"tab_background_text_incognito_inactive": [ 85, 57, 105 ], "tab_background_text_incognito_inactive": "rgb(85, 57, 105)",
"tab_text": [ 195, 195, 195 ], "tab_text": "rgb(195, 195, 195)",
"toolbar": [ 32, 32, 32 ], "toolbar": "rgb(32, 32, 32)",
"button_background_hover": "rgb(48, 48, 48)",
"button_background_hover": [ 48, 48, 48 ], "button_background_active": "rgb(48, 48, 48)",
"button_background_active": [ 48, 48, 48 ], "icons_attention": "rgb(203, 75, 22)",
"icons_attention": [ 203, 75, 22 ], "popup": "rgb(32, 32, 32)",
"popup": [ 32, 32, 32 ], "popup_text": "rgb(153, 153, 153)",
"popup_text": [ 153, 153, 153 ], "sidebar": "rgb(32, 32, 32)",
"sidebar": [ 32, 32, 32 ], "sidebar_text": "rgb(153, 153, 153)",
"sidebar_text": [ 153, 153, 153 ], "sidebar_border": "rgb(32, 32, 32)",
"sidebar_border": [ 32, 32, 32 ], "toolbar_field": "rgb(19, 19, 19)",
"toolbar_field": [ 19, 19, 19 ], "toolbar_field_focus": "rgb(24, 24, 24)",
"toolbar_field_focus": [ 24, 24, 24 ], "toolbar_field_text": "rgb(195, 195, 195)",
"toolbar_field_text": [ 195, 195, 195 ], "toolbar_field_text_focus": "rgb(195, 195, 195)",
"toolbar_field_text_focus": [ 195, 195, 195 ], "toolbar_bottom_separator": "rgb(32, 32, 32)",
"toolbar_bottom_separator": [ 32, 32, 32 ], "toolbar_vertical_separator": "rgb(48, 48, 48)",
"toolbar_vertical_separator": [ 48, 48, 48 ], "toolbar_field_separator": "rgb(32, 32, 32)",
"toolbar_field_separator": [ 32, 32, 32 ], "tab_line": "rgb(32, 32, 32)",
"tab_line": [ 32, 32, 32 ], "tab_loading": "rgb(203, 75, 22)",
"tab_loading": [ 203, 75, 22 ], "tab_background_separator": "rgb(48, 48, 48)"
"tab_background_separator": [ 48, 48, 48 ]
} }
}, },
"version": "6" "version": "7"
} }

View File

@ -7,29 +7,97 @@
}, },
"theme": { "theme": {
"colors": { "colors": {
"bookmark_text": [ 153, 153, 153 ], "bookmark_text": [
"frame": [ 0, 0, 0 ], 153,
"frame_inactive": [ 19, 19, 19 ], 153,
"frame_incognito": [ 37, 0, 62 ], 153
"frame_incognito_inactive": [ 37, 0, 62 ], ],
"ntp_background": [ 32, 32, 32 ], "frame": [
"ntp_text": [ 153, 153, 153 ], 0,
"tab_background_text": [ 124, 124, 124 ], 0,
"tab_background_text_inactive": [ 90, 90, 90 ], 0
"tab_background_text_incognito": [ 134, 113, 148 ], ],
"tab_background_text_incognito_inactive": [ 85, 57, 105 ], "frame_inactive": [
"tab_text": [ 195, 195, 195 ], 19,
"toolbar": [ 33, 33, 33 ] 19,
19
],
"frame_incognito": [
37,
0,
62
],
"frame_incognito_inactive": [
37,
0,
62
],
"ntp_background": [
32,
32,
32
],
"ntp_text": [
153,
153,
153
],
"tab_background_text": [
124,
124,
124
],
"tab_background_text_inactive": [
90,
90,
90
],
"tab_background_text_incognito": [
134,
113,
148
],
"tab_background_text_incognito_inactive": [
85,
57,
105
],
"tab_text": [
195,
195,
195
],
"toolbar": [
33,
33,
33
]
}, },
"tints": { "tints": {
"buttons": [ 0.6, 0.0, 0.7 ], "buttons": [
"frame_inactive": [ -1, -1, -1 ], 0.6,
"frame_incognito": [ -1, -1, -1 ], 0.0,
"frame_incognito_inactive": [ -1, -1, -1 ] 0.7
],
"frame_inactive": [
-1,
-1,
-1
],
"frame_incognito": [
-1,
-1,
-1
],
"frame_incognito_inactive": [
-1,
-1,
-1
]
}, },
"properties": { "properties": {
"ntp_logo_alternate": 1 "ntp_logo_alternate": 1
} }
}, },
"version": "2" "version": "3"
} }

View File

@ -7,39 +7,38 @@
}, },
"theme": { "theme": {
"colors": { "colors": {
"bookmark_text": [ 153, 153, 153 ], "bookmark_text": "rgb(153, 153, 153)",
"frame": [ 19, 19, 19 ], "frame": "rgb(19, 19, 19)",
"frame_inactive": [ 19, 19, 19 ], "frame_inactive": "rgb(19, 19, 19)",
"frame_incognito": [ 37, 0, 62 ], "frame_incognito": "rgb(37, 0, 62)",
"frame_incognito_inactive": [ 37, 0, 62 ], "frame_incognito_inactive": "rgb(37, 0, 62)",
"ntp_background": [ 32, 32, 32 ], "ntp_background": "rgb(32, 32, 32)",
"ntp_text": [ 153, 153, 153 ], "ntp_text": "rgb(153, 153, 153)",
"tab_background_text": [ 124, 124, 124 ], "tab_background_text": "rgb(124, 124, 124)",
"tab_background_text_inactive": [ 90, 90, 90 ], "tab_background_text_inactive": "rgb(90, 90, 90)",
"tab_background_text_incognito": [ 134, 113, 148 ], "tab_background_text_incognito": "rgb(134, 113, 148)",
"tab_background_text_incognito_inactive": [ 85, 57, 105 ], "tab_background_text_incognito_inactive": "rgb(85, 57, 105)",
"tab_text": [ 195, 195, 195 ], "tab_text": "rgb(195, 195, 195)",
"toolbar": [ 32, 32, 32 ], "toolbar": "rgb(32, 32, 32)",
"button_background_hover": "rgb(48, 48, 48)",
"button_background_hover": [ 48, 48, 48 ], "button_background_active": "rgb(48, 48, 48)",
"button_background_active": [ 48, 48, 48 ], "icons_attention": "rgb(203, 75, 22)",
"icons_attention": [ 203, 75, 22 ], "popup": "rgb(32, 32, 32)",
"popup": [ 32, 32, 32 ], "popup_text": "rgb(153, 153, 153)",
"popup_text": [ 153, 153, 153 ], "sidebar": "rgb(32, 32, 32)",
"sidebar": [ 32, 32, 32 ], "sidebar_text": "rgb(153, 153, 153)",
"sidebar_text": [ 153, 153, 153 ], "sidebar_border": "rgb(32, 32, 32)",
"sidebar_border": [ 32, 32, 32 ], "toolbar_field": "rgb(19, 19, 19)",
"toolbar_field": [ 19, 19, 19 ], "toolbar_field_focus": "rgb(24, 24, 24)",
"toolbar_field_focus": [ 24, 24, 24 ], "toolbar_field_text": "rgb(195, 195, 195)",
"toolbar_field_text": [ 195, 195, 195 ], "toolbar_field_text_focus": "rgb(195, 195, 195)",
"toolbar_field_text_focus": [ 195, 195, 195 ], "toolbar_bottom_separator": "rgb(32, 32, 32)",
"toolbar_bottom_separator": [ 32, 32, 32 ], "toolbar_vertical_separator": "rgb(48, 48, 48)",
"toolbar_vertical_separator": [ 48, 48, 48 ], "toolbar_field_separator": "rgb(32, 32, 32)",
"toolbar_field_separator": [ 32, 32, 32 ], "tab_line": "rgb(32, 32, 32)",
"tab_line": [ 32, 32, 32 ], "tab_loading": "rgb(203, 75, 22)",
"tab_loading": [ 203, 75, 22 ], "tab_background_separator": "rgb(48, 48, 48)"
"tab_background_separator": [ 48, 48, 48 ]
} }
}, },
"version": "3" "version": "4"
} }

View File

@ -7,29 +7,97 @@
}, },
"theme": { "theme": {
"colors": { "colors": {
"bookmark_text": [ 102, 102, 102 ], "bookmark_text": [
"frame": [ 191, 191, 191 ], 102,
"frame_inactive": [ 210, 210, 210 ], 102,
"frame_incognito": [ 37, 0, 62 ], 102
"frame_incognito_inactive": [ 37, 0, 62 ], ],
"ntp_background": [ 223, 223, 223 ], "frame": [
"ntp_text": [ 102, 102, 102 ], 191,
"tab_background_text": [ 124, 124, 124 ], 191,
"tab_background_text_inactive": [ 152, 152, 152 ], 191
"tab_background_text_incognito": [ 134, 113, 148 ], ],
"tab_background_text_incognito_inactive": [ 85, 57, 105 ], "frame_inactive": [
"tab_text": [ 60, 60, 60 ], 210,
"toolbar": [ 223, 223, 223 ] 210,
210
],
"frame_incognito": [
37,
0,
62
],
"frame_incognito_inactive": [
37,
0,
62
],
"ntp_background": [
223,
223,
223
],
"ntp_text": [
102,
102,
102
],
"tab_background_text": [
124,
124,
124
],
"tab_background_text_inactive": [
152,
152,
152
],
"tab_background_text_incognito": [
134,
113,
148
],
"tab_background_text_incognito_inactive": [
85,
57,
105
],
"tab_text": [
60,
60,
60
],
"toolbar": [
223,
223,
223
]
}, },
"tints": { "tints": {
"buttons": [ 0.6, 0.0, 0.7 ], "buttons": [
"frame_inactive": [ -1, -1, -1 ], 0.6,
"frame_incognito": [ -1, -1, -1 ], 0.0,
"frame_incognito_inactive": [ -1, -1, -1 ] 0.7
],
"frame_inactive": [
-1,
-1,
-1
],
"frame_incognito": [
-1,
-1,
-1
],
"frame_incognito_inactive": [
-1,
-1,
-1
]
}, },
"properties": { "properties": {
"ntp_logo_alternate": 0 "ntp_logo_alternate": 0
} }
}, },
"version": "3" "version": "4"
} }

View File

@ -7,39 +7,38 @@
}, },
"theme": { "theme": {
"colors": { "colors": {
"bookmark_text": [ 102, 102, 102 ], "bookmark_text": "rgb(102, 102, 102)",
"frame": [ 210, 210, 210 ], "frame": "rgb(210, 210, 210)",
"frame_inactive": [ 210, 210, 210 ], "frame_inactive": "rgb(210, 210, 210)",
"frame_incognito": [ 37, 0, 62 ], "frame_incognito": "rgb(37, 0, 62)",
"frame_incognito_inactive": [ 37, 0, 62 ], "frame_incognito_inactive": "rgb(37, 0, 62)",
"ntp_background": [ 223, 223, 223 ], "ntp_background": "rgb(223, 223, 223)",
"ntp_text": [ 102, 102, 102 ], "ntp_text": "rgb(102, 102, 102)",
"tab_background_text": [ 124, 124, 124 ], "tab_background_text": "rgb(124, 124, 124)",
"tab_background_text_inactive": [ 152, 152, 152 ], "tab_background_text_inactive": "rgb(152, 152, 152)",
"tab_background_text_incognito": [ 134, 113, 148 ], "tab_background_text_incognito": "rgb(134, 113, 148)",
"tab_background_text_incognito_inactive": [ 85, 57, 105 ], "tab_background_text_incognito_inactive": "rgb(85, 57, 105)",
"tab_text": [ 60, 60, 60 ], "tab_text": "rgb(60, 60, 60)",
"toolbar": [ 223, 223, 223 ], "toolbar": "rgb(223, 223, 223)",
"button_background_hover": "rgb(207, 207, 207)",
"button_background_hover": [ 207, 207, 207 ], "button_background_active": "rgb(207, 207, 207)",
"button_background_active": [ 207, 207, 207 ], "icons_attention": "rgb(203, 75, 22)",
"icons_attention": [ 203, 75, 22 ], "popup": "rgb(223, 223, 223)",
"popup": [ 223, 223, 223 ], "popup_text": "rgb(102, 102, 102)",
"popup_text": [ 102, 102, 102 ], "sidebar": "rgb(223, 223, 223)",
"sidebar": [ 223, 223, 223 ], "sidebar_text": "rgb(102, 102, 102)",
"sidebar_text": [ 102, 102, 102 ], "sidebar_border": "rgb(223, 223, 223)",
"sidebar_border": [ 223, 223, 223 ], "toolbar_field": "rgb(236, 236, 236)",
"toolbar_field": [ 236, 236, 236 ], "toolbar_field_focus": "rgb(231, 231, 231)",
"toolbar_field_focus": [ 231, 231, 231 ], "toolbar_field_text": "rgb(60, 60, 60)",
"toolbar_field_text": [ 60, 60, 60 ], "toolbar_field_text_focus": "rgb(60, 60, 60)",
"toolbar_field_text_focus": [ 60, 60, 60 ], "toolbar_bottom_separator": "rgb(223, 223, 223)",
"toolbar_bottom_separator": [ 223, 223, 223 ], "toolbar_vertical_separator": "rgb(207, 207, 207)",
"toolbar_vertical_separator": [ 207, 207, 207 ], "toolbar_field_separator": "rgb(223, 223, 223)",
"toolbar_field_separator": [ 223, 223, 223 ], "tab_line": "rgb(223, 223, 223)",
"tab_line": [ 223, 223, 223 ], "tab_loading": "rgb(203, 75, 22)",
"tab_loading": [ 203, 75, 22 ], "tab_background_separator": "rgb(207, 207, 207)"
"tab_background_separator": [ 207, 207, 207 ]
} }
}, },
"version": "3" "version": "4"
} }