chore: sync upstream
parent
ef228f6a07
commit
db242d1856
|
@ -1,32 +1,32 @@
|
||||||
# Main background, empty for terminal default, need to be empty if you want transparent background
|
# Main background, empty for terminal default, need to be empty if you want transparent background
|
||||||
theme[main_bg]="#1E1E2E"
|
theme[main_bg]="#1e1e2e"
|
||||||
|
|
||||||
# Main text color
|
# Main text color
|
||||||
theme[main_fg]="#CDD6F4"
|
theme[main_fg]="#cdd6f4"
|
||||||
|
|
||||||
# Title color for boxes
|
# Title color for boxes
|
||||||
theme[title]="#CDD6F4"
|
theme[title]="#cdd6f4"
|
||||||
|
|
||||||
# Highlight color for keyboard shortcuts
|
# Highlight color for keyboard shortcuts
|
||||||
theme[hi_fg]="#89B4FA"
|
theme[hi_fg]="#89b4fa"
|
||||||
|
|
||||||
# Background color of selected item in processes box
|
# Background color of selected item in processes box
|
||||||
theme[selected_bg]="#45475A"
|
theme[selected_bg]="#45475a"
|
||||||
|
|
||||||
# Foreground color of selected item in processes box
|
# Foreground color of selected item in processes box
|
||||||
theme[selected_fg]="#89B4FA"
|
theme[selected_fg]="#89b4fa"
|
||||||
|
|
||||||
# Color of inactive/disabled text
|
# Color of inactive/disabled text
|
||||||
theme[inactive_fg]="#7F849C"
|
theme[inactive_fg]="#7f849c"
|
||||||
|
|
||||||
# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
|
# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
|
||||||
theme[graph_text]="#F5E0DC"
|
theme[graph_text]="#f5e0dc"
|
||||||
|
|
||||||
# Background color of the percentage meters
|
# Background color of the percentage meters
|
||||||
theme[meter_bg]="#45475A"
|
theme[meter_bg]="#45475a"
|
||||||
|
|
||||||
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
||||||
theme[proc_misc]="#F5E0DC"
|
theme[proc_misc]="#f5e0dc"
|
||||||
|
|
||||||
# CPU, Memory, Network, Proc box outline colors
|
# CPU, Memory, Network, Proc box outline colors
|
||||||
theme[cpu_box]="#cba6f7" #Mauve
|
theme[cpu_box]="#cba6f7" #Mauve
|
||||||
|
@ -35,7 +35,7 @@ theme[net_box]="#eba0ac" #Maroon
|
||||||
theme[proc_box]="#89b4fa" #Blue
|
theme[proc_box]="#89b4fa" #Blue
|
||||||
|
|
||||||
# Box divider line and small boxes line color
|
# Box divider line and small boxes line color
|
||||||
theme[div_line]="#6C7086"
|
theme[div_line]="#6c7086"
|
||||||
|
|
||||||
# Temperature graph color (Green -> Yellow -> Red)
|
# Temperature graph color (Green -> Yellow -> Red)
|
||||||
theme[temp_start]="#a6e3a1"
|
theme[temp_start]="#a6e3a1"
|
||||||
|
@ -78,6 +78,6 @@ theme[upload_mid]="#94e2d5"
|
||||||
theme[upload_end]="#89dceb"
|
theme[upload_end]="#89dceb"
|
||||||
|
|
||||||
# Process box color gradient for threads, mem and cpu usage (Sapphire -> Mauve)
|
# Process box color gradient for threads, mem and cpu usage (Sapphire -> Mauve)
|
||||||
theme[process_start]="#74C7EC"
|
theme[process_start]="#74c7ec"
|
||||||
theme[process_mid]="#89DCEB"
|
theme[process_mid]="#b4befe"
|
||||||
theme[process_end]="#cba6f7"
|
theme[process_end]="#cba6f7"
|
Loading…
Reference in New Issue