5 changed files with 100 additions and 0 deletions
@ -0,0 +1,19 @@
|
||||
Copyright (c) 2011 Sasha Gerrand |
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy |
||||
of this software and associated documentation files (the "Software"), to deal |
||||
in the Software without restriction, including without limitation the rights |
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
||||
copies of the Software, and to permit persons to whom the Software is |
||||
furnished to do so, subject to the following conditions: |
||||
|
||||
The above copyright notice and this permission notice shall be included in |
||||
all copies or substantial portions of the Software. |
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
||||
THE SOFTWARE. |
||||
@ -0,0 +1,40 @@
|
||||
Solarized colour scheme for the Xfce4 Terminal |
||||
============================= |
||||
|
||||
Developed by Sasha Gerrand <github.com@sgerrand.com> |
||||
|
||||
Visit the [Solarized homepage] |
||||
------------------------------ |
||||
|
||||
See the [Solarized homepage] for screenshots, details and colorscheme versions for Vim, Mutt, popular terminal emulators and other applications. |
||||
|
||||
Screenshots |
||||
----------- |
||||
|
||||
 |
||||
|
||||
Downloads |
||||
--------- |
||||
|
||||
If you have come across this colorscheme via the [Vim-only repository] on github, or the [vim.org script] page see the link above to the Solarized homepage or visit the main [Solarized repository]. |
||||
|
||||
The [Xfce4-Terminal-only repository] is kept in sync with the main [Solarized repository] and is for installation convenience only, for instance). Issues, bug reports, changelogs are centralized at the main [Solarized repository]. |
||||
|
||||
[Solarized homepage]: http://ethanschoonover.com/solarized |
||||
[Solarized repository]: https://github.com/altercation/solarized |
||||
[Xfce4-Terminal-only repository]: https://github.com/sgerrand/xfce4-terminal-colors-solarized |
||||
|
||||
Installation |
||||
------------ |
||||
|
||||
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 dark/terminalrc ~/.config/Terminal/ |
||||
|
||||
To install the light version go with: |
||||
|
||||
$ cd xfce4-terminal-colors-solarized |
||||
$ mv light/terminalrc ~/.config/Terminal/ |
||||
|
||||
@ -0,0 +1,21 @@
|
||||
[Configuration] |
||||
ColorCursor=#9393a1a1a1a1 |
||||
ColorForeground=#FDFDF6F6E3E3 |
||||
ColorBackground=#00002B2B3636 |
||||
ColorPalette1=#070736364242 |
||||
ColorPalette2=#dcdc32322f2f |
||||
ColorPalette3=#858599990000 |
||||
ColorPalette4=#b5b589890000 |
||||
ColorPalette5=#26268ae0d2d2 |
||||
ColorPalette6=#d3d336368282 |
||||
ColorPalette7=#eeeee8e8d5d5 |
||||
ColorPalette8=#58586e6e7575 |
||||
ColorPalette9=#00002b2b3636 |
||||
ColorPalette10=#cbcb4b4b1616 |
||||
ColorPalette11=#2a2aa1a19898 |
||||
ColorPalette12=#65657bfb8383 |
||||
ColorPalette13=#838394949696 |
||||
ColorPalette14=#6c6c7171c4c4 |
||||
ColorPalette15=#9393a1a1a1a1 |
||||
ColorPalette16=#fdfdf6f6e3e3 |
||||
Term=xterm-color |
||||
|
After Width: | Height: | Size: 130 KiB |
@ -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 |
||||
Loading…
Reference in new issue