termite-colors-solarized
termite-colors-solarized copied to clipboard
Solarized colors for Termite, based on Ethan Schoonover’s Solarized color scheme.
Solarized color scheme for Termite
A color theme for the VTE-based terminal emulator Termite, based on Ethan Schoonover’s Solarized color scheme.
Visit the Solarized homepage
See the Solarized homepage for the theory behind Solarized, screenshots, details and colorscheme versions for Vim, Mutt, popular terminal emulators and other applications.
Repositories
- The color scheme for Termite is a single repository.
- This is the main Solarized repository.
Usage
-
Clone the repository, or download the zipball.
$ git clone git://github.com/alpha-omega/termite-colors-solarized.git
-
Install the Termite configuration file if you haven't created that file already:
$ mkdir -p ~/.config/termite $ cd termite-colors-solarized $ cp solarized-dark ~/.config/termite/config # For the dark color scheme $ cp solarized-light ~/.config/termite/config # For the light color scheme
-
If you do have a Termite config file, just add to it the color scheme you'd like to use.
-
If Termite is running, do
CTRL + SHIFT + R
to reload the config file.