| 1 | name en-gb Perldoc |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | # Padre GUI Colours |
|---|
| 6 | style Padre::Wx::Directory::TreeCtrl |
|---|
| 7 | SetForegroundColour 000099 |
|---|
| 8 | SetBackgroundColour eeffff |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | # Padre Internal Editor Colours |
|---|
| 13 | style padre |
|---|
| 14 | StyleSetForeground PADRE_BLACK 000000 |
|---|
| 15 | StyleSetForeground PADRE_BLUE 000099 |
|---|
| 16 | StyleSetForeground PADRE_RED 990000 |
|---|
| 17 | StyleSetForeground PADRE_GREEN 00aa00 |
|---|
| 18 | StyleSetForeground PADRE_MAGENTA 8b008b |
|---|
| 19 | StyleSetForeground PADRE_ORANGE ff8228 |
|---|
| 20 | StyleSetForeground PADRE_CRIMSON dc143c |
|---|
| 21 | StyleSetForeground PADRE_BROWN a52a2a |
|---|
| 22 | StyleSetForeground PADRE_DIFF_HEADER 000000 |
|---|
| 23 | StyleSetBackground PADRE_DIFF_HEADER eeee22 |
|---|
| 24 | StyleSetForeground PADRE_DIFF_DELETED 000000 |
|---|
| 25 | StyleSetBackground PADRE_DIFF_DELETED ff8080 |
|---|
| 26 | StyleSetForeground PADRE_DIFF_ADDED 000000 |
|---|
| 27 | StyleSetBackground PADRE_DIFF_ADDED 80ff80 |
|---|
| 28 | StyleSetForeground PADRE_WARNING af8000 |
|---|
| 29 | StyleSetBackground PADRE_WARNING fffff0 |
|---|
| 30 | StyleSetForeground PADRE_ERROR af0000 |
|---|
| 31 | StyleSetBackground PADRE_ERROR fff0f0 |
|---|
| 32 | SetFoldMarginColour 1 eeeeee |
|---|
| 33 | SetFoldMarginHiColour 1 eeeeee |
|---|
| 34 | |
|---|
| 35 | style text/plain |
|---|
| 36 | include padre |
|---|
| 37 | SetCaretForeground 000000 |
|---|
| 38 | SetCaretLineBackground 04ffff |
|---|
| 39 | StyleSetBackground STYLE_DEFAULT ffffff |
|---|
| 40 | StyleSetForeground STYLE_DEFAULT 000000 |
|---|
| 41 | StyleSetBackground STYLE_LINENUMBER eeeeee |
|---|
| 42 | StyleSetForeground STYLE_INDENTGUIDE 0000ff |
|---|
| 43 | StyleSetForeground STYLE_BRACELIGHT 00ff00 |
|---|
| 44 | StyleSetForeground STYLE_BRACEBAD ff0000 |
|---|
| 45 | |
|---|
| 46 | |
|---|
| 47 | style text/x-config |
|---|
| 48 | include text/plain |
|---|
| 49 | StyleSetForeground SCE_CONF_DEFAULT 000000 |
|---|
| 50 | StyleSetForeground SCE_CONF_COMMENT 007f00 |
|---|
| 51 | StyleSetForeground SCE_CONF_NUMBER 007f7f |
|---|
| 52 | StyleSetForeground SCE_CONF_IDENTIFIER 0000ff |
|---|
| 53 | StyleSetForeground SCE_CONF_EXTENSION 202020 |
|---|
| 54 | StyleSetForeground SCE_CONF_PARAMETER 208820 |
|---|
| 55 | StyleSetForeground SCE_CONF_STRING ff7f00 |
|---|
| 56 | StyleSetForeground SCE_CONF_OPERATOR 00007f |
|---|
| 57 | StyleSetForeground SCE_CONF_IP 209999 |
|---|
| 58 | StyleSetForeground SCE_CONF_DIRECTIVE 202020 |
|---|
| 59 | |
|---|
| 60 | |
|---|
| 61 | style application/x-perl |
|---|
| 62 | include text/plain |
|---|
| 63 | StyleSetForeground STYLE_DEFAULT 000000 |
|---|
| 64 | StyleSetForeground STYLE_BRACELIGHT 00aa00 |
|---|
| 65 | StyleSetForeground STYLE_BRACEBAD ff0000 |
|---|
| 66 | StyleSetForeground SCE_PL_DEFAULT 000000 |
|---|
| 67 | StyleSetForeground SCE_PL_ERROR ff0000 |
|---|
| 68 | StyleSetForeground SCE_PL_COMMENTLINE 228B22 |
|---|
| 69 | StyleSetForeground SCE_PL_POD 228B22 |
|---|
| 70 | StyleSetForeground SCE_PL_POD_VERB 228B22 |
|---|
| 71 | StyleSetItalic SCE_PL_POD_VERB 1 |
|---|
| 72 | StyleSetForeground SCE_PL_NUMBER CC0000 |
|---|
| 73 | StyleSetForeground SCE_PL_WORD 8B008B |
|---|
| 74 | StyleSetBold SCE_PL_WORD 1 |
|---|
| 75 | StyleSetForeground SCE_PL_STRING ff7f00 |
|---|
| 76 | StyleSetForeground SCE_PL_CHARACTER CD5555 |
|---|
| 77 | StyleSetForeground SCE_PL_PUNCTUATION 00ff00 |
|---|
| 78 | StyleSetForeground SCE_PL_PREPROCESSOR ff0000 |
|---|
| 79 | StyleSetForeground SCE_PL_OPERATOR 000000 |
|---|
| 80 | StyleSetForeground SCE_PL_IDENTIFIER 000000 |
|---|
| 81 | StyleSetForeground SCE_PL_SCALAR 00688B |
|---|
| 82 | StyleSetForeground SCE_PL_ARRAY 00688B |
|---|
| 83 | StyleSetForeground SCE_PL_HASH 00688B |
|---|
| 84 | StyleSetForeground SCE_PL_SYMBOLTABLE 00ff00 |
|---|
| 85 | StyleSetForeground SCE_PL_REGEX 1c7e71 |
|---|
| 86 | StyleSetForeground SCE_PL_REGSUBST 7f7f00 |
|---|
| 87 | StyleSetForeground SCE_PL_LONGQUOTE ff7f00 |
|---|
| 88 | StyleSetForeground SCE_PL_BACKTICKS ff5544 |
|---|
| 89 | StyleSetForeground SCE_PL_DATASECTION 658000 |
|---|
| 90 | # StyleSetForeground SCE_PL_NAMESECTION 008b45 |
|---|
| 91 | StyleSetForeground SCE_PL_HERE_DELIM ff7f00 |
|---|
| 92 | StyleSetForeground SCE_PL_HERE_Q CD5555 |
|---|
| 93 | StyleSetForeground SCE_PL_HERE_QQ ff7f00 |
|---|
| 94 | StyleSetForeground SCE_PL_HERE_QX ff5544 |
|---|
| 95 | StyleSetForeground SCE_PL_STRING_Q CD5555 |
|---|
| 96 | StyleSetForeground SCE_PL_STRING_QQ ff7f00 |
|---|
| 97 | StyleSetForeground SCE_PL_STRING_QX ff5544 |
|---|
| 98 | StyleSetForeground SCE_PL_STRING_QR 1c7e71 |
|---|
| 99 | StyleSetForeground SCE_PL_STRING_QW CD5555 |
|---|
| 100 | # Missing SCE_SCE_PL_VARIABLE_INDEXER (16) |
|---|
| 101 | # Missing SCE_SCE_PL_SUB_PROTOTYPE (40) |
|---|
| 102 | # Missing SCE_SCE_PL_FORMAT_IDENT (41) |
|---|
| 103 | # Missing SCE_SCE_PL_FORMAT (42) |
|---|
| 104 | |
|---|
| 105 | |
|---|
| 106 | style text/x-csrc |
|---|
| 107 | include text/plain |
|---|
| 108 | StyleSetForeground SCE_C_DEFAULT 000000 |
|---|
| 109 | StyleSetForeground SCE_C_COMMENT 007f00 |
|---|
| 110 | StyleSetForeground SCE_C_COMMENTLINE 007f00 |
|---|
| 111 | StyleSetForeground SCE_C_COMMENTDOC 7f7f7f |
|---|
| 112 | StyleSetForeground SCE_C_NUMBER 007f7f |
|---|
| 113 | StyleSetForeground SCE_C_WORD 00007f |
|---|
| 114 | StyleSetBold SCE_C_WORD 1 |
|---|
| 115 | StyleSetForeground SCE_C_WORD2 00007f |
|---|
| 116 | StyleSetBold SCE_C_WORD2 1 |
|---|
| 117 | StyleSetForeground SCE_C_STRING ff7f00 |
|---|
| 118 | StyleSetForeground SCE_C_CHARACTER 7f007f |
|---|
| 119 | StyleSetForeground SCE_C_PREPROCESSOR 7f7f7f |
|---|
| 120 | StyleSetBold SCE_C_PREPROCESSOR 1 |
|---|
| 121 | StyleSetForeground SCE_C_OPERATOR 00007f |
|---|
| 122 | StyleSetForeground SCE_C_IDENTIFIER 0000ff |
|---|
| 123 | StyleSetForeground SCE_C_STRINGEOL ff0000 |
|---|
| 124 | StyleSetForeground SCE_C_VERBATIM 7f007f |
|---|
| 125 | StyleSetForeground SCE_C_REGEX ff007f |
|---|
| 126 | StyleSetForeground SCE_C_COMMENTLINEDOC 7f7f7f |
|---|
| 127 | |
|---|
| 128 | |
|---|
| 129 | style text/x-patch |
|---|
| 130 | include text/plain |
|---|
| 131 | StyleSetForeground SCE_DIFF_DEFAULT 000000 |
|---|
| 132 | StyleSetForeground SCE_DIFF_COMMENT 007f00 |
|---|
| 133 | StyleSetBackground SCE_DIFF_COMMENT a3d6d7 |
|---|
| 134 | StyleSetBold SCE_DIFF_COMMENT 1 |
|---|
| 135 | StyleSetEOLFilled SCE_DIFF_COMMENT 1 |
|---|
| 136 | StyleSetForeground SCE_DIFF_COMMAND 000000 |
|---|
| 137 | StyleSetBold SCE_DIFF_COMMAND 1 |
|---|
| 138 | StyleSetForeground SCE_DIFF_HEADER 000000 |
|---|
| 139 | StyleSetBackground SCE_DIFF_HEADER eeee22 |
|---|
| 140 | StyleSetForeground SCE_DIFF_POSITION 7f007f |
|---|
| 141 | StyleSetBold SCE_DIFF_POSITION 1 |
|---|
| 142 | StyleSetForeground SCE_DIFF_DELETED 000000 |
|---|
| 143 | StyleSetBackground SCE_DIFF_DELETED ff8080 |
|---|
| 144 | StyleSetBold SCE_DIFF_DELETED 0 |
|---|
| 145 | StyleSetForeground SCE_DIFF_ADDED 000000 |
|---|
| 146 | StyleSetBackground SCE_DIFF_ADDED 80ff80 |
|---|
| 147 | StyleSetBold SCE_DIFF_ADDED 0 |
|---|
| 148 | |
|---|
| 149 | |
|---|
| 150 | |
|---|
| 151 | style text/x-makefile |
|---|
| 152 | include text/plain |
|---|
| 153 | StyleSetForeground SCE_MAKE_DEFAULT 000000 |
|---|
| 154 | StyleSetForeground SCE_MAKE_COMMENT 007f00 |
|---|
| 155 | StyleSetForeground SCE_MAKE_PREPROCESSOR aa0000 |
|---|
| 156 | StyleSetForeground SCE_MAKE_IDENTIFIER 000080 |
|---|
| 157 | StyleSetForeground SCE_MAKE_OPERATOR 7f007f |
|---|
| 158 | StyleSetForeground SCE_MAKE_TARGET a00000 |
|---|
| 159 | StyleSetForeground SCE_MAKE_IDEOL 7f0000 |
|---|
| 160 | |
|---|
| 161 | |
|---|
| 162 | |
|---|
| 163 | style text/x-yaml |
|---|
| 164 | include text/plain |
|---|
| 165 | StyleSetForeground SCE_YAML_DEFAULT 000000 |
|---|
| 166 | StyleSetForeground SCE_YAML_COMMENT 008800 |
|---|
| 167 | StyleSetForeground SCE_YAML_IDENTIFIER 000088 |
|---|
| 168 | StyleSetBold SCE_YAML_IDENTIFIER 1 |
|---|
| 169 | StyleSetForeground SCE_YAML_KEYWORD 880088 |
|---|
| 170 | StyleSetForeground SCE_YAML_NUMBER 880000 |
|---|
| 171 | StyleSetForeground SCE_YAML_REFERENCE 008888 |
|---|
| 172 | StyleSetForeground SCE_YAML_DOCUMENT ffffff |
|---|
| 173 | StyleSetBackground SCE_YAML_DOCUMENT 000088 |
|---|
| 174 | StyleSetBold SCE_YAML_DOCUMENT 1 |
|---|
| 175 | StyleSetEOLFilled SCE_YAML_DOCUMENT 1 |
|---|
| 176 | StyleSetForeground SCE_YAML_TEXT 333366 |
|---|
| 177 | StyleSetForeground SCE_YAML_ERROR ffffff |
|---|
| 178 | StyleSetBackground SCE_YAML_ERROR 000088 |
|---|
| 179 | StyleSetBold SCE_YAML_ERROR 1 |
|---|
| 180 | StyleSetEOLFilled SCE_YAML_ERROR 1 |
|---|
| 181 | |
|---|
| 182 | |
|---|
| 183 | style text/css |
|---|
| 184 | include text/plain |
|---|
| 185 | StyleSetForeground SCE_CSS_DEFAULT 000000 |
|---|
| 186 | StyleSetForeground SCE_CSS_TAG 2020ff |
|---|
| 187 | StyleSetBold SCE_CSS_TAG 1 |
|---|
| 188 | StyleSetForeground SCE_CSS_CLASS 3350ff |
|---|
| 189 | StyleSetBold SCE_CSS_CLASS 1 |
|---|
| 190 | StyleSetForeground SCE_CSS_PSEUDOCLASS 202020 |
|---|
| 191 | StyleSetForeground SCE_CSS_UNKNOWN_PSEUDOCLASS 202020 |
|---|
| 192 | StyleSetBold SCE_CSS_UNKNOWN_PSEUDOCLASS 1 |
|---|
| 193 | StyleSetForeground SCE_CSS_OPERATOR 3350ff |
|---|
| 194 | StyleSetBold SCE_CSS_OPERATOR 1 |
|---|
| 195 | StyleSetForeground SCE_CSS_IDENTIFIER 882020 |
|---|
| 196 | StyleSetForeground SCE_CSS_UNKNOWN_IDENTIFIER 202020 |
|---|
| 197 | StyleSetBold SCE_CSS_UNKNOWN_IDENTIFIER 1 |
|---|
| 198 | StyleSetForeground SCE_CSS_VALUE 209999 |
|---|
| 199 | StyleSetForeground SCE_CSS_COMMENT 888820 |
|---|
| 200 | StyleSetForeground SCE_CSS_ID 3030aa |
|---|
| 201 | StyleSetBold SCE_CSS_ID 1 |
|---|
| 202 | StyleSetForeground SCE_CSS_IMPORTANT 202020 |
|---|
| 203 | StyleSetForeground SCE_CSS_DIRECTIVE 202020 |
|---|
| 204 | StyleSetForeground SCE_CSS_DOUBLESTRING 202020 |
|---|
| 205 | StyleSetForeground SCE_CSS_SINGLESTRING 202020 |
|---|
| 206 | StyleSetForeground SCE_CSS_IDENTIFIER2 202020 |
|---|
| 207 | StyleSetForeground SCE_CSS_ATTRIBUTE 202020 |
|---|
| 208 | |
|---|
| 209 | style application/x-shellscript |
|---|
| 210 | include text/plain |
|---|
| 211 | StyleSetForeground SCE_SH_DEFAULT 000000 |
|---|
| 212 | StyleSetForeground SCE_SH_ERROR ff0000 # red |
|---|
| 213 | StyleSetForeground SCE_SH_COMMENTLINE 0000ff # blue |
|---|
| 214 | StyleSetForeground SCE_SH_NUMBER B452CD # |
|---|
| 215 | StyleSetForeground SCE_SH_WORD A52A2A #red/brown |
|---|
| 216 | StyleSetBold SCE_SH_WORD 1 |
|---|
| 217 | StyleSetForeground SCE_SH_STRING ff17ff #"pink-ish" |
|---|
| 218 | #StyleSetBold SCE_SH_STRING 1 |
|---|
| 219 | StyleSetForeground SCE_SH_CHARACTER ff17ff #'pink-ish' |
|---|
| 220 | StyleSetForeground SCE_SH_OPERATOR 000000 # black |
|---|
| 221 | StyleSetForeground SCE_SH_IDENTIFIER 008B8B # cyan-ish |
|---|
| 222 | StyleSetForeground SCE_SH_SCALAR A233F6 # magentish ##ff17ff # pink-ish |
|---|
| 223 | StyleSetForeground SCE_SH_PARAM A233F6 # magentish |
|---|
| 224 | StyleSetForeground SCE_SH_BACKTICKS ff0000 # red |
|---|
| 225 | StyleSetForeground SCE_SH_HERE_DELIM 00ff00 |
|---|
| 226 | StyleSetForeground SCE_SH_HERE_Q 000000 |
|---|
| 227 | |
|---|
| 228 | # Copyright 2008-2011 The Padre development team as listed in Padre.pm. |
|---|
| 229 | # LICENSE |
|---|
| 230 | # This program is free software; you can redistribute it and/or |
|---|
| 231 | # modify it under the same terms as Perl 5 itself. |
|---|