{"id":18715564,"url":"https://github.com/rawnly/colorscheme-sync","last_synced_at":"2025-11-10T06:30:14.348Z","repository":{"id":78840676,"uuid":"579989307","full_name":"rawnly/colorscheme-sync","owner":"rawnly","description":"keep your ide / terminal / multiplexer themes in sync","archived":false,"fork":false,"pushed_at":"2023-02-04T00:18:13.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2024-12-28T09:43:26.683Z","etag":null,"topics":["alacritty","astronvim","neovim","tmux"],"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/rawnly.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":"2022-12-19T12:53:09.000Z","updated_at":"2024-11-02T12:28:23.000Z","dependencies_parsed_at":"2023-08-20T14:30:58.549Z","dependency_job_id":null,"html_url":"https://github.com/rawnly/colorscheme-sync","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawnly%2Fcolorscheme-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawnly%2Fcolorscheme-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawnly%2Fcolorscheme-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawnly%2Fcolorscheme-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rawnly","download_url":"https://codeload.github.com/rawnly/colorscheme-sync/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239577787,"owners_count":19662288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["alacritty","astronvim","neovim","tmux"],"created_at":"2024-11-07T13:09:14.376Z","updated_at":"2025-11-10T06:30:14.290Z","avatar_url":"https://github.com/rawnly.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Colorscheme\nDead simple tool to sync colorschemes across alacritty, tmux and astronvim.\n\n\u003e **Warning**\n\u003e\n\u003e UNDER ACTIVE DEVELOPMENT, NOT YET PUBLISHED\n\n## Installation \n\n```sh\n  cargo install colorscheme\n```\n\nVia homebrew:\n\n```sh\n  brew tap rawnly/tap\n  brew installl colorscheme\n```\n\n## Usage\n```\nUsage: colorscheme [THEME] \u003cCOMMAND\u003e\n\nCommands:\n  list  List available themes\n  new   Generates template code for a new theme\n  set   Sets the current theme\n  help  Print this message or the help of the given subcommand(s)\n\nArguments:\n  [THEME]  name of the theme\n\nOptions:\n  -h, --help     Print help information\n  -V, --version  Print version information\n```\n\n### Alacritty Setup\nTo get started make sure to have the `import` keyword defined inside your `alacritty.yml`\n\n```yaml\nimport:\n  # your imports here.\n  # it can be empty\n  - path/to/theme.yml\n```\n\u003e NOTE: colorscheme replaces the last import with the path to the new theme\n\n### Tmux Setup \nPaste the following snippet somewhere inside your `.tmux.conf`\n\n```sh\n# \u003cTHEME\n{{YOUR_THEME_IMPORT_OR_TPM_PLUGIN_HERE}}\n# THEME\u003e\n```\n\n##### Example \n```sh\n# \u003cTHEME\nsource ~/.tmux/themes/tokyonight/moon.tmux\n# THEME\u003e\n\nrun '~/.tmux/plugins/tpm/tpm'\n```\n\n### Add a new theme\nOnce you run `colorscheme` for the first time, it will initialize a configuration file inside `$XDG_CONFIG_HOME/.config/colorscheme/colorscheme.json`\nRun `colorscheme new \u003ctheme-name\u003e` to add a template entry to it.\nThis will add the following to the config file:\n```jsonc\n  {\n    \"name\": \"\u003ctheme-name\u003e\",\n    \"config\": {\n      // name of the astronvim theme\n      \"astronvim\": null,\n      // path to the alacritty theme\n      \"alacritty\": null,\n\n      // tmux configuration (default is null)\n      \"tmux\": {\n        \"path\": \"path to the tmux theme\",\n        \"is_plugin\": false,\n        // use with `is_plugin: true` to pass options to the TPM plugin\n        \"options\": []\n      }\n    }\n  }\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawnly%2Fcolorscheme-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frawnly%2Fcolorscheme-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawnly%2Fcolorscheme-sync/lists"}