From b6aade559a09924de1de6216eaf187164f045522 Mon Sep 17 00:00:00 2001 From: pika <67532734+pik4li@users.noreply.github.com> Date: Sat, 5 Oct 2024 15:21:43 +0200 Subject: [PATCH] addet transparency for the background --- style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.scss b/style.scss index ea9df82..3b0489d 100644 --- a/style.scss +++ b/style.scss @@ -1,6 +1,7 @@ // colorscheme(dracula) // 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; $inactive: #44475a; $darkblue: #6272a4;