From 6b8c6ed535c42d275b769aa6518652fc7f3a8102 Mon Sep 17 00:00:00 2001 From: Gokul Soumya Date: Mon, 14 Jun 2021 14:43:18 +0530 Subject: Correct onedark theme file location --- contrib/themes/onedark.toml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 contrib/themes/onedark.toml (limited to 'contrib/themes') 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 + +"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" } -- cgit v1.2.3-70-g09d2