diff --git a/src/js/vectorRevampedArtControlJS.tw b/src/js/vectorRevampedArtControlJS.tw
index 2017d7345d2c050ad974d17a1c642b5e921abcac..ab6bd98b3894de011b50725ace49518b1b0cac92 100644
--- a/src/js/vectorRevampedArtControlJS.tw
+++ b/src/js/vectorRevampedArtControlJS.tw
@@ -234,10 +234,10 @@ class ArtStyleControl {
 			["pale", "#f9ebf0"],
 			["tanned", "#e8b693"],
 			["natural", "#e8b693"],
-			["olive", "#d4c6bb"],
-			["light brown", "#a46237"],
-			["dark", "#845c44"],
+			["light olive", "#d4c6bb"],
+			["dark", "#a46237"],
 			["brown", "#845c44"],
+			["dark brown", "#845c44"],
 			["black", "#463a3a"],
 			["camouflage patterned", "#78875a"],
 			["red dyed", "#bc4949"],
@@ -246,7 +246,8 @@ class ArtStyleControl {
 			["dyed green", "#A6C373"],
 			["blue dyed", "#5b8eb7"],
 			["dyed blue", "#5b8eb7"],
-			["tiger striped", "#e2d75d"]
+			["tiger striped", "#e2d75d"],
+			["olive", "#a46237"]
 		];
 		
 		var skinPaletteMap = new Map(skinPalette);