Skip to content

Commit c7ae815

Browse files
feat: add a teal theme and rename tealblue as oceanstale
1 parent 54e7bc2 commit c7ae815

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url: 'http://webjeda.com'
1010

1111
description: A beautiful Jekyll theme for creating resume
1212
# Style will be applied only after restarting the build or serve. Just choose one of the options.
13-
theme_skin: blue # blue turquoise green berry orange ceramic tealblue
13+
theme_skin: navyblue # blue turquoise green berry orange ceramic teal oceanstale
1414
chrome_mobile_color: #use hex colors (ex:#1976d2) or leave empty if you don't want a color for chrome mobile searchbar
1515

1616
# Tracker

_sass/skins/_ceramic.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* styles-6 variables */
1+
/* Ceramic variables */
22
$theme-color: #4B6A78;
33
$text-color: #3F4650;
44
$text-color-secondary: #545E6C;

_sass/skins/_tealblue.scss _sass/skins/_oceanstale.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* styles-6 variables */
1+
/* Ocean Stale variables */
22
$theme-color: #2B6781;
33
$text-color: #3F4650;
44
$text-color-secondary: #545E6C;

_sass/skins/_teal.scss

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* Teal variables */
2+
$theme-color: #4BA3A6;
3+
$text-color: #3E464A;
4+
$text-color-secondary: #51656D;
5+
$text-grey: #96A8B8;
6+
$divider: #e8e8e8;
7+
$lighter-grey: #ccc;
8+
$darker-grey: #666;
9+
$smoky-white: #f5f5f5;
10+
$heart: #fa8072;

0 commit comments

Comments
 (0)