syntax-on 0.1.12 → 0.1.13
Sign up to get free protection for your applications and to get access to all the features.
- data/themes/blue.css +11 -0
- data/themes/darkblue.css +11 -0
- data/themes/default.css +11 -0
- data/themes/delek.css +11 -0
- data/themes/desert.css +11 -0
- data/themes/elflord.css +12 -0
- data/themes/evening.css +11 -0
- data/themes/generate-theme-files +18 -0
- data/themes/gummy-bears-and-coffee.css +17 -0
- data/themes/koehler.css +11 -0
- data/themes/morning.css +11 -0
- data/themes/murphy.css +11 -0
- data/themes/pablo.css +11 -0
- data/themes/peachpuff.css +11 -0
- data/themes/remi.css +13 -0
- data/themes/ron.css +11 -0
- data/themes/rubyblue.css +11 -0
- data/themes/shine.css +12 -0
- data/themes/slate.css +14 -0
- data/themes/torte.css +11 -0
- data/themes/zellner.css +11 -0
- metadata +23 -2
data/themes/blue.css
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
.Identifier { color: #bebebe; }
|
2
|
+
.Statement { color: #ffffff; }
|
3
|
+
.PreProc { color: #00ff00; }
|
4
|
+
.Special { color: #ff00ff; }
|
5
|
+
.Constant { color: #00ffff; }
|
6
|
+
.Comment { color: #bebebe; font-weight: bold; }
|
7
|
+
.Type { color: #ffa500; font-weight: bold; }
|
8
|
+
pre { font-family: monospace; color: #ffff00; background-color: #00008b; }
|
9
|
+
body { font-family: monospace; color: #ffff00; background-color: #00008b; }
|
10
|
+
.lnr { color: #00ffff; }
|
11
|
+
.Folded { color: #000000; background-color: #ffa500; }
|
data/themes/darkblue.css
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
.Identifier { color: #40ffff; }
|
2
|
+
.Statement { color: #ffff60; }
|
3
|
+
.PreProc { color: #ff80ff; }
|
4
|
+
.Special { color: #ffa500; }
|
5
|
+
.Constant { color: #ffa0a0; }
|
6
|
+
.Comment { color: #80a0ff; }
|
7
|
+
.Type { color: #60ff60; }
|
8
|
+
pre { font-family: monospace; color: #c0c0c0; background-color: #000040; }
|
9
|
+
body { font-family: monospace; color: #c0c0c0; background-color: #000040; }
|
10
|
+
.lnr { color: #90f020; }
|
11
|
+
.Folded { color: #808080; background-color: #000040; }
|
data/themes/default.css
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
.Identifier { color: #008b8b; }
|
2
|
+
.Statement { color: #a52a2a; font-weight: bold; }
|
3
|
+
.PreProc { color: #a020f0; }
|
4
|
+
.Special { color: #6a5acd; }
|
5
|
+
.Constant { color: #ff00ff; }
|
6
|
+
.Comment { color: #0000ff; }
|
7
|
+
.Type { color: #2e8b57; font-weight: bold; }
|
8
|
+
pre { font-family: monospace; color: #000000; background-color: #ffffff; }
|
9
|
+
body { font-family: monospace; color: #000000; background-color: #ffffff; }
|
10
|
+
.lnr { color: #a52a2a; }
|
11
|
+
.Folded { color: #00008b; background-color: #d3d3d3; }
|
data/themes/delek.css
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
.Identifier { color: #008b8b; }
|
2
|
+
.Statement { color: #0000ff; font-weight: bold; }
|
3
|
+
.PreProc { color: #cd00cd; }
|
4
|
+
.Special { color: #ff1493; }
|
5
|
+
.Constant { color: #00cd00; }
|
6
|
+
.Comment { color: #ee0000; }
|
7
|
+
.Type { color: #0000ff; font-weight: bold; }
|
8
|
+
pre { font-family: monospace; color: #000000; background-color: #ffffff; }
|
9
|
+
body { font-family: monospace; color: #000000; background-color: #ffffff; }
|
10
|
+
.lnr { color: #a52a2a; }
|
11
|
+
.Folded { color: #00008b; background-color: #d3d3d3; }
|
data/themes/desert.css
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
.Identifier { color: #98fb98; }
|
2
|
+
.Statement { color: #f0e68c; font-weight: bold; }
|
3
|
+
.PreProc { color: #cd5c5c; }
|
4
|
+
.Special { color: #ffdead; }
|
5
|
+
.Constant { color: #ffa0a0; }
|
6
|
+
.Comment { color: #87ceeb; }
|
7
|
+
.Type { color: #bdb76b; font-weight: bold; }
|
8
|
+
pre { font-family: monospace; color: #ffffff; background-color: #333333; }
|
9
|
+
body { font-family: monospace; color: #ffffff; background-color: #333333; }
|
10
|
+
.lnr { color: #ffff00; }
|
11
|
+
.Folded { color: #ffd700; background-color: #4d4d4d; }
|
data/themes/elflord.css
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
.Identifier { color: #40ffff; }
|
2
|
+
.Function { color: #ffffff; }
|
3
|
+
.Statement { color: #aa4444; font-weight: bold; }
|
4
|
+
.PreProc { color: #ff80ff; }
|
5
|
+
.Special { color: #ff0000; }
|
6
|
+
.Constant { color: #ff00ff; }
|
7
|
+
.Comment { color: #80a0ff; }
|
8
|
+
.Type { color: #60ff60; font-weight: bold; }
|
9
|
+
pre { font-family: monospace; color: #00ffff; background-color: #000000; }
|
10
|
+
body { font-family: monospace; color: #00ffff; background-color: #000000; }
|
11
|
+
.lnr { color: #ffff00; }
|
12
|
+
.Folded { color: #00ffff; background-color: #a9a9a9; }
|
data/themes/evening.css
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
.Identifier { color: #40ffff; }
|
2
|
+
.Statement { color: #ffff60; font-weight: bold; }
|
3
|
+
.PreProc { color: #ff80ff; }
|
4
|
+
.Special { color: #ffa500; background-color: #0d0d0d; }
|
5
|
+
.Constant { color: #ffa0a0; background-color: #0d0d0d; }
|
6
|
+
.Comment { color: #80a0ff; }
|
7
|
+
.Type { color: #60ff60; font-weight: bold; }
|
8
|
+
pre { font-family: monospace; color: #ffffff; background-color: #333333; }
|
9
|
+
body { font-family: monospace; color: #ffffff; background-color: #333333; }
|
10
|
+
.lnr { color: #ffff00; }
|
11
|
+
.Folded { color: #00008b; background-color: #d3d3d3; }
|
@@ -0,0 +1,18 @@
|
|
1
|
+
#! /bin/bash
|
2
|
+
for theme in /usr/share/vim/vim71/colors/*.vim
|
3
|
+
do
|
4
|
+
echo $theme
|
5
|
+
theme="$(basename $theme)"
|
6
|
+
theme="${theme/.vim/}"
|
7
|
+
echo "generating theme: $theme"
|
8
|
+
gvim -f +"exe 'normal GzO'" +"colorscheme $theme" +"run! syntax/2html.vim" +"wq" +"q" example.rb
|
9
|
+
mv example.rb.html $theme.html
|
10
|
+
done
|
11
|
+
|
12
|
+
for html in *.html
|
13
|
+
do
|
14
|
+
theme="${html/.html/}"
|
15
|
+
echo "$theme.html" | ruby -e 'puts File.read(STDIN.readlines.first.strip).match(/css">\n<!--\n(.*).-->/m)[1]' > $theme.css
|
16
|
+
done
|
17
|
+
|
18
|
+
rm *.html
|
@@ -0,0 +1,17 @@
|
|
1
|
+
/*
|
2
|
+
Syntax-on Theme
|
3
|
+
|
4
|
+
Created by Lancewig.com
|
5
|
+
*/
|
6
|
+
pre { color: #e1e1e1; background-color: rgb(20,20,20); }
|
7
|
+
.Constant { color: rgb(214,31,29); /* red */ }
|
8
|
+
.Identifier { color: rgb(72,194,67); /* somewhat sage */ }
|
9
|
+
.PreProc { color: rgb(26,96,134); /* flat blue */ }
|
10
|
+
.Underlined { color: rgb(252,250,255); /* off white */ }
|
11
|
+
.Title { color: rgb(189,141,70); /* butterscotch */ }
|
12
|
+
.Special { color: rgb(236,99,47); /* light orange */}
|
13
|
+
.Statement { color: rgb(189,141,70); /* butterscotch */ }
|
14
|
+
.Type { color: rgb(72,194,67); /* somewhat sage */ }
|
15
|
+
.Comment { color: rgb(115,41,41); /* burgundy */ }
|
16
|
+
.lnr { color: rgb(212,196,130); /* cream */ }
|
17
|
+
a[href] { color: rgb(116,26,158); /* purple */ }
|
data/themes/koehler.css
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
.Identifier { color: #40ffff; }
|
2
|
+
.Statement { color: #ffff60; font-weight: bold; }
|
3
|
+
.PreProc { color: #ff80ff; }
|
4
|
+
.Special { color: #ffa500; }
|
5
|
+
.Constant { color: #ffa0a0; }
|
6
|
+
.Comment { color: #80a0ff; }
|
7
|
+
.Type { color: #60ff60; font-weight: bold; }
|
8
|
+
pre { font-family: monospace; color: #ffffff; background-color: #000000; }
|
9
|
+
body { font-family: monospace; color: #ffffff; background-color: #000000; }
|
10
|
+
.lnr { color: #ffff00; }
|
11
|
+
.Folded { color: #00ffff; background-color: #a9a9a9; }
|
data/themes/morning.css
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
.Identifier { color: #008b8b; }
|
2
|
+
.Statement { color: #a52a2a; font-weight: bold; }
|
3
|
+
.PreProc { color: #a020f0; }
|
4
|
+
.Special { color: #6a5acd; background-color: #f2f2f2; }
|
5
|
+
.Constant { color: #ff00ff; background-color: #f2f2f2; }
|
6
|
+
.Comment { color: #0000ff; }
|
7
|
+
.Type { color: #2e8b57; font-weight: bold; }
|
8
|
+
pre { font-family: monospace; color: #000000; background-color: #e5e5e5; }
|
9
|
+
body { font-family: monospace; color: #000000; background-color: #e5e5e5; }
|
10
|
+
.lnr { color: #a52a2a; }
|
11
|
+
.Folded { color: #00008b; background-color: #d3d3d3; }
|
data/themes/murphy.css
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
.Identifier { color: #00ffff; }
|
2
|
+
.Statement { color: #ffff00; }
|
3
|
+
.PreProc { color: #f5deb3; }
|
4
|
+
.Special { color: #ff00ff; }
|
5
|
+
.Constant { color: #ffffff; }
|
6
|
+
.Comment { color: #ffa500; }
|
7
|
+
.Type { color: #bebebe; }
|
8
|
+
pre { font-family: monospace; color: #90ee90; background-color: #000000; }
|
9
|
+
body { font-family: monospace; color: #90ee90; background-color: #000000; }
|
10
|
+
.lnr { color: #ffff00; }
|
11
|
+
.Folded { color: #00ffff; background-color: #a9a9a9; }
|
data/themes/pablo.css
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
.Identifier { color: #00c0c0; }
|
2
|
+
.Statement { color: #c0c000; font-weight: bold; }
|
3
|
+
.PreProc { color: #00ff00; }
|
4
|
+
.Special { color: #0000ff; }
|
5
|
+
.Constant { color: #00ffff; }
|
6
|
+
.Comment { color: #808080; }
|
7
|
+
.Type { color: #00c000; font-weight: bold; }
|
8
|
+
pre { font-family: monospace; color: #ffffff; background-color: #000000; }
|
9
|
+
body { font-family: monospace; color: #ffffff; background-color: #000000; }
|
10
|
+
.lnr { color: #ffff00; }
|
11
|
+
.Folded { color: #00ffff; background-color: #a9a9a9; }
|
@@ -0,0 +1,11 @@
|
|
1
|
+
.Identifier { color: #008b8b; }
|
2
|
+
.Statement { color: #a52a2a; font-weight: bold; }
|
3
|
+
.PreProc { color: #cd00cd; }
|
4
|
+
.Special { color: #6a5acd; }
|
5
|
+
.Constant { color: #c00058; }
|
6
|
+
.Comment { color: #406090; }
|
7
|
+
.Type { color: #2e8b57; font-weight: bold; }
|
8
|
+
pre { font-family: monospace; color: #000000; background-color: #ffdab9; }
|
9
|
+
body { font-family: monospace; color: #000000; background-color: #ffdab9; }
|
10
|
+
.lnr { color: #cd0000; }
|
11
|
+
.Folded { color: #000000; background-color: #e3c1a5; }
|
data/themes/remi.css
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
pre { margin-left: 1pt; padding: 5pt; }
|
2
|
+
pre { color: #e1e1e1; background-color: #030507; }
|
3
|
+
.Constant { color: #ca0101; }
|
4
|
+
.Identifier { color: #06989a; }
|
5
|
+
.PreProc { color: #75507b; }
|
6
|
+
.Underlined { color: #75507b; }
|
7
|
+
.Title { color: #75507b; }
|
8
|
+
.Special { color: #75507b; }
|
9
|
+
.Statement { color: #bd9901; }
|
10
|
+
.Type { color: #4e9a06; }
|
11
|
+
.Comment { color: #3465a4; }
|
12
|
+
.lnr { color: #bd9901; }
|
13
|
+
a[href] { color: #D52222; }
|
data/themes/ron.css
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
.Identifier { color: #00ffff; }
|
2
|
+
.Statement { color: #add8e6; }
|
3
|
+
.PreProc { color: #eea9b8; }
|
4
|
+
.Special { color: #ffff00; }
|
5
|
+
.Constant { color: #00ffff; font-weight: bold; }
|
6
|
+
.Comment { color: #00ff00; }
|
7
|
+
.Type { color: #2e8b57; font-weight: bold; }
|
8
|
+
pre { font-family: monospace; color: #00ffff; background-color: #000000; }
|
9
|
+
body { font-family: monospace; color: #00ffff; background-color: #000000; }
|
10
|
+
.lnr { color: #a9a9a9; }
|
11
|
+
.Folded { color: #00ffff; background-color: #4d4d4d; }
|
data/themes/rubyblue.css
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
.Identifier { color: #ffffff; }
|
2
|
+
.Statement { color: #f9bb00; }
|
3
|
+
.PreProc { color: #f9bb00; }
|
4
|
+
.Special { color: #00cc00; }
|
5
|
+
.Constant { color: #00cc00; }
|
6
|
+
.Comment { color: #428bdd; }
|
7
|
+
.Type { color: #ffffff; text-decoration: underline; }
|
8
|
+
pre { font-family: monospace; color: #c7d4e2; background-color: #162433; }
|
9
|
+
body { font-family: monospace; color: #c7d4e2; background-color: #162433; }
|
10
|
+
.lnr { color: #ffc0cb; }
|
11
|
+
.Folded { color: #000000; background-color: #ffa500; }
|
data/themes/shine.css
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
.Identifier { color: #008b8b; }
|
2
|
+
.Statement { color: #a52a2a; font-weight: bold; }
|
3
|
+
.Number { color: #ffbbbb; font-weight: bold; }
|
4
|
+
.PreProc { color: #a020f0; }
|
5
|
+
.Special { color: #ff8c00; background-color: #cccccc; }
|
6
|
+
.Constant { color: #a07070; background-color: #cccccc; }
|
7
|
+
.Comment { color: #a9a9a9; font-weight: bold; }
|
8
|
+
.Type { color: #2e8b57; font-weight: bold; }
|
9
|
+
pre { font-family: monospace; color: #000000; background-color: #ffffff; }
|
10
|
+
body { font-family: monospace; color: #000000; background-color: #ffffff; }
|
11
|
+
.lnr { color: #ffff00; }
|
12
|
+
.Folded { color: #00008b; background-color: #d3d3d3; }
|
data/themes/slate.css
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
.Identifier { color: #fa8072; }
|
2
|
+
.Function { color: #ffdead; }
|
3
|
+
.Statement { color: #6495ed; font-weight: bold; }
|
4
|
+
.Include { color: #ff0000; }
|
5
|
+
.Special { color: #bdb76b; }
|
6
|
+
.String { color: #87ceeb; }
|
7
|
+
.Comment { color: #666666; }
|
8
|
+
.Type { color: #6495ed; font-weight: bold; }
|
9
|
+
.Constant { color: #ffa0a0; }
|
10
|
+
.Define { color: #ffd700; font-weight: bold; }
|
11
|
+
pre { font-family: monospace; color: #ffffff; background-color: #262626; }
|
12
|
+
body { font-family: monospace; color: #ffffff; background-color: #262626; }
|
13
|
+
.lnr { color: #7f7f7f; }
|
14
|
+
.Folded { color: #666666; background-color: #000000; }
|
data/themes/torte.css
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
.Identifier { color: #40ffff; }
|
2
|
+
.Statement { color: #ffff00; }
|
3
|
+
.PreProc { color: #ff80ff; }
|
4
|
+
.Special { color: #ffa500; }
|
5
|
+
.Constant { color: #ffa0a0; }
|
6
|
+
.Comment { color: #80a0ff; }
|
7
|
+
.Type { color: #60ff60; }
|
8
|
+
pre { font-family: monospace; color: #cccccc; background-color: #000000; }
|
9
|
+
body { font-family: monospace; color: #cccccc; background-color: #000000; }
|
10
|
+
.lnr { color: #ffff00; }
|
11
|
+
.Folded { color: #00ffff; background-color: #a9a9a9; }
|
data/themes/zellner.css
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
.Identifier { color: #0000ff; }
|
2
|
+
.Statement { color: #a52a2a; }
|
3
|
+
.PreProc { color: #a020f0; }
|
4
|
+
.Special { color: #ff00ff; }
|
5
|
+
.Constant { color: #ff00ff; }
|
6
|
+
.Comment { color: #ff0000; }
|
7
|
+
.Type { color: #0000ff; }
|
8
|
+
pre { font-family: monospace; color: #000000; background-color: #ffffff; }
|
9
|
+
body { font-family: monospace; color: #000000; background-color: #ffffff; }
|
10
|
+
.lnr { color: #a52a2a; }
|
11
|
+
.Folded { color: #00008b; background-color: #d3d3d3; }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: syntax-on
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- remi
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-01-
|
12
|
+
date: 2010-01-21 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -34,6 +34,27 @@ files:
|
|
34
34
|
- lib/syntax-on/browser.rb
|
35
35
|
- lib/syntax-on/bin.rb
|
36
36
|
- lib/syntax-on.rb
|
37
|
+
- themes/ron.css
|
38
|
+
- themes/delek.css
|
39
|
+
- themes/darkblue.css
|
40
|
+
- themes/gummy-bears-and-coffee.css
|
41
|
+
- themes/blue.css
|
42
|
+
- themes/desert.css
|
43
|
+
- themes/pablo.css
|
44
|
+
- themes/default.css
|
45
|
+
- themes/torte.css
|
46
|
+
- themes/shine.css
|
47
|
+
- themes/remi.css
|
48
|
+
- themes/koehler.css
|
49
|
+
- themes/morning.css
|
50
|
+
- themes/peachpuff.css
|
51
|
+
- themes/zellner.css
|
52
|
+
- themes/generate-theme-files
|
53
|
+
- themes/elflord.css
|
54
|
+
- themes/rubyblue.css
|
55
|
+
- themes/slate.css
|
56
|
+
- themes/evening.css
|
57
|
+
- themes/murphy.css
|
37
58
|
has_rdoc: true
|
38
59
|
homepage: http://github.com/remi/syntax-on
|
39
60
|
licenses: []
|