Update install.sh
This commit is contained in:
@@ -855,17 +855,17 @@ def main(image_path):
|
||||
base16_colors = {
|
||||
'base00': rgb_to_hex(colors[0].rgb),
|
||||
'base01': rgb_to_hex(colors[1].rgb),
|
||||
'base02': rgb_to_hex(colors[2].rgb),
|
||||
'base02': rgb_to_hex(colors[9].rgb),
|
||||
'base03': rgb_to_hex(colors[3].rgb),
|
||||
'base04': rgb_to_hex(colors[4].rgb),
|
||||
'base04': rgb_to_hex(colors[12].rgb),
|
||||
'base05': rgb_to_hex(colors[5].rgb),
|
||||
'base06': rgb_to_hex(colors[6].rgb),
|
||||
'base07': rgb_to_hex(colors[7].rgb),
|
||||
'base08': rgb_to_hex(colors[8].rgb),
|
||||
'base09': rgb_to_hex(colors[9].rgb),
|
||||
'base09': rgb_to_hex(colors[2].rgb),
|
||||
'base0A': rgb_to_hex(colors[10].rgb),
|
||||
'base0B': rgb_to_hex(colors[11].rgb),
|
||||
'base0C': rgb_to_hex(colors[12].rgb),
|
||||
'base0C': rgb_to_hex(colors[4].rgb),
|
||||
'base0D': rgb_to_hex(colors[13].rgb),
|
||||
'base0E': rgb_to_hex(colors[14].rgb),
|
||||
'base0F': rgb_to_hex(colors[15].rgb),
|
||||
|
||||
Reference in New Issue
Block a user