From 50f40705a6465276db08d591c7b09b31d84734ba Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 3 Jun 2022 09:20:46 -0500 Subject: [PATCH] PRAISE HELIX --- common/helix/config.toml | 1 + common/helix/themes/donokai.toml | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/common/helix/config.toml b/common/helix/config.toml index 46ab088..c25fd41 100644 --- a/common/helix/config.toml +++ b/common/helix/config.toml @@ -3,6 +3,7 @@ theme = "donokai" [editor] auto-pairs = false scrolloff = 8 +rulers = [80, 120] [editor.cursor-shape] normal = "block" diff --git a/common/helix/themes/donokai.toml b/common/helix/themes/donokai.toml index 6b71a5a..d73909f 100644 --- a/common/helix/themes/donokai.toml +++ b/common/helix/themes/donokai.toml @@ -32,6 +32,7 @@ "attribute" = { fg = "fn_declaration" } "comment" = { fg = "#88846F" } +"ui.virtual" = "#888888" "string" = { fg = "#e6db74" } "constant.character" = { fg = "#e6db74" } @@ -39,16 +40,26 @@ "constant.numeric" = { fg = "#ae81ff" } "constant.character.escape" = { fg = "#ae81ff" } +"markup.heading" = "blue" +"markup.list" = "red" +"markup.bold" = { fg = "yellow", modifiers = ["bold"] } +"markup.italic" = { fg = "magenta", modifiers = ["italic"] } +"markup.link.url" = { fg = "yellow", modifiers = ["underlined"] } +"markup.link.text" = "red" +"markup.quote" = "cyan" +"markup.raw" = "green" + "diff.plus" = { fg = "#a6e22e" } "diff.delta" = { fg = "#fd971f" } "diff.minus" = { fg = "#f92672" } -# "ui.background" = { fg = "text", bg = "background" } +"ui.background" = { fg = "text", bg = "background" } "ui.window" = { bg = "widget" } "ui.popup" = { bg = "widget" } "ui.help" = { bg = "widget" } -"ui.menu.selected" = { bg = "widget" } +"ui.menu" = { bg = "widget" } +"ui.menu.selected" = { bg = "blue", fg = "background" } "ui.cursor" = { fg = "cursor", modifiers = ["reversed"] } "ui.cursor.primary" = { fg = "cursor", modifiers = ["reversed"] }