Spend another three hours messing with colours

This commit is contained in:
2021-09-10 21:08:31 +02:00
parent 854f38e1f4
commit d8da44a791

View File

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