diff options
author | Gokul Soumya | 2021-06-14 09:13:18 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-14 09:24:12 +0000 |
commit | 6b8c6ed535c42d275b769aa6518652fc7f3a8102 (patch) | |
tree | eb10db00ca1d7351829bc138cc65c11503ae4233 /contrib | |
parent | e4b3a666d277ec27adb2781348510eac3d2d39d2 (diff) |
Correct onedark theme file location
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/themes/onedark.toml (renamed from contrib/onedark.theme) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/onedark.theme b/contrib/themes/onedark.toml index 92983fbe..b10a0292 100644 --- a/contrib/onedark.theme +++ b/contrib/themes/onedark.toml @@ -1,3 +1,5 @@ +# Author : Gokul Soumya <gokulps15@gmail.com> + "attribute" = { fg = "#E5C07B" } "comment" = { fg = "#5C6370", modifiers = ['italic'] } "constant" = { fg = "#56B6C2" } |