mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-02 21:44:29 +02:00
update color scheme
This commit is contained in:
parent
9ac7fbb4c6
commit
195a2cd4e8
3 changed files with 11 additions and 1 deletions
|
@ -12,6 +12,15 @@ return {
|
|||
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
|
||||
},
|
||||
{
|
||||
"projekt0n/github-nvim-theme",
|
||||
init = function()
|
||||
require("github-theme").setup({
|
||||
theme_style = "dark",
|
||||
dark_sidebar = false,
|
||||
})
|
||||
end,
|
||||
},
|
||||
-- dashboard
|
||||
{
|
||||
"goolord/alpha-nvim",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
local colorscheme = "tokyonight-night"
|
||||
-- local colorscheme = "nord"
|
||||
-- local colorscheme = "lunar"
|
||||
-- local colorscheme = "github_dimmed"
|
||||
|
||||
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
|
||||
if not status_ok then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue