To change the default colour scheme of Shift, follow these steps. The new default colour will only apply to members who have not chosen their own colour scheme (ie. new visitors, new browsers or cleared cookies). 1. Open /public/style_images/shift/js/ipbforumskins.js 2. Find: $("#stylePrimary").replaceWith('<style id="stylePrimary" type="text/css">' + customMainElements + '{ background-color: #55728b }' + customMainText + '{ color: #55728b } </style>');Change both instances of #55728b to your new primary colour. Next, find and edit: $("#styleSecondary").replaceWith('<style id="styleSecondary" type="text/css">' + customElements + '{ background-color: #55728b }' + customText + '{ color: #55728b } </style>');Change both instances of #55728b to your new secondary colour.