[go: nahoru, domu]

Skip to content

A little CLI program written in Python for fusing colors in files that follow the same structure.

Notifications You must be signed in to change notification settings

Axenide/ColorFuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

🎨 ColorFuse

A little CLI program written in Python for fusing colors in files that follow the same structure.

The example above shows Gruvbox (left) + Nord (right) resulting in Nordbox (heh...).
The program shown is Neovim with my NvChad fork.

Initial requirements

  • Python 3.x
  • Two files that follow the same structure but differ in their HEX colors. For example you can check NvChad's base46 themes.

Usage

  1. Run main.py
  2. Input first file
  3. Input second file
  4. Input path to save the fused file
  5. Enjoy 😎

It will return the fused file and a list with the colors it fused in order for you to reuse if needed.

Roadmap

  • Control the amount of each file
  • Support for RRGGBBAA colors
  • Support for RGBA colors
  • Live preview
  • Changing color format (HEX, RGB, HSL, HSV, CMYK)
  • Proper install
  • GUI

Please consider giving me a tip. :)
☕ Cafecito | ❤️ Ko-Fi | 💸 PayPal
💵 USDT: TDub4eGEbXMqv4CFo65oNTaBYMJpbJyrtQ (TRC20)
💶 USDC: 0x1959681e522dbaedd93f90b0ece0d627f96432ee (ERC20)
🪙 BTC: 16BTDDEmE2D98YPePt6VAvsC4s9xrVLpk4

About

A little CLI program written in Python for fusing colors in files that follow the same structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages