diff --git a/lua/lualine/themes/rose-pine-inverse.lua b/lua/lualine/themes/rose-pine-inverse.lua deleted file mode 100644 index 1e1ee36..0000000 --- a/lua/lualine/themes/rose-pine-inverse.lua +++ /dev/null @@ -1,26 +0,0 @@ -local p = require('rose-pine.palette') - -return { - normal = { - a = { bg = p.surface, fg = p.rose, gui = 'bold' }, - b = { bg = p.surface, fg = p.text }, - c = { bg = p.surface, fg = p.subtle, gui = 'italic' }, - }, - insert = { - a = { bg = p.surface, fg = p.foam, gui = 'bold' }, - }, - visual = { - a = { bg = p.surface, fg = p.iris, gui = 'bold' }, - }, - replace = { - a = { bg = p.surface, fg = p.pine, gui = 'bold' }, - }, - command = { - a = { bg = p.surface, fg = p.love, gui = 'bold' }, - }, - inactive = { - a = { bg = p.base, fg = p.subtle, gui = 'bold' }, - b = { bg = p.base, fg = p.subtle }, - c = { bg = p.base, fg = p.subtle, gui = 'italic' }, - }, -}