Skip to content

Commit

Permalink
update readme and links
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHcodes committed May 18, 2024
1 parent b47720f commit 613ef5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions codegen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ pub fn main() {
catppuccin.mocha()
|> catppuccin.mauve
|> catppuccin.to_colour
|> catppuccin.to_color
|> colour.to_rgba
|> io.debug
// #(0.796078431372549, 0.6509803921568628, 0.9686274509803922, 1.0)
catppuccin.latte()
|> catppuccin.mauve
|> catppuccin.to_colour
|> catppuccin.to_color
|> colour.to_hsla
|> io.debug
// #(0.739010989010989, 0.8504672897196262, 0.5803921568627451, 1.0)
Expand Down
4 changes: 2 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name = "catppuccin"
version = "3.0.2"
version = "3.0.3"

description = "⭐️ Soothing pastel library for Gleam"
licences = ["MIT"]
repository = { type = "github", user = "MAHcodes", repo = "catppuccin" }
repository = { type = "github", user = "catppuccin", repo = "gleam" }
links = [{ title = "Author", href = "https://github.com/MAHcodes" }]

[dependencies]
Expand Down

0 comments on commit 613ef5f

Please sign in to comment.