Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 2.63 KB

README.md

File metadata and controls

58 lines (44 loc) · 2.63 KB

Logo
Catppuccin for Helix

helix preview

IMPORTANT: THIS IS NOT THE ACTUAL HELIX THEME REPO. YOU CAN FIND THIS REPO HERE. THIS REPO EXISTS SOLELY FOR THE PURPOSE OF TESTING NEW TOOLS AND APIS. IT WILL BE TERMINATED SOON.

Usage

  1. Copy the contents of the themes/default or themes/no_italics folder into $HOME/.config/helix/themes/.
  2. Choose a palette (latte, frappe, macchiato, mocha) and add theme = "catppuccin_(palette)" to your config.toml
  3. (Optional) modify your $HOME/.config/helix/config.toml to activate features (might require Helix build from master):
    [editor]
    line-number = "relative"
    cursorline = true
    color-modes = true
    
    [editor.cursor-shape]
    insert = "bar"
    normal = "block"
    select = "underline"
    
    [editor.indent-guides]
    render = true

Modify themes

Modfiy the themes by editing the template (data/template.tmpl), the palettes (/data/palettes) or the configs (/data/configs). To generate all the themes execute python generate.py.

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org