{"id":13605368,"url":"https://github.com/rajasegar/alacritty-themes","last_synced_at":"2025-05-16T14:08:37.020Z","repository":{"id":36979167,"uuid":"273645824","full_name":"rajasegar/alacritty-themes","owner":"rajasegar","description":":rainbow: :lollipop: Themes :candy: :heart_eyes: for Alacritty: A cross-platform GPU-accelerated Terminal emulator","archived":false,"fork":false,"pushed_at":"2024-08-13T23:10:32.000Z","size":1810,"stargazers_count":717,"open_issues_count":15,"forks_count":75,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-19T15:58:18.516Z","etag":null,"topics":["alacritty","alacritty-colorscheme","alacritty-theme","cli"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rajasegar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"contributing.md","funding":null,"license":"LICENSE","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":"2020-06-20T05:38:52.000Z","updated_at":"2025-03-28T05:08:31.000Z","dependencies_parsed_at":"2024-01-16T23:30:08.490Z","dependency_job_id":"984ec8c5-5563-459c-a4ac-1f72533d271e","html_url":"https://github.com/rajasegar/alacritty-themes","commit_stats":null,"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Falacritty-themes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Falacritty-themes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Falacritty-themes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajasegar%2Falacritty-themes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajasegar","download_url":"https://codeload.github.com/rajasegar/alacritty-themes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254544146,"owners_count":22088807,"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","alacritty-colorscheme","alacritty-theme","cli"],"created_at":"2024-08-01T19:00:57.898Z","updated_at":"2025-05-16T14:08:32.011Z","avatar_url":"https://github.com/rajasegar.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# :rainbow: alacritty-themes :lollipop:\n\n![Build and Deploy](https://github.com/rajasegar/alacritty-themes/workflows/Build%20and%20Deploy/badge.svg)\n[![npm version](http://img.shields.io/npm/v/alacritty-themes.svg?style=flat)](https://npmjs.org/package/alacritty-themes 'View this project on npm')\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n\nThemes :candy: for [alacritty](https://github.com/alacritty/alacritty) A cross-platform, GPU-accelerated terminal emulator\n\nTo find the list of themes, you can visit the alacritty [wiki page](https://github.com/alacritty/alacritty/wiki/Color-schemes)\n\n- ~~Live preview the themes~~\n- 200+ Themes to choose from\n- Apply any theme with just one command at the terminal\n- Option to create your `alacritty.toml` config file\n- Simple, Easy and intuitive User experience\n\n## Install\n\nInstall the `alacritty-themes` package globally with [npm](https://npmjs.com)\n\n```\nnpm i -g alacritty-themes\n```\n\nIf you are using `npx` you don't have to install the package:\n\n```\nnpx alacritty-themes\n```\n\nIf you are using Archlinux, you can install it from [AUR](https://aur.archlinux.org/packages/alacritty-themes/)\n\n```\nparu -S alacritty-themes\n```\n\n## Usage\n\n```\nalacritty-themes\n```\n\nTo apply a theme directly, provide the theme name as an option\n\n```\nalacritty-themes Dracula\n```\n\nTo find the themes, you can check the file names [here](/themes)\n\n![alacritty-themes demo gif](demo.gif)\n\nChoose the theme from the list of options by typing the theme name and press `Enter` to apply.\nThe list of options are cycled through automatically so you can go to the last theme\nby just pressing `up arrow` key.\nThe search is fuzzy so you can enter any part of the theme name to search.\n\nIf no `alacritty.toml` is found in your `$HOME` path, you can create one using the `--create` or `-c` option.\n\n```\nalacritty-themes --create\n```\n\n## Backups\n\nWe have experienced some errors when stringifying.\nProbably, those are happening when changing themes,\nthat's the reason we decided to create backups of the `alacritty.toml` before changing the theme.\n\nThis action could produce a bunch of backup files,\nwhile we get a better solution you can remove all the backups with a\nsingle command: `rm ~/.config/alacritty/alacritty.toml.*`\n\n## Bonus Tip: Alias\n\nYou can also create an alias for `alacritty-themes` like `at`\nJust append this below line to your `~/.bashrc` or `~/.bash_profile`\n\n```\nalias at='alacritty-themes'\n```\n\nNow you can simply use `at` to choose themes for your alacritty terminal.\n\n```\nat\n```\n\n## Discussions\n\nIf you have some questions about alacritty-themes, please use the [Discussions Tab](https://github.com/rajasegar/alacritty-themes/discussions) in the correct category that way our community can solve their questions faster.\n\n## Contributors\n\n**Alacritty-Themes** is built by this great community:\n\n| \u003cimg src=\"https://avatars.githubusercontent.com/rajasegar?s=256\" alt=\"rajasegar\" width=\"128\" /\u003e | \u003cimg src=\"https://avatars.githubusercontent.com/juanvqz?s=256\" alt=\"juanvqz\" width=\"128\" /\u003e |\n| :---------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------: |\n|                      \u003ca href=\"https://github.com/rajasegar\"\u003e@rajasegar\u003c/a\u003e                      |                      \u003ca href=\"https://github.com/juanvqz\"\u003e@juanvqz\u003c/a\u003e                      |\n|                                          Chennai, IND                                           |                                         Oaxaca, MX                                          |\n\n| \u003cimg src=\"https://www.gravatar.com/avatar/00000000000000000000000000000000?d=identicon\u0026s=128\u0026\" alt=\"\" width=\"128\" /\u003e |\n| :------------------------------------------------------------------------------------------------------------------: |\n|                                                      You Next?                                                       |\n|                                                       Internet                                                       |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajasegar%2Falacritty-themes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajasegar%2Falacritty-themes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajasegar%2Falacritty-themes/lists"}