feat: Remove old HSD API key and ignore btop theme

This commit is contained in:
2025-04-20 19:41:20 +10:00
parent 228120b0a6
commit 7fc2d78f96
3 changed files with 1 additions and 87 deletions

View File

@@ -1,86 +0,0 @@
# Main background
theme[main_bg]="#151521"
# Main text color
theme[main_fg]="#d4c7e0"
# Title color for boxes
theme[title]="#d4c7e0"
# Highlight color for keyboard shortcuts
theme[hi_fg]="#29293f"
# Background color of selected items
theme[selected_bg]="#463d61"
# Foreground color of selected items
theme[selected_fg]="#2c2e4a"
# Color of inactive/disabled text
theme[inactive_fg]="#151521"
# Color of text appearing on top of graphs
theme[graph_text]="#d4c7e0"
# Misc colors for processes box
theme[proc_misc]="#29293f"
# CPU box outline color
theme[cpu_box]="#463d61"
# Memory/disks box outline color
theme[mem_box]="#463d61"
# Network up/down box outline color
theme[net_box]="#463d61"
# Processes box outline color
theme[proc_box]="#463d61"
# Box divider lines and small box borders
theme[div_line]="#463d61"
# Temperature graph colors
theme[temp_start]="#29293f"
theme[temp_mid]="#2c2e4a"
theme[temp_end]="#29293f"
# CPU graph colors
theme[cpu_start]="#29293f"
theme[cpu_mid]="#2c2e4a"
theme[cpu_end]="#29293f"
# Mem/Disk free meter
theme[free_start]="#29293f"
theme[free_mid]="#2c2e4a"
theme[free_end]="#29293f"
# Mem/Disk cached meter
theme[cached_start]="#3d3050"
theme[cached_mid]="#29293f"
theme[cached_end]="#2c2e4a"
# Mem/Disk available meter
theme[available_start]="#29293f"
theme[available_mid]="#2c2e4a"
theme[available_end]="#29293f"
# Mem/Disk used meter
theme[used_start]="#29293f"
theme[used_mid]="#2c2e4a"
theme[used_end]="#29293f"
# Download graph colors
theme[download_start]="#29293f"
theme[download_mid]="#3d3050"
theme[download_end]="#2c2e4a"
# Upload graph colors
theme[upload_start]="#2c2e4a"
theme[upload_mid]="#3d3050"
theme[upload_end]="#29293f"
# Process box color gradient for threads, mem and cpu usage
theme[process_start]="#29293f"
theme[process_mid]="#29293f"
theme[process_end]="#2c2e4a"