# # # name: Blue Forest # author: alonsodomin (https://github.com/alonsodomin) # slug: blueforest # slug-underscored: blueforest # system: base16 # variant: dark # is-dark-variant: true # # # Main bg theme[main_bg]="#141F2E" # Main text color theme[main_fg]="#FFCC33" # Title color for boxes theme[title]="#FFCC33" # Highlight color for keyboard shortcuts theme[hi_fg]="#a2cff5" # Background color of selected item in processes box theme[selected_bg]="#1e5c1e" # Foreground color of selected item in processes box theme[selected_fg]="#FFCC33" # Color of inactive/disabled text theme[inactive_fg]="#1e5c1e" # Misc colors for processes box including mini cpu graphs, details memory graph and details status text theme[proc_misc]="#a2cff5" # Cpu box outline color theme[cpu_box]="#1e5c1e" # Memory/disks box outline color theme[mem_box]="#1e5c1e" # Net up/down box outline color theme[net_box]="#1e5c1e" # Processes box outline color theme[proc_box]="#1e5c1e" # Box divider line and small boxes line color theme[div_line]="#1e5c1e" # Temperature graph colors theme[temp_start]="#80ff80" theme[temp_mid]="#91CCFF" theme[temp_end]="#fffab1" # CPU graph colors theme[cpu_start]="#80ff80" theme[cpu_mid]="#91CCFF" theme[cpu_end]="#fffab1" # Mem/Disk free meter theme[free_start]="#80ff80" theme[free_mid]="#91CCFF" theme[free_end]="#fffab1" # Mem/Disk cached meter theme[cached_start]="#80ff80" theme[cached_mid]="#91CCFF" theme[cached_end]="#fffab1" # Mem/Disk available meter theme[available_start]="#80ff80" theme[available_mid]="#91CCFF" theme[available_end]="#fffab1" # Mem/Disk used meter theme[used_start]="#80ff80" theme[used_mid]="#91CCFF" theme[used_end]="#fffab1" # Download graph colors theme[download_start]="#80ff80" theme[download_mid]="#91CCFF" theme[download_end]="#fffab1" # Upload graph colors theme[upload_start]="#80ff80" theme[upload_mid]="#91CCFF" theme[upload_end]="#fffab1"