aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-framer.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-framer.css')
-rw-r--r--colors/base16-framer.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-framer.css b/colors/base16-framer.css
new file mode 100644
index 0000000..55d15f4
--- /dev/null
+++ b/colors/base16-framer.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Framer
+* author: Framer (Maintained by Jesse Hoyos)
+* slug: framer
+* slug-underscored: framer
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #181818;
+ border-color: #20BCFC;
+}
+
+button,
+image {
+ color: #B9B9B9;
+}
+
+button:hover {
+ background-color: rgba(238, 238, 238, 0.15);
+}