aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-standardized-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-standardized-dark.css')
-rw-r--r--colors/base16-standardized-dark.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-standardized-dark.css b/colors/base16-standardized-dark.css
new file mode 100644
index 0000000..dbef452
--- /dev/null
+++ b/colors/base16-standardized-dark.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: standardized-dark
+* author: ali (https://github.com/ali-githb/base16-standardized-scheme)
+* slug: standardized-dark
+* slug-underscored: standardized_dark
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #222222;
+ border-color: #00a3f2;
+}
+
+button,
+image {
+ color: #898989;
+}
+
+button:hover {
+ background-color: rgba(255, 255, 255, 0.15);
+}