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;