Join the dark sideBe the first to know about new products, special releases, and much more.
7,449 people enjoy it!Subscribe to the RSS Feed.
Ensure ripgrep is configured to use a configuration file. If not already set up, follow the official configuration guide.
Add the following color configuration to your ripgrep config file:
# Dracula theme for ripgrep - https://draculatheme.com/ripgrep --colors=path:fg:0xbd,0x93,0xf9 --colors=line:fg:0x50,0xfa,0x7b --colors=column:fg:0x50,0xfa,0x7b --colors=match:fg:0xff,0x55,0x55
🧩 Color Scheme:
- Path: Purple (
#bd93f9
);- Line numbers: Green (
#50fa7b
);- Column numbers: Green (
#50fa7b
);- Match highlights: Red (
#ff5555
);