From c9af6a799ced091a8d9db0511b4ebe4390b61c66 Mon Sep 17 00:00:00 2001
From: Infi <wingit@geist.ga>
Date: Thu, 20 May 2021 23:55:34 +0200
Subject: [PATCH] Add Blue Dark Theme

---
 data/blue-dark/Custom.css  |  5 +++++
 data/blue-dark/Preset.toml | 42 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)
 create mode 100644 data/blue-dark/Custom.css
 create mode 100644 data/blue-dark/Preset.toml

diff --git a/data/blue-dark/Custom.css b/data/blue-dark/Custom.css
new file mode 100644
index 0000000..58af3b3
--- /dev/null
+++ b/data/blue-dark/Custom.css
@@ -0,0 +1,5 @@
+@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap");
+
+body {
+    font-family: "Inter", "Helvetica Neue", sans-serif;
+}
diff --git a/data/blue-dark/Preset.toml b/data/blue-dark/Preset.toml
new file mode 100644
index 0000000..828c8b6
--- /dev/null
+++ b/data/blue-dark/Preset.toml
@@ -0,0 +1,42 @@
+slug = "blue-dark"
+name = "Blue Dark"
+creator = "SP46"
+description = "A modern and unique style for Revolt."
+
+[variables]
+light = false
+accent = "#e91e63"
+background = "#101823"
+foreground = "#f6f6f6"
+
+block = "#262f3d"
+message-box = "#212a38"
+
+success = "#31bf7e"
+warning = "#fae352"
+error = "#e91e63"
+hover = "rgba(0, 0, 0, 0.1)"
+
+[variables.scrollbar]
+thumb = "#ba184f"
+track = "transparent"
+
+[variables.primary]
+background = "#151e2b"
+header = "#1a2433"
+
+[variables.secondary]
+background = "#1a2433"
+foreground = "#c8c8c8"
+header = "#212a38"
+
+[variables.tertiary]
+background = "#212a38"
+foreground = "#848484"
+
+[variables.status]
+online = "#31bf7e"
+away = "#fae352"
+busy = "#e91e63"
+streaming = "#977eff"
+invisible = "#a5a5a5"
-- 
GitLab