aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-helios.theme
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-helios.theme')
-rw-r--r--colors/base16-helios.theme90
1 files changed, 90 insertions, 0 deletions
diff --git a/colors/base16-helios.theme b/colors/base16-helios.theme
new file mode 100644
index 0000000..2282da5
--- /dev/null
+++ b/colors/base16-helios.theme
@@ -0,0 +1,90 @@
+#
+#
+# name: Helios
+# author: Alex Meyer (https://github.com/reyemxela)
+# slug: helios
+# slug-underscored: helios
+# system: base16
+# variant: dark
+# is-dark-variant: true
+#
+#
+
+# Main bg
+theme[main_bg]="#1d2021"
+
+# Main text color
+theme[main_fg]="#d5d5d5"
+
+# Title color for boxes
+theme[title]="#d5d5d5"
+
+# Highlight color for keyboard shortcuts
+theme[hi_fg]="#1e8bac"
+
+# Background color of selected item in processes box
+theme[selected_bg]="#383c3e"
+
+# Foreground color of selected item in processes box
+theme[selected_fg]="#d5d5d5"
+
+# Color of inactive/disabled text
+theme[inactive_fg]="#cdcdcd"
+
+# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
+theme[proc_misc]="#1e8bac"
+
+# Cpu box outline color
+theme[cpu_box]="#cdcdcd"
+
+# Memory/disks box outline color
+theme[mem_box]="#cdcdcd"
+
+# Net up/down box outline color
+theme[net_box]="#cdcdcd"
+
+# Processes box outline color
+theme[proc_box]="#cdcdcd"
+
+# Box divider line and small boxes line color
+theme[div_line]="#cdcdcd"
+
+# Temperature graph colors
+theme[temp_start]="#88b92d"
+theme[temp_mid]="#f19d1a"
+theme[temp_end]="#d72638"
+
+# CPU graph colors
+theme[cpu_start]="#88b92d"
+theme[cpu_mid]="#f19d1a"
+theme[cpu_end]="#d72638"
+
+# Mem/Disk free meter
+theme[free_start]="#88b92d"
+theme[free_mid]="#f19d1a"
+theme[free_end]="#d72638"
+
+# Mem/Disk cached meter
+theme[cached_start]="#88b92d"
+theme[cached_mid]="#f19d1a"
+theme[cached_end]="#d72638"
+
+# Mem/Disk available meter
+theme[available_start]="#88b92d"
+theme[available_mid]="#f19d1a"
+theme[available_end]="#d72638"
+
+# Mem/Disk used meter
+theme[used_start]="#88b92d"
+theme[used_mid]="#f19d1a"
+theme[used_end]="#d72638"
+
+# Download graph colors
+theme[download_start]="#88b92d"
+theme[download_mid]="#f19d1a"
+theme[download_end]="#d72638"
+
+# Upload graph colors
+theme[upload_start]="#88b92d"
+theme[upload_mid]="#f19d1a"
+theme[upload_end]="#d72638"