mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-23 20:14:32 +02:00
update transparant backgound
This commit is contained in:
parent
007f8087fa
commit
dbdf3596c0
5 changed files with 59 additions and 10 deletions
|
@ -1,11 +1,12 @@
|
|||
-- local colorscheme = "tokyonight"
|
||||
local colorscheme = "tokyonight"
|
||||
-- local colorscheme = "gruvbox"
|
||||
-- local colorscheme = "sonokai"
|
||||
-- local colorscheme = "nordfox"
|
||||
-- local colorscheme = "material"
|
||||
local colorscheme = "onedark"
|
||||
-- local colorscheme = "onedark"
|
||||
-- local colorscheme = "lunar"
|
||||
-- local colorscheme = "nord"
|
||||
-- local colorscheme = "catppuccin"
|
||||
|
||||
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
|
||||
if not status_ok then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue