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)
This commit is contained in:
2025-09-06 00:36:23 +03:00
parent 11baabe545
commit dd5e539bb5
289 changed files with 29294 additions and 60 deletions

View File

@@ -0,0 +1,29 @@
# Everforest theme for Atuin
# Generated from template - do not edit manually
[colors]
background = "#2b3339"
foreground = "#d3c6aa"
cursor = "#dbbc7f"
selection_background = "#323c41"
selection_foreground = "#d3c6aa"
[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"

View File

@@ -0,0 +1,29 @@
# Everforest theme for Atuin
# Generated from template - do not edit manually
[colors]
background = "#2f383e"
foreground = "#d3c6aa"
cursor = "#dbbc7f"
selection_background = "#374247"
selection_foreground = "#d3c6aa"
[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"

View File

@@ -0,0 +1,29 @@
# Everforest theme for Atuin
# Generated from template - do not edit manually
[colors]
background = "#323d43"
foreground = "#d3c6aa"
cursor = "#dbbc7f"
selection_background = "#3a464c"
selection_foreground = "#d3c6aa"
[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"

View File

@@ -0,0 +1,29 @@
# Everforest theme for Atuin
# Generated from template - do not edit manually
[colors]
background = "#fdf6e3"
foreground = "#5c6a72"
cursor = "#dbbc7f"
selection_background = "#f4f0d9"
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"

View File

@@ -0,0 +1,29 @@
# Everforest theme for Atuin
# Generated from template - do not edit manually
[colors]
background = "#f3ead3"
foreground = "#5c6a72"
cursor = "#dbbc7f"
selection_background = "#ede6cf"
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"

View File

@@ -0,0 +1,29 @@
# 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"

29
cli/atuin/template.txt Normal file
View File

@@ -0,0 +1,29 @@
# Everforest theme for Atuin
# Generated from template - do not edit manually
[colors]
background = "{{bg}}"
foreground = "{{fg}}"
cursor = "{{yellow}}"
selection_background = "{{bg1}}"
selection_foreground = "{{fg}}"
[colors.normal]
black = "{{ansi_black}}"
red = "{{ansi_red}}"
green = "{{ansi_green}}"
yellow = "{{ansi_yellow}}"
blue = "{{ansi_blue}}"
magenta = "{{ansi_purple}}"
cyan = "{{ansi_aqua}}"
white = "{{ansi_white}}"
[colors.bright]
black = "{{ansi_bright_black}}"
red = "{{ansi_bright_red}}"
green = "{{ansi_bright_green}}"
yellow = "{{ansi_bright_yellow}}"
blue = "{{ansi_bright_blue}}"
magenta = "{{ansi_bright_purple}}"
cyan = "{{ansi_bright_aqua}}"
white = "{{ansi_bright_white}}"