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