Skip to content

Commit db368b8

Browse files
author
Ali Shahid
committed
[feline.nvim] set true color
1 parent d4dad5f commit db368b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/plugins/feline_nvim.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ local fn = vim.fn
2424

2525
local components = {active = {}, inactive = {}}
2626

27+
vim.opt.termguicolors = true -- Enable GUI colors for the terminal to get truecolor
28+
2729
components.active[1] = {
2830
{provider = ' ', hl = {fg = 'skyblue'}},
2931
{

0 commit comments

Comments
 (0)