aboutsummaryrefslogtreecommitdiff
path: root/color-themes.h
diff options
context:
space:
mode:
Diffstat (limited to 'color-themes.h')
-rw-r--r--color-themes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/color-themes.h b/color-themes.h
index 267c064..c78d26f 100644
--- a/color-themes.h
+++ b/color-themes.h
@@ -48,3 +48,6 @@ static constexpr DakkarColor::colorSrc bright_colors[COLOR_COUNT] =
[Num] = D_C(100,0,0),
[NumBreathe] = D_F(num_breathe),
};
+
+static DakkarColor DakkarColorDark(color_keymaps,dark_colors);
+static DakkarColor DakkarColorBright(color_keymaps,bright_colors);