LunarVim/lua/lv-galaxyline/config.lua
2021-07-09 21:01:23 -04:00

22 lines
489 B
Lua

O.plugin.galaxyline = {
active = true,
colors = {
bg = "#2E2E2E",
yellow = "#DCDCAA",
dark_yellow = "#D7BA7D",
cyan = "#4EC9B0",
green = "#608B4E",
light_green = "#B5CEA8",
string_orange = "#CE9178",
orange = "#FF8800",
purple = "#C586C0",
magenta = "#D16D9E",
grey = "#858585",
blue = "#569CD6",
vivid_blue = "#4FC1FF",
light_blue = "#9CDCFE",
red = "#D16969",
error_red = "#F44747",
info_yellow = "#FFCC66",
},
}