From 9bcb97449fa7099247f8c0a968f5befd8f699c86 Mon Sep 17 00:00:00 2001 From: SmileyPanix Date: Fri, 20 Dec 2024 07:53:09 +1300 Subject: [PATCH 1/2] Add DarkBerry Theme Add DarkBerry Theme to custom-colour-schemes.json --- app/src/custom-colour-schemes.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/app/src/custom-colour-schemes.json b/app/src/custom-colour-schemes.json index 30fa55a1..5bb5bd27 100644 --- a/app/src/custom-colour-schemes.json +++ b/app/src/custom-colour-schemes.json @@ -982,4 +982,27 @@ "white": "#000000", "yellow": "#F0AA0B" }, +{ + "background": "#201E24", + "black": "#0B0B0D", + "blue": "#194DDA", + "brightBlack": "#2D2B33", + "brightBlue": "#4F83FF", + "brightCyan": "#74FBFF", + "brightGreen": "#D756FF", + "brightPurple": "#46FF8A", + "brightRed": "#FF2F50", + "brightWhite": "#E8DEFA", + "brightYellow": "#D2FF34", + "cursorColor": "#ACA2C2", + "cyan": "#18C2C7", + "foreground": "#ACA2C2", + "green": "#8B23BA", + "name": "DarkBerry", + "purple": "#19A155", + "red": "#B51036", + "selectionBackground": "#494452", + "white": "#ACA2C2", + "yellow": "#B7C10D" +}, ] From 3326f7c331ad13c3ad49d7be537a836dc647eef5 Mon Sep 17 00:00:00 2001 From: SmileyPanix Date: Fri, 20 Dec 2024 07:55:55 +1300 Subject: [PATCH 2/2] Add Credit Added credit to credits.json --- app/src/credits.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/src/credits.json b/app/src/credits.json index 71a9d564..a63855c1 100644 --- a/app/src/credits.json +++ b/app/src/credits.json @@ -180,7 +180,14 @@ { "name": "Thomas Lane", "link": "https://github.com/tel0065" - } + }, + { + "themeNames": ["DarkBerry"], + "sources": [ + { + "name": "SmileyPanix", + "link": "https://github.com/SmileyPanix" + }, ] } ]