89 lines
2.3 KiB
Text
89 lines
2.3 KiB
Text
#Bashtop theme with nord palette (https://www.nordtheme.com)
|
|
#by Justin Zobel <justin.zobel@gmail.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]=""
|
|
|
|
# Main text color
|
|
theme[main_fg]="#ffccbb"
|
|
|
|
# Title color for boxes
|
|
theme[title]="#aabbbb"
|
|
|
|
# Higlight color for keyboard shortcuts
|
|
theme[hi_fg]="#aa77bb"
|
|
|
|
# Background color of selected item in processes box
|
|
theme[selected_bg]="#775577"
|
|
|
|
# Foreground color of selected item in processes box
|
|
theme[selected_fgF]="#ffeeee"
|
|
|
|
# Color of inactive/disabled text
|
|
theme[inactive_fg]="#555577"
|
|
|
|
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
|
theme[proc_misc]="#aa77bb"
|
|
|
|
# Cpu box outline color
|
|
theme[cpu_box]="#555566"
|
|
|
|
# Memory/disks box outline color
|
|
theme[mem_box]="#336688"
|
|
|
|
# Net up/down box outline color
|
|
theme[net_box]="#665588"
|
|
|
|
# Processes box outline color
|
|
theme[proc_box]="#664488"
|
|
|
|
# Box divider line and small boxes line color
|
|
theme[div_line]="#665599"
|
|
|
|
# Temperature graph colors
|
|
theme[temp_start]="#aaaadd"
|
|
theme[temp_mid]="#88bbcc"
|
|
theme[temp_end]="#ffeeff"
|
|
|
|
# CPU graph colors
|
|
theme[cpu_start]="#aaaadd"
|
|
theme[cpu_mid]="#88bbcc"
|
|
theme[cpu_end]="#ffeeff"
|
|
|
|
# Mem/Disk free meter
|
|
theme[free_start]="#aaaadd"
|
|
theme[free_mid]="#88bbcc"
|
|
theme[free_end]="#ffeeff"
|
|
|
|
# Mem/Disk cached meter
|
|
theme[cached_start]="#aaaadd"
|
|
theme[cached_mid]="#88bbcc"
|
|
theme[cached_end]="#ffeeff"
|
|
|
|
# Mem/Disk available meter
|
|
theme[available_start]="#aaaadd"
|
|
theme[available_mid]="#88bbcc"
|
|
theme[available_end]="#ffeeff"
|
|
|
|
# Mem/Disk used meter
|
|
theme[used_start]="#aaaadd"
|
|
theme[used_mid]="#88bbcc"
|
|
theme[used_end]="#ffeeff"
|
|
|
|
# Download graph colors
|
|
theme[download_start]="#aaaadd"
|
|
theme[download_mid]="#88bbcc"
|
|
theme[download_end]="#ffeeff"
|
|
|
|
# Upload graph colors
|
|
theme[upload_start]="#aaaadd"
|
|
theme[upload_mid]="#88bbcc"
|
|
theme[upload_end]="#ffeeff"
|