Skip to content

Commit 76e3fc8

Browse files
authored
Fixed red table?
1 parent 9c45812 commit 76e3fc8

File tree

1 file changed

+45
-4
lines changed

1 file changed

+45
-4
lines changed

docs/design/themes-colors.md

Lines changed: 45 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ms.date: 09/25/2017
55

66
# SharePoint themes and colors
77

8-
Like the Microsoft brand palette, the SharePoint themes are designed to build on the Microsoft brand, while at the same time allow for flexibility to enliven our partnerships without dominating them. They reveal our shared goals and personality, and reflect our diversity and ability to optimize the SharePoint experience.
9-
8+
Like the Microsoft brand palette, the SharePoint themes are designed to build on the Microsoft brand, while at the same time allow for flexibility to enliven our partnerships without dominating them. They reveal our shared goals and personality and reflect our diversity and ability to optimize the SharePoint experience.
109

10+
<br/>
1111

1212
![SharePoint color palette, Red D13438, Orange CA5010, Green 10893E, Blue 0078D7, Purple 6B69D6, Gray 5D5A5B ](../images/design-theme-colors.png)
1313

@@ -17,7 +17,7 @@ The following design principles helped form the current SharePoint themes and co
1717

1818
**Guided**
1919

20-
Our theming system works at a global level so updates can be made consistently across each site, allowing users to optimize their websites effortlessly.
20+
Our theming system works at a global level so that updates can be made consistently across each site, allowing users to optimize their websites effortlessly.
2121

2222
Our theming system operates in a controlled environment so that successful outcomes can be optimized quickly.
2323

@@ -40,7 +40,48 @@ The SharePoint color palette has been optimized for screens and devices, and to
4040

4141
### Red
4242

43-
<table><tr><td style="color:white; background-color:#751b1e">themeDarker: #751b1e</td><td style="color:white; background-color:#000000">black: #000000</td></tr><tr><td style="color:white; background-color:#952226">themeDark: #952226</td><td style="color:white; background-color:#212121">neutralDark: #212121</td></tr><tr><td style="color:white; background-color:#c02b30">themeDarkAlt: #c02b30</td><td style="color:white; background-color:#333">neutralPrimary: #333</td></tr><tr><td rowspan=3 style="font-weight:bold; vertical-align:middle; color:white; background-color:#d13438">themePrimary: #d13438</td><td style="color:white; background-color:#3c3c3c">neutralPrimaryAlt: #3c3c3c</td></tr><tr><td style="color:white; background-color:#666666">neutralSecondary: #666666</td></tr><tr><td style="color:black; background-color:#a6a6a6">neutralTertiary: #a6a6a6</td></tr><tr><td style="color:white; background-color:#d6494d">themeSecondary: #d6494d</td><td style="color:black; background-color:#c8c8c8">neutralTertiaryAlt: #c8c8c8</td></tr><tr><td style="color:black; background-color:#ecaaac">themeTertiary: #ecaaac</td><td style="color:black; background-color:#eaeaea">neutralLight: #eaeaea</td></tr><tr><td style="color:black; background-color:#f6d6d8">themeLight: #f6d6d8</td><td style="color:black; background-color:#f4f4f4">neutralLighter: #f4f4f4</td></tr><tr><td style="color:black; background-color:#faebeb">themeLighter: #faebeb</td><td style="color:black; background-color:#f8f8f8">neutralLighterAlt: #f8f8f8</td></tr><tr><td style="color:black; background-color:#fdf5f5">themeLighterAlt: #fdf5f5</td><td style="color:black; background-color:#fff">white: #fff</td></tr></table>
43+
<table style="font-weight:bold; vertical-align:middle">
44+
<tr>
45+
<td style="color:white; background-color:#751b1e">themeDarker: #751b1e</td>
46+
<td style="color:white; background-color:#000000">black: #000000</td>
47+
</tr>
48+
<tr>
49+
<td style="color:white; background-color:#952226">themeDark: #952226</td>
50+
<td style="color:white; background-color:#212121">neutralDark: #212121</td>
51+
</tr>
52+
<tr>
53+
<td style="color:white; background-color:#c02b30">themeDarkAlt: #c02b30</td>
54+
<td style="color:white; background-color:#333">neutralPrimary: #333</td>
55+
</tr>
56+
<tr>
57+
<td style="color:white; background-color:#d13438">themePrimary: #d13438</td>
58+
<td style="color:white; background-color:#3c3c3c">neutralPrimaryAlt: #3c3c3c</td>
59+
</tr>
60+
<tr>
61+
<td style="color:white; background-color:#666666">neutralSecondary: #666666</td>
62+
<td style="color:black; background-color:#a6a6a6">neutralTertiary: #a6a6a6</td>
63+
</tr>
64+
<tr>
65+
<td style="color:white; background-color:#d6494d">themeSecondary: #d6494d</td>
66+
<td style="color:black; background-color:#c8c8c8">neutralTertiaryAlt: #c8c8c8</td>
67+
</tr>
68+
<tr>
69+
<td style="color:black; background-color:#ecaaac">themeTertiary: #ecaaac</td>
70+
<td style="color:black; background-color:#eaeaea">neutralLight: #eaeaea</td>
71+
</tr>
72+
<tr>
73+
<td style="color:black; background-color:#f6d6d8">themeLight: #f6d6d8</td>
74+
<td style="color:black; background-color:#f4f4f4">neutralLighter: #f4f4f4</td>
75+
</tr>
76+
<tr>
77+
<td style="color:black; background-color:#faebeb">themeLighter: #faebeb</td>
78+
<td style="color:black; background-color:#f8f8f8">neutralLighterAlt: #f8f8f8</td>
79+
</tr>
80+
<tr>
81+
<td style="color:black; background-color:#fdf5f5">themeLighterAlt: #fdf5f5</td>
82+
<td style="color:black; background-color:#fff">white: #fff</td>
83+
</tr>
84+
</table>
4485

4586
### Orange
4687

0 commit comments

Comments
 (0)