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/onedark.theme | |
parent | e4b3a666d277ec27adb2781348510eac3d2d39d2 (diff) |
Correct onedark theme file location
Diffstat (limited to 'contrib/onedark.theme')
-rw-r--r-- | contrib/onedark.theme | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/contrib/onedark.theme b/contrib/onedark.theme deleted file mode 100644 index 92983fbe..00000000 --- a/contrib/onedark.theme +++ /dev/null @@ -1,38 +0,0 @@ -"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" } |