From 47208b990b159b37d9b1a55df908d2cb27eea896 Mon Sep 17 00:00:00 2001 From: WindSoilder Date: Thu, 14 Oct 2021 17:03:35 +0800 Subject: improve contract on nord comment color (#842) --- runtime/themes/nord.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/themes') diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml index c6a0e172..990d5a4a 100644 --- a/runtime/themes/nord.toml +++ b/runtime/themes/nord.toml @@ -24,8 +24,8 @@ "ui.cursor.match" = { bg = "434c5e" } # nord3 - comments -"comment" = "#4c566a" -"ui.linenr" = { fg = "#4c566a" } +"comment" = "#616E88" +"ui.linenr" = { fg = "#616E88" } # Snow Storm # nord4 - cursor, variables, constants, attributes, fields -- cgit v1.2.3-70-g09d2 From ef3f78b6ce79ab17d85780ec02af12ed1459b971 Mon Sep 17 00:00:00 2001 From: WindSoilder Date: Fri, 15 Oct 2021 16:36:01 +0800 Subject: fix nord ui focus color (#844) --- runtime/themes/nord.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/themes') 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 # "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" -- cgit v1.2.3-70-g09d2