Dracula Icon

Tridactyl

Dracula Theme for Tridactyl
tridactyl - Theme Preview

Tridactyl

Install

To install run:

:colourscheme --url https://raw.githubusercontent.com/dracula/tridactyl/main/dracula.css dracula

Customization

  • Fork the repo;
  • Edit CSS vars to change colors/font to your preference;
  • Use :colourscheme --url https://raw.githubusercontent.com/<user>/tridactyl/main/dracula.css dracula_custom command to set your custom theme.

Examples

--tridactyl-url-fg: var(--pink); will change --pink to the color you prefer.

Available colors correspond to Dracula colors: pink, purple, red, etc...

To change the font:

--font: "FiraCode Nerd Font Mono"; to: --font: "font-of-your-choice";

Based on base16-tridactyl