mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 03:04:02 +00:00
feat: enhance install script and theme generation
- 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
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Everforest color scheme for fish shell
|
||||
# Everforest dark-hard theme for fish shell
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# Set fish colors
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Everforest color scheme for fish shell
|
||||
# Everforest dark-medium theme for fish shell
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# Set fish colors
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Everforest color scheme for fish shell
|
||||
# Everforest dark-soft theme for fish shell
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# Set fish colors
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Everforest color scheme for fish shell
|
||||
# Everforest light-hard theme for fish shell
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# Set fish colors
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Everforest color scheme for fish shell
|
||||
# Everforest light-medium theme for fish shell
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# Set fish colors
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Everforest color scheme for fish shell
|
||||
# Everforest light-soft theme for fish shell
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
# Set fish colors
|
||||
|
||||
Reference in New Issue
Block a user