From 0b37c44f12a21097247efcaa4fc8a8965f1312e9 Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Tue, 24 Aug 2021 09:58:06 +0200 Subject: [PATCH] Adjust Canta style --- webcontroller/user_style.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webcontroller/user_style.go b/webcontroller/user_style.go index 99bb222..74d6281 100644 --- a/webcontroller/user_style.go +++ b/webcontroller/user_style.go @@ -353,13 +353,13 @@ var cantaPixeldrainStyle = pixeldrainStyleSheet{ ScrollbarHoverColor: hsl{204, .05, .88}, ScrollbarBackgroundColor: hsl{200, .13, .27}, // hsl(200, 13%, 27%) - Layer1Color: hsl{180, .04, .16}, // hsl(180, 4%, 16%) + Layer1Color: hsl{180, .04, .16}, Layer1Shadow: 3, - Layer2Color: hsl{170, .06, .21}, // hsl(170, 6%, 21%) + Layer2Color: hsl{168, .05, .21}, Layer2Shadow: 5, - Layer3Color: hsl{172, .06, .25}, // hsl(172, 6%, 25%) + Layer3Color: hsl{170, .05, .26}, Layer3Shadow: 6, - Layer4Color: hsl{172, .07, .30}, // hsl(172, 6%, 25%) + Layer4Color: hsl{163, .04, .31}, Layer4Shadow: 7, ShadowColor: hsl{0, 0, 0},