colorschemes/github-theme: set colorscheme

(cherry picked from commit 1787eeda5a)
This commit is contained in:
Sizhe Zhao 2025-12-22 16:41:52 +08:00 committed by Matt Sturgeon
parent 204a2f3d35
commit 3568897008

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 ];