From 823620b2a6ebb7ece619991e47a37ad46542b69f Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 6 Mar 2024 14:35:04 -0700 Subject: add particles --- src/engine/utils/colors.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/engine/utils/colors.ts (limited to 'src/engine/utils/colors.ts') diff --git a/src/engine/utils/colors.ts b/src/engine/utils/colors.ts new file mode 100644 index 0000000..199180c --- /dev/null +++ b/src/engine/utils/colors.ts @@ -0,0 +1,22 @@ +// gruvbox dark +export const colors = { + bg: "#282828", + fg: "#ebdbb2", + red: "#cc241d", + green: "#98971a", + yellow: "#d79921", + blue: "#458588", + purple: "#b16286", + aqua: "#689d6a", + orange: "#d65d0e", + gray: "#a89984", + lightGray: "#928374", + darkGray: "#3c3836", + lightRed: "#fb4934", + lightGreen: "#b8bb26", + lightYellow: "#fabd2f", + lightBlue: "#83a598", + lightPurple: "#d3869b", + lightAqua: "#8ec07c", + lightOrange: "#fe8019", +}; -- cgit v1.2.3-70-g09d2