8 lines
145 B
SCSS
8 lines
145 B
SCSS
|
.dracula {
|
||
|
--border-radius: 8px;
|
||
|
--foreground-1: #f8f8f2;
|
||
|
--foreground-2: #f8f8f2;
|
||
|
--background-1: #282a36;
|
||
|
--background-2: #44475a;
|
||
|
}
|