This commit is contained in:
Sophia Atkinson 2023-09-03 02:38:41 -07:00
parent 45af15f841
commit a04b0fca1b
3 changed files with 15 additions and 14 deletions

View File

@ -7,15 +7,16 @@ sudo chown -R git:git /var/lib/gitea/custom
sudo chmod -R 750 /var/lib/gitea/custom
if grep -Fxq "[ui]" /etc/gitea/app.ini
then
continue
rm -rf Gitea-Blurple
sudo systemctl restart gitea
else
cp /etc/gitea/app.ini /etc/gitea/app.ini.bak
cat Gitea-Blurple/templates/app.ini >> /etc/gitea/app.ini
sudo chown root:git /etc/gitea
sudo chmod 770 /etc/gitea
fi
rm -rf Gitea-Blurple
sudo systemctl restart gitea
fi
echo -e "=================================================================="
echo "Clear your cache for the changes to appear"
echo -e "=================================================================="

View File

@ -424,7 +424,7 @@
--color-orange: #cc580c;
--color-yellow: #cc9903;
--color-olive: #91a313;
--color-blurple: #7289DA;
--color-green: #7289DA;
--color-teal: #00918a;
--color-blue: #3a8ac6;
--color-violet: #906ae1;
@ -436,7 +436,7 @@
--color-orange-light: #b84f0b;
--color-yellow-light: #b88a03;
--color-olive-light: #839311;
--color-blurple-light: #4E5D94;
--color-green-light: #4E5D94;
--color-teal-light: #00837c;
--color-blue-light: #347cb3;
--color-violet-light: #7b4edb;
@ -448,7 +448,7 @@
--color-orange-dark-1: #f38236;
--color-yellow-dark-1: #b88a03;
--color-olive-dark-1: #839311;
--color-blurple-dark-1: #4E5D94;
--color-green-dark-1: #4E5D94;
--color-teal-dark-1: #00837c;
--color-blue-dark-1: #347cb3;
--color-violet-dark-1: #7b4edb;
@ -460,7 +460,7 @@
--color-orange-dark-2: #f16e17;
--color-yellow-dark-2: #a37a02;
--color-olive-dark-2: #74820f;
--color-blurple-dark-2: #4E5D94;
--color-green-dark-2: #4E5D94;
--color-teal-dark-2: #00746e;
--color-blue-dark-2: #2e6e9f;
--color-violet-dark-2: #6733d6;
@ -498,9 +498,9 @@
--color-red-badge: #db2828;
--color-red-badge-bg: #db28281a;
--color-red-badge-hover-bg: #db28284d;
--color-blurple-badge: #7289DA;
--color-green-badge: #7289DA;
--color-green-badge-bg: #21ba451a;
--color-blurple-badge-hover-bg: #4E5D94;
--color-green-badge-hover-bg: #4E5D94;
--color-yellow-badge: #fbbd08;
--color-yellow-badge-bg: #fbbd081a;
--color-yellow-badge-hover-bg: #fbbd084d;

View File

@ -421,7 +421,7 @@
--color-orange: #cc580c;
--color-yellow: #cc9903;
--color-olive: #91a313;
--color-blurple: #7289DA;
--color-green: #7289DA;
--color-teal: #00918a;
--color-blue: #3a8ac6;
--color-violet: #906ae1;
@ -433,7 +433,7 @@
--color-orange-light: #b84f0b;
--color-yellow-light: #b88a03;
--color-olive-light: #839311;
--color-blurple-light: #4E5D94;
--color-green-light: #4E5D94;
--color-teal-light: #00837c;
--color-blue-light: #347cb3;
--color-violet-light: #7b4edb;
@ -445,7 +445,7 @@
--color-orange-dark-1: #f38236;
--color-yellow-dark-1: #b88a03;
--color-olive-dark-1: #839311;
--color-blurple-dark-1: #4E5D94;
--color-green-dark-1: #4E5D94;
--color-teal-dark-1: #00837c;
--color-blue-dark-1: #347cb3;
--color-violet-dark-1: #7b4edb;
@ -457,7 +457,7 @@
--color-orange-dark-2: #f16e17;
--color-yellow-dark-2: #a37a02;
--color-olive-dark-2: #74820f;
--color-blurple-dark-2: #4E5D94;
--color-green-dark-2: #4E5D94;
--color-teal-dark-2: #00746e;
--color-blue-dark-2: #2e6e9f;
--color-violet-dark-2: #6733d6;
@ -495,9 +495,9 @@
--color-red-badge: #db2828;
--color-red-badge-bg: #db28281a;
--color-red-badge-hover-bg: #db28284d;
--color-blurple-badge: #7289DA;
--color-green-badge: #7289DA;
--color-green-badge-bg: #21ba451a;
--color-blurple-badge-hover-bg: #4E5D94;
--color-green-badge-hover-bg: #4E5D94;
--color-yellow-badge: #fbbd08;
--color-yellow-badge-bg: #fbbd081a;
--color-yellow-badge-hover-bg: #fbbd084d;