diff --git a/themes/Modrinth-Dark/README.md b/themes/Modrinth-Dark/README.md
new file mode 100644
index 0000000..944fc21
--- /dev/null
+++ b/themes/Modrinth-Dark/README.md
@@ -0,0 +1,38 @@
+
+
+# Modrinth-Dark Theme for PrismLauncher
+
+## Preview
+![Preview](preview.png)
+
+## License
+```
+This is free and unencumbered software released into the public domain.
+
+Anyone is free to copy, modify, publish, use, compile, sell, or
+distribute this software, either in source code form or as a compiled
+binary, for any purpose, commercial or non-commercial, and by any
+means.
+
+In jurisdictions that recognize copyright laws, the author or authors
+of this software dedicate any and all copyright interest in the
+software to the public domain. We make this dedication for the benefit
+of the public at large and to the detriment of our heirs and
+successors. We intend this dedication to be an overt act of
+relinquishment in perpetuity of all present and future rights to this
+software under copyright law.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+For more information, please refer to
+```
diff --git a/themes/Modrinth-Dark/preview.png b/themes/Modrinth-Dark/preview.png
new file mode 100644
index 0000000..ca8ab32
Binary files /dev/null and b/themes/Modrinth-Dark/preview.png differ
diff --git a/themes/Modrinth-Dark/preview.png.license b/themes/Modrinth-Dark/preview.png.license
new file mode 100644
index 0000000..21258f7
--- /dev/null
+++ b/themes/Modrinth-Dark/preview.png.license
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2023 lunofe
+
+SPDX-License-Identifier: Unlicense
diff --git a/themes/Modrinth-Dark/theme.json b/themes/Modrinth-Dark/theme.json
new file mode 100644
index 0000000..fc50189
--- /dev/null
+++ b/themes/Modrinth-Dark/theme.json
@@ -0,0 +1,27 @@
+{
+ "colors": {
+ "Base": "#16181C",
+ "HighlightedText": "#16181C",
+ "Window": "#16181C",
+
+ "AlternateBase": "#26292F",
+ "Button": "#1b1e24",
+ "ToolTipBase": "#26292F",
+ "_comment": "Button color is used for large parts of settings, however it is being modified in code, so #1b1e24 actually resembles #26292F.",
+
+ "Highlight": "#1CD96A",
+ "Link": "#1CD96A",
+
+ "BrightText": "#999999",
+ "ButtonText": "#999999",
+ "Text": "#999999",
+ "ToolTipText": "#999999",
+ "WindowText": "#999999",
+
+ "fadeAmount": 0.5,
+ "fadeColor": "#FF496E"
+ },
+ "name": "Modrinth Dark",
+ "qssFilePath": "themeStyle.css",
+ "widgets": "Fusion"
+}
diff --git a/themes/Modrinth-Dark/theme.json.license b/themes/Modrinth-Dark/theme.json.license
new file mode 100644
index 0000000..21258f7
--- /dev/null
+++ b/themes/Modrinth-Dark/theme.json.license
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2023 lunofe
+
+SPDX-License-Identifier: Unlicense
diff --git a/themes/Modrinth-Dark/themeStyle.css b/themes/Modrinth-Dark/themeStyle.css
new file mode 100644
index 0000000..4161382
--- /dev/null
+++ b/themes/Modrinth-Dark/themeStyle.css
@@ -0,0 +1,12 @@
+/*
+ * SPDX-FileCopyrightText: 2023 lunofe
+ *
+ * SPDX-License-Identifier: Unlicense
+ */
+
+QToolTip
+{
+ color: #999999;
+ background-color: #26292F;
+ border: 1px solid #16181C;
+}
diff --git a/themes/Modrinth-Mixed/README.md b/themes/Modrinth-Mixed/README.md
new file mode 100644
index 0000000..cef79a2
--- /dev/null
+++ b/themes/Modrinth-Mixed/README.md
@@ -0,0 +1,38 @@
+
+
+# Modrinth-Mixed Theme for PrismLauncher
+
+## Preview
+![Preview](preview.png)
+
+## License
+```
+This is free and unencumbered software released into the public domain.
+
+Anyone is free to copy, modify, publish, use, compile, sell, or
+distribute this software, either in source code form or as a compiled
+binary, for any purpose, commercial or non-commercial, and by any
+means.
+
+In jurisdictions that recognize copyright laws, the author or authors
+of this software dedicate any and all copyright interest in the
+software to the public domain. We make this dedication for the benefit
+of the public at large and to the detriment of our heirs and
+successors. We intend this dedication to be an overt act of
+relinquishment in perpetuity of all present and future rights to this
+software under copyright law.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+For more information, please refer to
+```
diff --git a/themes/Modrinth-Mixed/preview.png b/themes/Modrinth-Mixed/preview.png
new file mode 100644
index 0000000..536578d
Binary files /dev/null and b/themes/Modrinth-Mixed/preview.png differ
diff --git a/themes/Modrinth-Mixed/preview.png.license b/themes/Modrinth-Mixed/preview.png.license
new file mode 100644
index 0000000..21258f7
--- /dev/null
+++ b/themes/Modrinth-Mixed/preview.png.license
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2023 lunofe
+
+SPDX-License-Identifier: Unlicense
diff --git a/themes/Modrinth-Mixed/theme.json b/themes/Modrinth-Mixed/theme.json
new file mode 100644
index 0000000..2816d32
--- /dev/null
+++ b/themes/Modrinth-Mixed/theme.json
@@ -0,0 +1,27 @@
+{
+ "colors": {
+ "Base": "#16181C",
+ "HighlightedText": "#16181C",
+
+ "AlternateBase": "#26292F",
+ "Button": "#1b1e24",
+ "ToolTipBase": "#26292F",
+ "Window": "#26292F",
+ "_comment": "Button color is used for large parts of settings, however it is being modified in code, so #1b1e24 actually resembles #26292F.",
+
+ "Highlight": "#1CD96A",
+ "Link": "#1CD96A",
+
+ "BrightText": "#999999",
+ "ButtonText": "#999999",
+ "Text": "#999999",
+ "ToolTipText": "#999999",
+ "WindowText": "#999999",
+
+ "fadeAmount": 0.5,
+ "fadeColor": "#FF496E"
+ },
+ "name": "Modrinth Mixed",
+ "qssFilePath": "themeStyle.css",
+ "widgets": "Fusion"
+}
diff --git a/themes/Modrinth-Mixed/theme.json.license b/themes/Modrinth-Mixed/theme.json.license
new file mode 100644
index 0000000..21258f7
--- /dev/null
+++ b/themes/Modrinth-Mixed/theme.json.license
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2023 lunofe
+
+SPDX-License-Identifier: Unlicense
diff --git a/themes/Modrinth-Mixed/themeStyle.css b/themes/Modrinth-Mixed/themeStyle.css
new file mode 100644
index 0000000..4161382
--- /dev/null
+++ b/themes/Modrinth-Mixed/themeStyle.css
@@ -0,0 +1,12 @@
+/*
+ * SPDX-FileCopyrightText: 2023 lunofe
+ *
+ * SPDX-License-Identifier: Unlicense
+ */
+
+QToolTip
+{
+ color: #999999;
+ background-color: #26292F;
+ border: 1px solid #16181C;
+}
diff --git a/themes/Modrinth-Modest/README.md b/themes/Modrinth-Modest/README.md
new file mode 100644
index 0000000..56d0b78
--- /dev/null
+++ b/themes/Modrinth-Modest/README.md
@@ -0,0 +1,38 @@
+
+
+# Modrinth-Modest Theme for PrismLauncher
+
+## Preview
+![Preview](preview.png)
+
+## License
+```
+This is free and unencumbered software released into the public domain.
+
+Anyone is free to copy, modify, publish, use, compile, sell, or
+distribute this software, either in source code form or as a compiled
+binary, for any purpose, commercial or non-commercial, and by any
+means.
+
+In jurisdictions that recognize copyright laws, the author or authors
+of this software dedicate any and all copyright interest in the
+software to the public domain. We make this dedication for the benefit
+of the public at large and to the detriment of our heirs and
+successors. We intend this dedication to be an overt act of
+relinquishment in perpetuity of all present and future rights to this
+software under copyright law.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+For more information, please refer to
+```
diff --git a/themes/Modrinth-Modest/preview.png b/themes/Modrinth-Modest/preview.png
new file mode 100644
index 0000000..e95a6ec
Binary files /dev/null and b/themes/Modrinth-Modest/preview.png differ
diff --git a/themes/Modrinth-Modest/preview.png.license b/themes/Modrinth-Modest/preview.png.license
new file mode 100644
index 0000000..21258f7
--- /dev/null
+++ b/themes/Modrinth-Modest/preview.png.license
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2023 lunofe
+
+SPDX-License-Identifier: Unlicense
diff --git a/themes/Modrinth-Modest/theme.json b/themes/Modrinth-Modest/theme.json
new file mode 100644
index 0000000..fc10032
--- /dev/null
+++ b/themes/Modrinth-Modest/theme.json
@@ -0,0 +1,26 @@
+{
+ "colors": {
+ "AlternateBase": "#26292F",
+ "Base": "#26292F",
+ "Button": "#1b1e24",
+ "HighlightedText": "#26292F",
+ "ToolTipBase": "#26292F",
+ "Window": "#26292F",
+ "_comment": "Button color is used for large parts of settings, however it is being modified in code, so #1b1e24 actually resembles #26292F.",
+
+ "Highlight": "#1CD96A",
+ "Link": "#1CD96A",
+
+ "BrightText": "#999999",
+ "ButtonText": "#999999",
+ "Text": "#999999",
+ "ToolTipText": "#999999",
+ "WindowText": "#999999",
+
+ "fadeAmount": 0.5,
+ "fadeColor": "#FF496E"
+ },
+ "name": "Modrinth Modest",
+ "qssFilePath": "themeStyle.css",
+ "widgets": "Fusion"
+}
diff --git a/themes/Modrinth-Modest/theme.json.license b/themes/Modrinth-Modest/theme.json.license
new file mode 100644
index 0000000..21258f7
--- /dev/null
+++ b/themes/Modrinth-Modest/theme.json.license
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2023 lunofe
+
+SPDX-License-Identifier: Unlicense
diff --git a/themes/Modrinth-Modest/themeStyle.css b/themes/Modrinth-Modest/themeStyle.css
new file mode 100644
index 0000000..4161382
--- /dev/null
+++ b/themes/Modrinth-Modest/themeStyle.css
@@ -0,0 +1,12 @@
+/*
+ * SPDX-FileCopyrightText: 2023 lunofe
+ *
+ * SPDX-License-Identifier: Unlicense
+ */
+
+QToolTip
+{
+ color: #999999;
+ background-color: #26292F;
+ border: 1px solid #16181C;
+}