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

« back to all changes in this revision

Viewing changes to src/core/Mono.Texteditor/Styles/SolarizedDarkStyle.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
 
<!--
2
 
 
3
 
SolarizedStyle.xml
4
 
 
5
 
 This is the solarized color sheme adapted for monodevelop. 
6
 
 See http://ethanschoonover.com/solarized for details.
7
 
 
8
 
Author:
9
 
      Mike Krüger <mkrueger@xamarin.com>
10
 
 
11
 
Copyright (c) 2012 Xamarin Inc.
12
 
 
13
 
Permission is hereby granted, free of charge, to any person obtaining a copy
14
 
of this software and associated documentation files (the "Software"), to deal
15
 
in the Software without restriction, including without limitation the rights
16
 
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17
 
copies of the Software, and to permit persons to whom the Software is
18
 
furnished to do so, subject to the following conditions:
19
 
 
20
 
The above copyright notice and this permission notice shall be included in
21
 
all copies or substantial portions of the Software.
22
 
 
23
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24
 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25
 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27
 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28
 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
29
 
THE SOFTWARE.
30
 
-->
31
 
 
32
 
 <EditorStyle name="Solarized_Dark" _description="Solarized color stlye (dark)">
33
 
 
34
 
        <!-- solarized palette -->
35
 
        
36
 
        <Color name="base03" value="#002b36"/>
37
 
        <Color name="base02" value="#073642"/>
38
 
        <Color name="base01" value="#586e75"/>
39
 
        <Color name="base00" value="#657b83"/>
40
 
        <Color name="base0" value="#839496"/>
41
 
        <Color name="base1" value="#93a1a1"/>
42
 
        <Color name="base2" value="#eee8d5"/>
43
 
        <Color name="base3" value="#fdf6e3"/>
44
 
        <Color name="yellow" value="#b58900"/>
45
 
        <Color name="orange" value="#cb4b16"/>
46
 
        <Color name="red" value="#dc322f"/>
47
 
        <Color name="magenta" value="#d33682"/>
48
 
        <Color name="violet" value="#6c71c4"/>
49
 
        <Color name="blue" value="#268bd2"/>
50
 
        <Color name="cyan" value="#2aa198"/>
51
 
        <Color name="green" value="#859900"/>
52
 
        
53
 
        <!-- color styles -->
54
 
        <Style name="text" color="base00" bgColor="base03">
55
 
                <Style name="background" color="base03">
56
 
                        <Style name="readonly" color="base02"/>
57
 
                        <Style name="searchresult-main" color="base03"/>
58
 
                        <Style name="searchresult" color="base03"/>
59
 
                </Style>
60
 
                <Style name="selection" color="base2" bgColor="base0"/>
61
 
                <Style name="selection.inactive" color="base3" bgColor="base1"/>
62
 
                <Style name="link" color="base00"/>
63
 
                <Style name="punctuation" color="base00"/>
64
 
                <Style name="preprocessor" color="red">
65
 
                        <Style name="keyword" color="red" weight="Bold"/>
66
 
                </Style>
67
 
                <Style name="markup" color="blue">
68
 
                        <Style name="tag"/>
69
 
                </Style>
70
 
        </Style>
71
 
        
72
 
        <Style name="template" color ="black" bgColor="#fdfaed">
73
 
                <Style name="tag" color ="black" bgColor="#fdf0bd"/>
74
 
        </Style>
75
 
        
76
 
        <Style name="diff">
77
 
                <Style name="line-added" color="Blue"/>
78
 
                <Style name="line-removed" color="Red"/>
79
 
                <Style name="line-changed" color="Green"/>
80
 
                
81
 
                <Style name="header" color="Magenta"/>
82
 
                <Style name="header-seperator" color="Magenta"/>
83
 
                <Style name="header-oldfile" color="Red"/>
84
 
                <Style name="header-newfile" color="Blue"/>
85
 
                
86
 
                <Style name="location" color="Magenta"/>
87
 
        </Style>
88
 
        
89
 
        <Style name="marker">
90
 
                <Style name="line" color="base02"/>
91
 
                <Style name="line.changed" color="green"/>
92
 
                <Style name="line.dirty" color="yellow"/>
93
 
        
94
 
                <Style name="ruler" color="base1"/>
95
 
                <Style name="whitespace" color="base01"> 
96
 
                        <Style name="eol" color="base01"/> 
97
 
                </Style>
98
 
                <Style name="invalidline" color="orange"/>
99
 
                <Style name="bracket" color="orange" bgColor="base02"/>
100
 
                <Style name="usages" color="orange" bgColor="base02"/>
101
 
                
102
 
                <Style name="bookmark.color1" color="base3"/>
103
 
                <Style name="bookmark.color2" color="blue"/>
104
 
                <Style name="underline" color="red">
105
 
                        <Style name="error" color="red"/>
106
 
                        <Style name="warning" color="orange"/>
107
 
                        <Style name="warning" color="orange"/>
108
 
                </Style>
109
 
<!--            
110
 
                <Style name="template">
111
 
                        <Style name="primary_template" color="aluminium2" bgColor="Zombie"/>
112
 
                        <Style name="primary_highlighted_template" color="Zombie" bgColor="Lawn"/>
113
 
                        
114
 
                        <Style name="secondary_template" color="aluminium2" bgColor="white"/>
115
 
                        <Style name="secondary_highlighted_template" color="aluminium3" bgColor="aluminium1"/>
116
 
                </Style>-->
117
 
        </Style>
118
 
        
119
 
        <Style name="bubble">
120
 
                <Style name="warning" color="yellow" bgColor="base03"/>
121
 
                <Style name="error" color="red" bgColor="base03"/>
122
 
        </Style>
123
 
 
124
 
        <Style name="linenumber" color="base00" bgColor="base02">
125
 
                <Style name="highlight" color="base01"/>
126
 
        </Style>
127
 
        
128
 
        <Style name="iconbar" color="base02"/>
129
 
        <Style name="iconbar.separator" color="base02"/>
130
 
 
131
 
        <Style name="fold" color="base01" bgColor="base02"/>
132
 
        <Style name="fold.highlight" color="base2"/>
133
 
        <Style name="fold.togglemarker" color="base2"/>
134
 
        
135
 
        <Style name="comment" color="base0">
136
 
                <Style name="keyword" color="magenta"/>
137
 
        </Style>
138
 
        
139
 
        <Style name="constant" color="cyan">
140
 
                <Style name="language.void" color = "cyan"/>
141
 
        </Style>
142
 
        
143
 
        <Style name="string" color="cyan" />
144
 
        
145
 
        <Style name="keyword" color="green">
146
 
                <Style name="namespace" color="yellow"/>
147
 
                <Style name="type" color="yellow"/>
148
 
                <Style name="modifier" color="yellow"/>
149
 
                
150
 
                <Style name="declaration" color="yellow"/>
151
 
                <Style name="access" color="yellow"/>
152
 
                <Style name="semantic.type" color="blue"/>
153
 
                <Style name="semantic.field" color="violet"/>
154
 
                <Style name="semantic.property" color="violet"/>
155
 
                <Style name="semantic.error" color="red"/>
156
 
        </Style>
157
 
</EditorStyle>
158