diff --git a/eng/.gitignore b/scripts/.gitignore similarity index 100% rename from eng/.gitignore rename to scripts/.gitignore diff --git a/eng/Generate-Colors.ps1 b/scripts/Generate-Colors.ps1 similarity index 100% rename from eng/Generate-Colors.ps1 rename to scripts/Generate-Colors.ps1 diff --git a/eng/Generator/Commands/ColorGeneratorCommand.cs b/scripts/Generator/Commands/ColorGeneratorCommand.cs similarity index 100% rename from eng/Generator/Commands/ColorGeneratorCommand.cs rename to scripts/Generator/Commands/ColorGeneratorCommand.cs diff --git a/eng/Generator/Data/colors.json b/scripts/Generator/Data/colors.json similarity index 100% rename from eng/Generator/Data/colors.json rename to scripts/Generator/Data/colors.json diff --git a/eng/Generator/Generator.csproj b/scripts/Generator/Generator.csproj similarity index 100% rename from eng/Generator/Generator.csproj rename to scripts/Generator/Generator.csproj diff --git a/eng/Generator/Generator.sln b/scripts/Generator/Generator.sln similarity index 100% rename from eng/Generator/Generator.sln rename to scripts/Generator/Generator.sln diff --git a/eng/Generator/Models/Color.cs b/scripts/Generator/Models/Color.cs similarity index 100% rename from eng/Generator/Models/Color.cs rename to scripts/Generator/Models/Color.cs diff --git a/eng/Generator/Models/ColorModel.cs b/scripts/Generator/Models/ColorModel.cs similarity index 100% rename from eng/Generator/Models/ColorModel.cs rename to scripts/Generator/Models/ColorModel.cs diff --git a/eng/Generator/Models/Palette.cs b/scripts/Generator/Models/Palette.cs similarity index 100% rename from eng/Generator/Models/Palette.cs rename to scripts/Generator/Models/Palette.cs diff --git a/eng/Generator/Program.cs b/scripts/Generator/Program.cs similarity index 100% rename from eng/Generator/Program.cs rename to scripts/Generator/Program.cs diff --git a/eng/Generator/Templates/Color.Generated.template b/scripts/Generator/Templates/Color.Generated.template similarity index 100% rename from eng/Generator/Templates/Color.Generated.template rename to scripts/Generator/Templates/Color.Generated.template diff --git a/eng/Generator/Templates/ColorPalette.Generated.template b/scripts/Generator/Templates/ColorPalette.Generated.template similarity index 100% rename from eng/Generator/Templates/ColorPalette.Generated.template rename to scripts/Generator/Templates/ColorPalette.Generated.template diff --git a/eng/Generator/Templates/ColorTable.Generated.template b/scripts/Generator/Templates/ColorTable.Generated.template similarity index 100% rename from eng/Generator/Templates/ColorTable.Generated.template rename to scripts/Generator/Templates/ColorTable.Generated.template