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