aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/custom
diff options
context:
space:
mode:
Diffstat (limited to '.themes/classic/sass/custom')
-rw-r--r--.themes/classic/sass/custom/_colors.scss43
-rw-r--r--.themes/classic/sass/custom/_fonts.scss10
-rw-r--r--.themes/classic/sass/custom/_layout.scss21
-rw-r--r--.themes/classic/sass/custom/_styles.scss2
4 files changed, 0 insertions, 76 deletions
diff --git a/.themes/classic/sass/custom/_colors.scss b/.themes/classic/sass/custom/_colors.scss
deleted file mode 100644
index 740266a8..00000000
--- a/.themes/classic/sass/custom/_colors.scss
+++ /dev/null
@@ -1,43 +0,0 @@
-// Here you can easily change your sites's color scheme.
-// To give it a try, uncomment some of the lines below rebuild your blog, and see how it works.
-// If you need a handy color picker try http://hslpicker.com
-
-//$header-bg: #263347;
-//$subtitle-color: lighten($header-bg, 58);
-//$nav-bg: desaturate(lighten(#8fc17a, 18), 5);
-//$nav-bg-front: image-url('noise.png');
-//$nav-bg-back: linear-gradient(lighten($nav-bg, 8), $nav-bg, darken($nav-bg, 11));
-//$sidebar-bg: desaturate(#eceff5, 8);
-//$sidebar-link-color: saturate(#526f9a, 10);
-//$sidebar-link-color-hover: darken(#7ab662, 9);
-//$footer-bg: #ccc !default;
-//$footer-bg-front: image-url('noise.png');
-//$footer-bg-back: linear-gradient(lighten($footer-bg, 8), $footer-bg, darken($footer-bg, 11));
-
-
-/* To use the light Solarized highlighting theme uncomment the following line */
-//$solarized: light;
-
-/* If you want to tweak the Solarized colors you can do that here */
-//$base03: #002b36; //darkest blue
-//$base02: #073642; //dark blue
-//$base01: #586e75; //darkest gray
-//$base00: #657b83; //dark gray
-//$base0: #839496; //medium gray
-//$base1: #93a1a1; //medium light gray
-//$base2: #eee8d5; //cream
-//$base3: #fdf6e3; //white
-//$solar-yellow: #b58900;
-//$solar-orange: #cb4b16;
-//$solar-red: #dc322f;
-//$solar-magenta: #d33682;
-//$solar-violet: #6c71c4;
-//$solar-blue: #268bd2;
-//$solar-cyan: #2aa198;
-//$solar-green: #859900;
-
-
-/* Non highlighted code colors */
-//$pre-bg: $base03;
-//$pre-border: darken($base02, 5);
-//$pre-color: $base1;
diff --git a/.themes/classic/sass/custom/_fonts.scss b/.themes/classic/sass/custom/_fonts.scss
deleted file mode 100644
index 1a6b2a06..00000000
--- a/.themes/classic/sass/custom/_fonts.scss
+++ /dev/null
@@ -1,10 +0,0 @@
-// Here you can easily change font faces which are used in your site.
-// To give it a try, uncomment some of the lines below rebuild your blog, and see how it works. your sites's.
-// If you love to use Web Fonts, you also need to add some lines to source/_includes/custom/head.html
-
-//$sans: "Optima", sans-serif;
-//$serif: "Baskerville", serif;
-//$mono: "Courier", monospace;
-//$heading-font-family: "Verdana", sans-serif;
-//$header-title-font-family: "Futura", sans-serif;
-//$header-subtitle-font-family: "Futura", sans-serif;
diff --git a/.themes/classic/sass/custom/_layout.scss b/.themes/classic/sass/custom/_layout.scss
deleted file mode 100644
index 74c7de9d..00000000
--- a/.themes/classic/sass/custom/_layout.scss
+++ /dev/null
@@ -1,21 +0,0 @@
-// Here you can easily change your sites's layout.
-// To give it a try, uncomment some of the lines below, make changes, rebuild your blog, and see how it works.
-
-//$header-font-size: 1em;
-//$header-padding-top: 1.5em;
-//$header-padding-bottom: 1.5em;
-
-//$max-width: 1350px;
-//$indented-lists: true;
-
-// Padding used for layout margins
-//$pad-min: 18px;
-//$pad-narrow: 25px;
-//$pad-medium: 35px;
-//$pad-wide: 55px;
-
-// Sidebar widths used in media queries
-//$sidebar-width-medium: 240px;
-//$sidebar-pad-medium: 15px;
-//$sidebar-pad-wide: 20px;
-//$sidebar-width-wide: 300px;
diff --git a/.themes/classic/sass/custom/_styles.scss b/.themes/classic/sass/custom/_styles.scss
deleted file mode 100644
index 91ffcccf..00000000
--- a/.themes/classic/sass/custom/_styles.scss
+++ /dev/null
@@ -1,2 +0,0 @@
-// This File is imported last, and will override other styles in the cascade
-// Add styles here to make changes without digging in too much