File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ url: 'http://webjeda.com'
10
10
11
11
description : A beautiful Jekyll theme for creating resume
12
12
# 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
14
14
chrome_mobile_color : # use hex colors (ex:#1976d2) or leave empty if you don't want a color for chrome mobile searchbar
15
15
16
16
# Tracker
Original file line number Diff line number Diff line change 1
- /* styles-6 variables */
1
+ /* Ceramic variables */
2
2
$theme-color : #4B6A78 ;
3
3
$text-color : #3F4650 ;
4
4
$text-color-secondary : #545E6C ;
Original file line number Diff line number Diff line change 1
- /* styles-6 variables */
1
+ /* Ocean Stale variables */
2
2
$theme-color : #2B6781 ;
3
3
$text-color : #3F4650 ;
4
4
$text-color-secondary : #545E6C ;
Original file line number Diff line number Diff line change
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 ;
You can’t perform that action at this time.
0 commit comments