dotfiles/bpytop/themes/snazzy.theme
2021-04-16 06:09:09 -05:00

90 lines
2.2 KiB
Plaintext

#Bashtop theme with snazzy palette
#by Chris Cochrun <chris@tfcconnection.org>
# 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]=""
# Main text color
theme[main_fg]="#e2e4e5"
# Title color for boxes
theme[title]="#57c7ff"
# Higlight color for keyboard shortcuts
theme[hi_fg]="#f3f99d"
# Background color of selected item in processes box
theme[selected_bg]="#34353e"
# Foreground color of selected item in processes box
theme[selected_fg]="#eff0eb"
# Color of inactive/disabled text
theme[inactive_fg]="#a5a5a9"
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
theme[proc_misc]="#f3f99d"
# Cpu box outline color
theme[cpu_box]="#f1f1f0"
# Memory/disks box outline color
theme[mem_box]="#f1f1f0"
# Net up/down box outline color
theme[net_box]="#f1f1f0"
# Processes box outline color
theme[proc_box]="#f1f1f0"
# Box divider line and small boxes line color
theme[div_line]="#f1f1f0"
# Temperature graph colors
theme[temp_start]="#5af78e"
theme[temp_mid]="#f3f99d"
theme[temp_end]="#ff5c57"
# CPU graph colors
theme[cpu_start]="#5af78e"
theme[cpu_mid]="#f3f99d"
theme[cpu_end]="#ff5c57"
# Mem/Disk free meter
theme[free_start]="#5af78e"
theme[free_mid]="#f3f99d"
theme[free_end]="#ff5c57"
# Mem/Disk cached meter
theme[cached_start]="#5af78e"
theme[cached_mid]="#f3f99d"
theme[cached_end]="#ff5c57"
# Mem/Disk available meter
theme[available_start]="#5af78e"
theme[available_mid]="#f3f99d"
theme[available_end]="#ff5c57"
# Mem/Disk used meter
theme[used_start]="#5af78e"
theme[used_mid]="#f3f99d"
theme[used_end]="#ff5c57"
# Download graph colors
theme[download_start]="#5af78e"
theme[download_mid]="#f3f99d"
theme[download_end]="#ff5c57"
# Upload graph colors
theme[upload_start]="#5af78e"
theme[upload_mid]="#f3f99d"
theme[upload_end]="#ff5c57"