mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 11:13:59 +00:00
- 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)
32 lines
573 B
Plaintext
32 lines
573 B
Plaintext
# Everforest theme for Neofetch
|
|
# Generated from template - do not edit manually
|
|
|
|
# Color configuration
|
|
colors=(1 2 3 4 5 6)
|
|
|
|
# Text Colors
|
|
title_color="#d3c6aa"
|
|
at_color="#859289"
|
|
underline_color="#7fbbb3"
|
|
subtitle_color="#dbbc7f"
|
|
|
|
# Info Colors
|
|
info_color="#d3c6aa"
|
|
seperator_color="#859289"
|
|
|
|
# Progress bar colors
|
|
bar_char_elapsed="█"
|
|
bar_char_total="░"
|
|
bar_color_elapsed="#a7c080"
|
|
bar_color_total="#859289"
|
|
|
|
# Logo colors
|
|
distro_shorthand="on"
|
|
ascii_distro="auto"
|
|
ascii_colors=(1 2 3 4 5 6)
|
|
ascii_bold="on"
|
|
|
|
# Image colors
|
|
image_backend="ascii"
|
|
image_source="auto"
|