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