#Bashtop monokai theme #by aristocratos # 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]="#1a1a1a" # Main text color theme[main_fg]="#E40046" # Title color for boxes theme[title]="#d6abab" # Highlight color for keyboard shortcuts theme[hi_fg]="#f50505" # Background color of selected item in processes box theme[selected_bg]="#7a1137" # Foreground color of selected item in processes box theme[selected_fg]="#F8F8F2" # Color of inactive/disabled text theme[inactive_fg]="#5018dd" # Color of text appearing on top of graphs, i.e uptime and current network graph scaling theme[graph_text]="#797667" # Misc colors for processes box including mini cpu graphs, details memory graph and details status text theme[proc_misc]="#A6E22E" # Cpu box outline color theme[cpu_box]="#5018dd" # Memory/disks box outline color theme[mem_box]="#5018dd" # Net up/down box outline color theme[net_box]="#5018dd" # Processes box outline color theme[proc_box]="#5018dd" # Box divider line and small boxes line color theme[div_line]="#5018dd" # Temperature graph colors theme[temp_start]="#5018dd" theme[temp_mid]="#E40046" theme[temp_end]="#f50505" # CPU graph colors theme[cpu_start]="#5018dd" theme[cpu_mid]="#E40046" theme[cpu_end]="#f50505" # Mem/Disk free meter theme[free_start]="#5018dd" theme[free_mid]="#E40046" theme[free_end]="#f50505" # Mem/Disk cached meter theme[cached_start]="#5018dd" theme[cached_mid]="#E40046" theme[cached_end]="#f50505" # Mem/Disk available meter theme[available_start]="#5018dd" theme[available_mid]="#E40046" theme[available_end]="#f50505" # Mem/Disk used meter theme[used_start]="#5018dd" theme[used_mid]="#E40046" theme[used_end]="#f50505" # Download graph colors theme[download_start]="#5018dd" theme[download_mid]="#E40046" theme[download_end]="#f50505" # Upload graph colors theme[upload_start]="#5018dd" theme[upload_mid]="#E40046" theme[upload_end]="#f50505"