addet transparency for the background
This commit is contained in:
parent
3d57854bb0
commit
b6aade559a
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue