This project extends the popular "Fancy Dracula" theme for Warp Terminal to other environments.
The fancy_dracula.yaml.svg
file in this repository provides a visual preview of the Fancy Dracula theme in Warp Terminal. This SVG file showcases:
The preview image demonstrates various terminal elements with the applied theme:
-
Directory Listing Colors
- Directories: Displayed in purple (
#bd93f9
) - Executable files: Displayed in red (
#f55
) - Regular files: Displayed in white (
#fff
)
- Directories: Displayed in purple (
-
Color Palette
- Normal Colors:
- Black: Default terminal black
- Red:
#f55
- Green:
#50fa7b
- Yellow:
#f1fa8c
- Blue:
#bd93f9
- Magenta:
#ff79c6
- Cyan:
#8be9fd
- White:
#bbb
- Bright Colors:
- Black:
#555
- Red:
#f55
- Green:
#50fa7b
- Yellow:
#f1fa8c
- Blue:
#caa9fa
(slightly lighter than normal blue) - Magenta:
#ff79c6
- Cyan:
#8be9fd
- White:
#fff
- Black:
- Normal Colors:
-
Terminal Prompt Styling
- Directory path: Displayed in magenta (
#ff79c6
) - Git information:
- Brackets/parentheses: Green (
#50fa7b
) - Branch name: Yellow (
#f1fa8c
)
- Brackets/parentheses: Green (
- Command cursor: Styled with accent color
- Directory path: Displayed in magenta (
The project features a distinctive color gradient that transitions between the theme's primary colors, creating a cohesive visual identity:
The gradient flows through the following colors:
- Purple (
#bd93f9
) → Pink (#ff79c6
) → Cyan (#8be9fd
)
This gradient is used for accent elements, highlight effects, and can be incorporated when extending the theme to other environments for consistent branding.
- Open Warp Terminal
- Go to Settings (⌘+,)
- Select "Appearance" from the sidebar
- Under "Theme", select "Fancy Dracula" from the dropdown menu
- If not available in the default themes, you can import the theme by clicking "Import Theme" and selecting the
fancy_dracula.yaml
file
- If not available in the default themes, you can import the theme by clicking "Import Theme" and selecting the
This project aims to extend this color scheme to various other development environments to maintain a consistent look and feel across different tools.
When extending to other environments, consider incorporating both the individual colors and the signature gradient where appropriate.
This theme is inspired by the original Dracula Theme with some enhancements to create the "fancy" variant.