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('editor_settings')
|
||||||
require('user')
|
require('user')
|
||||||
end
|
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')
|
local rose = require('rose-pine')
|
||||||
rose.setup({
|
rose.setup({
|
||||||
variant = "main",
|
variant = "main",
|
||||||
dim_inactive_windows = true,
|
dim_inactive_windows = false,
|
||||||
styles = {
|
styles = {
|
||||||
transparency = false,
|
transparency = true,
|
||||||
},
|
},
|
||||||
highlight_groups = {
|
highlight_groups = {
|
||||||
TelescopeNormal = { fg = "subtle", bg = "overlay" },
|
TelescopeNormal = { fg = "subtle", bg = "overlay" },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user