Skip to content

orangekame3/irodori

Repository files navigation

irodori(彩)


Color Pallete

irodori(彩)

MIT License badge Tag PR workflow status badge

Color Pallete

package main

import (
    "fmt"

    "github.com/charmbracelet/lipgloss"
    irodori "github.com/orangekame3/irodori"
    )

    func main() {
    for key, theme := range irodori.Pallete {
        styles, bgStyles := irodori.ColorSample(theme)
        fmt.Println(key)
        fmt.Println(lipgloss.JoinHorizontal(lipgloss.Top, styles...))
        fmt.Println(lipgloss.JoinHorizontal(lipgloss.Top, bgStyles...))
    }
}

Usage

License

irodori is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments