dotfiles/nvim/fnl/config/plugin/bubbly.fnl

18 lines
679 B
Fennel

(module config.plugin.bubbly
{autoload {nvim aniseed.nvim}})
(set nvim.g.bubbly_palette {
:background "#34343c"
:foreground "#c5cdd9"
:black "3e4249"
:red "#ec5f67"
:green "#99c794"
:yellow "#fac863"
:blue "#6699cc"
:purple "#c594c5"
:cyan "#62b3b2"
:white "#ffffff"
:lightgrey "#a7adba"
:darkgrey "#65737e"
})