From 6b8c6ed535c42d275b769aa6518652fc7f3a8102 Mon Sep 17 00:00:00 2001 From: Gokul Soumya Date: Mon, 14 Jun 2021 14:43:18 +0530 Subject: [PATCH] Correct onedark theme file location --- contrib/{onedark.theme => themes/onedark.toml} | 2 ++ 1 file changed, 2 insertions(+) rename contrib/{onedark.theme => themes/onedark.toml} (96%) diff --git a/contrib/onedark.theme b/contrib/themes/onedark.toml similarity index 96% rename from contrib/onedark.theme rename to contrib/themes/onedark.toml index 92983fbe..b10a0292 100644 --- a/contrib/onedark.theme +++ b/contrib/themes/onedark.toml @@ -1,3 +1,5 @@ +# Author : Gokul Soumya + "attribute" = { fg = "#E5C07B" } "comment" = { fg = "#5C6370", modifiers = ['italic'] } "constant" = { fg = "#56B6C2" }