mirror of
https://github.com/zebrajr/dotfiles.git
synced 2025-12-06 00:20:05 +01:00
add transparency via rose-pine theme
This commit is contained in:
parent
b1908dcf6e
commit
8ba530c76a
|
|
@ -5,11 +5,3 @@ else
|
|||
require('editor_settings')
|
||||
require('user')
|
||||
end
|
||||
|
||||
local window_opts = {
|
||||
bg = "none",
|
||||
blend = 0,
|
||||
}
|
||||
|
||||
vim.api.nvim_set_hl(0, "Normal", window_opts)
|
||||
vim.api.nvim_set_hl(0, "NormalFloat", window_opts)
|
||||
|
|
|
|||
|
|
@ -14,9 +14,9 @@ return {
|
|||
local rose = require('rose-pine')
|
||||
rose.setup({
|
||||
variant = "main",
|
||||
dim_inactive_windows = true,
|
||||
dim_inactive_windows = false,
|
||||
styles = {
|
||||
transparency = false,
|
||||
transparency = true,
|
||||
},
|
||||
highlight_groups = {
|
||||
TelescopeNormal = { fg = "subtle", bg = "overlay" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user