Skip to content

Commit

Permalink
colorschemes/base16: set termguicolors to true
Browse files Browse the repository at this point in the history
  • Loading branch information
r3n3gad3p3arl authored and GaetanLepage committed Mar 14, 2024
1 parent bb10ffa commit 75942bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/colorschemes/base16/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}";
Expand Down

0 comments on commit 75942bc

Please sign in to comment.