aboutsummaryrefslogtreecommitdiff
path: root/color-themes.h
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2022-09-23 12:48:47 +0100
committerdakkar <dakkar@thenautilus.net>2022-09-23 12:52:38 +0100
commitb7ffead547641b904199547d4bd2607b35c4b0bc (patch)
tree72dbd5d2993b88f516f19719a3e1669f831439a9 /color-themes.h
parentchange names for plugins header files (diff)
downloadkeyboardio-model01-b7ffead547641b904199547d4bd2607b35c4b0bc.tar.gz
keyboardio-model01-b7ffead547641b904199547d4bd2607b35c4b0bc.tar.bz2
keyboardio-model01-b7ffead547641b904199547d4bd2607b35c4b0bc.zip
now it compiles
Diffstat (limited to 'color-themes.h')
-rw-r--r--color-themes.h4
1 files changed, 2 insertions, 2 deletions
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);