marleyvim/nvim/lua/colors.lua

13 lines
331 B
Lua

---@type {[string]:"azure" | "blue" | "cyan" | "green" | "grey" | "orange" | "purple" | "red" | "yellow"}
return {
buffers = 'cyan',
diagnostics = 'green',
surround = 'purple',
ui = 'green',
window = 'blue',
search = 'green',
git = 'orange',
notifications = 'orange',
sessions = 'azure',
explorer = 'yellow',
}