|
| 1 | +Solarized Colorscheme for Gnome Terminal |
| 2 | +======================================== |
| 3 | + |
| 4 | +Scripts for setting the Solarized color set with Gnome Terminal. Scripts by |
| 5 | +Sigurd Gartmann <[email protected]>, based on colors by Ethan Schoonover |
| 6 | + |
| 7 | + |
| 8 | +Notes about color settings in Gnome Terminal |
| 9 | +-------------------------------------------- |
| 10 | + |
| 11 | +In Gnome terminal there are built-in color profiles, but these are hardcoded |
| 12 | +and we cannot change or add these profiles. These scripts are setting a few |
| 13 | +gconf parameters that will set the palette colors, foreground, background and |
| 14 | +highlight colors to either a light or dark color scheme. |
| 15 | + |
| 16 | +Only the foreground, background and highlight colors are different in the light |
| 17 | +and dark color sets, as one of the main ideas behind Ethan Schonoovers work is |
| 18 | +to use the same colors in the palette for both. |
| 19 | + |
| 20 | +Visit the [Solarized homepage] |
| 21 | +------------------------------ |
| 22 | + |
| 23 | +See the [Solarized homepage] for theory behind the colors, screenshots, details |
| 24 | +and colorscheme versions for Vim, Mutt, popular terminal emulators and other |
| 25 | +applications. |
| 26 | + |
| 27 | +For the original works of Ethan Schoonover, visit the [Solarized repository]. |
| 28 | +The colors for Gnome Terminal is maintained in [Gnome Terminal Colors Solarized |
| 29 | +repository]. |
| 30 | + |
| 31 | +Installation |
| 32 | +------------ |
| 33 | + |
| 34 | +Clone the [git repository], then run one of the scripts: set_light.sh or |
| 35 | +set_dark.sh. |
| 36 | + |
| 37 | + $ git clone git://github.com/sigurdga/gnome-terminal-colors-solarized.git |
| 38 | + $ cd gnome-terminal-colors-solarized |
| 39 | + $ ./set_light.sh |
| 40 | + $ ./set_dark.sh |
| 41 | + |
| 42 | +See the [Solarized homepage] for screenshots which will help you |
| 43 | +select either the light or dark background. |
| 44 | + |
| 45 | + |
| 46 | +[Solarized homepage]: http://ethanschoonover.com/solarized |
| 47 | +[Solarized repository]: https://github.com/altercation/solarized |
| 48 | +[Gnome Terminal Colors Solarized repository]: https://github.com/sigurdga/gnome-terminal-colors-solarized |
| 49 | + |
0 commit comments