Skip to content

Instantly share code, notes, and snippets.

@mintchipleaf
Last active November 3, 2025 21:50
Show Gist options
  • Select an option

  • Save mintchipleaf/bd17682ec6ec0d11c90d7ff46fa4cdbe to your computer and use it in GitHub Desktop.

Select an option

Save mintchipleaf/bd17682ec6ec0d11c90d7ff46fa4cdbe to your computer and use it in GitHub Desktop.
Fairyfloss Terminal Themes

✨fairyfloss terminal theme

ANSI terminal color scheme inspired by sailorhg's fairyfloss editor theme.

#5A5475
#3a364b#FF857F#A3CAC0#E6C000#8C7899#958DB8#AFECAD#FFEFFF
#C0BDD1#FFB8D1#C9E7D5#F9F158#EBC9FF#CEC3FF#C2FFDF#F8F8F2

✨fairyfloss ANSI Colors

Color name Value
Black #3A364B #3A364B rgb(58, 54, 75)
Red #FF857F #FF857F rgb(255, 133, 127)
Green #A3CAC0 #A3CAC0 rgb(163, 202, 192)
Yellow #E6C000 #E6C000 rgb(230, 192, 0)
Blue #8C7899 #8C7899 rgb(140, 120, 153)
Magenta #958DB8 #958DB8 rgb(149, 141, 184)
Cyan #AFECAD #AFECAD rgb(175, 236, 173)
White #FFEFFF #FFEFFF rgb(255, 239, 255)
Bold Black #C0BDD1 #C0BDD1 rgb(192, 189, 209)
Bold Red #FFB8D1 #FFB8D1 rgb(255, 184, 209)
Bold Green #C9E7D5 #C9E7D5 rgb(201, 231, 213)
Bold Yellow #F9F158 #F9F158 rgb(249, 241, 88)
Bold Blue #EBC9FF #EBC9FF rgb(235, 201, 255)
Bold Magenta #CEC3FF #CEC3FF rgb(206, 195, 255)
Bold Cyan #C2FFDF #C2FFDF rgb(194, 255, 223)
Bold White #F8F8F2 #F8F8F2 rgb(248, 248, 242)

Additonal colors

Color name Value
Background #5A5475 #5A5475 rgb(90, 84, 117)
Foreground #F8F8F2 #F8F8F2 rgb(248, 248, 242)
Cursor #F8F8F0 #F8F8F0 rgb(248, 248, 240)
(For a cute but functional font I suggest mononoki)

✨fairyfloss for Windows Terminal

Add following to schemes array in Windows Terminal settings.json:

    {	
        "background": "#5A5475",	
        "black": "#464258",	
        "blue": "#8C7899",	
        "brightBlack": "#C0BDD1",	
        "brightBlue": "#EBC9FF",	
        "brightCyan": "#C2FFDF",	
        "brightGreen": "#C9E7D5",	
        "brightPurple": "#CEC3FF",	
        "brightRed": "#FFB8D1",	
        "brightWhite": "#F8F8F2",	
        "brightYellow": "#F9F158",	
        "cursorColor": "#F8F8F0",	
        "cyan": "#AFECAD",	
        "foreground": "#F8F8F2",	
        "green": "#A3CAC0",	
        "name": "\u2728fairyfloss",	
        "purple": "#958DB8",	
        "red": "#FF857F",	
        "selectionBackground": "#F8F8F2",	
        "white": "#FFEFFF",	
        "yellow": "#E6C000"	
    }	
(If combined with Powershell I suggest using a colorful prompt, like starship)

Fairyfloss theme for Fish, based on the original editor theme by sailorhg

Install with a plugin manager like Fisher or manually by placing the .theme file under ~/.config/fish/themes/

fisher install mintchipleaf/fairyfish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment