mirror of https://github.com/aristocratos/bashtop
90 lines
2.2 KiB
Plaintext
90 lines
2.2 KiB
Plaintext
#Bashtop theme with orange colors and black background
|
|
#by Arkagedon
|
|
|
|
# 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]="#3C362F"
|
|
|
|
# Main text color
|
|
theme[main_fg]="#cc"
|
|
|
|
# Title color for boxes
|
|
theme[title]="#ee"
|
|
|
|
# Higlight color for keyboard shortcuts
|
|
theme[hi_fg]="#C07D3A"
|
|
|
|
# Background color of selected item in processes box
|
|
theme[selected_bg]="#AE6F30"
|
|
|
|
# Foreground color of selected item in processes box
|
|
theme[selected_fg]="#ee"
|
|
|
|
# Color of inactive/disabled text
|
|
theme[inactive_fg]="#7E7E7E"
|
|
|
|
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
|
theme[proc_misc]="#E77A0D"
|
|
|
|
# Cpu box outline color
|
|
theme[cpu_box]="#7B5C3D"
|
|
|
|
# Memory/disks box outline color
|
|
theme[mem_box]="#8A5C2E"
|
|
|
|
# Net up/down box outline color
|
|
theme[net_box]="#A5703B"
|
|
|
|
# Processes box outline color
|
|
theme[proc_box]="#926435"
|
|
|
|
# Box divider line and small boxes line color
|
|
theme[div_line]="#30"
|
|
|
|
# Temperature graph colors
|
|
theme[temp_start]="#D48E48"
|
|
theme[temp_mid]="#E89E54"
|
|
theme[temp_end]="#FFA040"
|
|
|
|
# CPU graph colors
|
|
theme[cpu_start]="#F0A050"
|
|
theme[cpu_mid]="#F2AC66"
|
|
theme[cpu_end]="#FA8C1E"
|
|
|
|
# Mem/Disk free meter
|
|
theme[free_start]="#302214"
|
|
theme[free_mid]="#E6B685"
|
|
theme[free_end]="#FFC285"
|
|
|
|
# Mem/Disk cached meter
|
|
theme[cached_start]="#291A0B"
|
|
theme[cached_mid]="#FCB874"
|
|
theme[cached_end]="#FF9326"
|
|
|
|
# Mem/Disk available meter
|
|
theme[available_start]="#291807"
|
|
theme[available_mid]="#FFBD7A"
|
|
theme[available_end]="#FF8A14"
|
|
|
|
# Mem/Disk used meter
|
|
theme[used_start]="#3B2C1C"
|
|
theme[used_mid]="#D99E62"
|
|
theme[used_end]="#FFA347"
|
|
|
|
# Download graph colors
|
|
theme[download_start]="#633F1A"
|
|
theme[download_mid]="#A37343"
|
|
theme[download_end]="#DEC4A9"
|
|
|
|
# Upload graph colors
|
|
theme[upload_start]="#542D05"
|
|
theme[upload_mid]="#806141"
|
|
theme[upload_end]="#DEC7AF"
|