colorschemes/base16: set termguicolors to true

This commit is contained in:
r3n3gad3p3arl 2024-03-13 23:31:25 -05:00 committed by Gaétan Lepage
parent bb10fface4
commit 75942bc161

View file

@ -103,6 +103,8 @@ with lib;
plugins.airline.settings.theme = mkIf cfg.setUpBar "base16";
plugins.lualine.theme = mkIf cfg.setUpBar "base16";
plugins.lightline.colorscheme = null;
options.termguicolors = mkDefault true;
}
(mkIf (isString cfg.colorscheme) {
colorscheme = "base16-${cfg.colorscheme}";