adds a light pastel background and official btop theme

This commit is contained in:
Ryan Yogan
2025-07-18 10:12:28 -05:00
parent 5252990396
commit 786b0b2205
3 changed files with 58 additions and 66 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

View File

@ -1,92 +1,84 @@
# Catppuccin Latte Theme for btop
# Main background, empty for terminal default
theme[main_bg]="#eff1f5" # base
# https://github.com/catppuccin/btop/blob/main/themes/catppuccin_latte.theme
# Main background, empty for terminal default, need to be empty if you want transparent background
theme[main_bg]="#eff1f5"
# Main text color
theme[main_fg]="#4c4f69" # text
theme[main_fg]="#4c4f69"
# Title color for boxes
theme[title]="#6c6f85" # subtext0
theme[title]="#4c4f69"
# Highlight color for keyboard shortcuts
theme[hi_fg]="#1e66f5" # blue
theme[hi_fg]="#1e66f5"
# Background color of selected item in processes box
theme[selected_bg]="#ccd0da" # surface0
theme[selected_bg]="#bcc0cc"
# Foreground color of selected item in processes box
theme[selected_fg]="#8839ef" # pink
theme[selected_fg]="#1e66f5"
# Inactive or disabled text
theme[inactive_fg]="#9ca0b0" # overlay1
# Color of inactive/disabled text
theme[inactive_fg]="#8c8fa1"
# Text appearing on top of graphs (uptime, scale)
theme[graph_text]="#04a5e5" # cyan
# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
theme[graph_text]="#dc8a78"
# Background color of percentage meters
theme[meter_bg]="#dce0e8" # crust
# Background color of the percentage meters
theme[meter_bg]="#bcc0cc"
# Misc color for process box, mini cpu graphs, memory graph, etc.
theme[proc_misc]="#ea76cb" # magenta
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
theme[proc_misc]="#dc8a78"
# CPU box outline color
theme[cpu_box]="#d20f39" # red
# CPU, Memory, Network, Proc box outline colors
theme[cpu_box]="#8839ef" #Mauve
theme[mem_box]="#40a02b" #Green
theme[net_box]="#e64553" #Maroon
theme[proc_box]="#1e66f5" #Blue
# Memory/disks box outline color
theme[mem_box]="#40a02b" # green
# Box divider line and small boxes line color
theme[div_line]="#9ca0b0"
# Net up/down box outline color
theme[net_box]="#1e66f5" # blue
# Temperature graph color (Green -> Yellow -> Red)
theme[temp_start]="#40a02b"
theme[temp_mid]="#df8e1d"
theme[temp_end]="#d20f39"
# Processes box outline color
theme[proc_box]="#df8e1d" # yellow
# CPU graph colors (Teal -> Lavender)
theme[cpu_start]="#179299"
theme[cpu_mid]="#209fb5"
theme[cpu_end]="#7287fd"
# Divider line and small boxes
theme[div_line]="#bcc0cc" # muted gray
# Mem/Disk free meter (Mauve -> Lavender -> Blue)
theme[free_start]="#8839ef"
theme[free_mid]="#7287fd"
theme[free_end]="#1e66f5"
# Temperature graph colors
theme[temp_start]="#d20f39" # red
theme[temp_mid]="#df8e1d" # yellow
theme[temp_end]="#ea76cb" # magenta
# CPU graph colors
theme[cpu_start]="#df8e1d" # yellow
theme[cpu_mid]="#ea76cb" # magenta
theme[cpu_end]="#8839ef" # pink
# Mem/Disk free meter (soft gray-blues)
theme[free_start]="#04a5e5"
theme[free_mid]="#04a5e5"
theme[free_end]="#04a5e5"
# Mem/Disk cached meter (blue)
theme[cached_start]="#1e66f5"
# Mem/Disk cached meter (Sapphire -> Lavender)
theme[cached_start]="#209fb5"
theme[cached_mid]="#1e66f5"
theme[cached_end]="#1e66f5"
theme[cached_end]="#7287fd"
# Mem/Disk available meter (green)
theme[available_start]="#40a02b"
theme[available_mid]="#40a02b"
theme[available_end]="#40a02b"
# Mem/Disk available meter (Peach -> Red)
theme[available_start]="#fe640b"
theme[available_mid]="#e64553"
theme[available_end]="#d20f39"
# Mem/Disk used meter (red)
theme[used_start]="#d20f39"
theme[used_mid]="#d20f39"
theme[used_end]="#d20f39"
# Mem/Disk used meter (Green -> Sky)
theme[used_start]="#40a02b"
theme[used_mid]="#179299"
theme[used_end]="#04a5e5"
# Download graph colors
theme[download_start]="#1e66f5" # blue
theme[download_mid]="#04a5e5" # cyan
theme[download_end]="#04a5e5"
# Download graph colors (Peach -> Red)
theme[download_start]="#fe640b"
theme[download_mid]="#e64553"
theme[download_end]="#d20f39"
# Upload graph colors
theme[upload_start]="#df8e1d" # yellow
theme[upload_mid]="#ea76cb" # magenta
theme[upload_end]="#ea76cb"
# Process box gradient for threads/mem/cpu
theme[process_start]="#40a02b" # green
theme[process_mid]="#1e66f5" # blue
theme[process_end]="#1e66f5"
# Upload graph colors (Green -> Sky)
theme[upload_start]="#40a02b"
theme[upload_mid]="#179299"
theme[upload_end]="#04a5e5"
# Process box color gradient for threads, mem and cpu usage (Sapphire -> Mauve)
theme[process_start]="#209fb5"
theme[process_mid]="#7287fd"
theme[process_end]="#8839ef"