Frogarized!
This commit is contained in:
parent
5bba711d3c
commit
c936d859c7
9 changed files with 140 additions and 19 deletions
|
@ -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; };
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue