diff options
author | WindSoilder | 2021-10-15 08:36:01 +0000 |
---|---|---|
committer | GitHub | 2021-10-15 08:36:01 +0000 |
commit | ef3f78b6ce79ab17d85780ec02af12ed1459b971 (patch) | |
tree | 8ff8c07b07a4c4b531d076b942caea351604c31b /runtime/themes/nord.toml | |
parent | 47208b990b159b37d9b1a55df908d2cb27eea896 (diff) |
fix nord ui focus color (#844)
Diffstat (limited to 'runtime/themes/nord.toml')
-rw-r--r-- | runtime/themes/nord.toml | 2 |
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<raygervais@hotmail.ca> # "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" |