Overview
Comment: | [fr][lo] nouvelles couleurs pour LibreOffice |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fr | lo |
Files: | files | file ages | folders |
SHA3-256: |
344818a65d886c46a2c62f4de300238d |
User & Date: | olr on 2019-02-24 08:50:51 |
Other Links: | manifest | tags |
Context
2019-02-24
| ||
10:06 | [fr] faux positifs check-in: 28fc480186 user: olr tags: trunk, fr | |
08:50 | [fr][lo] nouvelles couleurs pour LibreOffice check-in: 344818a65d user: olr tags: trunk, fr, lo | |
2019-02-23
| ||
07:58 | [build] Firefox Nightly has a new folder and no need for a specific profile check-in: 58a64cf90a user: olr tags: trunk, build | |
Changes
Modified compile_rules.py from [3c1cc360a0] to [380dd94ff7].
︙ | |||
431 432 433 434 435 436 437 | 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 | - + | elif sLine.startswith("OPTCOLORTHEME:"): lOptColor = [ [s, {}] for s in sLine[14:].strip().split() ] # don’t use tuples (s, {}), because unknown to JS elif sLine.startswith("OPTCOLOR/"): m = re.match("OPTCOLOR/([a-z0-9]+):(.+)$", sLine) for i, sColor in enumerate(m.group(2).split()): lOptColor[i][1][m.group(1)] = sColor elif sLine.startswith("COLOR/"): |
︙ |
Modified gc_lang/fr/rules.grx from [4db54d7c18] to [2c2eba34de].
︙ | |||
103 104 105 106 107 108 109 | 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 | - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | OPTPRIORITY/conf: 5 OPTPRIORITY/ocr: 3 # COLORS are must be described with the HSL format (0-360, 0-100 %, 0-100 %) [don’t write the sign %] COLOR/orange: 30,70,50 COLOR/orange2: 40,90,50 COLOR/violet: 270,45,35 |
︙ |