diff --git a/webcontroller/user_style.go b/webcontroller/user_style.go index 74d6281..008a637 100644 --- a/webcontroller/user_style.go +++ b/webcontroller/user_style.go @@ -208,22 +208,22 @@ func (h hsl) add(hue int, saturation float64, lightness float64) hsl { var defaultPixeldrainStyle = pixeldrainStyleSheet{ TextColor: hsl{0, 0, .8}, - InputColor: hsl{242, .45, .35}, + InputColor: hsl{266, .85, .38}, InputTextColor: hsl{0, 0, 1}, - HighlightColor: hsl{89, .60, .45}, + HighlightColor: hsl{117, .63, .46}, HighlightTextColor: hsl{0, 0, 0}, - DangerColor: hsl{339, .65, .31}, - ScrollbarForegroundColor: hsl{272, .5, .35}, - ScrollbarHoverColor: hsl{272, .5, .5}, - ScrollbarBackgroundColor: hsl{270, .5, .07}, + DangerColor: hsl{357, .63, .46}, + ScrollbarForegroundColor: hsl{266, .85, .38}, + ScrollbarHoverColor: hsl{266, .85, .50}, + ScrollbarBackgroundColor: hsl{275, .75, .06}, - Layer1Color: hsl{270, .55, .07}, + Layer1Color: hsl{275, .8, .06}, Layer1Shadow: 3, - Layer2Color: hsl{270, .55, .11}, + Layer2Color: hsl{275, .75, .11}, Layer2Shadow: 5, - Layer3Color: hsl{272, .55, .15}, + Layer3Color: hsl{275, .7, .18}, Layer3Shadow: 7, - Layer4Color: hsl{272, .55, .2}, + Layer4Color: hsl{275, .65, .24}, Layer4Shadow: 9, ShadowColor: hsl{0, 0, 0},