mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-02-11 02:48:04 +00:00
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:
@@ -2,19 +2,19 @@
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
format = """
|
||||
[](##e9e1cc)\
|
||||
[](#323c41)\
|
||||
$username\
|
||||
[](bg:##e4dfc8 fg:##e9e1cc)\
|
||||
[](bg:#3a454a fg:#323c41)\
|
||||
$directory\
|
||||
[](fg:##e4dfc8 bg:##f0e5cf)\
|
||||
[](fg:#3a454a bg:#2b3339)\
|
||||
$git_branch\
|
||||
$git_status\
|
||||
[](fg:##f0e5cf bg:##e9e1cc)\
|
||||
[](fg:#2b3339 bg:#323c41)\
|
||||
$nodejs\
|
||||
$rust\
|
||||
$golang\
|
||||
$php\
|
||||
[](fg:##e9e1cc)\
|
||||
[](fg:#323c41)\
|
||||
"""
|
||||
|
||||
# Disable the blank line at the start of the prompt
|
||||
@@ -22,42 +22,42 @@ add_newline = false
|
||||
|
||||
[username]
|
||||
show_always = true
|
||||
style_user = "bg:##e9e1cc fg:##5c6a72"
|
||||
style_root = "bg:##e9e1cc fg:##e67e80"
|
||||
style_user = "bg:#323c41 fg:#d3c6aa"
|
||||
style_root = "bg:#323c41 fg:#e67e80"
|
||||
format = '[$user ]($style)'
|
||||
disabled = false
|
||||
|
||||
[directory]
|
||||
style = "bg:##e4dfc8 fg:##7fbbb3"
|
||||
style = "bg:#3a454a fg:#7fbbb3"
|
||||
format = "[ $path ]($style)"
|
||||
truncation_length = 3
|
||||
truncation_symbol = "…/"
|
||||
|
||||
[git_branch]
|
||||
symbol = ""
|
||||
style = "bg:##f0e5cf fg:##a7c080"
|
||||
style = "bg:#2b3339 fg:#a7c080"
|
||||
format = '[ $symbol $branch ]($style)'
|
||||
|
||||
[git_status]
|
||||
style = "bg:##f0e5cf fg:##e67e80"
|
||||
style = "bg:#2b3339 fg:#e67e80"
|
||||
format = '[$all_status$ahead_behind ]($style)'
|
||||
|
||||
[nodejs]
|
||||
symbol = ""
|
||||
style = "bg:##e9e1cc fg:##dbbc7f"
|
||||
style = "bg:#323c41 fg:#dbbc7f"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[rust]
|
||||
symbol = ""
|
||||
style = "bg:##e9e1cc fg:##e69875"
|
||||
style = "bg:#323c41 fg:#e69875"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[golang]
|
||||
symbol = ""
|
||||
style = "bg:##e9e1cc fg:##83c092"
|
||||
style = "bg:#323c41 fg:#83c092"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[php]
|
||||
symbol = ""
|
||||
style = "bg:##e9e1cc fg:##d699b6"
|
||||
style = "bg:#323c41 fg:#d699b6"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
63
cli/starship/starship-dark-medium.toml
Normal file
63
cli/starship/starship-dark-medium.toml
Normal file
@@ -0,0 +1,63 @@
|
||||
# Everforest theme for Starship
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
format = """
|
||||
[](#374247)\
|
||||
$username\
|
||||
[](bg:#404c51 fg:#374247)\
|
||||
$directory\
|
||||
[](fg:#404c51 bg:#2f383e)\
|
||||
$git_branch\
|
||||
$git_status\
|
||||
[](fg:#2f383e bg:#374247)\
|
||||
$nodejs\
|
||||
$rust\
|
||||
$golang\
|
||||
$php\
|
||||
[](fg:#374247)\
|
||||
"""
|
||||
|
||||
# Disable the blank line at the start of the prompt
|
||||
add_newline = false
|
||||
|
||||
[username]
|
||||
show_always = true
|
||||
style_user = "bg:#374247 fg:#d3c6aa"
|
||||
style_root = "bg:#374247 fg:#e67e80"
|
||||
format = '[$user ]($style)'
|
||||
disabled = false
|
||||
|
||||
[directory]
|
||||
style = "bg:#404c51 fg:#7fbbb3"
|
||||
format = "[ $path ]($style)"
|
||||
truncation_length = 3
|
||||
truncation_symbol = "…/"
|
||||
|
||||
[git_branch]
|
||||
symbol = ""
|
||||
style = "bg:#2f383e fg:#a7c080"
|
||||
format = '[ $symbol $branch ]($style)'
|
||||
|
||||
[git_status]
|
||||
style = "bg:#2f383e fg:#e67e80"
|
||||
format = '[$all_status$ahead_behind ]($style)'
|
||||
|
||||
[nodejs]
|
||||
symbol = ""
|
||||
style = "bg:#374247 fg:#dbbc7f"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[rust]
|
||||
symbol = ""
|
||||
style = "bg:#374247 fg:#e69875"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[golang]
|
||||
symbol = ""
|
||||
style = "bg:#374247 fg:#83c092"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[php]
|
||||
symbol = ""
|
||||
style = "bg:#374247 fg:#d699b6"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
63
cli/starship/starship-dark-soft.toml
Normal file
63
cli/starship/starship-dark-soft.toml
Normal file
@@ -0,0 +1,63 @@
|
||||
# Everforest theme for Starship
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
format = """
|
||||
[](#3a464c)\
|
||||
$username\
|
||||
[](bg:#434f55 fg:#3a464c)\
|
||||
$directory\
|
||||
[](fg:#434f55 bg:#323d43)\
|
||||
$git_branch\
|
||||
$git_status\
|
||||
[](fg:#323d43 bg:#3a464c)\
|
||||
$nodejs\
|
||||
$rust\
|
||||
$golang\
|
||||
$php\
|
||||
[](fg:#3a464c)\
|
||||
"""
|
||||
|
||||
# Disable the blank line at the start of the prompt
|
||||
add_newline = false
|
||||
|
||||
[username]
|
||||
show_always = true
|
||||
style_user = "bg:#3a464c fg:#d3c6aa"
|
||||
style_root = "bg:#3a464c fg:#e67e80"
|
||||
format = '[$user ]($style)'
|
||||
disabled = false
|
||||
|
||||
[directory]
|
||||
style = "bg:#434f55 fg:#7fbbb3"
|
||||
format = "[ $path ]($style)"
|
||||
truncation_length = 3
|
||||
truncation_symbol = "…/"
|
||||
|
||||
[git_branch]
|
||||
symbol = ""
|
||||
style = "bg:#323d43 fg:#a7c080"
|
||||
format = '[ $symbol $branch ]($style)'
|
||||
|
||||
[git_status]
|
||||
style = "bg:#323d43 fg:#e67e80"
|
||||
format = '[$all_status$ahead_behind ]($style)'
|
||||
|
||||
[nodejs]
|
||||
symbol = ""
|
||||
style = "bg:#3a464c fg:#dbbc7f"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[rust]
|
||||
symbol = ""
|
||||
style = "bg:#3a464c fg:#e69875"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[golang]
|
||||
symbol = ""
|
||||
style = "bg:#3a464c fg:#83c092"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[php]
|
||||
symbol = ""
|
||||
style = "bg:#3a464c fg:#d699b6"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
63
cli/starship/starship-light-hard.toml
Normal file
63
cli/starship/starship-light-hard.toml
Normal file
@@ -0,0 +1,63 @@
|
||||
# Everforest theme for Starship
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
format = """
|
||||
[](#f4f0d9)\
|
||||
$username\
|
||||
[](bg:#efebd4 fg:#f4f0d9)\
|
||||
$directory\
|
||||
[](fg:#efebd4 bg:#fdf6e3)\
|
||||
$git_branch\
|
||||
$git_status\
|
||||
[](fg:#fdf6e3 bg:#f4f0d9)\
|
||||
$nodejs\
|
||||
$rust\
|
||||
$golang\
|
||||
$php\
|
||||
[](fg:#f4f0d9)\
|
||||
"""
|
||||
|
||||
# Disable the blank line at the start of the prompt
|
||||
add_newline = false
|
||||
|
||||
[username]
|
||||
show_always = true
|
||||
style_user = "bg:#f4f0d9 fg:#5c6a72"
|
||||
style_root = "bg:#f4f0d9 fg:#e67e80"
|
||||
format = '[$user ]($style)'
|
||||
disabled = false
|
||||
|
||||
[directory]
|
||||
style = "bg:#efebd4 fg:#7fbbb3"
|
||||
format = "[ $path ]($style)"
|
||||
truncation_length = 3
|
||||
truncation_symbol = "…/"
|
||||
|
||||
[git_branch]
|
||||
symbol = ""
|
||||
style = "bg:#fdf6e3 fg:#a7c080"
|
||||
format = '[ $symbol $branch ]($style)'
|
||||
|
||||
[git_status]
|
||||
style = "bg:#fdf6e3 fg:#e67e80"
|
||||
format = '[$all_status$ahead_behind ]($style)'
|
||||
|
||||
[nodejs]
|
||||
symbol = ""
|
||||
style = "bg:#f4f0d9 fg:#dbbc7f"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[rust]
|
||||
symbol = ""
|
||||
style = "bg:#f4f0d9 fg:#e69875"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[golang]
|
||||
symbol = ""
|
||||
style = "bg:#f4f0d9 fg:#83c092"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[php]
|
||||
symbol = ""
|
||||
style = "bg:#f4f0d9 fg:#d699b6"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
63
cli/starship/starship-light-medium.toml
Normal file
63
cli/starship/starship-light-medium.toml
Normal file
@@ -0,0 +1,63 @@
|
||||
# Everforest theme for Starship
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
format = """
|
||||
[](#ede6cf)\
|
||||
$username\
|
||||
[](bg:#e8e3cc fg:#ede6cf)\
|
||||
$directory\
|
||||
[](fg:#e8e3cc bg:#f3ead3)\
|
||||
$git_branch\
|
||||
$git_status\
|
||||
[](fg:#f3ead3 bg:#ede6cf)\
|
||||
$nodejs\
|
||||
$rust\
|
||||
$golang\
|
||||
$php\
|
||||
[](fg:#ede6cf)\
|
||||
"""
|
||||
|
||||
# Disable the blank line at the start of the prompt
|
||||
add_newline = false
|
||||
|
||||
[username]
|
||||
show_always = true
|
||||
style_user = "bg:#ede6cf fg:#5c6a72"
|
||||
style_root = "bg:#ede6cf fg:#e67e80"
|
||||
format = '[$user ]($style)'
|
||||
disabled = false
|
||||
|
||||
[directory]
|
||||
style = "bg:#e8e3cc fg:#7fbbb3"
|
||||
format = "[ $path ]($style)"
|
||||
truncation_length = 3
|
||||
truncation_symbol = "…/"
|
||||
|
||||
[git_branch]
|
||||
symbol = ""
|
||||
style = "bg:#f3ead3 fg:#a7c080"
|
||||
format = '[ $symbol $branch ]($style)'
|
||||
|
||||
[git_status]
|
||||
style = "bg:#f3ead3 fg:#e67e80"
|
||||
format = '[$all_status$ahead_behind ]($style)'
|
||||
|
||||
[nodejs]
|
||||
symbol = ""
|
||||
style = "bg:#ede6cf fg:#dbbc7f"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[rust]
|
||||
symbol = ""
|
||||
style = "bg:#ede6cf fg:#e69875"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[golang]
|
||||
symbol = ""
|
||||
style = "bg:#ede6cf fg:#83c092"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[php]
|
||||
symbol = ""
|
||||
style = "bg:#ede6cf fg:#d699b6"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
63
cli/starship/starship-light-soft.toml
Normal file
63
cli/starship/starship-light-soft.toml
Normal file
@@ -0,0 +1,63 @@
|
||||
# Everforest theme for Starship
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
format = """
|
||||
[](#e9e1cc)\
|
||||
$username\
|
||||
[](bg:#e4dfc8 fg:#e9e1cc)\
|
||||
$directory\
|
||||
[](fg:#e4dfc8 bg:#f0e5cf)\
|
||||
$git_branch\
|
||||
$git_status\
|
||||
[](fg:#f0e5cf bg:#e9e1cc)\
|
||||
$nodejs\
|
||||
$rust\
|
||||
$golang\
|
||||
$php\
|
||||
[](fg:#e9e1cc)\
|
||||
"""
|
||||
|
||||
# Disable the blank line at the start of the prompt
|
||||
add_newline = false
|
||||
|
||||
[username]
|
||||
show_always = true
|
||||
style_user = "bg:#e9e1cc fg:#5c6a72"
|
||||
style_root = "bg:#e9e1cc fg:#e67e80"
|
||||
format = '[$user ]($style)'
|
||||
disabled = false
|
||||
|
||||
[directory]
|
||||
style = "bg:#e4dfc8 fg:#7fbbb3"
|
||||
format = "[ $path ]($style)"
|
||||
truncation_length = 3
|
||||
truncation_symbol = "…/"
|
||||
|
||||
[git_branch]
|
||||
symbol = ""
|
||||
style = "bg:#f0e5cf fg:#a7c080"
|
||||
format = '[ $symbol $branch ]($style)'
|
||||
|
||||
[git_status]
|
||||
style = "bg:#f0e5cf fg:#e67e80"
|
||||
format = '[$all_status$ahead_behind ]($style)'
|
||||
|
||||
[nodejs]
|
||||
symbol = ""
|
||||
style = "bg:#e9e1cc fg:#dbbc7f"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[rust]
|
||||
symbol = ""
|
||||
style = "bg:#e9e1cc fg:#e69875"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[golang]
|
||||
symbol = ""
|
||||
style = "bg:#e9e1cc fg:#83c092"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[php]
|
||||
symbol = ""
|
||||
style = "bg:#e9e1cc fg:#d699b6"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
@@ -2,19 +2,19 @@
|
||||
# Generated from template - do not edit manually
|
||||
|
||||
format = """
|
||||
[](#{{bg1}})\
|
||||
[]({{bg1}})\
|
||||
$username\
|
||||
[](bg:#{{bg2}} fg:#{{bg1}})\
|
||||
[](bg:{{bg2}} fg:{{bg1}})\
|
||||
$directory\
|
||||
[](fg:#{{bg2}} bg:#{{bg}})\
|
||||
[](fg:{{bg2}} bg:{{bg}})\
|
||||
$git_branch\
|
||||
$git_status\
|
||||
[](fg:#{{bg}} bg:#{{bg1}})\
|
||||
[](fg:{{bg}} bg:{{bg1}})\
|
||||
$nodejs\
|
||||
$rust\
|
||||
$golang\
|
||||
$php\
|
||||
[](fg:#{{bg1}})\
|
||||
[](fg:{{bg1}})\
|
||||
"""
|
||||
|
||||
# Disable the blank line at the start of the prompt
|
||||
@@ -22,42 +22,42 @@ add_newline = false
|
||||
|
||||
[username]
|
||||
show_always = true
|
||||
style_user = "bg:#{{bg1}} fg:#{{fg}}"
|
||||
style_root = "bg:#{{bg1}} fg:#{{red}}"
|
||||
style_user = "bg:{{bg1}} fg:{{fg}}"
|
||||
style_root = "bg:{{bg1}} fg:{{red}}"
|
||||
format = '[$user ]($style)'
|
||||
disabled = false
|
||||
|
||||
[directory]
|
||||
style = "bg:#{{bg2}} fg:#{{blue}}"
|
||||
style = "bg:{{bg2}} fg:{{blue}}"
|
||||
format = "[ $path ]($style)"
|
||||
truncation_length = 3
|
||||
truncation_symbol = "…/"
|
||||
|
||||
[git_branch]
|
||||
symbol = ""
|
||||
style = "bg:#{{bg}} fg:#{{green}}"
|
||||
style = "bg:{{bg}} fg:{{green}}"
|
||||
format = '[ $symbol $branch ]($style)'
|
||||
|
||||
[git_status]
|
||||
style = "bg:#{{bg}} fg:#{{red}}"
|
||||
style = "bg:{{bg}} fg:{{red}}"
|
||||
format = '[$all_status$ahead_behind ]($style)'
|
||||
|
||||
[nodejs]
|
||||
symbol = ""
|
||||
style = "bg:#{{bg1}} fg:#{{yellow}}"
|
||||
style = "bg:{{bg1}} fg:{{yellow}}"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[rust]
|
||||
symbol = ""
|
||||
style = "bg:#{{bg1}} fg:#{{orange}}"
|
||||
style = "bg:{{bg1}} fg:{{orange}}"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[golang]
|
||||
symbol = ""
|
||||
style = "bg:#{{bg1}} fg:#{{aqua}}"
|
||||
style = "bg:{{bg1}} fg:{{aqua}}"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[php]
|
||||
symbol = ""
|
||||
style = "bg:#{{bg1}} fg:#{{purple}}"
|
||||
style = "bg:{{bg1}} fg:{{purple}}"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
Reference in New Issue
Block a user