mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 11:13:59 +00:00
- install.sh now installs all variants when run without parameters - preserve single-variant mode when --variant is specified - add variant names to generated file headers for clarity - fix tool name extraction to preserve compound names like git-delta - fix CSS variable preservation during header generation
32 lines
584 B
Plaintext
32 lines
584 B
Plaintext
# Everforest light-soft theme for Neofetch
|
|
# Generated from template - do not edit manually
|
|
|
|
# Color configuration
|
|
colors=(1 2 3 4 5 6)
|
|
|
|
# Text Colors
|
|
title_color="#5c6a72"
|
|
at_color="#b3c0b0"
|
|
underline_color="#7fbbb3"
|
|
subtitle_color="#dbbc7f"
|
|
|
|
# Info Colors
|
|
info_color="#5c6a72"
|
|
seperator_color="#b3c0b0"
|
|
|
|
# Progress bar colors
|
|
bar_char_elapsed="█"
|
|
bar_char_total="░"
|
|
bar_color_elapsed="#a7c080"
|
|
bar_color_total="#b3c0b0"
|
|
|
|
# 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"
|