From a610adad6704f19eb7201a476b4dc329a981e714 Mon Sep 17 00:00:00 2001 From: ItsTerminal <118511626+ItsTerm1n4l@users.noreply.github.com> Date: Tue, 29 Aug 2023 09:16:52 +0100 Subject: [PATCH] Added Tokyo-Night palette Added the Tokyo-Night colour palette ported from https://github.com/eendroroy/alacritty-theme which is based off https://github.com/folke/tokyonight.nvim. --- palettes/tokyo-night.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 palettes/tokyo-night.json diff --git a/palettes/tokyo-night.json b/palettes/tokyo-night.json new file mode 100644 index 00000000..b1f44792 --- /dev/null +++ b/palettes/tokyo-night.json @@ -0,0 +1,23 @@ +{ + "type": "palette", + "name": "Tokyo-Night", + "desc": "A clean theme that celebrates the lights of Downtown Tokyo at night.", + "smooth": true, + "colors": [ + "#32344a", + "#444b6a", + "#9699a8", + "#acb0d0", + "#9ece6a", + "#7aa2f7", + "#7aa2f7", + "#f7768e", + "#ff7a93", + "#e0af68", + "#ff9e64", + "#449dab", + "#0db9d7", + "#ad8ee6", + "#bb9af7" + ] +}