Frogarized!

This commit is contained in:
Geoffrey Frogeye 2024-01-27 14:23:26 +01:00
parent 5bba711d3c
commit c936d859c7
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
9 changed files with 140 additions and 19 deletions

View file

@ -43,6 +43,7 @@
plugins = {
# Tabline
barbar.enable = true;
# TODO Reload make it use the preset colorscheme
# Status line
lualine = with config.lib.stylix.colors.withHashtag; let
normal = { fg = base05; bg = base01; };

View file

@ -12,6 +12,9 @@
vim = "nvim";
};
programs.nixvim = {
# Required, otherwise light mode becomes a default dark theme.
colorschemes.base16.colorscheme = "solarized-${config.stylix.polarity}";
options = {
ignorecase = true;
smartcase = true;