add transparency option to user config
This commit is contained in:
parent
880d4dc312
commit
f10fb47637
4 changed files with 29 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
local global_theme = "themes/" .. vim.g.nvchad_theme
|
||||
local global_theme = "themes/" .. require("utils").load_config().ui.theme
|
||||
local colors = require(global_theme)
|
||||
|
||||
local present1, gl = pcall(require, "galaxyline")
|
||||
|
@ -45,7 +45,7 @@ local icon_styles = {
|
|||
},
|
||||
}
|
||||
|
||||
local user_statusline_style = require("chadrc").ui.statusline_style
|
||||
local user_statusline_style = require("utils").load_config().ui.statusline_style
|
||||
local statusline_style = icon_styles[user_statusline_style]
|
||||
|
||||
local left_separator = statusline_style.left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue