Some checks failed
Check / eval (push) Has been cancelled
Six per-theme defects: rose-pine btop rewritten to Dawn (was Main-on-Dawn, invisible hi_fg); everforest + summer-night btop inactive_fg off main_bg; vantablack role inversion (surface/overlay/muted + btop selection); osaka-jade text↔subtext swap + warn→yellow; catppuccin-latte mantle/accentAlt/ANSI axis; catppuccin Mocha btop (was Frappé). accentAlt uses Latte mauve #8839ef, not the audit's pink #ea76cb (which fails the 3.0 contrast floor). Worktree agent; diff reviewed + contrast conflict adjudicated. V0: check-theme-contrast 24x7 all pass + flake check green. btop V2 render pending (batched). Residual ansi[8]/ansi[3] drift noted. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
120 lines
2.4 KiB
Plaintext
120 lines
2.4 KiB
Plaintext
# Main background, empty for terminal default, need to be empty if you want transparent background
|
|
theme[main_bg]="#faf4ed"
|
|
# Base
|
|
|
|
# Main text color
|
|
theme[main_fg]="#575279"
|
|
# Text
|
|
|
|
# Title color for boxes
|
|
theme[title]="#797593"
|
|
# Subtle
|
|
|
|
# Highlight color for keyboard shortcuts
|
|
theme[hi_fg]="#575279"
|
|
# Text
|
|
|
|
# Background color of selected item in processes box
|
|
theme[selected_bg]="#cecacd"
|
|
# HL High
|
|
|
|
# Foreground color of selected item in processes box
|
|
theme[selected_fg]="#d68a16"
|
|
# Gold (dark, for contrast on light selected_bg)
|
|
|
|
# Color of inactive/disabled text
|
|
theme[inactive_fg]="#9893a5"
|
|
# Muted
|
|
|
|
# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
|
|
theme[graph_text]="#56949f"
|
|
# Foam
|
|
|
|
# Background color of the percentage meters
|
|
theme[meter_bg]="#56949f"
|
|
# Foam
|
|
|
|
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
|
theme[proc_misc]="#907aa9"
|
|
# Iris
|
|
|
|
# Cpu box outline color
|
|
theme[cpu_box]="#d7827e"
|
|
# Rose
|
|
|
|
# Memory/disks box outline color
|
|
theme[mem_box]="#286983"
|
|
# Pine
|
|
|
|
# Net up/down box outline color
|
|
theme[net_box]="#907aa9"
|
|
# Iris
|
|
|
|
# Processes box outline color
|
|
theme[proc_box]="#b4637a"
|
|
# Love
|
|
|
|
# Box divider line and small boxes line color
|
|
theme[div_line]="#9893a5"
|
|
# Muted
|
|
|
|
# Temperature graph colors
|
|
theme[temp_start]="#d7827e"
|
|
# Rose
|
|
theme[temp_mid]="#ea9d34"
|
|
# Gold
|
|
theme[temp_end]="#b4637a"
|
|
# Love
|
|
|
|
# CPU graph colors
|
|
theme[cpu_start]="#ea9d34"
|
|
# Gold
|
|
theme[cpu_mid]="#d7827e"
|
|
# Rose
|
|
theme[cpu_end]="#b4637a"
|
|
# Love
|
|
|
|
# Mem/Disk free meter
|
|
# all love
|
|
theme[free_start]="#b4637a"
|
|
theme[free_mid]="#b4637a"
|
|
theme[free_end]="#b4637a"
|
|
|
|
# Mem/Disk cached meter
|
|
# all iris
|
|
theme[cached_start]="#907aa9"
|
|
theme[cached_mid]="#907aa9"
|
|
theme[cached_end]="#907aa9"
|
|
|
|
# Mem/Disk available meter
|
|
# all pine
|
|
theme[available_start]="#286983"
|
|
theme[available_mid]="#286983"
|
|
theme[available_end]="#286983"
|
|
|
|
# Mem/Disk used meter
|
|
# all rose
|
|
theme[used_start]="#d7827e"
|
|
theme[used_mid]="#d7827e"
|
|
theme[used_end]="#d7827e"
|
|
|
|
# Download graph colors
|
|
# Pine for start, foam for the rest
|
|
theme[download_start]="#286983"
|
|
theme[download_mid]="#56949f"
|
|
theme[download_end]="#56949f"
|
|
|
|
# Upload graph colors
|
|
theme[upload_start]="#d7827e"
|
|
# Rose for start
|
|
theme[upload_mid]="#b4637a"
|
|
# Love for mid and end
|
|
theme[upload_end]="#b4637a"
|
|
|
|
# Process box color gradient for threads, mem and cpu usage
|
|
theme[process_start]="#286983"
|
|
# Pine
|
|
theme[process_mid]="#56949f"
|
|
# Foam for mid and end
|
|
theme[process_end]="#56949f"
|