diff options
Diffstat (limited to 'lua/lualine')
| -rw-r--r-- | lua/lualine/themes/onedarker.lua | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/lua/lualine/themes/onedarker.lua b/lua/lualine/themes/onedarker.lua index 396657bb..85904eeb 100644 --- a/lua/lualine/themes/onedarker.lua +++ b/lua/lualine/themes/onedarker.lua @@ -19,14 +19,14 @@ local colors = {  -- LuaFormatter on  return {    normal = { -    a = { fg = colors.fg, bg = colors.blue, gui = "bold" }, +    a = { fg = colors.gray2, bg = colors.blue, gui = "bold" },      b = { fg = colors.fg, bg = colors.bg },      c = { fg = colors.fg, bg = colors.bg },    }, -  insert = { a = { fg = colors.fg, bg = colors.green, gui = "bold" } }, -  visual = { a = { fg = colors.fg, bg = colors.purple, gui = "bold" } }, -  command = { a = { fg = colors.fg, bg = colors.yellow, gui = "bold" } }, -  replace = { a = { fg = colors.fg, bg = colors.red1, gui = "bold" } }, +  insert = { a = { fg = colors.gray2, bg = colors.green, gui = "bold" } }, +  visual = { a = { fg = colors.gray2, bg = colors.purple, gui = "bold" } }, +  command = { a = { fg = colors.gray2, bg = colors.yellow, gui = "bold" } }, +  replace = { a = { fg = colors.gray2, bg = colors.red1, gui = "bold" } },    inactive = {      a = { fg = colors.gray1, bg = colors.bg, gui = "bold" },      b = { fg = colors.gray1, bg = colors.bg }, | 
