From 1e9851becaa661f482fc2a58406d2bcc72fcc16a Mon Sep 17 00:00:00 2001 From: Stephen Jianu Date: Sun, 30 Mar 2025 16:28:18 -0500 Subject: [PATCH] Add Base16 Rose Pine themes --- README.md | 1 + .../base16-rose-pine-dawn.css | 35 +++++++++++++++++++ .../base16-rose-pine-moon.css | 35 +++++++++++++++++++ themes/reasonableweather/base16-rose-pine.css | 35 +++++++++++++++++++ 4 files changed, 106 insertions(+) create mode 100644 themes/reasonableweather/base16-rose-pine-dawn.css create mode 100644 themes/reasonableweather/base16-rose-pine-moon.css create mode 100644 themes/reasonableweather/base16-rose-pine.css diff --git a/README.md b/README.md index 6760930..5329902 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,4 @@ docker run -d -p 6969:80 --restart=unless-stopped --name reasonableweather regis * [JSON mapping of weather codes by GitHub user stellasphere](https://gist.github.com/stellasphere/9490c195ed2b53c707087c8c2db4ec0c) * [Weather Icons by Erik Flowers](https://github.com/erikflowers/weather-icons/) * [base16-styles CSS themes](https://github.com/samme/base16-styles) +* [Rose Pine for Base16](https://github.com/edunfelt/base16-rose-pine-scheme) diff --git a/themes/reasonableweather/base16-rose-pine-dawn.css b/themes/reasonableweather/base16-rose-pine-dawn.css new file mode 100644 index 0000000..1ca57a7 --- /dev/null +++ b/themes/reasonableweather/base16-rose-pine-dawn.css @@ -0,0 +1,35 @@ +/* Rosé Pine Dawn by Emilia Dunfelt */ + +.base00-bg { background-color: #faf4ed; } +.base01-bg { background-color: #fffaf3; } +.base02-bg { background-color: #f2e9de; } +.base03-bg { background-color: #9893a5; } +.base04-bg { background-color: #797593; } +.base05-bg { background-color: #575279; } +.base06-bg { background-color: #575279; } +.base07-bg { background-color: #cecacd; } +.base08-bg { background-color: #b4637a; } +.base09-bg { background-color: #ea9d34; } +.base0A-bg { background-color: #d7827e; } +.base0B-bg { background-color: #286983; } +.base0C-bg { background-color: #56949f; } +.base0D-bg { background-color: #907aa9; } +.base0E-bg { background-color: #ea9d34; } +.base0F-bg { background-color: #cecacd; } + +.base00 { color: #faf4ed; } +.base01 { color: #fffaf3; } +.base02 { color: #f2e9de; } +.base03 { color: #9893a5; } +.base04 { color: #797593; } +.base05 { color: #575279; } +.base06 { color: #575279; } +.base07 { color: #cecacd; } +.base08 { color: #b4637a; } +.base09 { color: #ea9d34; } +.base0A { color: #d7827e; } +.base0B { color: #286983; } +.base0C { color: #56949f; } +.base0D { color: #907aa9; } +.base0E { color: #ea9d34; } +.base0F { color: #cecacd; } diff --git a/themes/reasonableweather/base16-rose-pine-moon.css b/themes/reasonableweather/base16-rose-pine-moon.css new file mode 100644 index 0000000..dae3186 --- /dev/null +++ b/themes/reasonableweather/base16-rose-pine-moon.css @@ -0,0 +1,35 @@ +/* Rosé Pine Moon by Emilia Dunfelt */ + +.base00-bg { background-color: #232136; } +.base01-bg { background-color: #2a273f; } +.base02-bg { background-color: #393552; } +.base03-bg { background-color: #6e6a86; } +.base04-bg { background-color: #908caa; } +.base05-bg { background-color: #e0def4; } +.base06-bg { background-color: #e0def4; } +.base07-bg { background-color: #56526e; } +.base08-bg { background-color: #eb6f92; } +.base09-bg { background-color: #f6c177; } +.base0A-bg { background-color: #ea9a97; } +.base0B-bg { background-color: #3e8fb0; } +.base0C-bg { background-color: #9ccfd8; } +.base0D-bg { background-color: #c4a7e7; } +.base0E-bg { background-color: #f6c177; } +.base0F-bg { background-color: #56526e; } + +.base00 { color: #232136; } +.base01 { color: #2a273f; } +.base02 { color: #393552; } +.base03 { color: #6e6a86; } +.base04 { color: #908caa; } +.base05 { color: #e0def4; } +.base06 { color: #e0def4; } +.base07 { color: #56526e; } +.base08 { color: #eb6f92; } +.base09 { color: #f6c177; } +.base0A { color: #ea9a97; } +.base0B { color: #3e8fb0; } +.base0C { color: #9ccfd8; } +.base0D { color: #c4a7e7; } +.base0E { color: #f6c177; } +.base0F { color: #56526e; } diff --git a/themes/reasonableweather/base16-rose-pine.css b/themes/reasonableweather/base16-rose-pine.css new file mode 100644 index 0000000..8eb234a --- /dev/null +++ b/themes/reasonableweather/base16-rose-pine.css @@ -0,0 +1,35 @@ +/* Rosé Pine by Emilia Dunfelt */ + +.base00-bg { background-color: #191724; } +.base01-bg { background-color: #1f1d2e; } +.base02-bg { background-color: #26233a; } +.base03-bg { background-color: #6e6a86; } +.base04-bg { background-color: #908caa; } +.base05-bg { background-color: #e0def4; } +.base06-bg { background-color: #e0def4; } +.base07-bg { background-color: #524f67; } +.base08-bg { background-color: #eb6f92; } +.base09-bg { background-color: #f6c177; } +.base0A-bg { background-color: #ebbcba; } +.base0B-bg { background-color: #31748f; } +.base0C-bg { background-color: #9ccfd8; } +.base0D-bg { background-color: #c4a7e7; } +.base0E-bg { background-color: #f6c177; } +.base0F-bg { background-color: #524f67; } + +.base00 { color: #191724; } +.base01 { color: #1f1d2e; } +.base02 { color: #26233a; } +.base03 { color: #6e6a86; } +.base04 { color: #908caa; } +.base05 { color: #e0def4; } +.base06 { color: #e0def4; } +.base07 { color: #524f67; } +.base08 { color: #eb6f92; } +.base09 { color: #f6c177; } +.base0A { color: #ebbcba; } +.base0B { color: #31748f; } +.base0C { color: #9ccfd8; } +.base0D { color: #c4a7e7; } +.base0E { color: #f6c177; } +.base0F { color: #524f67; } -- 2.39.5