mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
colorschemes/base16: set termguicolors to true
This commit is contained in:
parent
bb10fface4
commit
75942bc161
1 changed files with 2 additions and 0 deletions
|
@ -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}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue