base16-nvim icon indicating copy to clipboard operation
base16-nvim copied to clipboard

Add breeze theme

Open svin24 opened this issue 1 year ago • 0 comments

I created a KDE breeze theme based on the Konsole colorscheme https://github.com/KDE/konsole/blob/master/data/color-schemes/Breeze.colorscheme

I have no idea how to add it though.

return {
	base00 = "#232627", base01 = "#31363b", base02 = "#31363b", base03 = "#63686d",
	base04 = "#7f8c8d", base05 = "#eff0f1", base06 = "#fcfcfc", base07 = "#ffffff",
	base08 = "#ed1515", base09 = "#f67400", base0A = "#fdbc4b", base0B = "#11d116",
	base0C = "#16a085", base0D = "#1d99f3", base0E = "#9b59b6", base0F = "#b65619",
}

svin24 avatar Oct 13 '24 10:10 svin24