~ubuntu-branches/ubuntu/maverick/juffed/maverick-updates

« back to all changes in this revision

Viewing changes to hlschemes/python.xml

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2010-07-22 15:01:58 UTC
  • Revision ID: james.westby@ubuntu.com-20100722150158-m3792gi6tj0y8zl6
Tags: upstream-0.8.1
ImportĀ upstreamĀ versionĀ 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<!DOCTYPE JuffScheme>
 
3
<JuffScheme>
 
4
<scheme name="Python">
 
5
        <style name="comment" color="#108040" italic="true" />
 
6
        <style name="keyword" color="#e43434" bold="true" />
 
7
        <style name="number" color="#0000ff" />
 
8
        <style name="operator" color="#254cb3" />
 
9
        <style name="function" color="#a0a500" bold="true" />
 
10
        <style name="stringSingle" color="#0000ff" />
 
11
        <style name="stringDouble" color="#1e90ff" />
 
12
        <style name="tripleSingle" color="#cc0000" />
 
13
        <style name="tripleDouble" color="#0000ff" />
 
14
        <style name="decorator" color="#f48397" bold="true" />
 
15
        <style name="unclosedString" color="#990000" bgColor="#ff3030" bold="false" italic="false" />
 
16
        <style name="identifier" />
 
17
</scheme>
 
18
</JuffScheme>