iamnewton / osx-theme

A script to set the theme for various OS X programs

Home Page:https://iamnewton.github.io/osx-theme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osx-theme(1)

A script to change a Base16-based theme across all applications on OS X.

How to install

osx-theme(1) is a shell script, so installation is simple. Download, extract and copy the script in the bin directory over to the /usr/local/bin directory and make sure it's in your $PATH.

One-line installation

$ bash -c "$(curl -#fL raw.github.com/iamnewton/osx-theme/go/install)"

N.B. - using the one-line installation will download and install all of the dependencies.

Usage

$ osx-theme [theme] [dark|light]

If no theme is specified, it will use the default located at the top of the file. Same is true for the style, if neither 'dark' nor 'light' are specified, 'light' is chosen by default.

Applications Included

  • atom
  • bbedit
  • chrome-devtools
  • codemirror
  • console2
  • drracket
  • emacs
  • geany
  • gedit
  • gimp-palette
  • gnome-terminal
  • guake
  • highlight.js
  • idea
  • ipython-notebook
  • iterm2
  • konsole
  • marked2
  • mate-terminal
  • mintty
  • mmdc2
  • mou
  • notepad-plus-plus
  • OS X color palette
  • prettify.js
  • preview
  • prism
  • putty
  • pygments
  • qtcreator
  • rainbow
  • rouge
  • secure-shell
  • shell
  • terminal-app
  • terminator
  • termite
  • textadept
  • textmate
  • vconsole
  • vim
  • visual-studio
  • windows-command-prompt
  • xcode4
  • xfce4-terminal
  • xresources
  • zathura

Acknowledgements

Inspiration and code was taken from many sources, including:

About

A script to set the theme for various OS X programs

https://iamnewton.github.io/osx-theme/

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%