summaryrefslogtreecommitdiff
path: root/assets
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
parentrefactor: random stuff (diff)
downloadiced-builder-eea6c89ce603d452985581ebea3d42543142ab85.tar.gz
feat!: add name to `Theme`, `is_dark` -> `dark`
Diffstat (limited to 'assets')
-rw-r--r--assets/themes/rose_pine.toml (renamed from assets/themes/Rose Pine.toml)4
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/themes/Rose Pine.toml b/assets/themes/rose_pine.toml
index df7342b..5a89d91 100644
--- a/assets/themes/Rose Pine.toml
+++ b/assets/themes/rose_pine.toml
@@ -1,4 +1,6 @@
-is_dark = true
+name = "Rosé Pine"
+
+dark = true
[palette]
background = "#26233a"