From 250b196b81289e649c070c15a82818d6f3896857 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Mon, 1 Jul 2019 12:06:02 +0000 Subject: [PATCH] theme: Use mockup colors --- data/themes/default.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/data/themes/default.css b/data/themes/default.css index a6337b24..15875d54 100644 --- a/data/themes/default.css +++ b/data/themes/default.css @@ -5,16 +5,14 @@ } .key { - color: #dddddd; - background: #464449; + color: #deddda; + background: #464448; border-width: 0.5px; - border-color: rgba(128, 128, 128, 255); + border-color: #5e5c64; border-radius: 2px; } .key:active { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 255, 255); - background-gradient-end: rgba(64, 64, 255, 255); - border-color: rgba(160, 160, 255, 255); + background: #1c71d8; + border-color: #3584e4; }