aboutsummaryrefslogtreecommitdiff
path: root/contrib/themes
diff options
context:
space:
mode:
authorGokul Soumya2021-06-14 09:13:18 +0000
committerBlaž Hrastnik2021-06-14 09:24:12 +0000
commit6b8c6ed535c42d275b769aa6518652fc7f3a8102 (patch)
treeeb10db00ca1d7351829bc138cc65c11503ae4233 /contrib/themes
parente4b3a666d277ec27adb2781348510eac3d2d39d2 (diff)
Correct onedark theme file location
Diffstat (limited to 'contrib/themes')
-rw-r--r--contrib/themes/onedark.toml40
1 files changed, 40 insertions, 0 deletions
diff --git a/contrib/themes/onedark.toml b/contrib/themes/onedark.toml
new file mode 100644
index 00000000..b10a0292
--- /dev/null
+++ b/contrib/themes/onedark.toml
@@ -0,0 +1,40 @@
+# Author : Gokul Soumya <gokulps15@gmail.com>
+
+"attribute" = { fg = "#E5C07B" }
+"comment" = { fg = "#5C6370", modifiers = ['italic'] }
+"constant" = { fg = "#56B6C2" }
+"constant.builtin" = { fg = "#61AFEF" }
+"constructor" = { fg = "#61AFEF" }
+"escape" = { fg = "#D19A66" }
+"function" = { fg = "#61AFEF" }
+"function.builtin" = { fg = "#61AFEF" }
+"function.macro" = { fg = "#C678DD" }
+"keyword" = { fg = "#E06C75" }
+"keyword.directive" = { fg = "#C678DD" }
+"label" = { fg = "#C678DD" }
+"namespace" = { fg = "#61AFEF" }
+"number" = { fg = "#D19A66" }
+"operator" = { fg = "#C678DD" }
+"property" = { fg = "#E06C75" }
+"special" = { fg = "#61AFEF" }
+"string" = { fg = "#98C379" }
+"type" = { fg = "#E5C07B" }
+"type.builtin" = { fg = "#E5C07B" }
+"variable" = { fg = "#61AFEF" }
+"variable.builtin" = { fg = "#61AFEF" }
+"variable.parameter" = { fg = "#E06C75" }
+
+"info" = { fg = "#61afef", modifiers = ['bold'] }
+"hint" = { fg = "#98c379", modifiers = ['bold'] }
+"warning" = { fg = "#e5c07b", modifiers = ['bold'] }
+"error" = { fg = "#e06c75", modifiers = ['bold'] }
+
+"ui.menu.selected" = { fg = "#282C34", bg = "#61AFEF" }
+"ui.background" = { fg = "#ABB2BF", bg = "#282C34" }
+"ui.help" = { bg = "#3E4452" }
+"ui.linenr" = { fg = "#4B5263", modifiers = ['dim'] }
+"ui.popup" = { bg = "#3E4452" }
+"ui.statusline" = { fg = "#ABB2BF", bg = "#2C323C" }
+"ui.text" = { fg = "#ABB2BF", bg = "#282C34" }
+"ui.text.focus" = { fg = "#ABB2BF", bg = "#2C323C", modifiers = ['bold'] }
+"ui.window" = { bg = "#3E4452" }