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)
33 lines
641 B
Plaintext
33 lines
641 B
Plaintext
# Everforest theme for Ghostty
|
|
# Generated from template - do not edit manually
|
|
|
|
# General colors
|
|
background = {{bg}}
|
|
foreground = {{fg}}
|
|
|
|
# Selection colors
|
|
selection-background = {{bg1}}
|
|
selection-foreground = {{fg}}
|
|
|
|
# Cursor colors
|
|
cursor-color = {{fg}}
|
|
cursor-text = {{bg}}
|
|
|
|
# Color palette
|
|
palette = 0={{bg}}
|
|
palette = 1={{red}}
|
|
palette = 2={{green}}
|
|
palette = 3={{yellow}}
|
|
palette = 4={{blue}}
|
|
palette = 5={{purple}}
|
|
palette = 6={{aqua}}
|
|
palette = 7={{fg}}
|
|
palette = 8={{gray1}}
|
|
palette = 9={{red}}
|
|
palette = 10={{green}}
|
|
palette = 11={{yellow}}
|
|
palette = 12={{blue}}
|
|
palette = 13={{purple}}
|
|
palette = 14={{aqua}}
|
|
palette = 15={{fg}}
|