mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
colorschemes/modus: add new configuration option
The `hide_inactive_statusline` option is available in newer versions of the theme.
This commit is contained in:
parent
d0c0821245
commit
fc7e9b2927
2 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,10 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
Disable setting the background color.
|
||||
'';
|
||||
|
||||
hide_inactive_statusline = defaultNullOpts.mkBool false ''
|
||||
Hide statuslines in inactive windows.
|
||||
'';
|
||||
|
||||
dim_inactive = defaultNullOpts.mkBool false ''
|
||||
Dims inactive windows.
|
||||
'';
|
||||
|
@ -93,6 +97,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
variant = "default";
|
||||
transparent = false;
|
||||
dim_inactive = false;
|
||||
hide_inactive_statusline = false;
|
||||
styles = {
|
||||
comments.italic = true;
|
||||
keywords.italic = true;
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
variant = "default";
|
||||
transparent = false;
|
||||
dim_inactive = false;
|
||||
hide_inactive_statusline = false;
|
||||
styles = {
|
||||
comments.italic = true;
|
||||
keywords.italic = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue