Skip to content

Commit 6118279

Browse files
committed
[feline.nvim] improve statusline color
1 parent fa62fcf commit 6118279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plugins/feline_nvim.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ components.inactive[1] = {
216216
-- This table is equal to the default colors table
217217
local colors = {
218218
fg = '#C8C8C8',
219-
bg = '#1F1F23',
219+
bg = '#141414',
220220
black = "#000000",
221221
black1 = '#1B1B1B',
222222
skyblue = '#50B0F0',

0 commit comments

Comments
 (0)