aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-tokyo-night-terminal-storm.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-tokyo-night-terminal-storm.theme
add project
Diffstat (limited to 'colors/base16-tokyo-night-terminal-storm.theme')
-rw-r--r--colors/base16-tokyo-night-terminal-storm.theme90
1 files changed, 90 insertions, 0 deletions
diff --git a/colors/base16-tokyo-night-terminal-storm.theme b/colors/base16-tokyo-night-terminal-storm.theme
new file mode 100644
index 0000000..5fc99da
--- /dev/null
+++ b/colors/base16-tokyo-night-terminal-storm.theme
@@ -0,0 +1,90 @@
+#
+#
+# name: Tokyo Night Terminal Storm
+# author: Michaƫl Ball
+# slug: tokyo-night-terminal-storm
+# slug-underscored: tokyo_night_terminal_storm
+# system: base16
+# variant: dark
+# is-dark-variant: true
+#
+#
+
+# Main bg
+theme[main_bg]="#24283B"
+
+# Main text color
+theme[main_fg]="#787C99"
+
+# Title color for boxes
+theme[title]="#787C99"
+
+# Highlight color for keyboard shortcuts
+theme[hi_fg]="#7AA2F7"
+
+# Background color of selected item in processes box
+theme[selected_bg]="#1A1B26"
+
+# Foreground color of selected item in processes box
+theme[selected_fg]="#787C99"
+
+# Color of inactive/disabled text
+theme[inactive_fg]="#787C99"
+
+# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
+theme[proc_misc]="#7AA2F7"
+
+# Cpu box outline color
+theme[cpu_box]="#787C99"
+
+# Memory/disks box outline color
+theme[mem_box]="#787C99"
+
+# Net up/down box outline color
+theme[net_box]="#787C99"
+
+# Processes box outline color
+theme[proc_box]="#787C99"
+
+# Box divider line and small boxes line color
+theme[div_line]="#787C99"
+
+# Temperature graph colors
+theme[temp_start]="#41A6B5"
+theme[temp_mid]="#E0AF68"
+theme[temp_end]="#F7768E"
+
+# CPU graph colors
+theme[cpu_start]="#41A6B5"
+theme[cpu_mid]="#E0AF68"
+theme[cpu_end]="#F7768E"
+
+# Mem/Disk free meter
+theme[free_start]="#41A6B5"
+theme[free_mid]="#E0AF68"
+theme[free_end]="#F7768E"
+
+# Mem/Disk cached meter
+theme[cached_start]="#41A6B5"
+theme[cached_mid]="#E0AF68"
+theme[cached_end]="#F7768E"
+
+# Mem/Disk available meter
+theme[available_start]="#41A6B5"
+theme[available_mid]="#E0AF68"
+theme[available_end]="#F7768E"
+
+# Mem/Disk used meter
+theme[used_start]="#41A6B5"
+theme[used_mid]="#E0AF68"
+theme[used_end]="#F7768E"
+
+# Download graph colors
+theme[download_start]="#41A6B5"
+theme[download_mid]="#E0AF68"
+theme[download_end]="#F7768E"
+
+# Upload graph colors
+theme[upload_start]="#41A6B5"
+theme[upload_mid]="#E0AF68"
+theme[upload_end]="#F7768E"