Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 1.73 KB

README.md

File metadata and controls

56 lines (29 loc) · 1.73 KB

Gedit Color Schemes

This pack contains some gedit color schemes I've made, shared under MIT License.

Previews:

Argent

Sample text

Sample code

Eldritch

Sample text

Sample code

Wizardry

Sample text

Sample code

Installation

Manual

Place the .xml files or links to them at ~/.local/share/gedit/styles. For this (placing the actual files), run:

wget -c -O ~/pvgcs.zip https://github.com/pedrovernetti/gedit-color-schemes/archive/master.zip

mkdir -p ~/.local/share/gedit/styles

unzip -j ~/pvgcs.zip *.xml -d ~/.local/share/gedit/styles ; rm -f ~/pvgcs*

(you may need to exit gedit and open it again) Then, on a gedit window, go to Edit > Preferences > Font & Colors and you will see a Color Scheme list. Click the desired scheme and close the Preferences window.

Uninstall

For manual installations

Run:

rm -f ~/.local/share/gedit/styles/{argent,eldritch,occult,wizardry}.xml

Bugs

If you find a bug, please report it at https://github.com/pedrovernetti/gedit-color-schemes/issues

License

As said, all the schemes are available under the terms of the MIT License. See LICENSE for details.