Giter Site home page Giter Site logo

photonios / iterm-color-to-gnome-terminal Goto Github PK

View Code? Open in Web Editor NEW
17.0 2.0 2.0 7 KB

Converts iTerm2's *.itemcolors to a gnome-terminal theme

License: MIT License

Python 100.00%
iterm2 theme profile gnome-terminal gnome-terminal-themes iterm2-theme iterm2-colors iterm2-color-scheme

iterm-color-to-gnome-terminal's Introduction

iterm-color-to-gnome-terminal

Converts iTerm2's *.itemcolors to a gnome-terminal profile.

Prerequisites

  • Python 3.7 or newer

These scripts do not depend on any third-party libraries.

Usage

$ ./iterm-colors-to-gnome-terminal.py [*.itemcolors file]

This dumps a new gnome-terminal profile to stdout. This profile can be loaded into gnome-terminal using the provided bash script:

$ ./import-gnome-terminal-profile.py < [file name here]

A complete example of converting a iTerm2 theme and importing it into gnome-terminal:

$ ./iterm-colors-to-gnome-terminal.py ./mytheme.itermcolors > mytheme.gtp
$ ./import-gnome-terminal-profile.py < mytheme.gtp

For convenience, both commands can be piped allowing you to the conversion and import in one command:

$ ./iterm-colors-to-gnome-terminal.py ./mytheme.itermcolors | ./import-gnome-terminal-profile.py

Profile name

By default, the name of the resulting gnome-terminal profile will be the name of the original iTerm2 file, without the extension. The resulting profile name can be overriden using the --profile-name or -n flag:

$ ./import-gnome-terminal-profile.py ./mytheme.itermcolors --profile-name "MyColors"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.