marleyvim/nvim/lua/colors.lua

14 lines
331 B
Lua
Raw Normal View History

2024-12-01 17:10:02 -08:00
---@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',
}