diff --git a/CMakeLists.txt b/CMakeLists.txt index ccf4cb5..2d1e9c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 2.8) set(VERSION_NAME "Pineapple") set(UPPERCASE_VERSION_NAME "PINEAPPLE") set(VERSION_MAJOR 0) -set(VERSION_MINOR 4) +set(VERSION_MINOR 5) diff --git a/custom/custom.js b/custom/custom.js index 117c863..ca42fb8 100644 --- a/custom/custom.js +++ b/custom/custom.js @@ -37,3 +37,6 @@ var set_theme = function(url) { head.appendChild(link); console.log("Changed theme to url: " + url); }; + +// Default theme +set_theme('/custom/theme-light.css');