Replacing default brown category color

This commit is contained in:
Kris
2018-08-24 14:18:14 -04:00
parent 2dbd75d4d2
commit faf09bb8c8
14 changed files with 22 additions and 22 deletions
@@ -1867,7 +1867,7 @@ export default {
{
id: 17,
name: "uncategorized",
color: "AB9364",
color: "0088CC",
text_color: "FFFFFF",
slug: "uncategorized",
topic_count: 229,
@@ -5911,7 +5911,7 @@ export default {
{
id: 1,
name: "Uncategorized",
color: "AB9364",
color: "0088CC",
text_color: "FFFFFF",
slug: "uncategorized",
topic_count: 1,
@@ -5940,7 +5940,7 @@ export default {
{
id: 3,
name: "Site Feedback",
color: "808281",
color: "27AA5B",
text_color: "FFFFFF",
slug: "site-feedback",
topic_count: 0,
@@ -509,7 +509,7 @@ export default {
category: {
id: 27,
name: "translations",
color: "808281",
color: "27AA5B",
topic_id: 14549,
topic_count: 146,
created_at: "2014-04-07T20:30:17.623Z",
@@ -206,7 +206,7 @@ export default {
{
id: 27,
name: "translations",
color: "808281",
color: "27AA5B",
text_color: "FFFFFF",
slug: "translations",
topic_count: 95,
@@ -376,7 +376,7 @@ export default {
{
id: 17,
name: "uncategorized",
color: "AB9364",
color: "0088CC",
text_color: "FFFFFF",
slug: "uncategorized",
topic_count: 342,
+1 -1
View File
@@ -13,7 +13,7 @@ Discourse.SiteSettingsOriginal = {
"post_menu":"like-count|like|share|flag|edit|bookmark|delete|admin|reply",
"post_menu_hidden_items":"flag|edit|delete|admin",
"share_links":"twitter|facebook|google+|email",
"category_colors":"BF1E2E|F1592A|F7941D|9EB83B|3AB54A|12A89D|25AAE2|0E76BD|652D90|92278F|ED207B|8C6238|231F20|808281|B3B5B4|283890",
"category_colors":"BF1E2E|F1592A|F7941D|9EB83B|3AB54A|12A89D|25AAE2|0E76BD|652D90|92278F|ED207B|8C6238|231F20|27AA5B|B3B5B4|E45735",
"enable_mobile_theme":true,
"relative_date_duration":14,
"fixed_category_positions":false,
+1 -1
View File
@@ -216,7 +216,7 @@ PreloadStore.store("site", {
{
id: 17,
name: "uncategorized",
color: "AB9364",
color: "0088CC",
text_color: "FFFFFF",
slug: "uncategorized",
topic_count: 229,