aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-atelier-sulphurpool.theme
diff options
context:
space:
mode:
authorLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-29 11:36:25 +0000
committerLibravatar Alexey Stepanov <blueingreen@bluig.space>2024-09-29 11:36:25 +0000
commitc794488db8ad5757bcfdc6b7956a9713382f4f3d (patch)
tree71bbbb60f1e018b833e4e6f2381d536788292f7c /colors/base16-atelier-sulphurpool.theme
add project
Diffstat (limited to 'colors/base16-atelier-sulphurpool.theme')
-rw-r--r--colors/base16-atelier-sulphurpool.theme90
1 files changed, 90 insertions, 0 deletions
diff --git a/colors/base16-atelier-sulphurpool.theme b/colors/base16-atelier-sulphurpool.theme
new file mode 100644
index 0000000..5142b37
--- /dev/null
+++ b/colors/base16-atelier-sulphurpool.theme
@@ -0,0 +1,90 @@
+#
+#
+# name: Atelier Sulphurpool
+# author: Bram de Haan (http://atelierbramdehaan.nl)
+# slug: atelier-sulphurpool
+# slug-underscored: atelier_sulphurpool
+# system: base16
+# variant: dark
+# is-dark-variant: true
+#
+#
+
+# Main bg
+theme[main_bg]="#202746"
+
+# Main text color
+theme[main_fg]="#979db4"
+
+# Title color for boxes
+theme[title]="#979db4"
+
+# Highlight color for keyboard shortcuts
+theme[hi_fg]="#3d8fd1"
+
+# Background color of selected item in processes box
+theme[selected_bg]="#293256"
+
+# Foreground color of selected item in processes box
+theme[selected_fg]="#979db4"
+
+# Color of inactive/disabled text
+theme[inactive_fg]="#898ea4"
+
+# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
+theme[proc_misc]="#3d8fd1"
+
+# Cpu box outline color
+theme[cpu_box]="#898ea4"
+
+# Memory/disks box outline color
+theme[mem_box]="#898ea4"
+
+# Net up/down box outline color
+theme[net_box]="#898ea4"
+
+# Processes box outline color
+theme[proc_box]="#898ea4"
+
+# Box divider line and small boxes line color
+theme[div_line]="#898ea4"
+
+# Temperature graph colors
+theme[temp_start]="#ac9739"
+theme[temp_mid]="#c08b30"
+theme[temp_end]="#c94922"
+
+# CPU graph colors
+theme[cpu_start]="#ac9739"
+theme[cpu_mid]="#c08b30"
+theme[cpu_end]="#c94922"
+
+# Mem/Disk free meter
+theme[free_start]="#ac9739"
+theme[free_mid]="#c08b30"
+theme[free_end]="#c94922"
+
+# Mem/Disk cached meter
+theme[cached_start]="#ac9739"
+theme[cached_mid]="#c08b30"
+theme[cached_end]="#c94922"
+
+# Mem/Disk available meter
+theme[available_start]="#ac9739"
+theme[available_mid]="#c08b30"
+theme[available_end]="#c94922"
+
+# Mem/Disk used meter
+theme[used_start]="#ac9739"
+theme[used_mid]="#c08b30"
+theme[used_end]="#c94922"
+
+# Download graph colors
+theme[download_start]="#ac9739"
+theme[download_mid]="#c08b30"
+theme[download_end]="#c94922"
+
+# Upload graph colors
+theme[upload_start]="#ac9739"
+theme[upload_mid]="#c08b30"
+theme[upload_end]="#c94922"