From 6b6e6c41afbd97345ceefbcd4878efd27e2467fa Mon Sep 17 00:00:00 2001 From: straw <45886986+acoolstraw@users.noreply.github.com> Date: Tue, 3 Aug 2021 12:16:20 +0200 Subject: [PATCH 1/3] Delete colors.txt --- colors.txt | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 colors.txt diff --git a/colors.txt b/colors.txt deleted file mode 100644 index 495aa65..0000000 --- a/colors.txt +++ /dev/null @@ -1,9 +0,0 @@ -#383c4a - main body color -#2a2e3a - navbar/repo -#454a57 - headers n shit + borders -#2e323e - the actual navbar lol -#87ab63 - disgusting green -#2e323e - footer n shit -#292d39 - input fields? - -btw: #E14C4C is a cool red \ No newline at end of file From cfbeb8c3e5067ca2a2c2513d16527aa7f46ad6f3 Mon Sep 17 00:00:00 2001 From: straw <45886986+acoolstraw@users.noreply.github.com> Date: Tue, 3 Aug 2021 12:18:41 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 817621f..9e1b2f8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # earl-grey -Elegant dark theme for Gitea. Has a lot of bugs, will correct them as time goes on, please report any issues! +Elegant dark theme for Gitea. + +I mostly bruteforced which colors to change by inspecting every element with undesirable colors, I ended up with a theme that I'm quite proud of. However, it will definitely have a lot of bugs, please report them and fix them! + +It's really easy to fix color inconsistencies, just use a color picker to get the color, then Inspect Element and go to the styling section. There, CTRL+F and search for the color (note that the letters must be lowercase, the colors whose letters aren't lowercase are most likely added by me) From 3efdc5f9e68290177a7b9bda85c1a0d8b20d687e Mon Sep 17 00:00:00 2001 From: straw <45886986+acoolstraw@users.noreply.github.com> Date: Tue, 3 Aug 2021 12:19:02 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e1b2f8..6c56cf7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # earl-grey Elegant dark theme for Gitea. -I mostly bruteforced which colors to change by inspecting every element with undesirable colors, I ended up with a theme that I'm quite proud of. However, it will definitely have a lot of bugs, please report them and fix them! +I mostly bruteforced which colors to change by inspecting every element with undesirable colors, and I ended up with a theme that I'm quite proud of. However, it will definitely have a lot of bugs, please report them and fix them! It's really easy to fix color inconsistencies, just use a color picker to get the color, then Inspect Element and go to the styling section. There, CTRL+F and search for the color (note that the letters must be lowercase, the colors whose letters aren't lowercase are most likely added by me)