Skip to content

Commit

Permalink
Use light theme by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhitehead committed Sep 4, 2015
1 parent 1e75c31 commit 6220da0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand Down
3 changes: 3 additions & 0 deletions custom/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

0 comments on commit 6220da0

Please sign in to comment.