This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// An approximation of the TaskPaper 2 Helvetidark theme for TaskPaper 3 | |
// Forked from GitHub user @drifteaur Zoltan Varady, and heavily edited for personal use | |
// Strikethru on @done tags removed for readability | |
// Background and selection color changed, font-family changed to Open Sans | |
// TODO style Task dashes as checkboxes | |
@text-color: rgb(33, 33, 33); | |
@background-color: rgb(227, 242, 251); | |
@font-family-header: "Open Sans Light"; | |
@font-family: "Open Sans"; |