diff options
Diffstat (limited to 'colors/base16-catppuccin-frappe.css')
| -rw-r--r-- | colors/base16-catppuccin-frappe.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-catppuccin-frappe.css b/colors/base16-catppuccin-frappe.css new file mode 100644 index 0000000..95a5256 --- /dev/null +++ b/colors/base16-catppuccin-frappe.css @@ -0,0 +1,25 @@ +/* +* +* name: Catppuccin Frappe +* author: https://github.com/catppuccin/catppuccin +* slug: catppuccin-frappe +* slug-underscored: catppuccin_frappe +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #303446; + border-color: #8caaee; +} + +button, +image { + color: #626880; +} + +button:hover { + background-color: rgba(186, 187, 241, 0.15); +} |
