aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-windows-95.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-windows-95.css')
-rw-r--r--colors/base16-windows-95.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-windows-95.css b/colors/base16-windows-95.css
new file mode 100644
index 0000000..2eb3aa4
--- /dev/null
+++ b/colors/base16-windows-95.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Windows 95
+* author: Fergus Collins (https://github.com/C-Fergus)
+* slug: windows-95
+* slug-underscored: windows_95
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #000000;
+ border-color: #5454fc;
+}
+
+button,
+image {
+ color: #7e7e7e;
+}
+
+button:hover {
+ background-color: rgba(252, 252, 252, 0.15);
+}