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

86 lines
1.8 KiB
Plaintext

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