You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create themes directory if it doesn't existmkdir-p ~/.config/fish/themes
# Symlink the themeln-s /path/to/violet_void.fish ~/.config/fish/themes/violet_void.fish
# Add to your fish config (~/.config/fish/config.fish)set-g fish_theme violet_void
Option 2: Clone and Link
# Clone the repository
git clone https://github.com/aaronedev/violet-void-theme_fish.git
cd violet-void-theme_fish
# Create symlinkln-s (pwd)/violet_void.fish ~/.config/fish/themes/violet_void.fish
# Enable in config.fishecho'set -g fish_theme violet_void'>> ~/.config/fish/config.fish
Colors
Base Palette
Name
Hex
Usage
foreground
#c8d3f5
Default text color
selection
#2d3f76
Selected text background
comment
#636da6
Comments and secondary text
Syntax Highlighting
Name
Hex
Usage
red
#ff757f
Errors
orange
#ff966c
End of command block
yellow
#ffc777
Strings and quotes
green
#c3e88d
Operators
cyan
#86e1fc
Commands
purple
#fca7ea
Parameters and variables
pink
#c099ff
Keywords
foreground
#c8d3f5
Normal text, redirections
Pager Colors
Name
Hex
Usage
progress
#636da6
Progress indicator
prefix
#86e1fc
Prefix/highlighted item
completion
#c8d3f5
Completed items
description
#636da6
Item descriptions
Configuration Tips
Enable/Disable Components
# Disable search match highlightingset-g fish_color_search_match
# Use a different comment colorset-g fish_color_comment 828bb8