Skip to content

Instantly share code, notes, and snippets.

@h8rt3rmin8r
Created August 18, 2020 17:01
Show Gist options
  • Save h8rt3rmin8r/0d470366cd1f9848fc774fde595bbe20 to your computer and use it in GitHub Desktop.
Save h8rt3rmin8r/0d470366cd1f9848fc774fde595bbe20 to your computer and use it in GitHub Desktop.
Bashtop glitchpad theme by glitchpad.com
#Bashtop glitchpad theme
#by glitchpad.com
# Colors should be in 6 or 2 character hexadecimal or single spaced rgb decimal: "#RRGGBB", "#BW" or "0-255 0-255 0-255"
# example for white: "#FFFFFF", "#ff" or "255 255 255".
# All graphs and meters can be gradients
# For single color graphs leave "mid" and "end" variable empty.
# Use "start" and "end" variables for two color gradient
# Use "start", "mid" and "end" for three color gradient
# Main background, empty for terminal default, need to be empty if you want transparent background
theme[main_bg]="#000000"
# Main text color
theme[main_fg]="#34BB30"
# Title color for boxes
theme[title]="#FF0000"
# Higlight color for keyboard shortcuts
theme[hi_fg]="#F06D00"
# Background color of selected items
theme[selected_bg]="#34BB30"
# Foreground color of selected items
theme[selected_fg]="#000000"
# Color of inactive/disabled text
theme[inactive_fg]="#666666"
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
theme[proc_misc]="#F06D00"
# Cpu box outline color
theme[cpu_box]="#34BB30"
# Memory/disks box outline color
theme[mem_box]="#34BB30"
# Net up/down box outline color
theme[net_box]="#34BB30"
# Processes box outline color
theme[proc_box]="#34BB30"
# Box divider line and small boxes line color
theme[div_line]="#34BB30"
# Temperature graph colors
theme[temp_start]="#FF0000"
theme[temp_mid]="#FD2E1F"
theme[temp_end]="#F44336"
# CPU graph colors
theme[cpu_start]="#0087F5"
theme[cpu_mid]="#0A6FC2"
theme[cpu_end]="#0087F5"
# Mem/Disk free meter
theme[free_start]="#095A9C"
theme[free_mid]="#0A6fC2"
theme[free_end]="#0087F5"
# Mem/Disk cached meter
theme[cached_start]="#095A9C"
theme[cached_mid]="#0A6fC2"
theme[cached_end]="#0087F5"
# Mem/Disk available meter
theme[available_start]="#095A9C"
theme[available_mid]="#0A6FC2"
theme[available_end]="#0087F5"
# Mem/Disk used meter
theme[used_start]="#F06D00"
theme[used_mid]="#FF7E14"
theme[used_end]="#FF9238"
# Download graph colors
theme[download_start]="#0087F5"
theme[download_mid]="#0A6FC2"
theme[download_end]="#095A9C"
# Upload graph colors
theme[upload_start]="#FF9238"
theme[upload_mid]="#FF7E14"
theme[upload_end]="#F06D00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment