diff options
| author | Nanderty <psopka@sopka.ch> | 2024-09-25 23:07:45 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2024-09-25 23:07:45 +0200 |
| commit | 0fe818a2483ddc1232429c82af58a9e3111de1ec (patch) | |
| tree | 2209a8b1031c901ded3059689ad0f5822c63e16d /lua/plugins/interface.lua | |
| parent | 1e433c6c6acdd5a852cdb2cedef4051168ebacb7 (diff) | |
| download | neovim-config-0fe818a2483ddc1232429c82af58a9e3111de1ec.tar.gz neovim-config-0fe818a2483ddc1232429c82af58a9e3111de1ec.tar.bz2 neovim-config-0fe818a2483ddc1232429c82af58a9e3111de1ec.zip | |
go back to monokai pro
Diffstat (limited to 'lua/plugins/interface.lua')
| -rw-r--r-- | lua/plugins/interface.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/plugins/interface.lua b/lua/plugins/interface.lua index 4059f8e..42b9252 100644 --- a/lua/plugins/interface.lua +++ b/lua/plugins/interface.lua @@ -15,7 +15,7 @@ return { event = 'VeryLazy', opts = { options = { - theme = function() return require('lualine.theme-newpaper') end, + theme = function() return require('lualine.theme-monokai') end, }, sections = { lualine_a = { @@ -57,9 +57,9 @@ return { }, config = function(_, opts) require('lualine').setup(opts) - vim.api.nvim_set_hl(0, 'StatusLine', { bg = require('newpaper').bg }) + vim.api.nvim_set_hl(0, 'StatusLine', { bg = require('monokai-pro.colorscheme').editor.background }) vim.api.nvim_set_hl(0, 'StatusLineNC', { - bg = require('newpaper').bg + bg = require('monokai-pro.colorscheme').editor.backgroundnil }) end, }, |
