addet transparency for the background

This commit is contained in:
pika 2024-10-05 15:21:43 +02:00
parent 3d57854bb0
commit b6aade559a

View file

@ -1,6 +1,7 @@
// colorscheme(dracula) // colorscheme(dracula)
// See https://github.com/dracula/dracula-theme/blob/master/LICENSE or dracula/LICENSE for the license // See https://github.com/dracula/dracula-theme/blob/master/LICENSE or dracula/LICENSE for the license
$bg: #26272a; /* $bg: #26272a; */
$bg: rgba(28, 29, 32, 0.85);
$fg: #f8f8f2; $fg: #f8f8f2;
$inactive: #44475a; $inactive: #44475a;
$darkblue: #6272a4; $darkblue: #6272a4;