Skip to content

Commit

Permalink
架构::更换文档主色调 Lavender -> Indigo
Browse files Browse the repository at this point in the history
  • Loading branch information
oovm committed Aug 4, 2018
1 parent dd95b6b commit 6dbf655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ script:
# 使用要求 10 次提交之类有 tag 存在, 名称必须为 v1.0.0 类似的形式
- git clone --depth 10 --branch master --single-branch https://github.com/${GITHUB_USER}/${GITHUB_REPO}
- cd ${GITHUB_REPO}
- ver=`git tag | awk 'END {print}'`
- ver=`git describe --abbrev=0 --tags`
- nVer=`echo $ver | awk -F. '{printf "%s.%s.%s\n",$1,$2,$3+1}'`
- echo $nVer
- cd ..
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/override.styl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$accentColor = #967BB6 //Lavender
$accentColor = #4B0082 //Indigo
$textColor = #2c3e50
$borderColor = #eaecef
$codeBgColor = #282c34
Expand Down

0 comments on commit 6dbf655

Please sign in to comment.