From d920969237ba105e2cc7ebd6f0ec07a53cfbf826 Mon Sep 17 00:00:00 2001 From: The Hedgehog Date: Sun, 24 Jul 2022 10:37:10 -0400 Subject: [PATCH] gitea: Add tokyo night theme --- hosts/marvin/services/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/marvin/services/gitea.nix b/hosts/marvin/services/gitea.nix index 6613423..7ed1afc 100644 --- a/hosts/marvin/services/gitea.nix +++ b/hosts/marvin/services/gitea.nix @@ -25,7 +25,7 @@ ENABLE_FEDERATED_AVATAR = true; }; ui = { - THEMES = "gitea,arc-green,plex,aquamarine,dark,dracula,hotline,organizr,space-gray,hotpink,onedark,overseerr,nord"; + THEMES = "gitea,arc-green,plex,aquamarine,dark,dracula,hotline,organizr,space-gray,hotpink,onedark,overseerr,nord,tokyo-night"; DEFAULT_THEME = "gitea"; }; };