# Tokyo Night Day for btop, the light counterpart to tokyonight-moon. # # btop ships no Tokyo Night light variant at all, and the nearest stock light # theme (flat-remix-light) is a different palette that happens to have a similar # background. Same colors as kitty/themes/tokyonight-day.conf so the terminal # and what runs inside it cannot disagree. # # Gradients keep the same low -> middle -> high meaning as the dark theme, using # Day's darker, more saturated accents: the light versions of these hues are too # faint to read as a filled meter. theme[main_bg]="#e1e2e7" theme[main_fg]="#3760bf" theme[title]="#3760bf" theme[hi_fg]="#2e7de9" theme[selected_bg]="#c4c8da" theme[selected_fg]="#2e7de9" theme[inactive_fg]="#7079a8" theme[proc_misc]="#587539" theme[cpu_box]="#a8aecb" theme[mem_box]="#a8aecb" theme[net_box]="#a8aecb" theme[proc_box]="#a8aecb" theme[div_line]="#c4c8da" theme[temp_start]="#2e7de9" theme[temp_mid]="#8c6c3e" theme[temp_end]="#f52a65" theme[cpu_start]="#2e7de9" theme[cpu_mid]="#9854f1" theme[cpu_end]="#f52a65" theme[free_start]="#c4c8da" theme[free_mid]="#007197" theme[free_end]="#2e7de9" theme[cached_start]="#007197" theme[cached_mid]="#2e7de9" theme[cached_end]="#9854f1" theme[available_start]="#8c6c3e" theme[available_mid]="#b15c00" theme[available_end]="#f52a65" theme[used_start]="#587539" theme[used_mid]="#8c6c3e" theme[used_end]="#f52a65" theme[download_start]="#c4c8da" theme[download_mid]="#2e7de9" theme[download_end]="#007197" theme[upload_start]="#c4c8da" theme[upload_mid]="#9854f1" theme[upload_end]="#7847bd"