1
0
Fork 0
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:
Sizhe Zhao 2025-12-22 16:41:52 +08:00 committed by Matt Sturgeon
parent a99d8389c9
commit 1787eeda5a

View file

@ -6,6 +6,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
name = "github-theme";
package = "github-nvim-theme";
isColorscheme = true;
colorscheme = "github_dark";
maintainers = [ lib.maintainers.GaetanLepage ];