You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
process-selected = "#6500ff" # The dot marking a selected process
process-line-marked = "#00faaf" # The dot marking the selected process when selection is active
process-line-selection = "#4c06d7" # The selection line for navigating up and down
process-line-selection-text = "#ffffff" # Text color when selection is active
process-line-selection-bullet = "#ffffff" # The triangular bullet on the beggining of the selection line
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How about a flux.conf with color theming options? Something like this in ~/.config/flux/flux.conf:
█▀ █▒ █▒█ ▀▄▀
█▀ █▄▄ █▄█ █▒█
[ ~/.config/flux/flux.conf ] flux theme colors config file
Application title and information
titleText="#6500ff"
Column titles
title-PID = "#6500ff"
title-name = "#6500ff"
title-CPU = "#6500ff"
title-memory ="#6500ff"
title-disk = "#4c06d7"
title-port ="#8615ff"
Color for each column
column-PID = "#bda8e7"
column-name = "#ffffff"
Usage text colors
cpu-usage-low = "#473569"
cpu-usage-mid = "#fc9b00"
cpu-usage-high = "#fc0071"
memory-usage-low = "#473569"
memory-usage-medium = "#fc9b00"
memory-usage-high = "#fc0071"
disk-usage-low = "#473569"
disk-usage-medium = "#fc9b00"
disk-usage-high = "#00ffaa"
Selections
process-selected = "#6500ff" # The dot marking a selected process
process-line-marked = "#00faaf" # The dot marking the selected process when selection is active
process-line-selection = "#4c06d7" # The selection line for navigating up and down
process-line-selection-text = "#ffffff" # Text color when selection is active
process-line-selection-bullet = "#ffffff" # The triangular bullet on the beggining of the selection line
Search
search-box = "#7112ff"
search-text = "#6500ff"
Footer
footer="#7112ff"
Graph mode
graph-cpu-box = "#4c06d7"
graph-memory-box = "#6823f1"
graph-disk-box = "#6a00c6"
graph-cpu-title = "#ffffff"
graph-memory-title = "#ffffff"
graph-disk-title = "#ffffff"
graph-cpu = "#6500ff"
graph-memory = "#00ffaa#"
graph-disk = "#272727"
graph-footer="#7112ff" # The q - quit color
[eof]
Beta Was this translation helpful? Give feedback.
All reactions