From e549f67b6e01d793500880cb2e800b37aaf87e79 Mon Sep 17 00:00:00 2001 From: candifloss Date: Sat, 28 Dec 2024 13:35:44 +0530 Subject: [PATCH] rename theme --- config.toml | 3 ++- themes/{molokai_candy.toml => candy.toml} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename themes/{molokai_candy.toml => candy.toml} (100%) diff --git a/config.toml b/config.toml index 8d184b5..99f3269 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -theme = "molokai_candy" +theme = "candy" [editor] true-color = true @@ -10,3 +10,4 @@ right = ["diagnostics", "selections", "register", "position","total-line-numbers [editor.search] wrap-around = false + diff --git a/themes/molokai_candy.toml b/themes/candy.toml similarity index 100% rename from themes/molokai_candy.toml rename to themes/candy.toml