Skip to content

Commit

Permalink
[puzzle-geometry] Update octa and icosa colors for more contrast.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Oct 4, 2024
1 parent ff9dc76 commit fdef9da
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/cubing/puzzle-geometry/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ export enum PGColors {
Yellow = "#f4f400",

Purple = "#8800dd",
Gray = "#aaaaaa",
LightGray = "#aaaaaa",
Cream = "#e8d0a0",
Pink = "#ff66cc",

DarkBlue = "#0000ff",
BoldBlue = "#0000ff",
Aqua = "#3399ff",
DarkGreen = "#008800",
Lime = "#99ff00",
Expand All @@ -20,7 +20,7 @@ export enum PGColors {
Brown = "#7d3b11",
Lavender = "#b9a1ff",
SeaGreen = "#5ec4b6",
VeryDarkGray = "#292929",
harcoal = "#292929",
Burgundy = "#980000",
Cerise = "#d41f69",
}
Expand Down Expand Up @@ -51,7 +51,7 @@ export function defaultPlatonicColorSchemes(): any {
BB: PGColors.Blue,
L: PGColors.Purple,
BL: PGColors.Orange,
BR: PGColors.Gray,
BR: PGColors.DarkGray,
},
12: {
U: PGColors.White,
Expand All @@ -62,10 +62,10 @@ export function defaultPlatonicColorSchemes(): any {
L: PGColors.Purple,
E: PGColors.Pink,
BF: PGColors.Lime,
BR: PGColors.DarkBlue,
BR: PGColors.BoldBlue,
BL: PGColors.Yellow,
I: PGColors.Orange,
D: PGColors.Gray,
D: PGColors.LightGray,
},
20: {
R: PGColors.Yellow,
Expand All @@ -82,12 +82,12 @@ export function defaultPlatonicColorSchemes(): any {
J: PGColors.SeaGreen,
B: PGColors.Green,
K: PGColors.Cream,
D: PGColors.Gray,
D: PGColors.LightGray,
M: PGColors.Pink,
O: PGColors.VeryDarkGray,
O: PGColors.harcoal,
P: PGColors.Orange,
N: PGColors.Burgundy,
Q: PGColors.Blue,
Q: PGColors.BoldBlue,
},
};
}

0 comments on commit fdef9da

Please sign in to comment.