diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index f544414..e666e16 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -8,6 +8,7 @@ ; themes (use :projekt0n/github-nvim-theme) + (use :FrenzyExists/aquarium-vim) ; ui (use :kyazdani42/nvim-web-devicons) diff --git a/fnl/settings.fnl b/fnl/settings.fnl index d2b89ae..9102fd1 100644 --- a/fnl/settings.fnl +++ b/fnl/settings.fnl @@ -3,8 +3,9 @@ nu aniseed.nvim.util}}) ;; theme -(global github-theme (require :github-theme)) -(github-theme.setup {:theme_style :dark}) +; (global github-theme (require :github-theme)) +; (github-theme.setup {:theme_style :dark}) +(nvim.command "colorscheme aquarium") ;; buffergator (set nvim.g.buffergator_display_regime "parentdir") @@ -33,7 +34,7 @@ ;; lualine (global lualine (require :lualine)) (lualine.setup - {:options {:theme :nightfly + {:options {:theme :aquarium :section_separators ["" ""] :component_separators ["" ""] :icons_enabled true}