aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-windows-95.theme
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-windows-95.theme')
-rw-r--r--colors/base16-windows-95.theme90
1 files changed, 90 insertions, 0 deletions
diff --git a/colors/base16-windows-95.theme b/colors/base16-windows-95.theme
new file mode 100644
index 0000000..44f77a6
--- /dev/null
+++ b/colors/base16-windows-95.theme
@@ -0,0 +1,90 @@
+#
+#
+# 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
+#
+#
+
+# Main bg
+theme[main_bg]="#000000"
+
+# Main text color
+theme[main_fg]="#a8a8a8"
+
+# Title color for boxes
+theme[title]="#a8a8a8"
+
+# Highlight color for keyboard shortcuts
+theme[hi_fg]="#5454fc"
+
+# Background color of selected item in processes box
+theme[selected_bg]="#1C1C1C"
+
+# Foreground color of selected item in processes box
+theme[selected_fg]="#a8a8a8"
+
+# Color of inactive/disabled text
+theme[inactive_fg]="#7e7e7e"
+
+# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
+theme[proc_misc]="#5454fc"
+
+# Cpu box outline color
+theme[cpu_box]="#7e7e7e"
+
+# Memory/disks box outline color
+theme[mem_box]="#7e7e7e"
+
+# Net up/down box outline color
+theme[net_box]="#7e7e7e"
+
+# Processes box outline color
+theme[proc_box]="#7e7e7e"
+
+# Box divider line and small boxes line color
+theme[div_line]="#7e7e7e"
+
+# Temperature graph colors
+theme[temp_start]="#54fc54"
+theme[temp_mid]="#fcfc54"
+theme[temp_end]="#fc5454"
+
+# CPU graph colors
+theme[cpu_start]="#54fc54"
+theme[cpu_mid]="#fcfc54"
+theme[cpu_end]="#fc5454"
+
+# Mem/Disk free meter
+theme[free_start]="#54fc54"
+theme[free_mid]="#fcfc54"
+theme[free_end]="#fc5454"
+
+# Mem/Disk cached meter
+theme[cached_start]="#54fc54"
+theme[cached_mid]="#fcfc54"
+theme[cached_end]="#fc5454"
+
+# Mem/Disk available meter
+theme[available_start]="#54fc54"
+theme[available_mid]="#fcfc54"
+theme[available_end]="#fc5454"
+
+# Mem/Disk used meter
+theme[used_start]="#54fc54"
+theme[used_mid]="#fcfc54"
+theme[used_end]="#fc5454"
+
+# Download graph colors
+theme[download_start]="#54fc54"
+theme[download_mid]="#fcfc54"
+theme[download_end]="#fc5454"
+
+# Upload graph colors
+theme[upload_start]="#54fc54"
+theme[upload_mid]="#fcfc54"
+theme[upload_end]="#fc5454"