Add a catppuccin theme to gitea config (test)

This commit is contained in:
Evie Litherland-Smith 2023-05-19 11:46:43 +01:00
parent aa0352526c
commit 13e40dc4c7
2 changed files with 6 additions and 1 deletions

View file

@ -1 +1 @@
{"flagWords":[],"words":["Hyprland","Gitea","Nextcloud","NIXOS","NVIM","HOMEMANAGER","pkgs","nixpkgs","waybar","Dexperimental","gvfs","wezterm","bitwarden","marktext","zotero"],"language":"en","version":"0.2"}
{"flagWords":[],"words":["Hyprland","Gitea","Nextcloud","NIXOS","NVIM","HOMEMANAGER","pkgs","nixpkgs","waybar","Dexperimental","gvfs","wezterm","bitwarden","marktext","zotero","traefik","websecure","macchiato","catppuccin"],"language":"en","version":"0.2"}

View file

@ -9,6 +9,11 @@
SSH_PORT = 2222;
};
service.DISABLE_REGISTRATION = true;
ui = {
THEMES = [
"theme-catppuccin-macchiato-lavender.css"
];
};
};
appName = "Gitea";
};