This commit is contained in:
DavidOnTop 2024-04-18 19:17:22 +02:00
parent ac6ba45b85
commit b053b742ab
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
11 changed files with 195 additions and 178 deletions

View file

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