galaxyline.nvim
galaxyline.nvim copied to clipboard
Solarized dark theme?
Does anyone have a good color config for this?
You can adapt the example and use https://github.com/ishan9299/nvim-solarized-lua or https://github.com/shadmansaleh/solarized.nvim as idea.
welcome any pr about theme. i will merge.
These are the colors I use, looks fine (taken from the plugins @matu3ba mentioned):
local colors = {
bg = '#073642',
yellow = '#b58900',
cyan = '#2aa198',
darkblue = '#081633',
green = '#859900',
orange = '#cb4b16',
purple = '#5d4d7a',
magenta = '#d33682',
grey = '#c0c0c0',
blue = '#268bd2',
red = '#dc322f'
}