# violet-chaton v2 btop theme # Palette : themes/palette.sh — zero emprunt # Main background theme[main_bg]="#261537" # Main text color theme[main_fg]="#f0eaf8" # Title color for boxes theme[title]="#c9a0ff" # Highlight color for keyboard shortcuts theme[hi_fg]="#ff4da6" # Background color of selected item in processes box theme[selected_bg]="#5a3875" # Foreground color of selected item in processes box theme[selected_fg]="#f0eaf8" # Color of inactive/disabled text theme[inactive_fg]="#716686" # Misc colors for processes box (mini cpu graphs, details, status) theme[proc_misc]="#a4b4ff" # Box outline colors theme[cpu_box]="#3d2454" theme[mem_box]="#3d2454" theme[net_box]="#3d2454" theme[proc_box]="#3d2454" # Box divider line theme[div_line]="#341c4a" # Temperature graph : lavande (froid) → champagne (chaud) → danger (critique) theme[temp_start]="#a4b4ff" theme[temp_mid]="#e8c87a" theme[temp_end]="#f25c7a" # CPU graph : lilac → magenta → danger theme[cpu_start]="#c9a0ff" theme[cpu_mid]="#ff4da6" theme[cpu_end]="#f25c7a" # Mem/Disk free meter : mitsuri → lavande → lilac theme[free_start]="#9adba8" theme[free_mid]="#a4b4ff" theme[free_end]="#c9a0ff" # Mem/Disk cached meter : surface subtil → lilac theme[cached_start]="#3d2454" theme[cached_mid]="#c9a0ff" theme[cached_end]="#c9a0ff" # Mem/Disk available meter : lavande → lilac → magenta theme[available_start]="#a4b4ff" theme[available_mid]="#c9a0ff" theme[available_end]="#ff4da6" # Mem/Disk used meter : lilac → magenta → danger theme[used_start]="#c9a0ff" theme[used_mid]="#ff4da6" theme[used_end]="#f25c7a" # Download graph : lavande → lilac → magenta theme[download_start]="#a4b4ff" theme[download_mid]="#c9a0ff" theme[download_end]="#ff4da6" # Upload graph : magenta → danger → champagne theme[upload_start]="#ff4da6" theme[upload_mid]="#f25c7a" theme[upload_end]="#e8c87a"