~ubuntu-branches/ubuntu/saucy/padre/saucy-proposed

« back to all changes in this revision

Viewing changes to share/styles/night.yml

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont, gregor herrmann, Dominique Dumont
  • Date: 2012-01-04 12:04:20 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20120104120420-i5oybqwf91m1d3il
Tags: 0.92.ds1-1
[ gregor herrmann ]
* Remove debian/source/local-options; abort-on-upstream-changes
  and unapply-patches are default in dpkg-source since 1.16.1.
* Swap order of alternative (build) dependencies after the perl
  5.14 transition.

[ Dominique Dumont ]
* Imported Upstream version 0.92.ds1
* removed fix-spelling patch (applied upstream)
* lintian-override: use wildcard to avoid listing a gazillion files
* updated size of some 'not-real-man-page' entries
* rules: remove dekstop cruft (replaced by a file provided in debian
  directory)
* control: removed Breaks statement. Add /me to uploaders. Updated
  dependencies
* rules: make sure that non-DFSG file (i.e. the cute butterfly, sigh)
  is not distributed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
---
2
 
# Copyright 2008-2011 The Padre development team as listed in Padre.pm.
3
 
# LICENSE
4
 
# This program is free software; you can redistribute it and/or
5
 
# modify it under the same terms as Perl 5 itself.
6
 
 
7
 
# Items of colors support following properties:
8
 
#   - foreground: color
9
 
#   - background: color
10
 
#   - bold:       0 or 1
11
 
#   - italic:     0 or 1
12
 
#   - eolfilled:  0 or 1
13
 
#   - underline:  0 or 1
14
 
 
15
 
#
16
 
# base style
17
 
#
18
 
plain:
19
 
 foregrounds:
20
 
  0: 00007f
21
 
 current_line_foreground: aaaaaa
22
 
 currentline: 222222
23
 
 colors:
24
 
  wxSTC_STYLE_DEFAULT:
25
 
  wxSTC_STYLE_LINENUMBER:
26
 
    foreground: fce94f
27
 
    background: 111111
28
 
  wxSTC_STYLE_BRACELIGHT:
29
 
  wxSTC_STYLE_BRACEBAD:
30
 
  wxSTC_STYLE_CONTROLCHAR:
31
 
  wxSTC_STYLE_INDENTGUIDE:
32
 
  wxSTC_STYLE_CALLTIP:
33
 
  wxSTC_STYLE_LASTPREDEFINED:
34
 
 
35
 
#
36
 
# default style (load after plain)
37
 
#
38
 
padre:
39
 
 background:  000000
40
 
 colors:
41
 
  wxSTC_STYLE_BRACELIGHT:
42
 
   foreground: 00ff00
43
 
  wxSTC_STYLE_BRACEBAD:
44
 
   foreground: ff0000
45
 
  PADRE_BLACK:
46
 
   foreground: ffffff
47
 
  PADRE_BLUE:
48
 
   foreground: 00ff00
49
 
  PADRE_RED:
50
 
   foreground: ff0000
51
 
  PADRE_GREEN:
52
 
   foreground: 00ff00
53
 
  PADRE_MAGENTA:
54
 
   foreground: ff00ff
55
 
  PADRE_ORANGE:
56
 
   foreground: ffa500
57
 
  PADRE_CRIMSON:
58
 
   foreground: dc143c
59
 
  PADRE_BROWN:
60
 
   foreground: f4a460
61
 
 
62
 
#
63
 
# application/x-perl
64
 
#
65
 
perl:
66
 
 background:  000000
67
 
 colors:
68
 
  wxSTC_STYLE_BRACELIGHT:
69
 
   foreground: 00ff00
70
 
  wxSTC_STYLE_BRACEBAD:
71
 
   foreground: ff0000
72
 
  wxSTC_PL_DEFAULT:
73
 
   foreground: ffffff
74
 
  wxSTC_PL_ERROR:
75
 
   foreground: ff0000
76
 
  wxSTC_PL_COMMENTLINE:
77
 
   foreground: 007f00
78
 
  wxSTC_PL_POD:
79
 
   foreground: 7f7f7f
80
 
  wxSTC_PL_POD_VERB:
81
 
   foreground: 7f7f7f
82
 
  wxSTC_PL_NUMBER:
83
 
   foreground: 007f7f
84
 
  wxSTC_PL_WORD:
85
 
   foreground: 00007f
86
 
   bold: 1
87
 
  wxSTC_PL_STRING:
88
 
   foreground: ff7f00
89
 
  wxSTC_PL_CHARACTER:
90
 
   foreground: 7f007f
91
 
  wxSTC_PL_PUNCTUATION:
92
 
   foreground: ffffff
93
 
  wxSTC_PL_PREPROCESSOR:
94
 
   foreground: 7f7f7f
95
 
  wxSTC_PL_OPERATOR:
96
 
   foreground: 00007f
97
 
  wxSTC_PL_IDENTIFIER:
98
 
   foreground: 0000ff
99
 
  wxSTC_PL_SCALAR:
100
 
   foreground: 7f007f
101
 
  wxSTC_PL_ARRAY:
102
 
   foreground: 4080ff
103
 
  wxSTC_PL_HASH:
104
 
   foreground: 0080ff
105
 
  wxSTC_PL_SYMBOLTABLE:
106
 
   foreground: 00ff00
107
 
# missing SCE_PL_VARIABLE_INDEXER (16)
108
 
  wxSTC_PL_REGEX:
109
 
   foreground: ff007f
110
 
  wxSTC_PL_REGSUBST:
111
 
   foreground: 7f7f00
112
 
  wxSTC_PL_LONGQUOTE:
113
 
   foreground: ff7f00
114
 
  wxSTC_PL_BACKTICKS:
115
 
   foreground: ffaa00
116
 
  wxSTC_PL_DATASECTION:
117
 
   foreground: ff7f00
118
 
  wxSTC_PL_HERE_DELIM:
119
 
   foreground: ff7f00
120
 
  wxSTC_PL_HERE_Q:
121
 
   foreground: 7f007f
122
 
  wxSTC_PL_HERE_QQ:
123
 
   foreground: ff7f00
124
 
  wxSTC_PL_HERE_QX:
125
 
   foreground: ffaa00
126
 
  wxSTC_PL_STRING_Q:
127
 
   foreground: 7f007f
128
 
  wxSTC_PL_STRING_QQ:
129
 
   foreground: ff7f00
130
 
  wxSTC_PL_STRING_QX:
131
 
   foreground: ffaa00
132
 
  wxSTC_PL_STRING_QR:
133
 
   foreground: ff007f
134
 
  wxSTC_PL_STRING_QW:
135
 
   foreground: 7f007f
136
 
# missing:
137
 
#define SCE_PL_SUB_PROTOTYPE 40
138
 
#define SCE_PL_FORMAT_IDENT 41
139
 
#define SCE_PL_FORMAT 42