mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-14 03:35:26 +00:00
5 lines
50 B
Lua
5 lines
50 B
Lua
local M = {}
|
|
|
|
M.colorscheme = 'gruvbox'
|
|
|
|
return M
|