Unnamed repository; edit this file 'description' to name the repository.
fix nord ui focus color (#844)
WindSoilder 2021-10-15
parent 47208b9 · commit ef3f78b
-rw-r--r--runtime/themes/nord.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml
index 990d5a4a..ee7c8865 100644
--- a/runtime/themes/nord.toml
+++ b/runtime/themes/nord.toml
@@ -1,7 +1,7 @@
# Author : RayGervais<[email protected]>
# "ui.linenr.selected" = { fg = "#d8dee9" }
-# "ui.text.focus" = { fg = "#e5ded6", modifiers= ["bold"] }
+"ui.text.focus" = { fg = "#88c0d0", modifiers= ["bold"] }
# "ui.menu.selected" = { fg = "#e5ded6", bg = "#313f4e" }
# "info" = "#b48ead"