{"id":22276827,"url":"https://github.com/saecki/alco","last_synced_at":"2026-04-20T10:03:14.034Z","repository":{"id":121693663,"uuid":"344540396","full_name":"saecki/alco","owner":"saecki","description":"Update terminal colorschemes on the fly","archived":false,"fork":false,"pushed_at":"2024-07-24T23:15:16.000Z","size":147,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T08:38:25.163Z","etag":null,"topics":["colorscheme","neovim","terminal","tmux","zsh"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saecki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-04T16:35:46.000Z","updated_at":"2024-07-24T23:15:20.000Z","dependencies_parsed_at":"2024-07-25T01:20:46.234Z","dependency_job_id":null,"html_url":"https://github.com/saecki/alco","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saecki/alco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saecki%2Falco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saecki%2Falco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saecki%2Falco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saecki%2Falco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saecki","download_url":"https://codeload.github.com/saecki/alco/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saecki%2Falco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32042293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["colorscheme","neovim","terminal","tmux","zsh"],"created_at":"2024-12-03T14:16:16.931Z","updated_at":"2026-04-20T10:03:14.016Z","avatar_url":"https://github.com/saecki.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alco\n\n### Usage\n```\nalco 0.2.0\nSaecki \u003ctobiasschmitz2001@gmail.com\u003e\nUpdate terminal colorschemes on the fly\n\nUSAGE:\n    alco [OPTIONS] [SUBCOMMAND]\n\nOPTIONS:\n    -a, --reload-all                     Reload all additional colorschemes\n    -A, --reload-alacritty               Also reload alacritty updating the configuration file\n        --alacritty-file \u003cfile\u003e          The alacritty configuration file which will updated [default: ~/.config/alacritty/alacritty.yml]\n        --alacritty-in-file \u003cfile\u003e       The alacritty configuration file which will updated [default: ~/.config/alacritty/alacritty.yml.in]\n        --alacritty-selector \u003cfile\u003e      The alacritty selector file which contains a colorscheme mapping [default: ~/.config/alco/alacritty-selector.yml]\n    -c, --config-file \u003cfile\u003e             Alco's configuration file [default: ~/.config/alco/alco.yml]\n    -C, --colorscheme-file \u003cfile\u003e        The file that contains a list of colorschemes [default: ~/.config/alco/colors.yml]\n        --cmus-selector \u003cfile\u003e           The cmus selector file which contains a colorscheme mapping [default: ~/.config/alco/cmus-selector.yml]\n    -d, --reload-starship                Also reload starship by updating the configuration file\n    -d, --reload-delta                   Also reload delta by updating the configuration file\n        --delta-file \u003cfile\u003e              The delta configuration file which will be overwritten [default: ~/.config/delta/colors/current.gitconfig]\n        --delta-selector \u003cfile\u003e          The delta selector file which contains a colorscheme mapping [default: ~/.config/alco/delta-selector.yml]\n    -g, --generate-completion \u003cshell\u003e    Generates a completion script for the specified shell [possible values: bash, zsh, fish, elvish, powershell]\n    -h, --help                           Print help information\n    -k, --reload-kitty                   Also reload kitty by sourcing a configuration file\n        --kitty-file \u003cfile\u003e              The kitty configuration file which will be overwritten and sourced [default: ~/.config/kitty/colors/current.conf]\n        --kitty-selector \u003cfile\u003e          The kitty selector file which contains a colorscheme mapping [default: ~/.config/alco/kitty-selector.yml]\n        --kitty-socket \u003csocket\u003e          The unix socket on which kitty is listening for remote control [default: /tmp/kitty]\n    -m, --reload-cmus                    Also reload cmus by sourcing a configuration file\n    -n, --reload-neovim                  Also reload neovim by sourcing a configuration file\n        --neovim-command \u003ccommand\u003e       The neovim command that will be executed to update the colorscheme [default: \"lua require('colors').reload()\"]\n        --starship-file \u003cfile\u003e           The starship configuration file which will be overwritten [default: ~/.config/starship.toml]\n        --starship-in-file \u003cfile\u003e        The starship in file which will be read [default: ~/.config/starship/starship.toml.in]\n        --starship-selector \u003cfile\u003e       The starship selector file which contains a colorscheme mapping [default: ~/.config/alco/starship-selector.yml]\n    -t, --reload-tmux                    Also reload tmux by sourcing a configuration file\n        --tmux-file \u003cfile\u003e               The tmux configuration file which will be overwritten and sourced [default: ~/.config/tmux/colors/current.conf]\n        --tmux-selector \u003cfile\u003e           The tmux selector file which contains a colorscheme mapping [default: ~/.config/alco/tmux-selector.yml]\n    -V, --version                        Print version information\n\nSUBCOMMANDS:\n    apply     Apply a colorscheme\n    help      Print this message or the help of the given subcommand(s)\n    list      List available colorschemes\n    status    Print the current status\n    toggle    Toggle the colorscheme between available options\n```\n\n### Selector files\nSelctor files contain a mapping from the alco colorscheme names to the respective colorscheme for the specific application. In some cases this might be a path in other cases just a name.\n\n| Application | Type   |\n|-------------|--------|\n| alacritty   | `path` |\n| kitty       | `path` |\n| tmux        | `path` |\n| starship    | `path` |\n| delta       | `path` |\n| cmus        | `name` |\n\n__Example__\nA `tmux-selector.yml` file\n```\nmy-dark-theme: \"~/.config/tmux/colors/my-dark-theme.conf\"\nmy-light-theme: \"~/.config/tmux/colors/my-light-theme.conf\"\nelse: \"~/.config/tmux/colors/my-dark-theme.conf\" # default to a dark theme\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaecki%2Falco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaecki%2Falco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaecki%2Falco/lists"}