From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/highlight/themes/vim-dark.style | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 support/highlight/themes/vim-dark.style (limited to 'support/highlight/themes/vim-dark.style') 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 -- cgit v1.2.3