mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-13 02:44:29 +02:00
update color scheme
This commit is contained in:
parent
195a2cd4e8
commit
84304cc0c6
3 changed files with 7 additions and 8 deletions
|
@ -13,12 +13,12 @@ return {
|
|||
priority = 1000, -- make sure to load this before all the other start plugins
|
||||
},
|
||||
{
|
||||
"projekt0n/github-nvim-theme",
|
||||
"navarasu/onedark.nvim",
|
||||
init = function()
|
||||
require("github-theme").setup({
|
||||
theme_style = "dark",
|
||||
dark_sidebar = false,
|
||||
require("onedark").setup({
|
||||
style = "darker",
|
||||
})
|
||||
require("onedark").load()
|
||||
end,
|
||||
},
|
||||
-- dashboard
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
local colorscheme = "tokyonight-night"
|
||||
-- local colorscheme = "nord"
|
||||
-- local colorscheme = "github_dimmed"
|
||||
-- local colorscheme = "tokyonight-night"
|
||||
local colorscheme = "onedark"
|
||||
|
||||
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
|
||||
if not status_ok then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue