Files
neovim-config/lua/taken/prefs.lua.example
2023-07-02 19:39:40 +02:00

6 lines
56 B
Plaintext

local M = {}
M.colorscheme = "onedark_vivid"
return M