catppuccin

🌚 Soothing pastel theme for Lua

$ luarocks install catppuccin

🌚 Soothing pastel theme for Lua

Usage:

   Get Mocha palette
  local palette = require("catppuccin").mocha()
  -- or
  local palette = require("catppuccin.mocha")

   Get the flavor name of currently used palette.
  =palette.name --> "mocha"

   Get Blue color from Mocha palette.
  =palette.blue --> { hex: string; rgb: { number, number, number }; hsl: { number, number, number } }

See more on https://github.com/catppuccin/lua

Versions

0.1.0-11 year ago447 downloads

Manifests