Change vim colour scheme

This commit is contained in:
Gender Demon 2023-01-24 10:24:40 +00:00
parent 1f492bee99
commit a282770f7b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
-- Interface settings
-- Set preferred colour scheme/background colour here; it will be substituted below
local colours = "sourcerer"
local colours = "aurora"
-- Show line numbers
vim.wo.number = true