themerdev / themer

🎨 themer takes a set of colors and generates themes for your apps (editors, terminals, wallpapers, and more).
https://themer.dev
MIT License
5.43k stars 113 forks source link

Adds terminator v1.0.0 #76

Closed kinduff closed 3 years ago

kinduff commented 3 years ago

Resolves #47

Changes proposed in this pull request:

Example output for themer-terminator-dark.txt with colors-default

[[Themer dark]]
  background_color = "#282629"
  cursor_color = "#e0dce0"
  foreground_color = "#e0dce0"
  palette = "#282629:#ff4050:#a4cc35:#ffd24a:#26c99e:#cc78fa:#f553bf:#e0dce0:#c1bcc2:#ff4050:#26c99e:#ffd24a:#66bfff:#cc78fa:#f553bf:#fffcff"

Screenshot from 2020-10-02 21-33-24

And Dracula:

Screenshot from 2020-10-02 21-34-27

mjswensen commented 3 years ago

Excellent work, @kinduff ! Merging now and will post back here once this is released.

mjswensen commented 3 years ago

This has been released to npm at @themer/terminator and added to the web UI. Thank you again, @kinduff ! 🚀🎉