From 553530387aaf6a442a33eba3f7b43b8911fc4bb8 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 7 Mar 2021 22:40:28 +0100 Subject: Add new arch configs, messed up color theme --- .config/nvim/lua/statusline.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.config/nvim/lua') diff --git a/.config/nvim/lua/statusline.lua b/.config/nvim/lua/statusline.lua index 99904d9..5e88ec0 100644 --- a/.config/nvim/lua/statusline.lua +++ b/.config/nvim/lua/statusline.lua @@ -22,9 +22,9 @@ local one_dark_colors = { } local nord_colors = { - bg = "0x03050c", # "#2E3440", + bg = "#2E3440", fg = "#81A1C1", - line_bg = "0x03050c", # "#2E3440", + line_bg = "#2E3440", fg_green = "#8FBCBB", yellow = "#EBCB8B", cyan = "#A3BE8C", @@ -247,6 +247,3 @@ section.short_line_right[1] = { highlight = {nord_colors.fg,nord_colors.bg} } } - - - -- cgit v1.2.3-70-g09d2