org-share-to-web.el/themes/dark.sass

8 lines
304 B
Sass
Raw Permalink Normal View History

2023-06-27 12:30:11 +02:00
$color-bg: #191919
$color-text: #ffffffcf
$color-text--light: lighten($color-text, 20%)
$color-link: #6FB0E2
$color-selection: #9BA6B0
@use 'base' with ($color-bg: $color-bg, $color-text: $color-text, $color-text--light: $color-text--light, $color-link: $color-link, $color-selection: $color-selection)