diff options
Diffstat (limited to 'colors/base16-rose-pine.css')
| -rw-r--r-- | colors/base16-rose-pine.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-rose-pine.css b/colors/base16-rose-pine.css new file mode 100644 index 0000000..f620559 --- /dev/null +++ b/colors/base16-rose-pine.css @@ -0,0 +1,25 @@ +/* +* +* name: Rosé Pine +* author: Emilia Dunfelt <edun@dunfelt.se> +* slug: rose-pine +* slug-underscored: rose_pine +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #191724; + border-color: #c4a7e7; +} + +button, +image { + color: #908caa; +} + +button:hover { + background-color: rgba(82, 79, 103, 0.15); +} |
