script updated

This commit is contained in:
Lain
2022-03-24 19:11:27 +03:00
parent 0bcdadc061
commit 419b40d3d0

View File

@@ -18,14 +18,16 @@ cat > "$THEME_PATH/manifest.json" << EOF
"theme": { "theme": {
"colors" : { "colors" : {
"frame" : [$(hexToRgb $background)], "frame" : [$(hexToRgb $background)],
"frame_inactive": [$(hexToRgb $background)],
"toolbar" : [$(hexToRgb $color11)], "toolbar" : [$(hexToRgb $color11)],
"ntp_text" : [$(hexToRgb $foreground)], "ntp_text" : [$(hexToRgb $foreground)],
"ntp_link" : [$(hexToRgb $color11)], "ntp_link" : [$(hexToRgb $color11)],
"ntp_section" : [$(hexToRgb $color8)], "ntp_section" : [$(hexToRgb $color8)],
"button_background" : [$(hexToRgb $foreground)] "button_background" : [$(hexToRgb $foreground)],
}, "toolbar_button_icon" : [$(hexToRgb $foreground)],
"tints" : { "toolbar_text": [$(hexToRgb $foreground)],
"buttons" : [$(hexToRgb $color11)] "omnibox_background": [$(hexToRgb $background)],
"omnibox_text": [$(hexToRgb $foreground)]
}, },
"properties" : { "properties" : {
"ntp_background_alignment" : "bottom" "ntp_background_alignment" : "bottom"