mirror of
https://github.com/WarlockFish/WarlockFish.github.io.git
synced 2026-02-08 21:03:56 +08:00
9 lines
226 B
Stylus
9 lines
226 B
Stylus
$highlight_theme = hexo-config("highlight_theme")
|
|
|
|
if $highlight_theme == "normal"
|
|
$highlight-deletion = #fdd
|
|
$highlight-addition = #dfd
|
|
else
|
|
$highlight-deletion = #008000
|
|
$highlight-addition = #800000
|