renerocksai / sublimeless_zk

A note taking app, Markdown editor, and text browser, featuring ID based wiki style links, and #tags, intended for zettelkasten method users. Loaded with tons of features like sophisticated tag search, note transclusion, support for note templates, bibliography support, etc. to make working in your Zettelkasten a joy 😄
GNU General Public License v3.0
196 stars 24 forks source link

make ui fonts customizable #86

Closed renerocksai closed 6 years ago

renerocksai commented 6 years ago

example settings:

    "ui.font.face": "Arial",
    "ui.font.size": 14,
    "ui.tabs.font.face": "Arial",
    "ui.tabs.font.size": 14,
    "ui.statusbar.font.face": "Arial",
    "ui.statusbar.font.size": 14,
    "ui.editorinfo.font.face": "Arial",
    "ui.editorinfo.font.size": 14,
patowod commented 6 years ago

First of all, sublimeless_ZK is awesome! Thank you very much for all the work @renerocksai — regarding the above example settings: can you give some context where exactly they should be implemented? I tried within the themes settings ("Edit current theme…") but it just won't apply the values.. I must be missing something but can't figure out what it is. Could you point me in the right direction?