Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit10281ec

Browse files
committed
chore: merge branch 'theme' into dev
2 parents283d7a3 +e01b776 commit10281ec

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

‎utils/themes/skins/github.js‎

Lines changed: 3 additions & 3 deletions
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‎

Lines changed: 9 additions & 9 deletions
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‎

Lines changed: 3 additions & 3 deletions
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‎

Lines changed: 4 additions & 4 deletions
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‎

Lines changed: 2 additions & 2 deletions
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‎

Lines changed: 4 additions & 4 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp