Festivity all around!

This commit is contained in:
2021-12-25 11:18:58 +01:00
parent 6607efbc3a
commit 583b168f18
6 changed files with 15 additions and 7 deletions

View File

@@ -36,7 +36,8 @@ func userStyle(r *http.Request) pixeldrainStyleSheet {
case "default":
fallthrough // use default case
default:
return defaultPixeldrainStyle
// return defaultPixeldrainStyle
return maroonStyle
}
}
@@ -264,7 +265,7 @@ var solarizedDarkStyle = pixeldrainStyleSheet{
}
var maroonStyle = pixeldrainStyleSheet{
TextColor: hsl{0, 0, .7},
TextColor: hsl{0, 0, .8},
InputColor: hsl{0, .75, .25},
InputTextColor: hsl{0, 0, 1},
HighlightColor: hsl{0, 1, .4},