aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-chalk.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-chalk.css')
-rw-r--r--colors/base16-chalk.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-chalk.css b/colors/base16-chalk.css
new file mode 100644
index 0000000..37b2abe
--- /dev/null
+++ b/colors/base16-chalk.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Chalk
+* author: Chris Kempson (http://chriskempson.com)
+* slug: chalk
+* slug-underscored: chalk
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #151515;
+ border-color: #6fc2ef;
+}
+
+button,
+image {
+ color: #b0b0b0;
+}
+
+button:hover {
+ background-color: rgba(245, 245, 245, 0.15);
+}