feat: dynamic theming attempt
This commit is contained in:
parent
18c51ecc13
commit
2757c649b9
18 changed files with 120 additions and 30 deletions
dotfiles/neovim/lua/my
|
@ -33,7 +33,7 @@ function M.setup()
|
|||
helpers.global("mapleader", "<Space>")
|
||||
|
||||
-- Set theme
|
||||
require('github-theme').setup({theme_style = "light", dark_float = true})
|
||||
-- require('github-theme').setup({theme_style = "light", dark_float = true, transparent = true})
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
|
@ -2,7 +2,7 @@ local M = {}
|
|||
|
||||
function M.setup()
|
||||
require('lualine').setup({
|
||||
theme = "github",
|
||||
theme = vim.g.lualineTheme,
|
||||
|
||||
-- Integration with other plugins
|
||||
extensions = {"nvim-tree"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue