Skip to content

pedrovernetti/gedit-color-schemes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.