summaryrefslogtreecommitdiff
path: root/assets/themes/rose_pine.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-16 15:32:11 +0100
committerpml68 <contact@pml68.dev>2025-02-16 15:32:11 +0100
commiteea6c89ce603d452985581ebea3d42543142ab85 (patch)
tree3c71bd07cf2b99a5542ff19ce3207791a27810da /assets/themes/rose_pine.toml
parentrefactor: random stuff (diff)
downloadiced-builder-eea6c89ce603d452985581ebea3d42543142ab85.tar.gz
feat!: add name to `Theme`, `is_dark` -> `dark`
Diffstat (limited to 'assets/themes/rose_pine.toml')
-rw-r--r--assets/themes/rose_pine.toml35
1 files changed, 35 insertions, 0 deletions
diff --git a/assets/themes/rose_pine.toml b/assets/themes/rose_pine.toml
new file mode 100644
index 0000000..5a89d91
--- /dev/null
+++ b/assets/themes/rose_pine.toml
@@ -0,0 +1,35 @@
+name = "Rosé Pine"
+
+dark = true
+
+[palette]
+background = "#26233a"
+text = "#e0def4"
+primary = "#9ccfd8"
+success = "#f6c177"
+danger = "#eb6f92"
+
+[background]
+base = { color = "#191724", text = "#e0def4" }
+weak = { color = "#1f1d2e", text = "#e0def4" }
+strong = { color = "#26233a", text = "#f4ebd3" }
+
+[primary]
+base = { color = "#eb6f92", text = "#000000" }
+weak = { color = "#f6c177", text = "#000000" }
+strong = { color = "#ebbcba", text = "#000000" }
+
+[secondary]
+base = { color = "#31748f", text = "#ffffff" }
+weak = { color = "#9ccfd8", text = "#000000" }
+strong = { color = "#c4a7e7", text = "#000000" }
+
+[success]
+base = { color = "#9ccfd8", text = "#000000" }
+weak = { color = "#6e6a86", text = "#ffffff" }
+strong = { color = "#908caa", text = "#000000" }
+
+[danger]
+base = { color = "#eb6f92", text = "#ffffff" }
+weak = { color = "#f6c177", text = "#ffffff" }
+strong = { color = "#524f67", text = "#ffffff" }