diff --git a/themes/hexo/config.js b/themes/hexo/config.js index 024c12e0..8e6be65d 100644 --- a/themes/hexo/config.js +++ b/themes/hexo/config.js @@ -39,6 +39,8 @@ const CONFIG = { HEXO_WIDGET_TO_TOP: true, HEXO_WIDGET_TO_COMMENT: true, // 跳到评论区 HEXO_WIDGET_DARK_MODE: true, // 夜间模式 - HEXO_WIDGET_TOC: true // 移动端悬浮目录 + HEXO_WIDGET_TOC: true, // 移动端悬浮目录 + + HEXO_THEME_COLOR: '#98FB98' // 主题色配置(默认为 #928CEE) } export default CONFIG