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
735 B
Plaintext
32 lines
735 B
Plaintext
# Everforest theme for Neofetch
|
|
# Generated from template - do not edit manually
|
|
|
|
# Color configuration
|
|
colors=({{ansi_red}} {{ansi_green}} {{ansi_yellow}} {{ansi_blue}} {{ansi_purple}} {{ansi_aqua}})
|
|
|
|
# Text Colors
|
|
title_color="{{fg}}"
|
|
at_color="{{gray2}}"
|
|
underline_color="{{blue}}"
|
|
subtitle_color="{{yellow}}"
|
|
|
|
# Info Colors
|
|
info_color="{{fg}}"
|
|
seperator_color="{{gray2}}"
|
|
|
|
# Progress bar colors
|
|
bar_char_elapsed="█"
|
|
bar_char_total="░"
|
|
bar_color_elapsed="{{green}}"
|
|
bar_color_total="{{gray2}}"
|
|
|
|
# Logo colors
|
|
distro_shorthand="on"
|
|
ascii_distro="auto"
|
|
ascii_colors=({{ansi_red}} {{ansi_green}} {{ansi_yellow}} {{ansi_blue}} {{ansi_purple}} {{ansi_aqua}})
|
|
ascii_bold="on"
|
|
|
|
# Image colors
|
|
image_backend="ascii"
|
|
image_source="auto"
|