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

« back to all changes in this revision

Viewing changes to src/core/Mono.Texteditor/Styles/VisualStudioStyle.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
 
<!-- VisualStudioStyle.xml
2
 
 
3
 
 Author: Jeffrey Stedfast <fejj@novell.com>
4
 
 
5
 
 Copyright (c) 2008 Novell, Inc (http://www.novell.com)
6
 
 
7
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
8
 
 of this software and associated documentation files (the "Software"), to deal
9
 
 in the Software without restriction, including without limitation the rights
10
 
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
 
 copies of the Software, and to permit persons to whom the Software is
12
 
 furnished to do so, subject to the following conditions:
13
 
 
14
 
 The above copyright notice and this permission notice shall be included in
15
 
 all copies or substantial portions of the Software.
16
 
 
17
 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
 
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
 
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
 
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
 
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
 
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
 
 THE SOFTWARE. -->
24
 
 <EditorStyle name="Visual Studio" _description="Microsoft Visual Studio color scheme.">
25
 
 
26
 
        <!-- vs.net palette -->
27
 
        <Color name="comment-green" value="#008000"/>
28
 
        <Color name="keyword-blue" value="#0000ff"/>
29
 
        <Color name="semantic-type" value="#008a8c"/>
30
 
        <Color name="skyblue" value="#204a87"/>
31
 
        <Color name="aluminium1" value="#eeeeec"/>
32
 
        <Color name="aluminium2" value="#d3d7cf"/>
33
 
        <Color name="aluminium3" value="#babdb6"/>
34
 
        <Color name="aluminium4" value="#888a85"/>
35
 
        <Color name="aluminium5" value="#555753"/>
36
 
        <Color name="aluminium6" value="#2e3436"/>
37
 
        
38
 
        <!-- environment -->
39
 
        <Style name="text" color="black" bgColor="white"/>
40
 
        <Style name="text.selection" color="white" bgColor="#0a246a"/>
41
 
        <Style name="text.background.searchresult" color="yellow"/>
42
 
        
43
 
        <Style name="marker.template.primary_template" color="#b4e4b4" bgColor="#b4e4b4"/>
44
 
        <Style name="marker.template.primary_highlighted_template" color="black" bgColor="#b4e4b4"/>
45
 
        <Style name="marker.template.secondary_template" color="white" bgColor="white"/>
46
 
        <Style name="marker.template.secondary_highlighted_template" color="gray" bgColor="white"/>
47
 
        
48
 
        <Style name="text.link" color="skyblue"/>
49
 
        
50
 
        <Style name="marker.line" color="aluminium1"/>
51
 
        
52
 
        <Style name="marker.ruler" color="aluminium3"/>
53
 
        <Style name="marker.whitespace" color="#2b91af"/>
54
 
        <Style name="marker.invalidline" color="#cc0000"/>
55
 
        <Style name="marker.bracket" color="aluminium2" bgColor="aluminium1"/>
56
 
        <Style name="marker.usages" color="aluminium2" bgColor="aluminium1"/>
57
 
        
58
 
        <Style name="marker.bookmark.color1" color="black"/>
59
 
        <Style name="marker.bookmark.color2" color="#bfd2f9"/>
60
 
        
61
 
        <Style name="linenumber" color="#2b91af" bgColor="white"/>
62
 
        <Style name="linenumber.highlight" color="#2b91af"/>
63
 
        
64
 
        <Style name="iconbar" color="aluminium1"/>
65
 
        <Style name="iconbar.separator" color="aluminium3"/>
66
 
        
67
 
        <Style name="fold" color="aluminium3" bgColor="white"/>
68
 
        <Style name="fold.highlight" color="aluminium5"/>
69
 
        <Style name="fold.togglemarker" color="black"/>
70
 
        
71
 
        <!-- highlighting -->
72
 
        <Style name="comment" color="comment-green"/>
73
 
 
74
 
        <Style name="text.preprocessor" color="purple"/>
75
 
        <Style name="text.markup" color="skyblue"/>
76
 
        
77
 
        <Style name="constant" color="black"/>
78
 
        <Style name="constant.language" color="keyword-blue"/>
79
 
 
80
 
        <Style name="string" color="#a31515"/>
81
 
        <Style name="string.single" color="#a31515"/>
82
 
        <Style name="string.double" color="#a31515"/>
83
 
        <Style name="string.other" color="#a31515"/>
84
 
        
85
 
        <Style name="keyword.semantic.type" color="semantic-type"/>
86
 
        <Style name="keyword.semantic.error" color="red"/>
87
 
        <Style name="keyword.semantic.field" color="#5c3566"/>
88
 
        <Style name="keyword.semantic.property" color="#5c3566"/>
89
 
        <Style name="keyword" color="keyword-blue">
90
 
                <Style name="access"/>
91
 
        </Style>
92
 
        
93
 
</EditorStyle>