aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-isotope.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-isotope.css')
-rw-r--r--colors/base16-isotope.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-isotope.css b/colors/base16-isotope.css
new file mode 100644
index 0000000..30451ad
--- /dev/null
+++ b/colors/base16-isotope.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Isotope
+* author: Jan T. Sott
+* slug: isotope
+* slug-underscored: isotope
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #000000;
+ border-color: #0066ff;
+}
+
+button,
+image {
+ color: #c0c0c0;
+}
+
+button:hover {
+ background-color: rgba(255, 255, 255, 0.15);
+}