From b9effce7d6bf11d32f75d0368257fe767e040dba Mon Sep 17 00:00:00 2001 From: kek Date: Sun, 26 Feb 2023 05:19:34 -0600 Subject: [PATCH] Added new colormap: Temper Colors --- root/res/colormaps/temper_colors.json | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 root/res/colormaps/temper_colors.json diff --git a/root/res/colormaps/temper_colors.json b/root/res/colormaps/temper_colors.json new file mode 100644 index 00000000..1cd12474 --- /dev/null +++ b/root/res/colormaps/temper_colors.json @@ -0,0 +1,28 @@ +{ + "name": "Temper Colors", + "author": "Yaroslav Andrianov", + "map": [ + "#000000", + "#05011f", + "#0f0836", + "#2f1436", + "#3d114d", + "#4e186f", + "#592a8f", + "#5e43a5", + "#5f5eb3", + "#6276ba", + "#6b8cbf", + "#7ba1c2", + "#95b5c7", + "#b3c6ce", + "#d4bcac", + "#cca389", + "#c68a6d", + "#be6f5b", + "#b25652", + "#a24050", + "#8e2c50", + "#741e4f" + ] +}