Skip to content

Commit 71792e7

Browse files
authored
Update themes-colors.md
Added html tables
1 parent 76b3025 commit 71792e7

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docs/design/themes-colors.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ The SharePoint color palette has been optimized for screens and devices, and to
1818

1919
Neutral colors recede into the background in order to let our products shine. They allow brand colors to pop when we need to draw attention to content. When coupling neutrals with brand colors, make sure there is suitable contrast between them.
2020

21-
![Neutral greys](../images/sharepoint-neutral-greys.png)
22-
23-
<br/>
24-
21+
<br/>
2522
<table>
2623
<tr>
24+
<td rowspan="13" style=""><img src="../images/sharepoint-neutral-greys.png" alt="Neutral greys"height=766 width=375></img></td>
2725
<td style="color:white; background-color:#000000">black: #000000</td>
2826
</tr>
2927
<tr>
@@ -48,7 +46,7 @@ Neutral colors recede into the background in order to let our products shine. Th
4846
<td style="color:black; background-color:#d0d0d0">neutralQuaternary: #d0d0d0</td>
4947
</tr>
5048
<tr>
51-
<td style="color:black; background-color:#dadada">neutralquaternaryAlt: #dadada</td>
49+
<td style="color:black; background-color:#dadada">neutralQuaternaryAlt: #dadada</td>
5250
</tr>
5351
<tr>
5452
<td style="color:black; background-color:#eaeaea">neutralLight: #eaeaea</td>
@@ -63,19 +61,17 @@ Neutral colors recede into the background in order to let our products shine. Th
6361
<td style="color:black; background-color:#fff">white: #fff</td>
6462
</tr>
6563
</table>
66-
6764
<br/>
6865

6966
## Shades and tints
7067

7168
Once a color is selected, light and dark shades of the accent color are created based on HSB values of color luminosity. Apps can use shade variations to create visual hierarchy and to provide an indication of interaction.
7269

73-
![Theme primary colors](../images/sharepoint-theme-primary.png)
74-
7570
<br/>
7671

7772
<table>
7873
<tr>
74+
<td rowspan="9" style=""><img src="../images/sharepoint-theme-primary.png" alt="Theme primary colors"height=531 width=375></img></td>
7975
<td style="color:white; background-color:#004578">themeDarker: #004578</td>
8076
</tr>
8177
<tr>

0 commit comments

Comments
 (0)