From efcf21ae251d99544c68ab93085db9b39d16fceb Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 28 May 2024 19:11:04 -0500 Subject: [PATCH] refactor(nvim): make org priorities standout more --- .../dots/.config/nvim/lua/plugins/configs/kanagawa.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/users/price/dots/.config/nvim/lua/plugins/configs/kanagawa.lua b/users/price/dots/.config/nvim/lua/plugins/configs/kanagawa.lua index 0f9e0681..08539553 100644 --- a/users/price/dots/.config/nvim/lua/plugins/configs/kanagawa.lua +++ b/users/price/dots/.config/nvim/lua/plugins/configs/kanagawa.lua @@ -297,15 +297,15 @@ return { }, { "@org.priority.highest", - { fg = colors.samuraiRed, nocombine = true, underline = true, bold = true }, + { fg = colors.samuraiRed, bg = "#fabebe", nocombine = true, underdouble = true, bold = true }, }, { "@org.priority.default", - { fg = colors.roninYellow, nocombine = true, underline = true, bold = true }, + { fg = "#fa7f02", bg = "#fcd99a", nocombine = true, underline = true, bold = true }, }, { "@org.priority.lowest", - { fg = colors.fujiWhite, nocombine = true, underline = true, bold = true }, + { fg = colors.fujiWhite, bg = colors.fujiGray, nocombine = true, underline = true, bold = true }, }, -- Titles/Headlines