feat: small tweak to colorscheme.lua
This commit is contained in:
parent
102af95a0b
commit
6829dbbb06
1 changed files with 7 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
||||||
return {
|
return {
|
||||||
"folke/tokyonight.nvim",
|
"folke/tokyonight.nvim",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
opts = {
|
opts = {
|
||||||
transparent = true,
|
style = "storm",
|
||||||
dim_inactive = true,
|
transparent = true,
|
||||||
}
|
dim_inactive = true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue