diff --git a/Configuration/user.tsconfig b/Configuration/user.tsconfig index 9a0b860..12b0cb4 100644 --- a/Configuration/user.tsconfig +++ b/Configuration/user.tsconfig @@ -2,10 +2,19 @@ options { pageTree { showPageIdWithTitle = 1 searchInAlias = 1 - backgroundColor { - 2 = rgb(156, 217, 240); - 39 = rgb(224, 150, 144); - 45 = rgb(255, 227, 119); + label { + 2 { + label = Blog Post + color = rgb(156, 217, 240); + } + 39 { + label = Error Page + color = rgb(224, 150, 144); + } + 45 { + label = Workshop + color = rgb(255, 227, 119); + } } } }