diff --git a/Scripts/Bash/Cli/Functions/Render/render_doGrub.sh b/Scripts/Bash/Cli/Functions/Render/render_doGrub.sh index 144c0fc..b03afc1 100644 --- a/Scripts/Bash/Cli/Functions/Render/render_doGrub.sh +++ b/Scripts/Bash/Cli/Functions/Render/render_doGrub.sh @@ -56,7 +56,7 @@ function render_doGrub { done # Define motif's palette location. - local PALETTES=$(cli_getRepoTLDir)/Identity/Themes/Motifs/$(cli_getPathComponent '--theme')/Colors + local PALETTES=$(cli_getRepoTLDir)/Identity/Themes/Motifs/$(cli_getPathComponent '--theme')/Palettes # Define the Netpbm color palettes used when reducing colors. # These palettes should be 14 colors based. For more information diff --git a/Scripts/Bash/Cli/Functions/Render/render_doSyslinux.sh b/Scripts/Bash/Cli/Functions/Render/render_doSyslinux.sh index 0963f4a..4a0451b 100755 --- a/Scripts/Bash/Cli/Functions/Render/render_doSyslinux.sh +++ b/Scripts/Bash/Cli/Functions/Render/render_doSyslinux.sh @@ -56,7 +56,7 @@ function render_doSyslinux { fi # Define motif's palette location. - local PALETTES=$(cli_getRepoTLDir)/Identity/Themes/Motifs/$(cli_getPathComponent '--theme')/Colors + local PALETTES=$(cli_getRepoTLDir)/Identity/Themes/Motifs/$(cli_getPathComponent '--theme')/Palettes # Define the Netpbm color palette used when reducing colors. This # palette should be 16 colors based. For more information on this