rubybuntu-gedit 11.11.01 → 11.12.06

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,9 @@ Part of {RubyBuntuGedit}[https://github.com/janlelis/rubybuntu-gedit]
5
5
  Designed for usage with {these language specs}[https://github.com/janlelis/rubybuntu-language-specs]
6
6
 
7
7
  == Setup
8
+
9
+ Replace the 2.0 with 3.0 for gedit 3.
10
+
8
11
  === as root
9
12
 
10
13
  sudo cp *.xml /usr/share/gtksourceview-2.0/styles
@@ -16,6 +19,6 @@ Designed for usage with {these language specs}[https://github.com/janlelis/rubyb
16
19
 
17
20
  == Contribute
18
21
 
19
- Feel free to add your own styles that use the new ruby language spec :).
22
+ Feel free to add your own styles that use the new ruby language spec! Also, please don't hesitate to submit slightly modified ones of the original ones ;)
20
23
 
21
24
  J-_-L
@@ -28,63 +28,63 @@
28
28
  <style name="cursor" foreground="#b9b9b9"/><!--#929292-->
29
29
  <style name="selection" foreground="#3c3c3c" background="#b9b9b9"/>
30
30
  <style name="search-match" background="#2d2d2d"/>
31
- <style name="draw-spaces" foreground="#333333"/>
31
+ <style name="draw-spaces" foreground="#bbaaaa"/>
32
32
  <style name="line-numbers" foreground="#404040" background="#F7F6F6"/>
33
33
  <style name="bracket-match" underline="true"/>
34
34
  <style name="bracket-mismatch" foreground="#000000" background="#ffffff"/><!-- how can i test this one? -->
35
35
 
36
36
  <!-- ruby -->
37
37
  <!-- please note: indention does not necessarily mean that there is a mapping -->
38
- <style name="def:type" foreground="#355259"/>
39
- <style name="ruby:method" foreground="#355259"/><!-- of course, also applies to local variables -->
40
- <style name="def:builtin" foreground="#355259"/><!-- ruby:important-method -->
41
- <style name="def:keyword" foreground="#142b30" bold="true"/>
42
- <style name="ruby:syntax-char" foreground="#142b30"/>
43
- <style name="def:operator" foreground="#b1b1b1"/>
44
- <style name="def:boolean" foreground="#d34921"/><!-- ruby:special-value -->
45
- <style name="ruby:true" foreground="#219421"/>
46
- <style name="ruby:false" foreground="#d71f15"/>
47
- <style name="ruby:nil" foreground="#d72c15" bold="true"/><!-- #ff3a3a -->
48
- <style name="ruby:self" foreground="#d34921"/>
49
- <style name="ruby:collection" foreground="#cb8748"/>
50
- <style name="def:function" foreground="#ffc66d" bold="true"/>
51
-
52
- <style name="def:constant" foreground="#adaa92"/>
53
- <style name="def:special-constant" foreground="#adaa92" bold="true"/><!-- ruby:important-constant -->
54
-
55
- <style name="def:identifier" foreground="#7fb5db"/>
56
- <style name="ruby:instance-variable" foreground="#7fb5db"/>
57
- <style name="ruby:class-variable" foreground="#4591c6"/>
58
- <style name="ruby:global-variable" foreground="#d33521"/>
59
- <style name="ruby:special-variable" foreground="#d33521" bold="true"/>
60
-
61
- <style name="def:comment" foreground="#a77362"/>
62
- <style name="ruby:encoding-comment" foreground="#a76265"/>
63
- <style name="def:shebang" foreground="#a76265" bold="true"/>
38
+ <style name="def:type" foreground="#4b4b4b"/>
39
+ <style name="ruby:method" foreground="#4b4b4b"/><!-- of course, also applies to local variables -->
40
+ <style name="def:builtin" foreground="#0e0e0e"/><!-- ruby:important-method -->
41
+ <style name="def:keyword" foreground="#778c7a" bold="true"/>
42
+ <style name="ruby:syntax-char" foreground="#333333"/>
43
+ <style name="def:operator" foreground="#666666"/>
44
+ <style name="def:boolean" foreground="#ee0000"/><!-- ruby:special-value -->
45
+ <style name="ruby:true" foreground="#41b722" underline="true"/>
46
+ <style name="ruby:false" foreground="#ee0000" underline="true"/>
47
+ <style name="ruby:nil" foreground="#ee0000"/><!-- #ff3a3a -->
48
+ <style name="ruby:self" foreground="#509c3b" bold="true"/>
49
+ <style name="ruby:collection" foreground="#333333" bold="true"/>
50
+ <style name="def:function" foreground="#333333" bold="true"/><!-- method definition -->
51
+
52
+ <style name="def:constant" foreground="#4b4b4b" bold="true"/>
53
+ <style name="def:special-constant" foreground="#0e0e0e" bold="true"/><!-- ruby:important-constant -->
54
+
55
+ <style name="def:identifier" foreground="#41b722"/>
56
+ <style name="ruby:instance-variable" foreground="#41b722"/>
57
+ <style name="ruby:class-variable" foreground="#41b722" strikethrough="true"/>
58
+ <style name="ruby:global-variable" foreground="#41b722"/>
59
+ <style name="ruby:special-variable" foreground="#41b722" bold="true"/>
60
+
61
+ <style name="def:comment" foreground="#929292"/>
62
+ <style name="ruby:encoding-comment" foreground="#a2a2a2" bold="true"/>
63
+ <style name="def:shebang" foreground="#a2a2a2" bold="true"/>
64
64
  <style name="def:note" bold="true"/>
65
65
  <style name="def:underlined" underline="true"/>
66
- <style name="def:doc-comment" foreground="#a65033"/>
67
- <style name="def:doc-comment-element" foreground="#a65033" bold="true"/><!-- not used in ruby -->
68
-
69
- <style name="def:string" foreground="#a0a0a0"/>
70
- <style name="ruby:string-delimiter" foreground="#9f7979"/>
71
- <style name="def:special-char" foreground="#dcdcdc"/>
66
+ <style name="def:doc-comment" bold="true"/>
67
+ <style name="def:doc-comment-element" bold="true"/><!-- not used in ruby -->
68
+
69
+ <style name="def:string" foreground="#4a843b"/>
70
+ <style name="ruby:string-delimiter" foreground="#375d2d"/>
71
+ <style name="def:special-char" foreground="#6f9c5e"/>
72
72
  <style name="def:character" use-style="def:string"/><!-- question mark notation -->
73
73
 
74
- <style name="ruby:system" foreground="#b5bb9d"/>
75
- <style name="ruby:system-delimiter" foreground="#929b6d"/>
76
-
77
- <style name="ruby:symbol" foreground="#ffc66d"/>
74
+ <style name="ruby:system" foreground="#737c4e"/>
75
+ <style name="ruby:system-delimiter" foreground="#737c4e" bold="true"/>
78
76
 
79
- <style name="ruby:regex" foreground="#e56739"/>
80
- <style name="ruby:regex-delimiter" foreground="#e55939"/>
81
- <style name="ruby:regex-options" foreground="#e55939" bold="true"/>
77
+ <style name="ruby:symbol" foreground="#4987b2"/>
82
78
 
83
- <style name="def:number" foreground="#6d9cbe"/>
84
- <style name="def:decimal" foreground="#6d9cbe" bold="true"/><!-- integer -->
85
- <style name="def:base-n-integer" foreground="#6d9cbe" bold="true" italic="true"/>
79
+ <style name="ruby:regex" foreground="#396c63"/>
80
+ <style name="ruby:regex-delimiter" foreground="#425955" bold="true"/>
81
+ <style name="ruby:regex-options" foreground="#425955"/>
82
+
83
+ <style name="def:number" foreground="#a56530"/>
84
+ <style name="def:decimal" foreground="#d34921"/><!-- integer -->
85
+ <style name="def:base-n-integer" foreground="#d34921"/>
86
86
 
87
- <style name="def:error" strikethrough="true"/>
87
+ <style name="def:error" foreground="#ffffff" background="#ff0000"/>
88
88
 
89
89
  <!-- maybe used in future
90
90
  <style name="ruby:module"/>
@@ -94,26 +94,17 @@
94
94
  -->
95
95
 
96
96
  <!-- currently not used in ruby -->
97
- <style name="def:preprocessor" foreground="#eda868"/><!-- xml:doctype -->
98
- <style name="def:complex" foreground="#6d9cbe" italic="true"/>
97
+ <style name="def:preprocessor" foreground="#778c7a" bold="true"/><!-- xml:doctype -->
98
+ <style name="def:complex" foreground="#a56530" italic="true"/>
99
99
  <style name="def:reserved" italic="true"/>
100
- <style name="def:statement" foreground="#aa7b55"/>
100
+ <style name="def:statement" foreground="#666666"/>
101
101
 
102
102
  <!-- other ruby stuff-->
103
- <style name="erb:tag" foreground="#ff592c"/>
104
- <style name="erb:output" foreground="#ff342c"/>
105
-
106
- <style name="ruby-bundler-gemfile-lock:gem_name" foreground="#d8843f"/>
107
- <style name="ruby-bundler-gemfile-lock:gem_dependency_type" foreground="#edc268" bold="true"/>
108
- <style name="ruby-bundler-gemfile-lock:gem_dependency_version" foreground="#edc268"/>
103
+ <style name="erb:tag" foreground="#77ac7a"/>
104
+ <style name="erb:output" foreground="#77ac7a" bold="true"/>
109
105
 
110
106
  <!-- non ruby -->
111
- <style name="xml:element-name" foreground="#edc268"/><!-- html:tag -->
112
-
113
- <style name="css:color" foreground="#6d9cbe"/>
114
- <style name="css:known-property-values" foreground="#6d9cbe"/>
115
- <style name="css:keyword" foreground="#d8843f"/>
116
-
107
+ <style name="xml:element-name" foreground="#778c7a"/><!-- html:tag -->
117
108
  </style-scheme>
118
109
 
119
110
  <!-- J-_-L -->
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubybuntu-gedit
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.11.01
4
+ version: 11.12.06
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,11 +11,11 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2011-11-01 00:00:00.000000000Z
14
+ date: 2011-12-06 00:00:00.000000000Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: paint
18
- requirement: &11001980 !ruby/object:Gem::Requirement
18
+ requirement: &18283300 !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
21
  - - ! '>='
@@ -23,7 +23,7 @@ dependencies:
23
23
  version: '0'
24
24
  type: :runtime
25
25
  prerelease: false
26
- version_requirements: *11001980
26
+ version_requirements: *18283300
27
27
  description: Ruby/Rails/Web related gedit language definitions, mime types, styles
28
28
  and snippets.
29
29
  email: mail@janlelis.de