Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ioulan/bat

 
 

Repository files navigation

Logo
Catppuccin for Bat

Adding the themes

  1. First create a theme folder in bat's configuration directory by running:
    mkdir -p "$(bat --config-dir)/themes"
  2. Copy the .tmTheme files to bat's theme folder:
  • Latte

    wget -P "$(bat --config-dir)/themes" https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-latte.tmTheme
  • Frappe

    wget -P "$(bat --config-dir)/themes" https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-frappe.tmTheme
  • Macchiato

    wget -P "$(bat --config-dir)/themes" https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-macchiato.tmTheme
  • Mocha

    wget -P "$(bat --config-dir)/themes" https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme
  1. Rebuild bat's cache:
    bat cache --build
  2. And check if all the 4 theme flavours are present in the list.
    bat --list-themes

Usage

There are two ways to get the theme working.

  1. Add the following to bat's configuration file:
    --theme="Catppuccin-mocha"
  2. Using the BAT_THEME environmental variable:
    • Export the environmental variable inside your shell's configuration file: BAT_THEME="Catppuccin-mocha". The method to export the variable depends on your shell.

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org

About

🦇️ Soothing pastel theme for Bat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published