diff options
Diffstat (limited to 'colors/base16-rose-pine-dawn.css')
| -rw-r--r-- | colors/base16-rose-pine-dawn.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-rose-pine-dawn.css b/colors/base16-rose-pine-dawn.css new file mode 100644 index 0000000..834032f --- /dev/null +++ b/colors/base16-rose-pine-dawn.css @@ -0,0 +1,25 @@ +/* +* +* name: Rosé Pine Dawn +* author: Emilia Dunfelt <edun@dunfelt.se> +* slug: rose-pine-dawn +* slug-underscored: rose_pine_dawn +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #faf4ed; + border-color: #907aa9; +} + +button, +image { + color: #797593; +} + +button:hover { + background-color: rgba(206, 202, 205, 0.15); +} |
