{"id":14985658,"url":"https://github.com/dchakro/alacritty_colors","last_synced_at":"2025-04-11T22:05:24.805Z","repository":{"id":43255210,"uuid":"283779106","full_name":"dchakro/alacritty_colors","owner":"dchakro","description":"Apply color schemes to alacritty terminal emulator","archived":false,"fork":false,"pushed_at":"2024-11-09T20:54:45.000Z","size":13617,"stargazers_count":22,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T02:48:55.678Z","etag":null,"topics":["alacritty","alacritty-colors","color-schemes","yml"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dchakro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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-07-30T13:12:05.000Z","updated_at":"2024-11-09T20:54:49.000Z","dependencies_parsed_at":"2024-03-14T22:30:54.334Z","dependency_job_id":"6529cc87-e3f2-46ff-9f47-8f32721c2651","html_url":"https://github.com/dchakro/alacritty_colors","commit_stats":{"total_commits":52,"total_committers":5,"mean_commits":10.4,"dds":0.6153846153846154,"last_synced_commit":"3430c14f436bd869e6b41b658c9118110c83c726"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchakro%2Falacritty_colors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchakro%2Falacritty_colors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchakro%2Falacritty_colors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchakro%2Falacritty_colors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dchakro","download_url":"https://codeload.github.com/dchakro/alacritty_colors/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239785315,"owners_count":19696754,"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-colors","color-schemes","yml"],"created_at":"2024-09-24T14:11:26.535Z","updated_at":"2025-02-20T05:32:09.865Z","avatar_url":"https://github.com/dchakro.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![alacritty rocks](https://img.shields.io/badge/alacritty-ROCKS-blueviolet.svg)](https://github.com/alacritty/alacritty) [![GitHub license](https://img.shields.io/github/license/dchakro/alacritty_colors?color=Blue)](https://github.com/dchakro/alacritty_colors/blob/master/LICENSE) [![GitHub last commit (branch)](https://img.shields.io/github/last-commit/dchakro/alacritty_colors/master.svg)](https://github.com/dchakro/alacritty_colors/commits/master) [![GitHub stars](https://img.shields.io/github/stars/dchakro/alacritty_colors)](https://github.com/dchakro/alacritty_colors/stargazers) [![GitHub issues](https://img.shields.io/github/issues/dchakro/alacritty_colors.svg)](https://github.com/dchakro/alacritty_colors/issues) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/dchakro/alacritty_colors/pulls)\n\n# alacritty colors\n\n## About\nThis repo contains snippets for color schemes to use with [alacritty](https://github.com/alacritty/alacritty) terminal emulator (and other similar apps) and bash scripts to [apply themes](./apply_themes.sh) and [show the current theme's colors](./show_colors.sh). \n\n## Demo\n\nHere is a quick demo of the process of applying themes to alacritty.\n\n![demo.gif](assets/demo.gif)\n\n## How to use\n\n1. Clone the repo and give execute permissions to included scripts.\n\n\t```shell\n\t# Latest version\n\tgit clone --depth 1 https://github.com/dchakro/alacritty_colors.git\n\t\n\t# or clone the complete repo\n\tgit clone https://github.com/dchakro/alacritty_colors.git\n\t\n\tcd alacritty_colors\n\tchmod +x show_colors.sh apply_theme.sh\n\t```\n\n2. Overwrite the [base.toml](./base.toml) with your `~/.alacritty.toml`.\n\n   ```sh\n   cd /path/to/alacritty_colors\n   cp ~/.alacritty.toml ./base.toml\n   ```\n\t\n3. (***Optional***) Remove the current color scheme (if any) from the file `base.toml`, so that the \"**reset**\" function in the included script will restore default alacritty colors. Otherwise it will restore your current color scheme. \n\n4. Apply/Backup/Reset themes using\n\n   ```sh\n   ./apply_theme.sh\n   ```\n\n\n## Info\n\nIf you want to view the colors from your current color scheme without cloning this repo, you can do so by running:\n\n```sh\ncurl -sL 'https://raw.githubusercontent.com/dchakro/alacritty_colors/master/show_colors.sh' | bash\n```\n\n## Note:\n\n+ Most of these themes are (as-is or modified) from [alacritty's wiki](https://github.com/alacritty/alacritty/wiki/Color-schemes).\n+ While making this repo I didn’t realize that there are repos like [eendroroy’s](https://github.com/eendroroy/alacritty-theme) and [rajasegar's](https://github.com/rajasegar/alacritty-themes) repos where they have been putting in the effort for a long time. I will maintain this repo to archive other color schemes that I might find interesting over time.\n  + Unlike their repos this repo provides open-source simple bash scripts to view the theme colors and apply the themes.\n\n## Preview of themes\n\n### [Argonaut](https://github.com/pwaleczek/Argonaut-theme)   |   [toml](themes/argonaut.toml)\n\n![image-20200730153019490](assets/argonaut.png)\n\n### Ayu Mirage  |  [toml](themes/ayuMirage.toml)\n\n![image-20200730153019490](assets/ayuMirage.png)\n\n### Birds of Paradise |  [toml](themes/birds_of_paradise.toml)\n\n![birds of paradise](assets/birds_of_paradise.png)\n\n### [Blood Moon](https://github.com/dguo/blood-moon)   |   [toml](themes/bloodmoon.toml)\n\nBright yellow changed to `#FFD700`\n\n![image-20200730153216611](assets/bloodmoon.png)\n\n### Breeze (KDE)  |  [toml](themes/breeze.toml)\n\n![image-20200730153019490](assets/breeze.png)\n\n### Breeze2   |  [toml](themes/breeze2.toml)\n\nmodified from KDE Breeze by robocopAlpha\n\n![breeze2](./assets/breeze2.png)\n\n### Darktooth  |  [toml](themes/darktooth.toml)\n\n![image-20200730153019490](assets/darktooth.png)\n\n### Dracula  |  [toml](themes/dracula.toml)\n\n![image-20200730153019490](assets/dracula.png)\n\n### [Flexoki Dark](https://github.com/kepano/flexoki/blob/main/alacritty/flexoki-dark.yaml)  |  [toml](themes/flexoki-dark.toml)\n\n![image-20200730153019490](assets/flexoki-dark.png)\n\n### Github Light 1 | [toml](themes/githubLight.toml)\n![githubLight](assets/githubLight.png)\n\n### [Github Light 2](https://github.com/projekt0n/github-theme-contrib/blob/main/themes/alacritty/github_light.yml) | [toml](themes/github_light2.toml)\n![githubLight](assets/github_light2.png)\n\n### Gruvbox  |   [toml](themes/gruvbox.toml)\n\n![image-20200730153019490](assets/gruvbox.png)\n\n### [Hyper](https://hyper.is/)   |  [toml](themes/hyper.toml)\n\nThe color Yellow `#FFD700` has taken from [Blood Moon](themes/bloodmoon.toml).\n\n![image-20200730153904592](assets/hyper.png)\n\n### Iterm Default  |  [toml](themes/iterm2.toml)\n\n![image-20200730154037517](assets/iterm2.png)\n\n### Kitty  |   [toml](themes/kitty.toml)\n\n![image-20200730153019490](assets/kitty.png)\n\n### [Material Theme](https://github.com/equinusocio/material-theme)  |  [toml](themes/material.toml)\n\n![image-20200730154203299](assets/material.png)\n\n### Metro Style   |   [toml](./themes/metrostyle.toml)\n\n![metrostyle](assets/metrostyle.png)\n\n### Monokai Soda  |   [toml](themes/monokaiSoda.toml)\n\n![image-20200730154326639](assets/monokaiSoda.png)\n\n### Monokai Soda version 2 | [toml](themes/monokaiSoda2.toml)\nGray and white are changed from the base theme\n![monokaisoda2](assets/monokaiSoda2.png)\n\n### PaperColor Light | [toml](themes/paperColorLight.toml)\n![paper color light](assets/paperColorLight.png)\n\n\n### Paraiso Dark | [toml](themes/paraisoDark.toml)\n\n![paraiso dark](assets/paraisoDark.png)\n\n### Pencil Light | [toml](themes/pencilLight.toml)\n![pencil light](assets/pencilLight.png)\n\n### Pop OS   |    [toml](themes/pop_OS.toml)\n\n![image-20200730155432908](assets/pop_OS.png)\n\n### [Remedy-Dark](https://github.com/alacritty/alacritty-theme/blob/master/themes/remedy_dark.toml)   |  [toml](themes/remedy_dark.toml)\n\n![image-20200730160014996](assets/remedy_dark.png)\n\n\n### robocopAlpha Colors   |  [toml](themes/robocopAlpha.toml)\n\n![image-20200730160014996](assets/robocopAlpha.png)\n\n### [Rose Pine Dawn]()   |    [toml](themes/rose-pine-dawn.toml)\n\n![image-20200730155432908](assets/rose-pine-dawn.png)\n\n### [Seabird](https://github.com/nightsense/seabird)   |   [toml](themes/seabird.toml)\n\nForeground color has been made darker `#1A1A1A` than original to improve contrast\n\n![image-20200730154721260](assets/seabird.png)\n\n### Spacemacs light  |   [toml](themes/spacemacsLight.toml)\n\nChanges: green to `#009F6B` and magenta to `#29A0AD`.\n\n![image-20200730160138239](assets/spacemacsLight.png)\n\n### Spacer by robocopAlpha   |   [toml](./themes/spacer.toml)\n\nTried to map colors from the Spacemacs Light theme to ones “similar” to the names of the colors.\n\n![spacer](assets/spacer.png)\n\n### Tender   |  [toml](themes/tender.toml)\nConverted to TOML from:\n\n![image-20200730155241817](assets/tender.png)\n\n### Terminal app basic    |   [toml](themes/terminalBasic.toml)\n\n![image-20200730155241817](assets/terminalBasic.png)\n\n### Ubuntu   |    [toml](themes/ubuntu.toml)\n\n![image-20200730155325668](assets/ubuntu.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdchakro%2Falacritty_colors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdchakro%2Falacritty_colors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdchakro%2Falacritty_colors/lists"}