Skip to content

holo96/catppuccin-gum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo
Catppuccin for Gum

Exchanges signature gum pink for your favorite accent color

Previews

All previews use lavender as the accent color and mauve as the highlight color.

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

Bash/Zsh

  1. Copy script to desired location, e.g. ~/gum-catppuccin.sh.
wget https://raw.githubusercontent.com/holo96/catppuccin-gum/refs/heads/main/gum-catppuccin.sh -O ~/gum-catppuccin.sh
  1. Source the script to apply the Catppuccin theme for Gum (temporary for the current shell):
source ~/gum-catppuccin.sh [latte|frappe|macchiato|mocha] [accent] [highlight]
  • To make it permanent, add the same source line to your ~/.bashrc or ~/.zshrc.
  • If you omit arguments, defaults are flavour mocha, accent lavender, and an auto-picked complementary highlight.

Nushell

  1. Copy the Nushell module to desired location, e.g. ~/gum-catppuccin.nu:
wget https://raw.githubusercontent.com/holo96/catppuccin-gum/refs/heads/main/gum-catppuccin.nu -O ~/gum-catppuccin.nu
  1. Add and use apply_gum_theme function in your scripts or config:
use ~/gum-catppuccin.nu apply_gum_theme
apply_gum_theme                                      # defaults: mocha + lavender
apply_gum_theme --flavour latte --accent peach       # auto-pick complementary highlight
apply_gum_theme --accent red --highlight maroon      # manually specify highlight
  • All parameters are optional and have shell auto-completion support. The default values are same as Bash/Zsh version

🙋 FAQ

  • Q: "How can I apply catppuccin theme to gum format?"
    A: Gum format uses glamour for theming, so you can use dedicated Catppuccin glamour repo.
  • Q: "Why colors are not applied to gum pager?"
    A: Unfortunately, gum pager does not support colors at the moment. We should create an issue in the gum repo.

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org

About

🍬 Soothing pastel theme for gum

Topics

Resources

License

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors