6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
local M = {}
|
|
|
|
M.colorscheme = "onedark_vivid"
|
|
|
|
return M
|