Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo
Catppuccin for Fyne

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

  1. Run go get github.com/catppuccin/fyne

  2. Add an import of github.com/catppuccin/fyne to your code

  3. Call the app's Settings.().SetTheme() method with an instantiated theme struct:

    func main() {
        a := app.New()
    
        ctp := catppuccin.New() // this creates a Theme struct with blue as the accent color.
                                //you can instead call NewWithAccent() for a different accent color
        ctp.SetFlavor(catppuccin.Frappe) // if you want to follow the system theme don't set flavor manually.
                                         // by default uses Latte for light and Mocha for dark
        a.Settings().SetTheme(ctp)
        ...
    }

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org

About

📯 Soothing pastel theme for Fyne

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

13 stars

Watchers

2 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages