Files
everforest-resources/cli/bottom/template.txt
Ismo Vuorinen dd5e539bb5 feat: add missing project files and fix architecture compliance
- Add LICENSE file (MIT)
- Add CONTRIBUTING.md with generator-first workflow guidelines
- Add Makefile with comprehensive development commands
- Add .editorconfig for consistent code formatting
- Add CHANGELOG.md for version tracking
- Remove inconsistent non-variant files that bypassed generator architecture
- Fix installation script to use variant-specific paths (prevent config overwriting)
2025-09-06 00:36:23 +03:00

48 lines
1.2 KiB
Plaintext

# Everforest theme for bottom (btm)
# Place this in ~/.config/bottom/bottom.toml under [colors] section
[colors]
# Background colors
table_header_color = "{{fg}}"
all_entry_color = "{{fg}}"
avg_entry_color = "{{yellow}}"
cpu_entry_color = "{{blue}}"
memory_entry_color = "{{green}}"
network_entry_color = "{{purple}}"
process_entry_color = "{{aqua}}"
temperature_entry_color = "{{red}}"
disk_entry_color = "{{orange}}"
# Widget colors
border_color = "{{gray2}}"
highlighted_border_color = "{{aqua}}"
text_color = "{{fg}}"
graph_color = "{{blue}}"
cursor_color = "{{orange}}"
selected_text_color = "{{bg}}"
selected_bg_color = "{{aqua}}"
widget_title_color = "{{fg}}"
# High/medium/low colors for graphs
high_battery_color = "{{green}}"
medium_battery_color = "{{yellow}}"
low_battery_color = "{{red}}"
# CPU colors
cpu_core_colors = ["{{blue}}", "{{aqua}}", "{{purple}}", "{{aqua}}", "{{yellow}}", "{{orange}}", "{{green}}", "{{red}}"]
# RAM/Swap colors
ram_color = "{{green}}"
swap_color = "{{red}}"
arc_color = "{{yellow}}"
gpu_color = "{{purple}}"
# Network colors
rx_color = "{{green}}"
tx_color = "{{red}}"
rx_total_color = "{{blue}}"
tx_total_color = "{{orange}}"
# Process colors
disabled_text_color = "{{gray2}}"