From 4478a088cc955e446570ee57dcb928ac9e4809c8 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 14 2011 16:38:27 +0000 Subject: Rename Colors directory to Palettes inside render functionality. --- 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