summaryrefslogtreecommitdiff
path: root/support/highlight/themes
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/highlight/themes
Initial commit
Diffstat (limited to 'support/highlight/themes')
-rw-r--r--support/highlight/themes/acid.style22
-rw-r--r--support/highlight/themes/bipolar.style21
-rw-r--r--support/highlight/themes/blacknblue.style20
-rw-r--r--support/highlight/themes/bright.style20
-rw-r--r--support/highlight/themes/contrast.style21
-rw-r--r--support/highlight/themes/darkblue.style21
-rw-r--r--support/highlight/themes/darkness.style20
-rw-r--r--support/highlight/themes/desert.style22
-rw-r--r--support/highlight/themes/easter.style20
-rw-r--r--support/highlight/themes/emacs.style20
-rw-r--r--support/highlight/themes/golden.style21
-rw-r--r--support/highlight/themes/greenlcd.style21
-rw-r--r--support/highlight/themes/ide-anjuta.style20
-rw-r--r--support/highlight/themes/ide-codewarrior.style20
-rw-r--r--support/highlight/themes/ide-eclipse.style20
-rw-r--r--support/highlight/themes/ide-kdev.style20
-rw-r--r--support/highlight/themes/ide-msvs2008.style20
-rw-r--r--support/highlight/themes/ide-xcode.style19
-rw-r--r--support/highlight/themes/jedit.style20
-rw-r--r--support/highlight/themes/kwrite.style20
-rw-r--r--support/highlight/themes/lucretia.style21
-rw-r--r--support/highlight/themes/matlab.style17
-rw-r--r--support/highlight/themes/moe.style21
-rw-r--r--support/highlight/themes/navy.style20
-rw-r--r--support/highlight/themes/nedit.style20
-rw-r--r--support/highlight/themes/neon.style20
-rw-r--r--support/highlight/themes/night.style21
-rw-r--r--support/highlight/themes/orion.style21
-rw-r--r--support/highlight/themes/pablo.style20
-rw-r--r--support/highlight/themes/peachpuff.style20
-rw-r--r--support/highlight/themes/print.style20
-rw-r--r--support/highlight/themes/rand01.style21
-rw-r--r--support/highlight/themes/seashell.style20
-rw-r--r--support/highlight/themes/the.style20
-rw-r--r--support/highlight/themes/typical.style20
-rw-r--r--support/highlight/themes/vampire.style20
-rw-r--r--support/highlight/themes/vim-dark.style20
-rw-r--r--support/highlight/themes/vim.style20
-rw-r--r--support/highlight/themes/whitengrey.style20
-rw-r--r--support/highlight/themes/zellner.style21
40 files changed, 811 insertions, 0 deletions
diff --git a/support/highlight/themes/acid.style b/support/highlight/themes/acid.style
new file mode 100644
index 0000000000..a46cc5b738
--- /dev/null
+++ b/support/highlight/themes/acid.style
@@ -0,0 +1,22 @@
+# acid.style - style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+# This theme was made by AciD <acid@cpm-fr.com>
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#eeeeee
+$FONTSIZE=10
+$KW-GROUP(kwa)=#bb7977 bold
+$KW-GROUP(kwb)=#8080c0 bold
+$KW-GROUP(kwc)=#0080c0
+$KW-GROUP(kwd)=#004466
+$NUMBER=#800080 bold
+$ESCAPECHAR=#ff00ff bold
+$STRING=#a68500
+$STRING-DIRECTIVE=#0000ff
+$COMMENT=#ff8000
+$SL-COMMENT=#f27900
+$DIRECTIVE=#0080c0 bold
+$LINE=#303030
+$SYMBOL=#ff0080 bold
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/bipolar.style b/support/highlight/themes/bipolar.style
new file mode 100644
index 0000000000..11e02edd42
--- /dev/null
+++ b/support/highlight/themes/bipolar.style
@@ -0,0 +1,21 @@
+# bipolar.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#d62b9a
+$BGCOLOUR=#0f020a
+$FONTSIZE=10
+$KW-GROUP(kwa)=#20c79d bold
+$KW-GROUP(kwb)=#1d9617 bold
+$KW-GROUP(kwc)=#72d42c bold
+$KW-GROUP(kwd)=#81e535 bold
+$NUMBER=#0083c9
+$ESCAPECHAR=#2fa4a8
+$STRING=#eba236
+$STRING-DIRECTIVE=#d9eb36
+$COMMENT=#35d6e5 italic
+$SL-COMMENT=#35d6e5 italic
+$DIRECTIVE=#6b5deb
+$LINE=#999999
+$SYMBOL=#e3d922
+$MARK-LINE=#535052 \ No newline at end of file
diff --git a/support/highlight/themes/blacknblue.style b/support/highlight/themes/blacknblue.style
new file mode 100644
index 0000000000..35832cee1d
--- /dev/null
+++ b/support/highlight/themes/blacknblue.style
@@ -0,0 +1,20 @@
+# blacknblue.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#22a0d6
+$BGCOLOUR=#000000
+$FONTSIZE=10
+$KW-GROUP(kwa)=#1ededc bold
+$KW-GROUP(kwb)=#c06cf8 bold
+$KW-GROUP(kwc)=#00ff99
+$KW-GROUP(kwd)=#1ceddc
+$NUMBER=#cc3366
+$ESCAPECHAR=#88cf32
+$STRING=#cfc631
+$STRING-DIRECTIVE=#cfc631
+$COMMENT=#c47b6a italic
+$DIRECTIVE=#8080ff
+$SYMBOL=#ccc6c6
+$LINE=#888888
+$MARK-LINE=#404040
diff --git a/support/highlight/themes/bright.style b/support/highlight/themes/bright.style
new file mode 100644
index 0000000000..7ae92dd01d
--- /dev/null
+++ b/support/highlight/themes/bright.style
@@ -0,0 +1,20 @@
+# bright2.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#330066
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#ff3030
+$KW-GROUP(kwb)=#F48C23
+$KW-GROUP(kwc)=#0000ff
+$KW-GROUP(kwd)=#d11ced
+$NUMBER=#32ba06
+$ESCAPECHAR=#a61761
+$STRING=#1861a7
+$STRING-DIRECTIVE=#663300
+$COMMENT=#006633
+$DIRECTIVE=#5374b0
+$LINE=#9a9a9a
+$SYMBOL=#555555
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/contrast.style b/support/highlight/themes/contrast.style
new file mode 100644
index 0000000000..233e30a4e1
--- /dev/null
+++ b/support/highlight/themes/contrast.style
@@ -0,0 +1,21 @@
+# contrast.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#ff3366
+$BGCOLOUR=#5c2602
+$FONTSIZE=10
+$KW-GROUP(kwa)=#ffffff
+$KW-GROUP(kwb)=#ffffff bold
+$KW-GROUP(kwc)=#11f80c bold
+$KW-GROUP(kwd)=#fff700 bold
+$NUMBER=#3bd9a1
+$ESCAPECHAR=#11f80c
+$STRING=#11f80c
+$STRING-DIRECTIVE=#11f80c
+$COMMENT=#7f9fff
+$SL-COMMENT=#7f9fff
+$DIRECTIVE=#7b44e0
+$LINE=#adadad
+$SYMBOL=#dedede bold
+$MARK-LINE=#256e11
diff --git a/support/highlight/themes/darkblue.style b/support/highlight/themes/darkblue.style
new file mode 100644
index 0000000000..ac8a660d2f
--- /dev/null
+++ b/support/highlight/themes/darkblue.style
@@ -0,0 +1,21 @@
+# darkblue.style (taken from GVIM)
+# This file is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#ffffff
+$BGCOLOUR=#000040
+$FONTSIZE=10
+$KW-GROUP(kwa)=#e2e825
+$KW-GROUP(kwb)=#60ff60
+$KW-GROUP(kwc)=#26e0e7
+$KW-GROUP(kwd)=#e825e2 bold
+$NUMBER=#42cad9
+$ESCAPECHAR=#a1a1ff
+$STRING=#ffa0a0
+$STRING-DIRECTIVE=#ffa0a0
+$COMMENT=#80a0ff
+$SL-COMMENT=#ff7f9f
+$DIRECTIVE=#ff80ff
+$LINE=#e5d28e
+$SYMBOL=#bababa
+$MARK-LINE=#006600
diff --git a/support/highlight/themes/darkness.style b/support/highlight/themes/darkness.style
new file mode 100644
index 0000000000..1030ec39a3
--- /dev/null
+++ b/support/highlight/themes/darkness.style
@@ -0,0 +1,20 @@
+# darkness.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#ffffff
+$BGCOLOUR=#000000
+$FONTSIZE=10
+$KW-GROUP(kwa)=#ffff00 bold
+$KW-GROUP(kwb)=#00ff00
+$KW-GROUP(kwc)=#26e0e7
+$KW-GROUP(kwd)=#f34627
+$NUMBER=#619de7
+$ESCAPECHAR=#00abab
+$STRING=#abab00 bold
+$STRING-DIRECTIVE=#abab00
+$COMMENT=#008888
+$DIRECTIVE=#1da3cf
+$LINE=#888888
+$SYMBOL=#ff00ff
+$MARK-LINE=#444444
diff --git a/support/highlight/themes/desert.style b/support/highlight/themes/desert.style
new file mode 100644
index 0000000000..048f2644e0
--- /dev/null
+++ b/support/highlight/themes/desert.style
@@ -0,0 +1,22 @@
+# desert.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#fffdec
+$BGCOLOUR=#868063
+$FONTSIZE=10
+
+$KW-GROUP(kwa)=#004c00 bold
+$KW-GROUP(kwb)=#fef8bc bold
+$KW-GROUP(kwc)=#7b3587 bold
+$KW-GROUP(kwd)=#f3d266 bold
+$NUMBER=#3300cc
+$ESCAPECHAR=#f6f647
+$STRING=#f6f647
+$STRING-DIRECTIVE=#f6f647
+$COMMENT=#500000
+$SL-COMMENT=#00004f
+$DIRECTIVE=#6a2e10
+$LINE=#2b2b2b
+$SYMBOL=#2b2b2b
+$MARK-LINE=#b1625a
diff --git a/support/highlight/themes/easter.style b/support/highlight/themes/easter.style
new file mode 100644
index 0000000000..5dd955efe1
--- /dev/null
+++ b/support/highlight/themes/easter.style
@@ -0,0 +1,20 @@
+# easter.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#2C7B34
+$BGCOLOUR=#fff9b9
+$FONTSIZE=10
+$KW-GROUP(kwa)=#1d45d6 bold
+$KW-GROUP(kwb)=#ed0f55 bold
+$KW-GROUP(kwc)=#26aae7 bold
+$KW-GROUP(kwd)=#1d45d6
+$NUMBER=#e11a70
+$ESCAPECHAR=#3ea392
+$STRING=#ca4be3
+$STRING-DIRECTIVE=#ca4be3
+$COMMENT=#1ea411 italic
+$DIRECTIVE=#1583b1
+$LINE=#7717b7
+$SYMBOL=#fa4700
+$MARK-LINE=#ffffff
diff --git a/support/highlight/themes/emacs.style b/support/highlight/themes/emacs.style
new file mode 100644
index 0000000000..00e28fc185
--- /dev/null
+++ b/support/highlight/themes/emacs.style
@@ -0,0 +1,20 @@
+# emacs- style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#9c20ee bold
+$KW-GROUP(kwb)=#208920
+$KW-GROUP(kwc)=#0000ff
+$KW-GROUP(kwd)=#000000
+$NUMBER=#000000
+$ESCAPECHAR=#bd8d8b
+$STRING=#bd8d8b
+$STRING-DIRECTIVE=#bd8d8b
+$COMMENT=#ac2020 italic
+$DIRECTIVE=#000000
+$LINE=#555555
+$SYMBOL=#000000
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/golden.style b/support/highlight/themes/golden.style
new file mode 100644
index 0000000000..3d2b3462ad
--- /dev/null
+++ b/support/highlight/themes/golden.style
@@ -0,0 +1,21 @@
+# golden.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#ddbb00
+$BGCOLOUR=#000000
+$FONTSIZE=10
+
+$KW-GROUP(kwa)=#ffed8a bold
+$KW-GROUP(kwb)=#ffed8a
+$KW-GROUP(kwc)=#dedede bold
+$KW-GROUP(kwd)=#ddbb00 bold
+$NUMBER=#ffffff
+$ESCAPECHAR=#3399cc
+$STRING=#ff0000
+$STRING-DIRECTIVE=#ff0000
+$COMMENT=#978345 italic
+$DIRECTIVE=#ffddaa
+$LINE=#898989
+$SYMBOL=#ababab
+$MARK-LINE=#404040
diff --git a/support/highlight/themes/greenlcd.style b/support/highlight/themes/greenlcd.style
new file mode 100644
index 0000000000..5be75ea1ce
--- /dev/null
+++ b/support/highlight/themes/greenlcd.style
@@ -0,0 +1,21 @@
+# greenlcd.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#00bb00
+$BGCOLOUR=#003000
+$FONTSIZE=10
+
+$KW-GROUP(kwa)=#00ed00 bold
+$KW-GROUP(kwb)=#00ed00
+$KW-GROUP(kwc)=#beef13
+$KW-GROUP(kwd)=#c0ff73
+$NUMBER=#3399cc
+$ESCAPECHAR=#3399cc
+$STRING=#dfdfdf
+$STRING-DIRECTIVE=#dfdfdf
+$COMMENT=#888888 italic
+$DIRECTIVE=#bfbfbf
+$LINE=#bcbcbc
+$SYMBOL=#2fe7a9
+$MARK-LINE=#146176
diff --git a/support/highlight/themes/ide-anjuta.style b/support/highlight/themes/ide-anjuta.style
new file mode 100644
index 0000000000..20fd362be9
--- /dev/null
+++ b/support/highlight/themes/ide-anjuta.style
@@ -0,0 +1,20 @@
+# ide-anjuta.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#000080 bold
+$KW-GROUP(kwb)=#000080
+$KW-GROUP(kwc)=#0000ff
+$KW-GROUP(kwd)=#000000
+$NUMBER=#008800
+$ESCAPECHAR=#ddbb00
+$STRING=#ddbb00
+$STRING-DIRECTIVE=#ddbb00
+$COMMENT=#ff0000 italic
+$DIRECTIVE=#678000
+$LINE=#ff0000
+$SYMBOL=#000000
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/ide-codewarrior.style b/support/highlight/themes/ide-codewarrior.style
new file mode 100644
index 0000000000..473ef0779a
--- /dev/null
+++ b/support/highlight/themes/ide-codewarrior.style
@@ -0,0 +1,20 @@
+# codewarrior.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#0000b3
+$KW-GROUP(kwb)=#4c73a6
+$KW-GROUP(kwc)=#0000b3
+$KW-GROUP(kwd)=#000000
+$NUMBER=#000000
+$ESCAPECHAR=#666666
+$STRING=#666666
+$STRING-DIRECTIVE=#000000
+$COMMENT=#b30000
+$DIRECTIVE=#0000b3
+$LINE=#555555
+$SYMBOL=#000000
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/ide-eclipse.style b/support/highlight/themes/ide-eclipse.style
new file mode 100644
index 0000000000..6b16ca1313
--- /dev/null
+++ b/support/highlight/themes/ide-eclipse.style
@@ -0,0 +1,20 @@
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#7f0055 bold
+$KW-GROUP(kwb)=#7f0055 bold
+$KW-GROUP(kwc)=#7f0055 bold
+$KW-GROUP(kwd)=#000000
+$NUMBER=#000000
+$ESCAPECHAR=#0000ff
+$STRING=#0000ff
+$STRING-DIRECTIVE=#7f9fbf
+$COMMENT=#717ab3
+$DIRECTIVE=#3f5fbf
+$LINE=#000000
+$SL-COMMENT=#2f9956
+$SYMBOL=#000000
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/ide-kdev.style b/support/highlight/themes/ide-kdev.style
new file mode 100644
index 0000000000..f1989dc3b7
--- /dev/null
+++ b/support/highlight/themes/ide-kdev.style
@@ -0,0 +1,20 @@
+# ide-kdev.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#600000 bold
+$KW-GROUP(kwb)=#600000
+$KW-GROUP(kwc)=#600000 bold
+$KW-GROUP(kwd)=#000000
+$NUMBER=#0000ff
+$ESCAPECHAR=#ff0000
+$STRING=#ff0000
+$STRING-DIRECTIVE=#ff0000
+$COMMENT=#bfbfbf italic
+$DIRECTIVE=#008000
+$LINE=#bfbfbf
+$SYMBOL=#000000
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/ide-msvs2008.style b/support/highlight/themes/ide-msvs2008.style
new file mode 100644
index 0000000000..0086b24db9
--- /dev/null
+++ b/support/highlight/themes/ide-msvs2008.style
@@ -0,0 +1,20 @@
+# ide-msvs2008.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#0000ff
+$KW-GROUP(kwb)=#0000ff
+$KW-GROUP(kwc)=#2b91af
+$KW-GROUP(kwd)=#000000
+$NUMBER=#000000
+$ESCAPECHAR=#a31515
+$STRING=#a31515
+$STRING-DIRECTIVE=#0000ff
+$COMMENT=#008000
+$DIRECTIVE=#0000ff
+$LINE=#2b91af
+$SYMBOL=#000000
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/ide-xcode.style b/support/highlight/themes/ide-xcode.style
new file mode 100644
index 0000000000..cfc2b630ff
--- /dev/null
+++ b/support/highlight/themes/ide-xcode.style
@@ -0,0 +1,19 @@
+# xcode.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#8f0055
+$KW-GROUP(kwb)=#8f0055
+$KW-GROUP(kwc)=#8f0055
+$KW-GROUP(kwd)=#000000
+$NUMBER=#2300ff
+$STRING=#c00000
+$STRING-DIRECTIVE=#733710
+$COMMENT=#007f1c
+$DIRECTIVE=#733710
+$LINE=#808080
+$SYMBOL=#000000
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/jedit.style b/support/highlight/themes/jedit.style
new file mode 100644
index 0000000000..078baf956c
--- /dev/null
+++ b/support/highlight/themes/jedit.style
@@ -0,0 +1,20 @@
+# jedit - style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#009966 bold
+$KW-GROUP(kwb)=#009966 bold
+$KW-GROUP(kwc)=#0099ff
+$KW-GROUP(kwd)=#9966ff
+$NUMBER=#ff0000
+$ESCAPECHAR=#ff00ff
+$STRING=#ff00cc
+$STRING-DIRECTIVE=#818100
+$COMMENT=#cc0000
+$DIRECTIVE=#0000ff
+$LINE=#555555
+$SYMBOL=#000000 bold
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/kwrite.style b/support/highlight/themes/kwrite.style
new file mode 100644
index 0000000000..dcce573456
--- /dev/null
+++ b/support/highlight/themes/kwrite.style
@@ -0,0 +1,20 @@
+# kwrite - style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#000000 bold
+$KW-GROUP(kwb)=#830000
+$KW-GROUP(kwc)=#000000 bold
+$KW-GROUP(kwd)=#010181
+$NUMBER=#2928ff
+$ESCAPECHAR=#ff00ff
+$STRING=#ff0000
+$STRING-DIRECTIVE=#818100
+$COMMENT=#838183 italic
+$DIRECTIVE=#008200
+$LINE=#555555
+$SYMBOL=#000000
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/lucretia.style b/support/highlight/themes/lucretia.style
new file mode 100644
index 0000000000..add0fe609a
--- /dev/null
+++ b/support/highlight/themes/lucretia.style
@@ -0,0 +1,21 @@
+# megadeth.style (inspired by the Rust In Peace cover)
+# This file is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#de9d7c
+$BGCOLOUR=#001C42
+$FONTSIZE=10
+$KW-GROUP(kwa)=#696093
+$KW-GROUP(kwb)=#29a655
+$KW-GROUP(kwc)=#427142
+$KW-GROUP(kwd)=#A59A39
+$NUMBER=#63759C
+$ESCAPECHAR=#6B924A
+$STRING=#E7F3B5
+$STRING-DIRECTIVE=#E7F3B5
+$COMMENT=#944D39
+$SL-COMMENT=#AD5D31
+$DIRECTIVE=#815d8c
+$LINE=#73758C
+$SYMBOL=#6A7969
+$MARK-LINE=#511168
diff --git a/support/highlight/themes/matlab.style b/support/highlight/themes/matlab.style
new file mode 100644
index 0000000000..99fd1585ac
--- /dev/null
+++ b/support/highlight/themes/matlab.style
@@ -0,0 +1,17 @@
+# matlab.style (done by David)
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#0000ff
+$KW-GROUP(kwb)=#000000
+$KW-GROUP(kwc)=#0000ff
+$KW-GROUP(kwd)=#000000
+$NUMBER=#000000
+$ESCAPECHAR=#000000
+$STRING=#800000
+$STRING-DIRECTIVE=#800000
+$SYMBOL=#000000
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/moe.style b/support/highlight/themes/moe.style
new file mode 100644
index 0000000000..e18597d454
--- /dev/null
+++ b/support/highlight/themes/moe.style
@@ -0,0 +1,21 @@
+# acid.style - style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#f6f6f6
+$FONTSIZE=10
+$KW-GROUP(kwa)=#661111 bold
+$KW-GROUP(kwb)=#000066 bold
+$KW-GROUP(kwc)=#000066
+$KW-GROUP(kwd)=#004466
+$NUMBER=#880022
+$ESCAPECHAR=#ff00ff bold
+$STRING=#aa4400
+$STRING-DIRECTIVE=#008800
+$COMMENT=#ff8800
+$SL-COMMENT=#ee7700
+$DIRECTIVE=#008844 bold
+$LINE=#333333
+$SYMBOL=#000000 bold
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/navy.style b/support/highlight/themes/navy.style
new file mode 100644
index 0000000000..b51530418f
--- /dev/null
+++ b/support/highlight/themes/navy.style
@@ -0,0 +1,20 @@
+# navy.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#008bff
+$BGCOLOUR=#000035
+$FONTSIZE=10
+$KW-GROUP(kwa)=#f8c50b bold
+$KW-GROUP(kwb)=#e1e72f
+$KW-GROUP(kwc)=#13d8ef
+$KW-GROUP(kwd)=#ffffff
+$NUMBER=#f87ff4
+$ESCAPECHAR=#66f5ff
+$STRING=#ff7f66
+$STRING-DIRECTIVE=#ffffff
+$COMMENT=#ffbb00 italic
+$DIRECTIVE=#bb00ff
+$LINE=#888888
+$SYMBOL=#ffffff
+$MARK-LINE=#30445a
diff --git a/support/highlight/themes/nedit.style b/support/highlight/themes/nedit.style
new file mode 100644
index 0000000000..a31a8bccb3
--- /dev/null
+++ b/support/highlight/themes/nedit.style
@@ -0,0 +1,20 @@
+# nedit.style
+# This file is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#000000 bold
+$KW-GROUP(kwb)=#a52a2a bold
+$KW-GROUP(kwc)=#dda0dd bold
+$KW-GROUP(kwd)=#000000
+$NUMBER=#006400
+$ESCAPECHAR=#2e8b57
+$STRING=#006400
+$STRING-DIRECTIVE=#27408b
+$COMMENT=#000000 italic
+$DIRECTIVE=#27408b
+$LINE=#777777
+$SYMBOL=#000000 bold
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/neon.style b/support/highlight/themes/neon.style
new file mode 100644
index 0000000000..dbbfc27f6c
--- /dev/null
+++ b/support/highlight/themes/neon.style
@@ -0,0 +1,20 @@
+# neon.style - style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#ffffff
+$BGCOLOUR=#000000
+$FONTSIZE=10
+$KW-GROUP(kwa)=#00ffff bold
+$KW-GROUP(kwb)=#ffff00
+$KW-GROUP(kwc)=#ef1347 bold
+$KW-GROUP(kwd)=#ffffff bold
+$NUMBER=#ff00ff
+$ESCAPECHAR=#cd00ff
+$STRING=#cd00ff
+$STRING-DIRECTIVE=#cd00ff
+$COMMENT=#00ff00 italic
+$DIRECTIVE=#ffbb00
+$LINE=#55abff
+$SYMBOL=#ee5896 bold
+$MARK-LINE=#404040
diff --git a/support/highlight/themes/night.style b/support/highlight/themes/night.style
new file mode 100644
index 0000000000..0fdb1236e0
--- /dev/null
+++ b/support/highlight/themes/night.style
@@ -0,0 +1,21 @@
+# night.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#cc00ee
+$BGCOLOUR=#000044
+$FONTSIZE=10
+$KW-GROUP(kwa)=#ffffff bold
+$KW-GROUP(kwb)=#f1157c bold
+$KW-GROUP(kwc)=#7aec27 bold
+$KW-GROUP(kwd)=#ff06cd bold
+$NUMBER=#8ee119
+$ESCAPECHAR=#82d66d
+$STRING=#dddddd
+$STRING-DIRECTIVE=#dddddd
+$COMMENT=#59c9f9
+$SL-COMMENT=#59c9f9
+$DIRECTIVE=#00bb00
+$LINE=#e7ee5c
+$SYMBOL=#e7ee5c bold
+$MARK-LINE=#000000
diff --git a/support/highlight/themes/orion.style b/support/highlight/themes/orion.style
new file mode 100644
index 0000000000..7426db41a3
--- /dev/null
+++ b/support/highlight/themes/orion.style
@@ -0,0 +1,21 @@
+# metallica.style (inspired by the Master Of Puppets cover)
+# This file is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#C4B1A8
+$BGCOLOUR=#1E1616
+$FONTSIZE=10
+$KW-GROUP(kwa)=#49d4d6
+$KW-GROUP(kwb)=#BA1919
+$KW-GROUP(kwc)=#7B2421
+$KW-GROUP(kwd)=#AD5139
+$NUMBER=#9C928C
+$ESCAPECHAR=#837D83
+$STRING=#635D63
+$STRING-DIRECTIVE=#635D63
+$COMMENT=#C4674A
+$SL-COMMENT=#C4674A
+$DIRECTIVE=#E7A731
+$LINE=#9C928C
+$SYMBOL=#506070
+$MARK-LINE=#394e62
diff --git a/support/highlight/themes/pablo.style b/support/highlight/themes/pablo.style
new file mode 100644
index 0000000000..7d7dda8d3a
--- /dev/null
+++ b/support/highlight/themes/pablo.style
@@ -0,0 +1,20 @@
+# pablo.style (taken from GVIM)
+# This file is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#ffffff
+$BGCOLOUR=#000000
+$FONTSIZE=10
+$KW-GROUP(kwa)=#c0c000 bold
+$KW-GROUP(kwb)=#00c000 bold
+$KW-GROUP(kwc)=#3939bf bold
+$KW-GROUP(kwd)=#21ffc0
+$NUMBER=#00ffff
+$ESCAPECHAR=#ff6600
+$STRING=#00ffff
+$STRING-DIRECTIVE=#00ffff
+$COMMENT=#808080
+$DIRECTIVE=#66ff66
+$LINE=#808080
+$SYMBOL=#ff0000
+$MARK-LINE=#404040
diff --git a/support/highlight/themes/peachpuff.style b/support/highlight/themes/peachpuff.style
new file mode 100644
index 0000000000..2313ea56a7
--- /dev/null
+++ b/support/highlight/themes/peachpuff.style
@@ -0,0 +1,20 @@
+# peachpuff.style (taken from GVIM)
+# This file is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffdab9
+$FONTSIZE=10
+$KW-GROUP(kwa)=#a52a2a bold
+$KW-GROUP(kwb)=#2e8b57 bold
+$KW-GROUP(kwc)=#275fec bold
+$KW-GROUP(kwd)=#521cc7
+$NUMBER=#c00058
+$ESCAPECHAR=#6a5acd
+$STRING=#c00058
+$STRING-DIRECTIVE=#c00058
+$COMMENT=#406090
+$DIRECTIVE=#cd00cd
+$LINE=#406090
+$SYMBOL=#000000
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/print.style b/support/highlight/themes/print.style
new file mode 100644
index 0000000000..ad13910a52
--- /dev/null
+++ b/support/highlight/themes/print.style
@@ -0,0 +1,20 @@
+# Print - style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#000000 bold
+$KW-GROUP(kwb)=#000000 bold
+$KW-GROUP(kwc)=#000000 bold
+$KW-GROUP(kwd)=#000000 bold
+$NUMBER=#000000
+$ESCAPECHAR=#000000
+$STRING=#000000
+$STRING-DIRECTIVE=#000000
+$COMMENT=#666666 italic
+$DIRECTIVE=#000000 bold
+$LINE=#888888
+$SYMBOL=#000000 bold
+$MARK-LINE=#dddddd
diff --git a/support/highlight/themes/rand01.style b/support/highlight/themes/rand01.style
new file mode 100644
index 0000000000..6d834a5b7b
--- /dev/null
+++ b/support/highlight/themes/rand01.style
@@ -0,0 +1,21 @@
+# rand01.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+# This theme was converted from the webcpp rand01.style.scs theme by webcpp2highlight 0.1
+
+$DEFAULTCOLOUR=#121b28
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#0a7f6d bold
+$KW-GROUP(kwb)=#c42638 bold
+$KW-GROUP(kwc)=#e12f76
+$KW-GROUP(kwd)=#2ac749
+$NUMBER=#0da344
+$ESCAPECHAR=#a764cb
+$STRING=#2b83ba
+$STRING-DIRECTIVE=#2b83ba
+$COMMENT=#ababab italic
+$DIRECTIVE=#620ac6
+$LINE=#90a729
+$SYMBOL=#0000de
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/seashell.style b/support/highlight/themes/seashell.style
new file mode 100644
index 0000000000..5e9536a982
--- /dev/null
+++ b/support/highlight/themes/seashell.style
@@ -0,0 +1,20 @@
+# seashell.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#fff5ee
+$FONTSIZE=10
+$KW-GROUP(kwa)=#2e8b57 bold
+$KW-GROUP(kwb)=#2e8b57 bold
+$KW-GROUP(kwc)=#696969 bold
+$KW-GROUP(kwd)=#000069
+$NUMBER=#ff1493
+$ESCAPECHAR=#6a5acd
+$STRING=#ff1493
+$STRING-DIRECTIVE=#ff1493
+$COMMENT=#2929cc
+$DIRECTIVE=#800080
+$LINE=#555555
+$SYMBOL=#676767
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/the.style b/support/highlight/themes/the.style
new file mode 100644
index 0000000000..792610dd4c
--- /dev/null
+++ b/support/highlight/themes/the.style
@@ -0,0 +1,20 @@
+# the.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#0000ff
+$KW-GROUP(kwb)=#880088
+$KW-GROUP(kwc)=#0000ff
+$KW-GROUP(kwd)=#ff0000
+$NUMBER=#ff0000
+$ESCAPECHAR=#000000
+$STRING=#00cdcd
+$STRING-DIRECTIVE=#000088
+$COMMENT=#00ff00 italic
+$DIRECTIVE=#ff0000
+$LINE=#008800
+$SYMBOL=#000000
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/typical.style b/support/highlight/themes/typical.style
new file mode 100644
index 0000000000..9ae026ed89
--- /dev/null
+++ b/support/highlight/themes/typical.style
@@ -0,0 +1,20 @@
+# typical.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#0000ff bold
+$KW-GROUP(kwb)=#0000ff
+$KW-GROUP(kwc)=#ec7f15
+$KW-GROUP(kwd)=#000000 bold
+$NUMBER=#a900a9
+$ESCAPECHAR=#ff00cc
+$STRING=#ff0000
+$STRING-DIRECTIVE=#ff0000
+$COMMENT=#666666 italic
+$DIRECTIVE=#00b800
+$LINE=#666666
+$SYMBOL=#ff0000
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/vampire.style b/support/highlight/themes/vampire.style
new file mode 100644
index 0000000000..94e1577906
--- /dev/null
+++ b/support/highlight/themes/vampire.style
@@ -0,0 +1,20 @@
+# vampire.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#ff0000
+$BGCOLOUR=#000000
+$FONTSIZE=10
+$KW-GROUP(kwa)=#ffffff bold
+$KW-GROUP(kwb)=#F35E1E bold
+$KW-GROUP(kwc)=#ffffff
+$KW-GROUP(kwd)=#ffcc33
+$NUMBER=#aaff00
+$ESCAPECHAR=#ffffff
+$STRING=#bb00ff
+$STRING-DIRECTIVE=#bb00ff
+$COMMENT=#ababab italic
+$DIRECTIVE=#ababab
+$LINE=#F3E651
+$SYMBOL=#F3E651
+$MARK-LINE=#203c51
diff --git a/support/highlight/themes/vim-dark.style b/support/highlight/themes/vim-dark.style
new file mode 100644
index 0000000000..396c78a1b2
--- /dev/null
+++ b/support/highlight/themes/vim-dark.style
@@ -0,0 +1,20 @@
+# vim.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#ffffff
+$BGCOLOUR=#000000
+$FONTSIZE=10
+$KW-GROUP(kwa)=#B26818
+$KW-GROUP(kwb)=#00ff00
+$KW-GROUP(kwc)=#B26818
+$KW-GROUP(kwd)=#ffffff
+$NUMBER=#ff0000
+$ESCAPECHAR=#ff22ff
+$STRING=#ff0000
+$STRING-DIRECTIVE=#ff0000
+$COMMENT=#0000ff
+$DIRECTIVE=#ff22ff
+$LINE=#0000ff
+$SYMBOL=#ffffff
+$MARK-LINE=#404040
diff --git a/support/highlight/themes/vim.style b/support/highlight/themes/vim.style
new file mode 100644
index 0000000000..d7e09503ad
--- /dev/null
+++ b/support/highlight/themes/vim.style
@@ -0,0 +1,20 @@
+# vim.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#B26818
+$KW-GROUP(kwb)=#00ff00
+$KW-GROUP(kwc)=#B26818
+$KW-GROUP(kwd)=#000000
+$NUMBER=#ff0000
+$ESCAPECHAR=#ff22ff
+$STRING=#ff0000
+$STRING-DIRECTIVE=#ff0000
+$COMMENT=#0000ff
+$DIRECTIVE=#ff22ff
+$LINE=#0000ff
+$SYMBOL=#000000
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/whitengrey.style b/support/highlight/themes/whitengrey.style
new file mode 100644
index 0000000000..56de6248de
--- /dev/null
+++ b/support/highlight/themes/whitengrey.style
@@ -0,0 +1,20 @@
+# whitengrey.style
+# This File is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#696969
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#696969 bold
+$KW-GROUP(kwb)=#696969
+$KW-GROUP(kwc)=#696969 bold
+$KW-GROUP(kwd)=#000000
+$NUMBER=#bb00ff
+$ESCAPECHAR=#510087
+$STRING=#008800
+$STRING-DIRECTIVE=#008800
+$COMMENT=#1326a2 italic
+$DIRECTIVE=#470000
+$LINE=#555555
+$SYMBOL=#696969
+$MARK-LINE=#ffffbb
diff --git a/support/highlight/themes/zellner.style b/support/highlight/themes/zellner.style
new file mode 100644
index 0000000000..55f0deaf1e
--- /dev/null
+++ b/support/highlight/themes/zellner.style
@@ -0,0 +1,21 @@
+# zellner.style (taken from GVIM)
+# This file is part of highlight, a universal source code converter.
+# See README in the highlight directory for documentation.
+
+$DEFAULTCOLOUR=#000000
+$BGCOLOUR=#ffffff
+$FONTSIZE=10
+$KW-GROUP(kwa)=#a52a2a
+$KW-GROUP(kwb)=#0000ff
+$KW-GROUP(kwc)=#225f2d
+$KW-GROUP(kwd)=#000000 bold
+$NUMBER=#ff0066
+$ESCAPECHAR=#ff00ff
+$STRING=#ff00ff
+$STRING-DIRECTIVE=#ff00ff
+$COMMENT=#ff0000
+$SL-COMMENT=#0b810d
+$DIRECTIVE=#a020f0
+$LINE=#888888
+$SYMBOL=#000000
+$MARK-LINE=#ffffbb