From 909b1e2a285c2e21a095b8628305bfa76716eb25 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Mon, 1 Jul 2019 11:34:55 +0000 Subject: [PATCH] theme: Adjust colors to match the mockup closer --- data/themes/default.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/data/themes/default.css b/data/themes/default.css index 2a106bb2..a6337b24 100644 --- a/data/themes/default.css +++ b/data/themes/default.css @@ -5,13 +5,11 @@ } .key { - color: #ffffff; - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 0, 255); - background-gradient-end: rgba(64, 64, 64, 255); - border-width: 2px; + color: #dddddd; + background: #464449; + border-width: 0.5px; border-color: rgba(128, 128, 128, 255); - border-radius: 3px; + border-radius: 2px; } .key:active {