solarized/gedit/README.md

68 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2013-06-27 06:20:25 +00:00
# Solarized for Gedit
2013-06-27 06:31:14 +00:00
## Precision colors for machines and people - _Now with more Gedit!_
2013-06-27 06:20:25 +00:00
---
### Solarized
Solarized was created by [Ethan Schoonover][ES] and you can find out more
about the design work that went into it on his [project page][ES-solarized]. If
you would like to use Solarized in editors other than Gedit or on your terminal,
Ethan hosts the [main repository][SolarizedRepo] which combines all the available
ports in one place.
### Solarized for Gedit
Solarized was initially ported for Gedit by [Matthew Cantelon][MC] and can be
found at <http://github.com/mattcan/solarized-gedit>.
### Screenshots
![Light theme][LightImg]
![Dark theme][DarkImg]
### Installation
2013-06-27 06:31:14 +00:00
_Please note that installation has only been tested on Ubuntu 12.10 and Gedit 3_
2013-06-27 06:20:25 +00:00
You can download the files in one of two ways:
* using `git clone git://github.com/mattcan/solarized-gedit.git`
* using the **Download** button to get the ZIP file and extracting the files to
a folder
Once the files are on your PC, copy `solarized-light.xml` and `solarized-dark.xml`
to one of these folders:
* if you are the only user on your computer
2013-06-27 06:31:14 +00:00
```
mkdir -p ~/.local/share/gedit/styles
cp solarized-* ~/.local/share/gedit/styles
```
2013-06-27 06:20:25 +00:00
2013-06-27 06:31:14 +00:00
* if you want everyone on your PC to be able to use the styles ( _path
below is for Ubuntu_ )
2013-06-27 06:20:25 +00:00
2013-06-27 06:31:14 +00:00
```
sudo mkdir -p /usr/share/gtksourceview-3.0/styles
sudo cp solarized-* /usr/share/gtksourceview-3.0/styles
```
2013-06-27 06:20:25 +00:00
2013-06-27 06:31:14 +00:00
* you can also use the installer ( _has only been tested with Ubuntu 12.10_ )
2013-06-27 06:20:25 +00:00
2013-06-27 06:31:14 +00:00
```
cd wherever/you/extracted
chmod a+x installer
# -a for all users, -l for local
./installer [-a | -l]
```
2013-06-27 06:20:25 +00:00
[ES]: http://ethanschoonover.com
[ES-Solarized]: http://ethanschoonover.com/solarized
[SolarizedRepo]: https://github.com/altercation/solarized
[MC]: http://matthewcantelon.ca
[LightImg]: https://github.com/mattcan/solarized-gedit/raw/master/img/solarized_light.png
[DarkImg]: https://github.com/mattcan/solarized-gedit/raw/master/img/solarized_dark.png