script updated
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user