RRethy / base16-nvim

Neovim plugin for building a sync base16 colorscheme. Includes support for Treesitter and LSP highlight groups.
MIT License
523 stars 77 forks source link

Add breeze theme #104

Open svin24 opened 1 month ago

svin24 commented 1 month ago

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",
}