https://github.com/catppuccin/elixir
⚗️ Soothing pastel theme for Elixir
https://github.com/catppuccin/elixir
catppuccin elixir hacktoberfest library
Last synced: 11 months ago
JSON representation
⚗️ Soothing pastel theme for Elixir
- Host: GitHub
- URL: https://github.com/catppuccin/elixir
- Owner: catppuccin
- License: mit
- Created: 2024-05-30T22:05:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-10T21:09:38.000Z (12 months ago)
- Last Synced: 2025-07-22T01:55:09.258Z (11 months ago)
- Topics: catppuccin, elixir, hacktoberfest, library
- Language: Elixir
- Homepage: https://catppuccin.github.io/elixir/
- Size: 271 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Catppuccin for Elixir
## Usage
1. Include the dependency in your mix project.
```elixir
def deps do
[
{:catppuccin, github: "catppuccin/elixir", tag: "v0.1.2"}
]
end
```
2. Enjoy the beautiful Catppuccin palette.
## Examples
See the API reference for more examples
### Get a flavor
```elixir
Catppuccin.mocha
```
### Get a color from a flavor
```elixir
Catppuccin.latte
|> Catppuccin.Color.base
|> Catppuccin.Color.to_hex
```
### Get flavor emoji
```elixir
Catppuccin.latte
|> Catppuccin.Flavor.emoji
```
## 🙋 FAQ
- Q: **_"Where can I find the doc?"_**\
A: [API Reference](https://catppuccin.github.io/elixir/api-reference.html)
## 💝 Thanks to
- [MikaelFangel](https://github.com/mikaelfangel)
Copyright © 2021-present Catppuccin Org