mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-18 00:12:48 +01:00
colorschemes/github-theme: migrate to by-name
This commit is contained in:
parent
ca0647f56c
commit
59760ce0c0
3 changed files with 0 additions and 1 deletions
22
colorschemes/github-theme/default.nix
Normal file
22
colorschemes/github-theme/default.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "github-theme";
|
||||
package = "github-nvim-theme";
|
||||
isColorscheme = true;
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
settingsExample = {
|
||||
options = {
|
||||
transparent = true;
|
||||
dim_inactive = true;
|
||||
styles = {
|
||||
comments = "italic";
|
||||
keywords = "bold";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue