summaryrefslogtreecommitdiff
path: root/assets/themes/rose_pine.toml
diff options
context:
space:
mode:
authorPolesznyák Márk László <116908301+pml68@users.noreply.github.com>2025-04-29 23:35:39 +0200
committerGitHub <noreply@github.com>2025-04-29 23:35:39 +0200
commitca50c308f0058af80e9125ba00a1349877169968 (patch)
tree38fbd5c78c90487e5b641f635d01c4a614ddfd44 /assets/themes/rose_pine.toml
parentMerge pull request #14 from pml68/dependabot/cargo/windows_exe_info-0.5.1 (diff)
parentstyle: `theme` -> `appearance` (diff)
downloadiced-builder-ca50c308f0058af80e9125ba00a1349877169968.tar.gz
Merge pull request #20 from pml68/feat/custom-theme
Diffstat (limited to 'assets/themes/rose_pine.toml')
-rw-r--r--assets/themes/rose_pine.toml41
1 files changed, 0 insertions, 41 deletions
diff --git a/assets/themes/rose_pine.toml b/assets/themes/rose_pine.toml
deleted file mode 100644
index e4540fb..0000000
--- a/assets/themes/rose_pine.toml
+++ /dev/null
@@ -1,41 +0,0 @@
-name = "Rosé Pine"
-
-dark = true
-
-[palette]
-background = "#26233a"
-text = "#e0def4"
-primary = "#9ccfd8"
-success = "#f6c177"
-danger = "#eb6f92"
-warning = "#e4b363"
-
-[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" }
-
-[warning]
-base = { color = "#e4b363", text = "#ffffff" }
-weak = { color = "#f4e1a1", text = "#000000" }
-strong = { color = "#d8a343", text = "#ffffff" }