From ca298301a82063f18a8f95d480da50f40aca9940 Mon Sep 17 00:00:00 2001 From: rathewolf <1132053+rahil627@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:01:53 -0700 Subject: [PATCH] refactoring woes --- runtime/themes/aurara.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/themes/aurara.toml b/runtime/themes/aurara.toml index d5218f7fa..2648de8eb 100644 --- a/runtime/themes/aurara.toml +++ b/runtime/themes/aurara.toml @@ -120,7 +120,7 @@ # slow_blink on insert/select was too annoying.. # using a colored background was also too annoying -'ui.help' = { bg = "bg", fg = "pink"} # `:command` descriptions above the command line. +'ui.help' = { bg = "bg", fg = "pink-even-dimmer"} # `:command` descriptions above the command line. 'ui.highlight' = { bg = "selection-ui", modifiers = ["slow_blink"] } # selected contents of symbol pickers (spc-s, spc-S) and current line in buffer picker (spc-b). @@ -304,7 +304,7 @@ markup = "purple-pleasant-dimmer" # fallback 'markup.link.label' = { fg = "gray-stone" } # Non-URL link references. 'markup.link.text' = { fg = "purple-pleasant-dimmer"} # URL and image descriptions in links. -'markup.quote' = { fg = "pink", modifiers = ["italic"] } # `> Quotes` in Markdown. +'markup.quote' = { fg = "pink-dimmer", modifiers = ["italic"] } # `> Quotes` in Markdown. # Markup - Interface ============================== # "These scopes are used for theming the editor interface."