Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit e01b776

Browse files
committed
refactor(theme): improve sidebar trend, pin color & doramon of yellow
1 parent 283d7a3 commit e01b776

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

utils/themes/skins/github.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const github = {
107107
holder: lighten(0.15, sidebarBg),
108108
logoText: '#5e9aa2',
109109
menuHover: darken(0.1, sidebarBg),
110-
pinActive: primaryColor,
110+
pinActive: 'yellowgreen',
111111
menuLink: '#D9E6E5',
112112
borderColor: '#14363E',
113113
topShadow: '0px 6px 4px 0px rgba(0,0,0,0.2)',
@@ -179,8 +179,8 @@ const github = {
179179
},
180180

181181
heatmap: {
182-
activityLow: '#007D7C',
183-
activityHight: '#26A9A0',
182+
activityLow: darken(0.2, '#6EC385'),
183+
activityHight: 'yellowgreen',
184184
empty: '#efefef',
185185
borderHover: '#51abb2',
186186
monthLabel: '#c6dbde',

utils/themes/skins/green.js

+9-9
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const green = {
108108
holder: lighten(0.15, sidebarBg),
109109
logoText: primaryColor,
110110
menuHover: lighten(0.1, sidebarBg),
111-
pinActive: contentBg,
111+
pinActive: 'yellowgreen',
112112
menuLink: '#A6BBAF',
113113
borderColor: lighten(0.05, sidebarBg),
114114
topShadow: '-2px 2px 2px 0px rgb(39, 53, 45)',
@@ -178,8 +178,8 @@ const green = {
178178
inactiveNum: primaryColor,
179179
},
180180
heatmap: {
181-
activityLow: '#007D7C',
182-
activityHight: '#26A9A0',
181+
activityLow: darken(0.05, '#5FA47A'),
182+
activityHight: 'yellowgreen',
183183
empty: '#d3dccc',
184184
borderHover: primaryColor,
185185
monthLabel: descText,
@@ -231,13 +231,13 @@ const green = {
231231
},
232232
shell: {
233233
link: lighten(0.2, contentBg),
234-
searchInput: lighten(0.1, contentBg),
235-
searchIcon: lighten(0.1, contentBg),
234+
searchInput: '#99B09B',
235+
searchIcon: '#99B09B',
236236
barBg: darken(0.01, contentBg),
237-
border: lighten(0.05, contentBg),
238-
title: lighten(0.4, contentBg),
239-
desc: lighten(0.2, contentBg),
240-
activeBg: lighten(0.05, contentBg),
237+
border: darken(0.04, '#D3DFD1'),
238+
title: '#718E7A',
239+
desc: '#849F88',
240+
activeBg: darken(0.05, contentBg),
241241
},
242242
button: {
243243
primary: primaryColor,

utils/themes/skins/monokai.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const monokai = {
109109
holder: lighten(0.15, sidebarBg),
110110
logoText: primaryColor,
111111
menuHover: lighten(0.1, sidebarBg),
112-
pinActive: '#849804',
112+
pinActive: '#AA9862',
113113
menuLink: '#93A1A1',
114114
borderColor: lighten(0.05, sidebarBg),
115115
topShadow: '-2px 1px 6px 0px rgb(1,21,25)',
@@ -180,8 +180,8 @@ const monokai = {
180180
inactiveNum: primaryColor,
181181
},
182182
heatmap: {
183-
activityLow: '#007D7C',
184-
activityHight: '#26A9A0',
183+
activityLow: darken(0.2, '#AA9660'),
184+
activityHight: '#AA9660',
185185
empty: '#342e3a',
186186
borderHover: primaryColor,
187187
monthLabel: descText,

utils/themes/skins/purple.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ const purple = {
107107
holder: lighten(0.15, sidebarBg),
108108
logoText: primaryColor,
109109
menuHover: lighten(0.1, sidebarBg),
110-
pinActive: '#849804',
111-
menuLink: '#93A1A1',
110+
pinActive: '#92584a',
111+
menuLink: '#9a96b1',
112112
borderColor: lighten(0.05, sidebarBg),
113113
topShadow: '-2px 1px 6px 0px rgb(1,21,25)',
114114
topShadowBorderBottom: '1px solid #615b79',
@@ -178,8 +178,8 @@ const purple = {
178178
inactiveNum: primaryColor,
179179
},
180180
heatmap: {
181-
activityLow: '#007D7C',
182-
activityHight: '#26A9A0',
181+
activityLow: darken(0.15, '#615D78'),
182+
activityHight: '#615D78',
183183
empty: '#342e3a',
184184
borderHover: primaryColor,
185185
monthLabel: descText,

utils/themes/skins/solarized_dark.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ const solarizedDark = {
108108
holder: lighten(0.15, sidebarBg),
109109
logoText: primaryColor,
110110
menuHover: lighten(0.1, sidebarBg),
111-
pinActive: '#849804',
112-
menuLink: '#93A1A1',
111+
pinActive: '#227B7F',
112+
menuLink: '#7e98a9',
113113
borderColor: '#14363E',
114114
topShadow: '-2px 1px 6px 0px rgb(1,21,25)',
115115
topShadowBorderBottom: '1px solid #06495a',

utils/themes/skins/yellow.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ const yellow = {
107107
holder: lighten(0.15, sidebarBg),
108108
logoText: primaryColor,
109109
menuHover: lighten(0.1, sidebarBg),
110-
pinActive: '#6AB3B1',
111-
menuLink: '#b6cecd',
110+
pinActive: '#D48367',
111+
menuLink: '#cec3b6',
112112
borderColor: lighten(0.05, sidebarBg),
113113
topShadow: '0px 6px 4px 0px rgba(0,0,0,0.2)',
114114
topShadowBorderBottom: '1px dashed #88755b',
@@ -177,8 +177,8 @@ const yellow = {
177177
inactiveNum: primaryColor,
178178
},
179179
heatmap: {
180-
activityLow: '#007D7C',
181-
activityHight: '#26A9A0',
180+
activityLow: '#A3634A',
181+
activityHight: '#D08269',
182182
empty: '#f1eddd',
183183
borderHover: primaryColor,
184184
monthLabel: descText,

0 commit comments

Comments
 (0)