Skip to content

Commit

Permalink
change theme to kiwi
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Jul 31, 2023
1 parent 5067d1c commit bdbd523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/http.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ function loadTheme(req, res, next) {

const theme = savedTheme || {
id: 14,
emoji: "💧",
emoji: "🥝",
name: "Kiwi News",
color: "deepskyblue",
color: "limegreen",
};

res.locals.theme = theme;
Expand Down
2 changes: 1 addition & 1 deletion src/web/src/theme.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const theme = {
color: "deepskyblue",
color: "limegreen",
};
export default theme;

0 comments on commit bdbd523

Please sign in to comment.