From e6cce1c4376e2a9c16bf850f1af7d2a61c378888 Mon Sep 17 00:00:00 2001 From: Carl Geib Date: Wed, 13 Dec 2023 09:50:28 +1300 Subject: [PATCH] Realized I forgot to git add the Rangitoto theme file --- assets/themes/rangitoto.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 assets/themes/rangitoto.json diff --git a/assets/themes/rangitoto.json b/assets/themes/rangitoto.json new file mode 100755 index 0000000..731ef29 --- /dev/null +++ b/assets/themes/rangitoto.json @@ -0,0 +1,15 @@ +{ + "name": "Rangitoto", + "colors": { + "--color-long-round": "#af486d", + "--color-short-round": "#719002", + "--color-focus-round": "#3c73b8", + "--color-background": "#1a191e", + "--color-background-light": "#343132", + "--color-background-lightest": "#837c7e", + "--color-foreground": "#dfdfd7", + "--color-foreground-darker": "#bec0c0", + "--color-foreground-darkest": "#adadae", + "--color-accent": "#cd7a0c" + } +}