1
Fork 0
href-plus/source/scss/themes/_dracula.scss

9 lines
167 B
SCSS
Raw Normal View History

2022-01-26 12:04:03 +00:00
.dracula {
--border-radius: 8px;
2022-01-31 11:08:54 +00:00
--border-size: 2px;
2022-01-26 12:04:03 +00:00
--foreground-1: #f8f8f2;
--foreground-2: #f8f8f2;
--background-1: #282a36;
--background-2: #44475a;
}