diff --git a/config.toml b/config.toml index 8b82dc2..8d184b5 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -theme = "molokai" +theme = "molokai_candy" [editor] true-color = true @@ -6,7 +6,7 @@ undercurl = true color-modes = true [editor.statusline] -right = ["diagnostics", "selections", "register", "position","total-line-numbers", "file-encoding", "version-control"] +right = ["diagnostics", "selections", "register", "position","total-line-numbers", "file-encoding", "version-control", "spacer"] [editor.search] wrap-around = false diff --git a/themes/molokai.toml b/themes/molokai.toml deleted file mode 100644 index b711fea..0000000 --- a/themes/molokai.toml +++ /dev/null @@ -1,50 +0,0 @@ -# Author : Maxwell Anderson - -inherits = "monokai" - -"comment" = "comment" -"comment.block.documentation" = { fg = "comment", modifiers = ["bold"] } -"constant.character.escape" = { fg = "light-blue", modifiers = ["italic"] } -"function.macro" = { fg = "#c4be89", modifiers = ["italic"] } -"keyword" = { fg = "keyword", modifiers = ["bold"] } -"keyword.control" = { fg = "keyword", modifiers = ["bold"] } -"keyword.control.exception" = { fg = "fn_declaration", modifiers = ["bold"] } -"keyword.directive" = { fg = "fn_declaration", modifiers = ["bold"] } -"keyword.storage.modifier" = { fg = "#fd971f", modifiers = ["italic"] } -"label" = "#e6db74" -"operator" = "keyword" -"punctuation.delimiter" = "#8f8f8f" -"type" = "light-blue" -"variable.builtin" = { fg = "#ae81ff", modifiers = ["bold"] } -"tag.builtin" = { fg = "#ae81ff", modifiers = ["bold"] } -"variable.parameter" = "variable" - -"diff.plus" = "text" -"diff.delta" = "#89807d" -"diff.minus" = "#960050" - -"ui.cursor.primary" = { fg = "#000000", bg = "#f8f8f0" } -"ui.cursor.match" = { fg = "#000000", bg = "#fd971f", modifiers = ["bold"] } -"ui.selection" = { bg = "#403d3d" } -"ui.linenr" = "#465457" -"ui.linenr.selected" = "#fd971f" - -"ui.background" = "#101010" -"ui.text" = "#BBBBBB" -"ui.help" = { fg = "light-blue", bg = "#000000" } -"ui.menu" = { fg = "light-blue", bg = "#000000" } -"ui.popup" = { fg = "light-blue", bg = "#000000" } -"ui.popup.info" = { fg = "light-blue", bg = "#000000" } -"ui.text.info" = { fg = "light-blue", bg = "#000000" } - -"warning" = { fg = "#ffffff", modifiers = ["bold"] } -"error" = { fg = "#ffffff", modifiers = ["bold"] } -"info" = { fg = "#ffffff", modifiers = ["bold"] } -"hint" = { fg = "#ffffff", modifiers = ["bold"] } - -[palette] -light-blue = "#66d9ef" - -background = "#1b1d1e" - -comment = "#7e8e91" diff --git a/themes/molokai_candy.toml b/themes/molokai_candy.toml new file mode 100644 index 0000000..b2236dd --- /dev/null +++ b/themes/molokai_candy.toml @@ -0,0 +1,10 @@ +# Author : Candifloss + +inherits = "molokai" + +"ui.background" = "#101010" +"ui.text" = "#BBBBBB" +"ui.statusline.normal" = { bg = "#D81E46" } +"ui.statusline.insert" = { bg = "#1ed88e" } +"ui.statusline.select" = { bg = "#1E9DD8" } +