You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please follow this Issue template to provide relevant information, such as source code repository, website URL and screenshots, which will help us investigate.
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查。
Issue Checklist
I am using NexT version 8.0 or later.
I have already read the relevant documents of Hexo and NexT.
I have already searched for current issues, which does not help me.
Expected behavior
I found out that GitHub changed its darkmode scheme. It can choose two colors to be switched automatically by the system, or select a single color scheme. So we can refer to it to improve our theme.
Single theme
Sync with system
For our theme style, it is easy to implement, since mimi extracted the colors
for example blue.styl
@import'light';
// custom color ...
:root {
--text-color: blue;
}
But for some third-party plug-ins, we need to consider how to integrate. 😑
for example
The text was updated successfully, but these errors were encountered:
Please follow this Issue template to provide relevant information, such as source code repository, website URL and screenshots, which will help us investigate.
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查。
Issue Checklist
Expected behavior
I found out that GitHub changed its darkmode scheme. It can choose two colors to be switched automatically by the system, or select a single color scheme. So we can refer to it to improve our theme.
Single theme
Sync with system
For our theme style, it is easy to implement, since mimi extracted the colors
for example
blue.styl
But for some third-party plug-ins, we need to consider how to integrate. 😑
for example
The text was updated successfully, but these errors were encountered: