mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 03:04:02 +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)
30 lines
449 B
TOML
30 lines
449 B
TOML
# Everforest theme for Atuin
|
|
# Generated from template - do not edit manually
|
|
|
|
[colors]
|
|
background = "#f0e5cf"
|
|
foreground = "#5c6a72"
|
|
cursor = "#dbbc7f"
|
|
selection_background = "#e9e1cc"
|
|
selection_foreground = "#5c6a72"
|
|
|
|
[colors.normal]
|
|
black = "0"
|
|
red = "1"
|
|
green = "2"
|
|
yellow = "3"
|
|
blue = "4"
|
|
magenta = "5"
|
|
cyan = "6"
|
|
white = "7"
|
|
|
|
[colors.bright]
|
|
black = "8"
|
|
red = "9"
|
|
green = "10"
|
|
yellow = "11"
|
|
blue = "12"
|
|
magenta = "13"
|
|
cyan = "14"
|
|
white = "15"
|