Skip to content

Instantly share code, notes, and snippets.

@binderclip
Created April 4, 2016 08:18
Show Gist options
  • Save binderclip/acac24ade8a6f3c3838c302cdff7a117 to your computer and use it in GitHub Desktop.
Save binderclip/acac24ade8a6f3c3838c302cdff7a117 to your computer and use it in GitHub Desktop.
给 Quiver 换主题

Quiver app 本身的主题是可以更换的,就是这些原生的控件样式。另外编辑器里面的主题有另外的设置。

官方收集的主题有这些:Themes · HappenApps/Quiver Wiki

如果不满足需求或者要自己改请看这里:How to Design a Custom Theme · HappenApps/Quiver Wiki

这里的是内置的编辑器主题:Supported Themes · HappenApps/Quiver Wiki

在 app 主题中可以设置编辑器主题,如下:

"editor": {
  "codeCellTheme": "tomorrow_night_eighties",
  "markdownCellTheme": "tomorrow_night_eighties"
}

似乎在 app 主题中还可以覆写编辑器主题的样式,这个之后再说。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment