Skip to content

A Python app aiming to complement the functionality of Double Commander with a theme switcher

License

Notifications You must be signed in to change notification settings

t0mmili/dc-themer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DC Themer

A free open source application aiming to complement the functionality of Double Commander with a theme switcher.

🔥 Key features

  • Switch themes instantly with just one click.
  • Backup DC configuration before applying new theme.
  • Get everything done via readable GUI.
  • Customize application configuration in json format.
  • For other planned cool features check TODO.md.

🔨 Stack

DC Themer is written in Python 3, with the Tkinter package for the GUI.

📋 Prerequisites

There are no special requirements to my knowledge.

For the time being DC Themer is released as Windows binary, but feel free to pull the source code and run/compile on other machines.

🚀 Quick start (Windows)

  1. Download DC Themer latest version.
  2. Download themes from my other GitHub repo.
  3. Put schemes folder next to dc-themer.exe.
  4. Run dc-themer.exe.
  5. For most cases the default configuration should be ok.
    If your DC is located in custom folder, adjust these keys in dc-themer.json:
    {
      ...
      "doubleCommander": {
        ...
        "configPaths": {
          "cfg": "%APPDATA%\\doublecmd\\doublecmd.cfg",
          "json": "%APPDATA%\\doublecmd\\colors.json",
          "xml": "%APPDATA%\\doublecmd\\doublecmd.xml"
        }
      },
      ...
    }
  6. Profit!

💪 Contribution

Contributions are greatly appreciated! If you want to report a bug or request a feature, please open an issue.

❤️ Sponsorship

I create purely out of passion, in free time, on top of my day job as a Systems Engineer and a father.
If you find my work useful and would like to express your gratitude and support further development, throw in some coins 😉

📓 License

This project is licensed under the MIT License.

🔍 See also

Please also have a look at other similar projects and support authors for the great job they are doing.

Double-Commander-Theme-Changer https://github.com/delington/Double-Commander-Theme-Changer
DoubleCommanderColorScheme https://github.com/andriitishchenko/DoubleCommanderColorScheme

About

A Python app aiming to complement the functionality of Double Commander with a theme switcher

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages