This commit is contained in:
DavidOnTop 2023-12-07 22:04:29 +00:00
parent 926ba239ce
commit ac6ba45b85
No known key found for this signature in database
GPG key ID: FAB914DDC2F180EB
8 changed files with 163 additions and 79 deletions

View file

@ -19,6 +19,6 @@ require("lazy").setup("config.packages", {
lazy = false
},
install = {
colorscheme = { "carbonfox" },
colorscheme = { "monokai-pro" },
}
})