{ 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"; }; }; }; }