aboutsummaryrefslogtreecommitdiff
path: root/color-themes.h
diff options
context:
space:
mode:
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);