Skip to content

Commit

Permalink
Add the solarized light version of terminalrc.
Browse files Browse the repository at this point in the history
  • Loading branch information
talek committed Apr 13, 2012
1 parent 065dbdb commit da7b938
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -27,7 +27,14 @@ The [Xfce4-Terminal-only repository] is kept in sync with the main [Solarized re
Installation
------------

Move `terminalrc` to your `~/.config/Terminal/` directory.
Move `terminalrc` to your `~/.config/Terminal/` directory. The dark or the light themes are available. To
install the dark version please do the following:

$ cd xfce4-terminal-colors-solarized
$ mv terminalrc ~/.config/Terminal/
$ mv dark/terminalrc ~/.config/Terminal/

To install the light version go with:

$ cd xfce4-terminal-colors-solarized
$ mv light/terminalrc ~/.config/Terminal/

File renamed without changes.
20 changes: 20 additions & 0 deletions light/terminalrc
@@ -0,0 +1,20 @@
[Configuration]
ColorCursor=#9393a1a1a1a1
ColorForeground=#00002B2B3636
ColorBackground=#fdfdf6f6e3e3
ColorPalette1=#070736364242
ColorPalette2=#dcdc32322f2f
ColorPalette3=#858599990000
ColorPalette4=#b5b589890000
ColorPalette5=#26268ae0d2d2
ColorPalette6=#d3d336368282
ColorPalette7=#2a2aa1a19898
ColorPalette8=#eeeee8e8d5d5
ColorPalette9=#00002b2b3636
ColorPalette10=#cbcb4b4b1616
ColorPalette11=#65657bfb8383
ColorPalette12=#58586e6e7575
ColorPalette13=#9393a1a1a1a1
ColorPalette14=#6c6c7171c4c4
ColorPalette15=#838394949696
ColorPalette16=#fdfdf6f6e3e3

0 comments on commit da7b938

Please sign in to comment.