~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/core/Mono.Texteditor/Styles/BrownStyle.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
Import upstream version 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- BrownStyle.xml
2
 
 
3
 
 Author:
4
 
   Mike Krüger <mkrueger@novell.com>
5
 
 
6
 
 Copyright (c) 2008 Novell, Inc (http://www.novell.com)
7
 
 
8
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
9
 
 of this software and associated documentation files (the "Software"), to deal
10
 
 in the Software without restriction, including without limitation the rights
11
 
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12
 
 copies of the Software, and to permit persons to whom the Software is
13
 
 furnished to do so, subject to the following conditions:
14
 
 
15
 
 The above copyright notice and this permission notice shall be included in
16
 
 all copies or substantial portions of the Software.
17
 
 
18
 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
 
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
 
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21
 
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
 
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
 
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24
 
 THE SOFTWARE. -->
25
 
 <EditorStyle name="Brown" _description="Light color scheme using brownish colors.">
26
 
 
27
 
        <!-- ubuntu palette -->
28
 
        <Color name="orange_highlight" value="#eec73e"/>
29
 
        <Color name="orange"           value="#f0a513"/>
30
 
        <Color name="orange_base"      value="#fb8b00"/>
31
 
        <Color name="orange_shadow"    value="#f44800"/>
32
 
 
33
 
        <Color name="environmental_blue_highlight" value="#aaccee"/>
34
 
        <Color name="environmental_blue_medium"    value="#6699cc"/>
35
 
        <Color name="environmental_blue_base"      value="#336699"/>
36
 
        <Color name="environmental_blue_shadow"    value="#003366"/>
37
 
        
38
 
        <Color name="accent_yellow_highlight" value="#fdff99"/>
39
 
        <Color name="yellow"                  value="#ffff00"/>
40
 
        <Color name="accent_yellow_base"      value="#fdca01"/>
41
 
        <Color name="accent_yellow_shadow"    value="#986601"/>
42
 
 
43
 
        <Color name="accent_blue_highlight" value="#b3defd"/>
44
 
        <Color name="accent_blue"           value="#0197fd"/>
45
 
        <Color name="accent_blue_base"      value="#0169c9"/>
46
 
        <Color name="accent_blue_shadow"    value="#013397"/>
47
 
 
48
 
        <Color name="accent_orange"   value="#f44800"/>
49
 
        <Color name="accent_red"      value="#fd3301"/>
50
 
        <Color name="accent_red_base" value="#d40000"/>
51
 
        <Color name="accent_deep_red" value="#980101"/>
52
 
 
53
 
        <Color name="accent_green_highlight" value="#ccff99"/>
54
 
        <Color name="accent_green"           value="#98fc66"/>
55
 
        <Color name="accent_green_base"      value="#339900"/>
56
 
        <Color name="accent_green_shadow"    value="#015a01"/>
57
 
 
58
 
        <Color name="human_highlight"      value="#fdd99b"/>
59
 
        <Color name="human"                value="#d9bb7a"/>
60
 
        <Color name="human_base"           value="#816647"/>
61
 
        <Color name="environmental_shadow" value="#565248"/>
62
 
 
63
 
        <Color name="ubuntu_toner"             value="#002b3d"/>
64
 
        <Color name="accent_magenta_highlight" value="#ff9bff"/>
65
 
        <Color name="accent_magenta"           value="#ff00ff"/>
66
 
        <Color name="accent_dark_violet"       value="#6600cc"/>
67
 
        
68
 
        <!-- environment -->
69
 
        <Style name="text" color="black" bgColor="white"/>
70
 
        <Style name="text.selection" color="human_highlight" bgColor="black"/>
71
 
        <Style name="text.selection.inactive" color="human_highlight" bgColor="darkgray"/>
72
 
        <Style name="text.background.searchresult" color="yellow"/>
73
 
        
74
 
        <Style name="text.link" color="blue"/>
75
 
        
76
 
        <Style name="marker.line" color="accent_yellow_highlight"/>
77
 
        <Style name="marker.line.changed" color="yellow"/>      
78
 
        <Style name="marker.line.dirty" color="accent_yellow_highlight"/>       
79
 
        
80
 
        <Style name="marker.ruler" color="accent_blue_highlight"/>
81
 
        <Style name="marker.whitespace" color="human"/>
82
 
        <Style name="marker.invalidline" color="accent_red_base"/>
83
 
        <Style name="marker.bracket" color="environmental_blue_medium" bgColor="environmental_blue_highlight"/>
84
 
        <Style name="marker.usages" color="environmental_blue_medium" bgColor="environmental_blue_highlight"/>
85
 
        
86
 
        <Style name="marker.bookmark.color1" color="human_highlight"/>
87
 
        <Style name="marker.bookmark.color2" color="human_base"/>
88
 
        
89
 
        <Style name="marker.template.primary_template" color="accent_green_shadow" bgColor="accent_green"/>
90
 
        <Style name="marker.template.primary_highlighted_template" color="accent_green_shadow" bgColor="accent_green_highlight"/>
91
 
        <Style name="marker.template.secondary_template" color="white" bgColor="white"/>
92
 
        <Style name="marker.template.secondary_highlighted_template" color="human" bgColor="human_highlight"/>
93
 
        
94
 
<!-- TODO: override defaults
95
 
        <Style name="marker.underline" color="red"/>
96
 
        <Style name="marker.underline.error" color="red"/>
97
 
        <Style name="marker.underline.warning" color="yellow"/>
98
 
        
99
 
        <Style name="marker.breakpoint.color1" color=""/>
100
 
        <Style name="marker.breakpoint.color2" color=""/>
101
 
        <Style name="marker.breakpoint.foreground" color=""/>
102
 
        <Style name="marker.breakpoint.background" color=""/>
103
 
        <Style name="marker.breakpoint.disabled.background" color=""/>
104
 
        <Style name="marker.breakpoint.invalid.background" color=""/>
105
 
        <Style name="marker.breakpoint.invalid.color1" color=""/>
106
 
        <Style name="marker.breakpoint.invalid.border" color=""/>
107
 
        
108
 
        <Style name="marker.debug.currentline.foreground" color=""/>
109
 
        <Style name="marker.debug.currentline.background" color=""/>
110
 
        <Style name="marker.debug.currentline.color1" color=""/>
111
 
        <Style name="marker.debug.currentline.color2" color=""/>
112
 
        <Style name="marker.debug.currentline.border" color=""/>
113
 
        -->
114
 
                
115
 
        <Style name="linenumber" color="human" bgColor="white"/>
116
 
        <Style name="linenumber.highlight" color="human_base"/>
117
 
        
118
 
        <Style name="iconbar" color="human_highlight"/>
119
 
        <Style name="iconbar.separator" color="human_base"/>
120
 
 
121
 
        <Style name="fold" color="human" bgColor="white"/>
122
 
        <Style name="fold.highlight" color="environmental_shadow"/>
123
 
        <Style name="fold.togglemarker" color="black"/>
124
 
        
125
 
        <!-- highlighting -->
126
 
        <Style name="comment" color="accent_green_base"/>
127
 
        <Style name="comment.tag" color="accent_green_base"/>   
128
 
        <Style name="comment.line" color="accent_green_base"/>
129
 
        <Style name="comment.tag.line" color="accent_green_base"/>      
130
 
        <Style name="comment.block" color="accent_green_base"/>
131
 
        <Style name="comment.tag.block" color="accent_green_base"/>     
132
 
        <Style name="comment.doc" color="accent_green_base"/>
133
 
        <Style name="comment.tag.doc" color="accent_green_base"/>       
134
 
        <Style name="comment.keyword" color="accent_green_base" weight="bold"/> 
135
 
        <Style name="comment.keyword.todo" color="accent_green_base" weight="italic"/>          
136
 
        
137
 
        <Style name="text.punctuation" color="accent_magenta"/>
138
 
        <Style name="text.preprocessor" color="environmental_blue_base"/>
139
 
        <Style name="text.preprocessor.keyword" color="environmental_blue_base" weight="bold"/>
140
 
        <Style name="text.markup" color="accent_blue_base"/>
141
 
        <Style name="text.markup.tag" color="accent_blue_shadow"/>
142
 
        
143
 
        <Style name="constant" color="accent_magenta"/>
144
 
        <Style name="constant.digit" color="accent_magenta"/>
145
 
        <Style name="constant.language" color="accent_magenta"/>
146
 
        <Style name="constant.language.void" color="accent_red" weight="bold"/>
147
 
        
148
 
        <Style name="string" color="accent_magenta"/>
149
 
        <Style name="string.single" color="accent_magenta"/>
150
 
        <Style name="string.double" color="accent_magenta"/>
151
 
        <Style name="string.other" color="accent_magenta"/>
152
 
        
153
 
        <Style name="keyword" color="black" weight="bold" />
154
 
        <Style name="keyword.access" color="black" weight="bold" />
155
 
        <Style name="keyword.namespace" color="accent_green_base" weight="bold"/>
156
 
        <Style name="keyword.property" color="accent_blue_base" weight="bold"/>
157
 
        <Style name="keyword.modifier" color="accent_red" weight="bold"/>
158
 
        <Style name="keyword.type" color="accent_deep_red" weight="bold"/>
159
 
        <Style name="keyword.declaration" color="accent_blue_shadow" weight="bold"/>
160
 
        <Style name="keyword.access" color="black" weight="bold" />
161
 
        <Style name="keyword.operator" color="accent_dark_violet"/>
162
 
        <Style name="keyword.operator.declaration" color="orange_base" weight="bold"/>
163
 
        <Style name="keyword.selection" color="orange_base" weight="bold"/>
164
 
        <Style name="keyword.iteration" color="orange_base" weight="bold"/>
165
 
        <Style name="keyword.jump" color="orange_base" weight="bold"/>
166
 
        <Style name="keyword.context" color="orange_base" />
167
 
        <Style name="keyword.exceptions" color="accent_orange" weight="bold"/>
168
 
        <Style name="keyword.parameter" color="orange_base" weight="bold"/>
169
 
        <Style name="keyword.misc" color="orange_base"/>
170
 
        
171
 
        <Style name="keyword.semantic.type" color="accent_green_highlight" weight="normal"/>
172
 
        <Style name="keyword.semantic.field" color="accent_dark_violet"/>
173
 
        <Style name="keyword.semantic.property" color="accent_dark_violet"/>
174
 
        <Style name="keyword.semantic.error" color="accent_red" weight="normal"/>
175
 
</EditorStyle>