From 61856f1d64557a053f9160698ab8751bf01d76ab Mon Sep 17 00:00:00 2001 From: A-Walrus Date: Tue, 26 Jul 2022 16:43:39 +0300 Subject: Nord color modes (#3200) * Add color modes to nord theme * Add color-modes to nord_light theme and fixup Fg color was not set in some places and defaulted incorrectly.--- runtime/themes/nord.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/themes/nord.toml') diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml index 11195ece..2df30814 100644 --- a/runtime/themes/nord.toml +++ b/runtime/themes/nord.toml @@ -15,6 +15,9 @@ "ui.background" = { bg = "nord0" } "ui.statusline.inactive" = { fg = "nord8", bg = "nord1" } +"ui.statusline.normal" = { fg = "nord0", bg = "nord8" } +"ui.statusline.insert" = { fg = "nord0", bg = "nord13" } +"ui.statusline.select" = { fg = "nord0", bg = "nord15" } # nord1 - status bars, panels, modals, autocompletion "ui.statusline" = { fg = "nord4", bg = "#4c566a" } -- cgit v1.2.3-70-g09d2