From b7ffead547641b904199547d4bd2607b35c4b0bc Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 23 Sep 2022 12:48:47 +0100 Subject: now it compiles --- color-themes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'color-themes.h') diff --git a/color-themes.h b/color-themes.h index b612fd0..4bdc737 100644 --- a/color-themes.h +++ b/color-themes.h @@ -58,5 +58,5 @@ static constexpr DakkarColor::colorSrc bright_colors[COLOR_COUNT] = [NumBreathe] = D_F(num_breathe), }; -static DakkarColor DakkarColorDark(color_keymaps,dark_colors); -static DakkarColor DakkarColorBright(color_keymaps,bright_colors); +static DakkarColor DakkarColorDark(kaleidoscope::plugin::defaultcolormap::colormaps,dark_colors); +static DakkarColor DakkarColorBright(kaleidoscope::plugin::defaultcolormap::colormaps,bright_colors); -- cgit v1.2.3