Files
everforest-resources/terminals/ghostty/template.conf
Ismo Vuorinen dd5e539bb5 feat: add missing project files and fix architecture compliance
- 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)
2025-09-06 00:36:23 +03:00

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}}