Skip to content

Instantly share code, notes, and snippets.

@drifteaur
Last active November 18, 2021 15:58
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save drifteaur/7f91e3d81e5951af84c062956d10d8c5 to your computer and use it in GitHub Desktop.
Save drifteaur/7f91e3d81e5951af84c062956d10d8c5 to your computer and use it in GitHub Desktop.
// An approximation of the TaskPaper 2 Helvetidark theme for TaskPaper 3
@text-color: rgb(90%, 90%, 90%);
@background-color: rgb(10%, 10%, 10%);
@font-family: 'Helvetica Neue';
@user-font-size: @base-font-size - 2;
@selection-color: rgb(20%, 20%, 20%);
@invisibles-color: mix(@tint-color, @background-color, 70%);
@cursor-color: rgb(40%, 40%, 40%);
@done-color: rgb(30%, 30%, 30%);
@tag-color: rgb(35%, 35%, 35%);
editor {
caret-color: @cursor-color;
}
item {
line-height-multiple: 1.2;
handle-color: none;
handle-border-color: none;
> run[link] {
color: @tint-color;
}
> run[tag] {
color: @tag-color;
}
}
item[data-type="project"] {
font-family: 'Helvetica Neue Medium';
font-size: @user-font-size;
font-weight: normal;
color: @tint-color;
}
item[depth=1][data-type=project] {
font-family: 'Helvetica Neue Light';
font-size: 21;
}
item[data-type="note"] {
font-style: normal;
color: rgb(60%, 60%, 60%);
}
item[data-done] {
> run[content] {
color: @done-color;
text-strikethrough: NSUnderlineStyleSingle;
text-strikethrough-color: @done-color;
}
> run[tag] {
color: @done-color;
}
}
@Tele-Pet
Copy link

Thank you for this theme. Task Paper 3 was not clicking with me until I enabled this theme.

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