mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
colorschemes/github-theme: init
This commit is contained in:
parent
50e9895c2c
commit
eb719d80a8
3 changed files with 94 additions and 0 deletions
23
plugins/colorschemes/github-theme.nix
Normal file
23
plugins/colorschemes/github-theme.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "github-theme";
|
||||
packPathName = "github-nvim-theme";
|
||||
package = "github-nvim-theme";
|
||||
isColorscheme = true;
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
settingsExample = {
|
||||
options = {
|
||||
transparent = true;
|
||||
dim_inactive = true;
|
||||
styles = {
|
||||
comments = "italic";
|
||||
keywords = "bold";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -9,6 +9,7 @@
|
|||
./colorschemes/dracula-nvim.nix
|
||||
./colorschemes/dracula.nix
|
||||
./colorschemes/everforest.nix
|
||||
./colorschemes/github-theme.nix
|
||||
./colorschemes/gruvbox.nix
|
||||
./colorschemes/kanagawa.nix
|
||||
./colorschemes/melange.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue