Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
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 575 weekly downloads. As such, alacritty-themes popularity was classified as not popular.
We found that alacritty-themes demonstrated a healthy version release cadence and project activity because the last version was released less than 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.