2021-06-20 22:07:04 +02:00
|
|
|
#Bashtop Kyli0x Theme
|
|
|
|
#by Kyli0x <kyli0x@protonmail.ch>
|
|
|
|
|
|
|
|
# Main background, empty for terminal default, need to be empty if you want transparent background
|
2022-08-11 19:40:47 +02:00
|
|
|
theme[main_bg]="#222222"
|
2021-06-20 22:07:04 +02:00
|
|
|
|
|
|
|
# Main text color
|
2022-08-11 19:40:47 +02:00
|
|
|
theme[main_fg]="#e8f6f5"
|
2021-06-20 22:07:04 +02:00
|
|
|
|
|
|
|
# Title color for boxes
|
2022-08-11 19:40:47 +02:00
|
|
|
theme[title]="#e8f6f5"
|
2021-06-20 22:07:04 +02:00
|
|
|
|
|
|
|
# Highlight color for keyboard shortcuts
|
|
|
|
theme[hi_fg]="#21d6c9"
|
|
|
|
|
|
|
|
# Background color of selected item in processes box
|
|
|
|
theme[selected_bg]="#1aaba0"
|
|
|
|
|
|
|
|
# Foreground color of selected item in processes box
|
2022-08-11 19:40:47 +02:00
|
|
|
theme[selected_fg]="#e8f6f5"
|
2021-06-20 22:07:04 +02:00
|
|
|
|
|
|
|
# Color of inactive/disabled text
|
2022-08-11 19:40:47 +02:00
|
|
|
theme[inactive_fg]="#5ec4bc"
|
2021-06-20 22:07:04 +02:00
|
|
|
|
|
|
|
# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
|
2022-10-02 13:47:55 +02:00
|
|
|
theme[graph_text]="#ba1a84"
|
2021-06-20 22:07:04 +02:00
|
|
|
|
|
|
|
# Background color of the percentage meters
|
2022-08-11 19:40:47 +02:00
|
|
|
theme[meter_bg]="#5ec4bc"
|
2021-06-20 22:07:04 +02:00
|
|
|
|
|
|
|
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
|
|
|
theme[proc_misc]="#21d6c9"
|
|
|
|
|
|
|
|
# Cpu box outline color
|
|
|
|
theme[cpu_box]="#d486d4"
|
|
|
|
|
|
|
|
# Memory/disks box outline color
|
|
|
|
theme[mem_box]="#d486d4"
|
|
|
|
|
|
|
|
# Net up/down box outline color
|
|
|
|
theme[net_box]="#d486d4"
|
|
|
|
|
|
|
|
# Processes box outline color
|
|
|
|
theme[proc_box]="#d486d4"
|
|
|
|
|
|
|
|
# Box divider line and small boxes line color
|
|
|
|
theme[div_line]="#80638e"
|
|
|
|
|
|
|
|
# Temperature graph colors
|
|
|
|
theme[temp_start]="#21d6c9"
|
|
|
|
theme[temp_mid]="#1aaba0"
|
2022-08-11 19:40:47 +02:00
|
|
|
theme[temp_end]="#5ec4bc"
|
2021-06-20 22:07:04 +02:00
|
|
|
|
|
|
|
# CPU graph colors
|
|
|
|
theme[cpu_start]="#21d6c9"
|
|
|
|
theme[cpu_mid]="#1aaba0"
|
2022-08-11 19:40:47 +02:00
|
|
|
theme[cpu_end]="#5ec4bc"
|
2021-06-20 22:07:04 +02:00
|
|
|
|
|
|
|
# Mem/Disk free meter
|
|
|
|
theme[free_start]="#21d6c9"
|
|
|
|
theme[free_mid]="#1aaba0"
|
2022-08-11 19:40:47 +02:00
|
|
|
theme[free_end]="#5ec4bc"
|
2021-06-20 22:07:04 +02:00
|
|
|
|
|
|
|
# Mem/Disk cached meter
|
|
|
|
theme[cached_start]="#21d6c9"
|
|
|
|
theme[cached_mid]="#1aaba0"
|
2022-08-11 19:40:47 +02:00
|
|
|
theme[cached_end]="#5ec4bc"
|
2021-06-20 22:07:04 +02:00
|
|
|
|
|
|
|
# Mem/Disk available meter
|
|
|
|
theme[available_start]="#21d6c9"
|
|
|
|
theme[available_mid]="#1aaba0"
|
2022-08-11 19:40:47 +02:00
|
|
|
theme[available_end]="#5ec4bc"
|
2021-06-20 22:07:04 +02:00
|
|
|
|
|
|
|
# Mem/Disk used meter
|
|
|
|
theme[used_start]="#21d6c9"
|
|
|
|
theme[used_mid]="#1aaba0"
|
2022-08-11 19:40:47 +02:00
|
|
|
theme[used_end]="#5ec4bc"
|
2021-06-20 22:07:04 +02:00
|
|
|
|
|
|
|
# Download graph colors
|
|
|
|
theme[download_start]="#21d6c9"
|
|
|
|
theme[download_mid]="#1aaba0"
|
2022-08-11 19:40:47 +02:00
|
|
|
theme[download_end]="#5ec4bc"
|
2021-06-20 22:07:04 +02:00
|
|
|
|
|
|
|
# Upload graph colors
|
|
|
|
theme[upload_start]="#ec95ec"
|
|
|
|
theme[upload_mid]="#1aaba0"
|
2022-08-11 19:40:47 +02:00
|
|
|
theme[upload_end]="#5ec4bc"
|
2021-06-20 22:07:04 +02:00
|
|
|
|
|
|
|
# Process box color gradient for threads, mem and cpu usage
|
|
|
|
theme[process_start]="#21d6c9"
|
|
|
|
theme[process_mid]="#1aaba0"
|
2022-08-11 19:40:47 +02:00
|
|
|
theme[process_end]="#ba1a84"
|