From e673f1a39490409253bddc489dff505f63c20959 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 15 Jul 2022 13:44:20 -0700 Subject: [PATCH] nvim: update statusline colors --- .config/nvim/lua/blake/other.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/blake/other.lua b/.config/nvim/lua/blake/other.lua index 4d54749..b530d65 100644 --- a/.config/nvim/lua/blake/other.lua +++ b/.config/nvim/lua/blake/other.lua @@ -268,8 +268,8 @@ M.lualine = function() green = '#9ece6a', cyan = '#7dcfff', blue = '#7aa2f7', - darkblue = '#7aa2f7', - violet = '#15161E', + darkblue = '#081633', + violet = '#6d60e0', magenta = '#bb9af7', }