diff --git a/config.h b/config.h index 747becf..f9e4f53 100644 --- a/config.h +++ b/config.h @@ -111,7 +111,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* Terminal colors (16 first used in escape sequence) */ -#include "themes/catppuccin.h" +#include "themes/onedark.h" /* * Default shape of cursor diff --git a/themes/one-dark.h b/themes/onedark.h similarity index 100% rename from themes/one-dark.h rename to themes/onedark.h