Files
dotfiles/.config/btop/themes/WallRizz.theme

86 lines
1.8 KiB
Plaintext

# Main background
theme[main_bg]="#000001"
# Main text color
theme[main_fg]="#f0edf9"
# Title color for boxes
theme[title]="#f0edf9"
# Highlight color for keyboard shortcuts
theme[hi_fg]="#16161d"
# Background color of selected items
theme[selected_bg]="#1851a6"
# Foreground color of selected items
theme[selected_fg]="#21264c"
# Color of inactive/disabled text
theme[inactive_fg]="#000001"
# Color of text appearing on top of graphs
theme[graph_text]="#f0edf9"
# Misc colors for processes box
theme[proc_misc]="#16161d"
# CPU box outline color
theme[cpu_box]="#1851a6"
# Memory/disks box outline color
theme[mem_box]="#1851a6"
# Network up/down box outline color
theme[net_box]="#1851a6"
# Processes box outline color
theme[proc_box]="#1851a6"
# Box divider lines and small box borders
theme[div_line]="#1851a6"
# Temperature graph colors
theme[temp_start]="#16161d"
theme[temp_mid]="#21264c"
theme[temp_end]="#16161d"
# CPU graph colors
theme[cpu_start]="#16161d"
theme[cpu_mid]="#21264c"
theme[cpu_end]="#16161d"
# Mem/Disk free meter
theme[free_start]="#16161d"
theme[free_mid]="#21264c"
theme[free_end]="#16161d"
# Mem/Disk cached meter
theme[cached_start]="#492442"
theme[cached_mid]="#16161d"
theme[cached_end]="#21264c"
# Mem/Disk available meter
theme[available_start]="#16161d"
theme[available_mid]="#21264c"
theme[available_end]="#16161d"
# Mem/Disk used meter
theme[used_start]="#16161d"
theme[used_mid]="#21264c"
theme[used_end]="#16161d"
# Download graph colors
theme[download_start]="#16161d"
theme[download_mid]="#492442"
theme[download_end]="#21264c"
# Upload graph colors
theme[upload_start]="#21264c"
theme[upload_mid]="#492442"
theme[upload_end]="#16161d"
# Process box color gradient for threads, mem and cpu usage
theme[process_start]="#16161d"
theme[process_mid]="#16161d"
theme[process_end]="#21264c"