mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-11 08:20:50 -07:00
6 lines
125 B
Lua
6 lines
125 B
Lua
-- this file exists so base64 telescope theme swap works :P
|
|
local M = {}
|
|
|
|
M.ui = { theme = "your_needy_pop_star" }
|
|
|
|
return M
|