galaxyline.nvim icon indicating copy to clipboard operation
galaxyline.nvim copied to clipboard

Solarized dark theme?

Open alok opened this issue 3 years ago • 3 comments

Does anyone have a good color config for this?

alok avatar Apr 15 '21 22:04 alok

You can adapt the example and use https://github.com/ishan9299/nvim-solarized-lua or https://github.com/shadmansaleh/solarized.nvim as idea.

matu3ba avatar Apr 18 '21 16:04 matu3ba

welcome any pr about theme. i will merge.

glepnir avatar Apr 25 '21 09:04 glepnir

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'
}

stevanmilic avatar May 10 '21 11:05 stevanmilic