Commit be4890dc authored by Jakob Stierhof's avatar Jakob Stierhof

Fix typo in color naming

parent cf3183ca
Pipeline #7076 passed with stages
in 36 seconds
......@@ -26,7 +26,7 @@ add_color_palette("sb:deep", [0x4c72b0, 0xdd8452, 0x55a868, 0xc44e52, 0x8172b3,
0xda8bc3, 0x8c8c8c, 0xccb974, 0x64b5cd]);
add_color_palette("sb:muted", [0x4878d0, 0xee854a, 0x6acc64, 0xd65f5f, 0x956cb4, 0x8c613c,
0xdc7ec0, 0x797979, 0xd5bb67, 0x82c6e2]);
add_color_palette("s:pastel", [0xa1c9f4, 0xffb482, 0x8de5a1, 0xff9f9b, 0xd0bbff, 0xdebb9b,
add_color_palette("sb:pastel", [0xa1c9f4, 0xffb482, 0x8de5a1, 0xff9f9b, 0xd0bbff, 0xdebb9b,
0xfab0e4, 0xcfcfcf, 0xfffea3, 0xb9f2f0]);
add_color_palette("sb:bright", [0x023eff, 0xff7c00, 0x1ac938, 0xe8000b, 0x8b2be2, 0x9f4800,
0xf14cc1, 0xa3a3a3, 0xffc400, 0x00d7ff]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment