aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/onedark.toml
diff options
context:
space:
mode:
authorNathan Vegdahl2021-06-20 23:09:14 +0000
committerNathan Vegdahl2021-06-20 23:09:14 +0000
commite686c3e4626fdafbcc2dab9d381eba83a5f6f974 (patch)
treea598e3fedc1f2ae78ebc6f132c81b37cedf5415d /runtime/themes/onedark.toml
parent4efd6713c5b30b33c497a1f85b77a7b0a7fd17e0 (diff)
parent985625763addd839a101263ae90cfb2f205830fc (diff)
Merge branch 'master' of github.com:helix-editor/helix into line_ending_detection
Rebasing was making me manually fix conflicts on every commit, so merging instead.
Diffstat (limited to 'runtime/themes/onedark.toml')
-rw-r--r--runtime/themes/onedark.toml43
1 files changed, 43 insertions, 0 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml
new file mode 100644
index 00000000..65f26725
--- /dev/null
+++ b/runtime/themes/onedark.toml
@@ -0,0 +1,43 @@
+# 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.linenr.selected" = { fg = "#ABB2BF" }
+"ui.popup" = { bg = "#3E4452" }
+"ui.statusline" = { fg = "#ABB2BF", bg = "#2C323C" }
+"ui.statusline.inactive" = { fg = "#ABB2Bf", bg = "#2C323C" }
+"ui.selection" = { bg = "#3E4452" }
+"ui.text" = { fg = "#ABB2BF", bg = "#282C34" }
+"ui.text.focus" = { fg = "#ABB2BF", bg = "#2C323C", modifiers = ['bold'] }
+"ui.window" = { bg = "#3E4452" }