diff options
Diffstat (limited to 'themes/rosepine/dawn.nix')
-rw-r--r-- | themes/rosepine/dawn.nix | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/themes/rosepine/dawn.nix b/themes/rosepine/dawn.nix new file mode 100644 index 0000000..e8bdac6 --- /dev/null +++ b/themes/rosepine/dawn.nix @@ -0,0 +1,42 @@ +rec { + name = "Rosé Pine Dawn"; + author = "https://https://rosepinetheme.com"; + + text = "575279"; + subtext = "797593"; + + base = normal.white; + surface = bright.white; + overlay = "f2e9e1"; + + primary = normal.blue; + success = normal.green; + warning = normal.yellow; + error = normal.red; + + normal = { + black = "191724"; + red = "b4637a"; + green = "87d683"; + yellow = "ea9d34"; + blue = "286983"; + magenta = "907aa9"; + cyan = "56949f"; + white = "faf4ed"; + pink = "232136"; + orange = normal.pink; + }; + + bright = { + black = "2a273f"; + red = "b4637a"; + green = "87d683"; + yellow = "ea9d34"; + blue = "286983"; + magenta = "907aa9"; + cyan = "56949f"; + white = "fffaf3"; + pink = "232136"; + orange = bright.pink; + }; +} |