Update README.md

This commit is contained in:
Sidhanth Rathod 2022-06-30 09:32:26 +05:30 committed by GitHub
parent b24bc13dbe
commit f2643bcd9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ M.base_16 = {
-- some colors
}
M.type = "dark" -- this can be either dark or light
vim.opt.bg = "dark" -- this can be either dark or light
M = require("base46").override_theme(M, "atheme")