mirror of
https://github.com/thepaperpilot/The-Modding-Tree.git
synced 2025-03-16 18:51:57 +00:00
5 lines
154 B
JavaScript
5 lines
154 B
JavaScript
// Colors
|
|
const flowersColor = "#F1EBD9";
|
|
const logoBackgroundColor = "#1a75bb";
|
|
const logoHighlightColor = "#000080";
|
|
const backgroundColor = "#2a323d";
|