mirror of
https://github.com/thepaperpilot/The-Modding-Tree.git
synced 2025-02-08 02:51:27 +00:00
7 lines
214 B
JavaScript
7 lines
214 B
JavaScript
// Colors
|
|
const logoBackgroundColor = "#1a75bb";
|
|
const logoHighlightColor = "#000080";
|
|
const backgroundColor = "#2a323d";
|
|
const flowersColor = "#F1EBD9";
|
|
const studyColor = "#654321";
|
|
const sandsColor = "#C2B280";
|