✨ added transparency to onedark theme
This commit is contained in:
parent
f20992af9d
commit
d1ac5733c3
10
init.lua
10
init.lua
@ -192,10 +192,14 @@ require('lazy').setup({
|
|||||||
|
|
||||||
{
|
{
|
||||||
-- Theme inspired by Atom
|
-- Theme inspired by Atom
|
||||||
|
-- https://github.com/navarasu/onedark.nvim
|
||||||
'navarasu/onedark.nvim',
|
'navarasu/onedark.nvim',
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd.colorscheme 'onedark'
|
require('onedark').setup {
|
||||||
|
transparent = true,
|
||||||
|
}
|
||||||
|
require('onedark').load()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -216,7 +220,7 @@ require('lazy').setup({
|
|||||||
{
|
{
|
||||||
-- Add indentation guides even on blank lines
|
-- Add indentation guides even on blank lines
|
||||||
'lukas-reineke/indent-blankline.nvim',
|
'lukas-reineke/indent-blankline.nvim',
|
||||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
-- Enable `lckas-reineke/indent-blankline.nvim`
|
||||||
-- See `:help ibl`
|
-- See `:help ibl`
|
||||||
main = 'ibl',
|
main = 'ibl',
|
||||||
opts = {},
|
opts = {},
|
||||||
@ -583,7 +587,7 @@ local servers = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- tsserver = {},
|
-- tsserver = {},
|
||||||
-- astro = {},
|
astro = {},
|
||||||
-- graphql = {},
|
-- graphql = {},
|
||||||
-- svelte = {},
|
-- svelte = {},
|
||||||
-- psalm = {},
|
-- psalm = {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user