The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
name en-gb Night
name de Nacht



# Padre Internal Editor Colours
style padre
StyleSetForeground PADRE_BLACK                    000000
StyleSetForeground PADRE_BLUE                     000099
StyleSetForeground PADRE_RED                      990000
StyleSetForeground PADRE_GREEN                    00aa00
StyleSetForeground PADRE_MAGENTA                  8b008b
StyleSetForeground PADRE_ORANGE                   ff8228
StyleSetForeground PADRE_CRIMSON                  dc143c
StyleSetForeground PADRE_BROWN                    a52a2a
StyleSetForeground PADRE_DIFF_HEADER              000000
StyleSetBackground PADRE_DIFF_HEADER              eeee22
StyleSetForeground PADRE_DIFF_DELETED             000000
StyleSetBackground PADRE_DIFF_DELETED             ff8080
StyleSetForeground PADRE_DIFF_ADDED               000000
StyleSetBackground PADRE_DIFF_ADDED               80ff80
StyleSetForeground PADRE_WARNING                  af8000
StyleSetBackground PADRE_WARNING                  fffff0
StyleSetForeground PADRE_ERROR                    af0000
StyleSetBackground PADRE_ERROR                    fff0f0
# Code folding margin
SetFoldMarginColour     1 111111
SetFoldMarginHiColour   1 111111
MarkerSetForeground     SC_MARKNUM_FOLDEREND      111111
MarkerSetBackground     SC_MARKNUM_FOLDEREND      fce94f
MarkerSetForeground     SC_MARKNUM_FOLDEROPENMID  111111
MarkerSetBackground     SC_MARKNUM_FOLDEROPENMID  fce94f
MarkerSetForeground     SC_MARKNUM_FOLDERMIDTAIL  fce94f
MarkerSetBackground     SC_MARKNUM_FOLDERMIDTAIL  fce94f
MarkerSetForeground     SC_MARKNUM_FOLDERTAIL     fce94f
MarkerSetBackground     SC_MARKNUM_FOLDERTAIL     fce94f
MarkerSetForeground     SC_MARKNUM_FOLDERSUB      fce94f
MarkerSetBackground     SC_MARKNUM_FOLDERSUB      fce94f
MarkerSetForeground     SC_MARKNUM_FOLDER         fce94f
MarkerSetBackground     SC_MARKNUM_FOLDER         111111
MarkerSetForeground     SC_MARKNUM_FOLDEROPEN     111111
MarkerSetBackground     SC_MARKNUM_FOLDEROPEN     fce94f



style text/plain
include padre
SetCaretForeground                                aaaaaa
SetCaretLineBackground                            111111
StyleAllBackground                                000000
StyleSetForeground 0                              0000ff
StyleSetBackground STYLE_DEFAULT            000000
StyleSetForeground STYLE_DEFAULT            00007f
StyleSetBackground STYLE_LINENUMBER         111111
StyleSetForeground STYLE_LINENUMBER         fce94f
StyleSetForeground STYLE_BRACELIGHT         00ff00
StyleSetBackground STYLE_BRACELIGHT         000000
StyleSetForeground STYLE_BRACEBAD           ff0000
StyleSetBackground STYLE_BRACEBAD           000000


style application/x-perl
include text/plain
StyleSetForeground SCE_PL_DEFAULT               ffffff
StyleSetForeground SCE_PL_ERROR                 ff0000
StyleSetForeground SCE_PL_COMMENTLINE           007f00
StyleSetForeground SCE_PL_POD                   7f7f7f
StyleSetForeground SCE_PL_POD_VERB              7f7f7f
StyleSetForeground SCE_PL_NUMBER                007f7f
StyleSetForeground SCE_PL_WORD                  00007f
StyleSetBold       SCE_PL_WORD                  1
StyleSetForeground SCE_PL_STRING                ff7f00
StyleSetForeground SCE_PL_CHARACTER             7f007f
StyleSetForeground SCE_PL_PUNCTUATION           ffffff
StyleSetBackground SCE_PL_PUNCTUATION           000000
StyleSetForeground SCE_PL_PREPROCESSOR          7f7f7f
StyleSetForeground SCE_PL_OPERATOR              00007f
StyleSetForeground SCE_PL_IDENTIFIER            0000ff
StyleSetForeground SCE_PL_SCALAR                7f007f
StyleSetForeground SCE_PL_ARRAY                 4080ff
StyleSetForeground SCE_PL_HASH                  0080ff
StyleSetForeground SCE_PL_SYMBOLTABLE           00ff00
StyleSetForeground SCE_PL_REGEX                 ff007f
StyleSetForeground SCE_PL_REGSUBST              7f7f00
StyleSetForeground SCE_PL_LONGQUOTE             ff7f00
StyleSetForeground SCE_PL_BACKTICKS             ffaa00
StyleSetForeground SCE_PL_DATASECTION           ff7f00
StyleSetForeground SCE_PL_HERE_DELIM            ff7f00
StyleSetForeground SCE_PL_HERE_Q                7f007f
StyleSetForeground SCE_PL_HERE_QQ               ff7f00
StyleSetForeground SCE_PL_HERE_QX               ffaa00
StyleSetForeground SCE_PL_STRING_Q              7f007f
StyleSetForeground SCE_PL_STRING_QQ             ff7f00
StyleSetForeground SCE_PL_STRING_QX             ffaa00
StyleSetForeground SCE_PL_STRING_QR             ff007f
StyleSetForeground SCE_PL_STRING_QW             7f007f

# Copyright 2008-2013 The Padre development team as listed in Padre.pm.
# LICENSE
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl 5 itself.