mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-23 17:31:13 +01:00
colorschemes/github-theme: set colorscheme
This commit is contained in:
parent
a99d8389c9
commit
1787eeda5a
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
name = "github-theme";
|
name = "github-theme";
|
||||||
package = "github-nvim-theme";
|
package = "github-nvim-theme";
|
||||||
isColorscheme = true;
|
isColorscheme = true;
|
||||||
|
colorscheme = "github_dark";
|
||||||
|
|
||||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue