mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
update
This commit is contained in:
parent
eb90dc8965
commit
fe57279597
4 changed files with 6 additions and 3 deletions
|
@ -11,6 +11,9 @@ return {
|
|||
commit = "66bfc2e8f754869c7b651f3f47a2ee56ae557764",
|
||||
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||
priority = 1000, -- make sure to load this before all the other start plugins
|
||||
config = function()
|
||||
require("user.tokyonight")
|
||||
end,
|
||||
},
|
||||
{ "lunarvim/lunar.nvim" },
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
local colorscheme = "tokyonight-night"
|
||||
local colorscheme = "tokyonight"
|
||||
-- local colorscheme = "gruvbox"
|
||||
-- local colorscheme = "sonokai"
|
||||
-- local colorscheme = "nordfox"
|
||||
|
|
|
@ -5,7 +5,7 @@ end
|
|||
tokyonight.setup({
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
style = "storm", -- The theme comes in three styles, `storm`, `moon`, a darker variant `night` and `day`
|
||||
style = "night", -- The theme comes in three styles, `storm`, `moon`, a darker variant `night` and `day`
|
||||
light_style = "day", -- The theme is used when the background is set to light
|
||||
transparent = false, -- Enable this to disable setting the background color
|
||||
terminal_colors = true, -- Configure the colors used when opening a `:terminal` in Neovim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue