This pack contains some gedit color schemes I've made, shared under MIT License.
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.
Run:
rm -f ~/.local/share/gedit/styles/{argent,eldritch,occult,wizardry}.xml
If you find a bug, please report it at https://github.com/pedrovernetti/gedit-color-schemes/issues
As said, all the schemes are available under the terms of the MIT License. See LICENSE
for details.