diff --git a/source/scss/themes/_default.scss b/source/scss/themes/_default.scss new file mode 100644 index 0000000..a436487 --- /dev/null +++ b/source/scss/themes/_default.scss @@ -0,0 +1,4 @@ +body { + --border-radius: 8px; + --border-size: 2px; +} diff --git a/source/scss/themes/_dracula.scss b/source/scss/themes/_dracula.scss index 0b3d398..04808b2 100644 --- a/source/scss/themes/_dracula.scss +++ b/source/scss/themes/_dracula.scss @@ -1,6 +1,4 @@ .dracula { - --border-radius: 8px; - --border-size: 2px; --foreground-1: #f8f8f2; --foreground-2: #f8f8f2; --background-1: #282a36; diff --git a/source/scss/themes/_high-contrast.scss b/source/scss/themes/_high-contrast.scss index 3ccd91e..b230c9d 100644 --- a/source/scss/themes/_high-contrast.scss +++ b/source/scss/themes/_high-contrast.scss @@ -1,6 +1,4 @@ .high-contrast-black { - --border-radius: 8px; - --border-size: 2px; --foreground-1: #fff; --foreground-2: #ddd; --background-1: #000; @@ -8,8 +6,6 @@ } .high-contrast-white { - --border-radius: 8px; - --border-size: 2px; --foreground-1: #000; --foreground-2: #222; --background-1: #fff; diff --git a/source/scss/themes/_love.scss b/source/scss/themes/_love.scss index 13dee3a..b95cea0 100644 --- a/source/scss/themes/_love.scss +++ b/source/scss/themes/_love.scss @@ -8,8 +8,6 @@ } .love-light { - --border-radius: 8px; - --border-size: 2px; --foreground-1: #1f1731; --foreground-2: #2a2041; --background-1: #f2efff; diff --git a/source/scss/themes/_monokai.scss b/source/scss/themes/_monokai.scss index 884a356..dcbd451 100644 --- a/source/scss/themes/_monokai.scss +++ b/source/scss/themes/_monokai.scss @@ -1,8 +1,6 @@ @use 'sass:color'; .monokai { - --border-radius: 8px; - --border-size: 2px; --foreground-1: #d6d6d6; --foreground-2: #d6d6d6; --background-1: #{color.scale(#2e2e2e, $lightness: -25%)}; diff --git a/source/scss/themes/_solarized.scss b/source/scss/themes/_solarized.scss index e2e762e..2ba00f2 100644 --- a/source/scss/themes/_solarized.scss +++ b/source/scss/themes/_solarized.scss @@ -1,6 +1,4 @@ .solarized-dark { - --border-radius: 8px; - --border-size: 2px; --foreground-1: #839496; --foreground-2: #93a1a1; --background-1: #002b36; @@ -8,8 +6,6 @@ } .solarized-light { - --border-radius: 8px; - --border-size: 2px; --foreground-1: #657b83; --foreground-2: #586e75; --background-1: #fdf6e3;