Changes between Version 5 and Version 6 of gedit
- Timestamp:
- Jan 18, 2010, 4:07:12 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gedit
v5 v6 36 36 I created a theme based on the color scheme used on the Django website. 37 37 38 To install the scheme, download [http://code.djangoproject.com/attachment/wiki/gedit/django .xml?format=raw django.xml] and copy the django.xml to /usr/share/gtksourceview-2.0/styles/38 To install the scheme, download [http://code.djangoproject.com/attachment/wiki/gedit/django1.xml?format=raw django1.xml] and copy the django1.xml to /usr/share/gtksourceview-2.0/styles/ 39 39 40 40 {{{ 41 sudo cp django .xml /usr/share/gtksourceview-2.0/styles/41 sudo cp django1.xml /usr/share/gtksourceview-2.0/styles/ 42 42 }}} 43 43