fix(lualine): gray is not in palette
authorTran Duc Binh <binhtran432k@gmail.com>
Mon, 22 Aug 2022 09:26:38 +0000 (16:26 +0700)
committerTran Duc Binh <binhtran432k@gmail.com>
Mon, 22 Aug 2022 09:26:38 +0000 (16:26 +0700)
lua/lualine/themes/dracula-nvim.lua

index 101442a416f3183085dc318b6453dd80321a1fcb..bb93e0fcc6e1c5581be352dbbafff71470c2bfbe 100644 (file)
@@ -21,7 +21,7 @@ local visual = {
 }
 
 local inactive = {
-   a = { fg = colors.white, bg = colors.gray, gui = 'bold' },
+   a = { fg = colors.white, bg = colors.visual, gui = 'bold' },
    b = { fg = colors.black, bg = colors.white },
 }