jacksonfrankland / catppuccin-helix

➿ Soothing pastel theme for Helix!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo
Catppuccin for Helix

helix preview

Usage

  1. Helix itself includes the default variant of the theme. For other variants, copy the contents of the themes/... folder into $HOME/.config/helix/themes/ to overwrite.
  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:
    [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

About

➿ Soothing pastel theme for Helix!

License:MIT License


Languages

Language:Python 100.0%