From 5fe5805b36949d645fcfa192b43afdf7155140f8 Mon Sep 17 00:00:00 2001 From: Madeleine Date: Wed, 5 Oct 2022 18:26:47 +0100 Subject: [PATCH] switch to one dark theme --- config.h | 2 +- themes/{one-dark.h => onedark.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename themes/{one-dark.h => onedark.h} (100%) 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