equal
deleted
inserted
replaced
3 <head> |
3 <head> |
4 <meta charset="utf-8"/> |
4 <meta charset="utf-8"/> |
5 <title>Nimbus colors</title> |
5 <title>Nimbus colors</title> |
6 </head> |
6 </head> |
7 <!-- |
7 <!-- |
8 Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved. |
8 Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved. |
9 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
9 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
10 |
10 |
11 This code is free software; you can redistribute it and/or modify it |
11 This code is free software; you can redistribute it and/or modify it |
12 under the terms of the GNU General Public License version 2 only, as |
12 under the terms of the GNU General Public License version 2 only, as |
13 published by the Free Software Foundation. Oracle designates this |
13 published by the Free Software Foundation. Oracle designates this |
28 or visit www.oracle.com if you need additional information or have any |
28 or visit www.oracle.com if you need additional information or have any |
29 questions. |
29 questions. |
30 --> |
30 --> |
31 |
31 |
32 <body> |
32 <body> |
|
33 <main role="main"> |
33 <h1 id="primaryColors">Primary Colors</h1> |
34 <h1 id="primaryColors">Primary Colors</h1> |
34 <table summary="Nimbus primary colors"> |
35 <table summary="Nimbus primary colors"> |
35 <tr><th>Key</th><th>Value</th><th>Preview</th></tr> |
36 <tr><th>Key</th><th>Value</th><th>Preview</th></tr> |
36 <tr> |
37 <tr> |
37 <td width="250"><code>control</code></td> |
38 <td width="250"><code>control</code></td> |
227 |
228 |
228 <td><pre>#8e8f91 (142,143,145)</pre></td> |
229 <td><pre>#8e8f91 (142,143,145)</pre></td> |
229 <td width="100" bgcolor="#8e8f91"> </td> |
230 <td width="100" bgcolor="#8e8f91"> </td> |
230 </tr> |
231 </tr> |
231 </table> |
232 </table> |
232 |
233 </main> |
233 </body> |
234 </body> |
234 </html> |
235 </html> |