aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-rebecca.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-rebecca.theme
add project
Diffstat (limited to 'colors/base16-rebecca.theme')
-rw-r--r--colors/base16-rebecca.theme90
1 files changed, 90 insertions, 0 deletions
diff --git a/colors/base16-rebecca.theme b/colors/base16-rebecca.theme
new file mode 100644
index 0000000..bcef6e4
--- /dev/null
+++ b/colors/base16-rebecca.theme
@@ -0,0 +1,90 @@
+#
+#
+# name: Rebecca
+# author: Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme)
+# slug: rebecca
+# slug-underscored: rebecca
+# system: base16
+# variant: dark
+# is-dark-variant: true
+#
+#
+
+# Main bg
+theme[main_bg]="#292a44"
+
+# Main text color
+theme[main_fg]="#f1eff8"
+
+# Title color for boxes
+theme[title]="#f1eff8"
+
+# Highlight color for keyboard shortcuts
+theme[hi_fg]="#2de0a7"
+
+# Background color of selected item in processes box
+theme[selected_bg]="#663399"
+
+# Foreground color of selected item in processes box
+theme[selected_fg]="#f1eff8"
+
+# Color of inactive/disabled text
+theme[inactive_fg]="#a0a0c5"
+
+# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
+theme[proc_misc]="#2de0a7"
+
+# Cpu box outline color
+theme[cpu_box]="#a0a0c5"
+
+# Memory/disks box outline color
+theme[mem_box]="#a0a0c5"
+
+# Net up/down box outline color
+theme[net_box]="#a0a0c5"
+
+# Processes box outline color
+theme[proc_box]="#a0a0c5"
+
+# Box divider line and small boxes line color
+theme[div_line]="#a0a0c5"
+
+# Temperature graph colors
+theme[temp_start]="#6dfedf"
+theme[temp_mid]="#ae81ff"
+theme[temp_end]="#a0a0c5"
+
+# CPU graph colors
+theme[cpu_start]="#6dfedf"
+theme[cpu_mid]="#ae81ff"
+theme[cpu_end]="#a0a0c5"
+
+# Mem/Disk free meter
+theme[free_start]="#6dfedf"
+theme[free_mid]="#ae81ff"
+theme[free_end]="#a0a0c5"
+
+# Mem/Disk cached meter
+theme[cached_start]="#6dfedf"
+theme[cached_mid]="#ae81ff"
+theme[cached_end]="#a0a0c5"
+
+# Mem/Disk available meter
+theme[available_start]="#6dfedf"
+theme[available_mid]="#ae81ff"
+theme[available_end]="#a0a0c5"
+
+# Mem/Disk used meter
+theme[used_start]="#6dfedf"
+theme[used_mid]="#ae81ff"
+theme[used_end]="#a0a0c5"
+
+# Download graph colors
+theme[download_start]="#6dfedf"
+theme[download_mid]="#ae81ff"
+theme[download_end]="#a0a0c5"
+
+# Upload graph colors
+theme[upload_start]="#6dfedf"
+theme[upload_mid]="#ae81ff"
+theme[upload_end]="#a0a0c5"