addet border

This commit is contained in:
pika 2024-10-05 15:32:56 +02:00
parent b6aade559a
commit 20d45163dc

View file

@ -2,6 +2,7 @@
// See https://github.com/dracula/dracula-theme/blob/master/LICENSE or dracula/LICENSE for the license
/* $bg: #26272a; */
$bg: rgba(28, 29, 32, 0.85);
$barder: rgba(128, 129, 132, 0.4);
$fg: #f8f8f2;
$inactive: #44475a;
$darkblue: #6272a4;
@ -41,6 +42,10 @@ menu {
font-weight: 600;
}
.bar{
border: $barder 1px solid;
}
.bar,tooltip{
background-color: $bg;
border-radius: 16px;