mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-03-14 13:00:30 +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:
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)'
|
||||
Reference in New Issue
Block a user