
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
alacritty-themes
Advanced tools
Themes for Alacritty : A cross-platform GPU-Accelerated Terminal emulator
Themes :candy: for alacritty A cross-platform, GPU-accelerated terminal emulator
To find the list of themes, you can visit the alacritty wiki page
alacritty.yml
config fileInstall the alacritty-themes
package globally with npm
npm i -g alacritty-themes
If you are using npx
you don't have to install the package:
npx alacritty-themes
If you are using Archlinux, you can install it from AUR
paru -S alacritty-themes
alacritty-themes
To apply a theme directly, provide the theme name as an option
alacritty-themes Dracula
To find the themes, you can check the file names here
Choose the theme from the list of options by typing the theme name and press Enter
to apply.
The list of options are cycled through automatically so you can go to the last theme
by just pressing up arrow
key.
The search is fuzzy so you can enter any part of the theme name to search.
If no alacritty.yml
is found in your $HOME
path, you can create one using the --create
or -c
option.
alacritty-themes --create
We have experienced some errors when stringifying.
Probably, those are happening when changing themes,
that's the reason we decided to create backups of the alacritty.yml
before changing the theme.
This action could produce a bunch of backup files,
while we get a better solution you can remove all the backups with a
single command: rm ~/.config/alacritty/alacritty.yml.*
You can also create an alias for alacritty-themes
like at
Just append this below line to your ~/.bashrc
or ~/.bash_profile
alias at='alacritty-themes'
Now you can simply use at
to choose themes for your alacritty terminal.
at
If you have some questions about alacritty-themes, please use the Discussions Tab in the correct category that way our community can solve their questions faster.
Alacritty-Themes is built by this great community:
@rajasegar | @juanvqz |
Chennai, IND | Oaxaca, MX |
You Next? |
Internet |
FAQs
Themes for Alacritty : A cross-platform GPU-Accelerated Terminal emulator
The npm package alacritty-themes receives a total of 644 weekly downloads. As such, alacritty-themes popularity was classified as not popular.
We found that alacritty-themes demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.