# HTOP Color Configuration Template # This template generates a custom htoprc configuration with themed colors # Colors are defined using terminal color codes (0-255) or RGB hex values # htoprc configuration with custom colors fields=0 48 17 18 38 39 40 2 46 47 49 1 sort_key=46 sort_direction=-1 tree_sort_key=0 tree_sort_direction=1 hide_kernel_threads=1 hide_userland_threads=0 shadow_other_users=0 show_thread_names=0 show_program_path=1 highlight_base_name=0 highlight_deleted_exe=1 highlight_megabytes=1 highlight_threads=1 highlight_changes=0 highlight_changes_delay_secs=5 find_comm_in_cmdline=1 strip_exe_from_cmdline=1 show_merged_command=0 tree_view=0 tree_view_always_by_pid=0 all_branches_collapsed=0 header_margin=1 detailed_cpu_time=0 cpu_count_from_one=0 show_cpu_usage=1 show_cpu_frequency=0 show_cpu_temperature=0 degree_fahrenheit=0 update_process_names=0 account_guest_in_cpu_meter=0 color_scheme=6 # Custom color definitions using template variables # Main interface colors color_background=#131317 color_text=#e5e1e7 color_highlight=#bfc1ff color_selected=#1f1f23 # CPU meter colors (gradient) color_cpu_low=#c8e3ff color_cpu_med=#ffecf3 color_cpu_high=#bfa6fe # Memory meter colors color_mem_used=#aeb8ff color_mem_buffers=#d2e0ff color_mem_cache=#b5c5ff color_mem_available=#c8e3ff # Process list colors color_process_normal=#e5e1e7 color_process_running=#c8e3ff color_process_sleeping=#918f9a color_process_zombie=#bfa6fe color_process_stopped=#ffecf3 # Header and border colors color_header=#c7c5d1 color_border=#918f9a color_separator=#46464f # Function key colors color_function_key=#f4b2e2 color_function_desc=#e5e1e7 # Tree view colors color_tree_line=#918f9a color_tree_collapsed=#bfc1ff color_tree_expanded=#c5c4e0 # Load average colors color_load_low=#c8e3ff color_load_med=#ffecf3 color_load_high=#bfa6fe # Priority colors color_priority_high=#bfa6fe color_priority_normal=#e5e1e7 color_priority_low=#918f9a # Swap meter colors color_swap_used=#c7b6ed color_swap_cache=#e0c2f9 # Temperature colors (if enabled) color_temp_cool=#c8e3ff color_temp_warm=#ffecf3 color_temp_hot=#bfa6fe