Files
dotfiles/.config/nvim/lua/feline/solarized.lua

20 lines
399 B
Lua

local colors = require('solarized.colors')
local solarized = {
fg = colors.fg,
bg = colors.bg_alt,
black = colors.black,
skyblue = colors.paleblue,
cyan = colors.cyan,
green = colors.green,
oceanblue = colors.blue,
magenta = colors.magenta,
orange = colors.orange,
red = colors.red,
violet = colors.purple,
white = colors.white,
yellow = colors.yellow
}
return solarized