Skip to content
/ I2G Public

framework to convert terminal themes between different applications

Notifications You must be signed in to change notification settings

jmt-gh/I2G

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I2G

Build Status Maintainability

Description:

I2G is a theme conversion framework written in ruby.

It contains 4 main pieces:

  • I2G::Parser - read in the source theme file, and provide an interface to get values converted into destination format
  • I2G::Converter - provide the actual conversion logic
  • I2G::Generator - implement the parser to generate a destination theme file
  • I2G::Installer - install a generated theme file

I2G comes with Iterm2 (.itermcolors) to gnome-terminal (.dconf) conversion support by default.

Expanding support for different source and destination themes is as easy as adding a new class in the proper namespace to perform the appropriate function.

About

framework to convert terminal themes between different applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages