Helvetica Neue theme for FoldingText v1.1dev
This FoldingText theme is based on the default Courier
theme.
I made it to match my custom TaskPaper theme.
It supports 3 tags styles:
@high (high priority)
@low (low priority)
@hl (highlight text)
See attached screenshot.
-
Screenshot_2012-10-21_at_15.03.05.png
84.9 KB
- HelveticaNeue.fttheme.zip 165.4 KB
2 Posted by mutahhir on 22 Oct, 2012 03:28 AM
This looks great! Love how you've used the tag system to highlight/color nodes. I'd have liked the font to be a tad bit larger, but that's alright.
I also like how you've made the
.todomode specifier a little smaller than the mode title when the mode node type is a heading.Thanks for this! Great work.
Support Staff 3 Posted by Jesse Grosjean on 22 Oct, 2012 03:06 PM
Yes, this looks nice. I'm glad you were able to dig into the HTML structure and figure out how to highlight based on tags. Nice work! I've added this theme to the making themes page.
4 Posted by CuriousnBusy on 26 Oct, 2012 01:56 PM
This is a great theme! I have tweaked it a bit cosmetically for my own purposes. I love that I can add my own tags to tweak the styling even further.
My JavaSript/CSS knowledge is limited, therefore two questions:
Thanks for your help!
5 Posted by pryley on 26 Oct, 2012 02:23 PM
.tags {}. If you want to target only the @ symbol use.tags.syntax {}, else to target only the tagname use.tags.tagname {}.Format -> Text Wrap Widthon the menubar.What sort of tweaks did you make?
6 Posted by jafwld on 26 Oct, 2012 04:39 PM
This theme is oh so sweet. Love the highlight, and finally some colored tags!! Thanks for sharing this with us.
7 Posted by CuriousnBusy on 27 Oct, 2012 07:55 AM
@pryley:
As I said, I did mainly cosmetic changes:
Firstly, I resized some of the elements and gave them a lighter tone of grey, to get them more out of the way in order to concentrate more on content: the #-indicators for the headings, the .mode indicators, and with your help I will do the same for the tags.
Secondly, I played with your tags: I renamed and restyled them. My priorities are @next (your @hl with bold text), @soon (greenish bold text) and @later (light grey to get it out of the way).
I would love to post a picture, but the theme is locked in on my local computer @work. It may actually be a good idea to make themes transferable by dropbox & co. once they are officially supported.
One more remark: your theme also works perfectly for me with longer text. I use your @hl tag as textmarker.
8 Posted by mitchellm on 03 Nov, 2012 01:39 PM
Many thanks for creating this theme! Now for the silly question:
Where do I install custom themes?
How do I make a custom theme active?
For example, when I open the Folding Text package and navigate to themes folder I see 4 already existing themes. Is this where I drag your theme to? (I'm assuming yes.) More importantly, how do I then tell Folding Text which theme to use?
Support Staff 9 Posted by Jesse Grosjean on 03 Nov, 2012 01:43 PM
See this FAQ for instructions:
http://support.foldingtext.com/kb/frequently-asked-questions/how-do...
10 Posted by mitchellm on 03 Nov, 2012 02:18 PM
Got it. Many thanks.
P.S. I've run into the spam protection saying I put in a wrong answer about half the time. I've been very careful and noticing that the spam protection is making the mistake. This last post asked what is 5 times 5. I put in 25. Said it was wrong. Not a huge deal, but somewhat frustrating.
11 Posted by CuriousnBusy on 03 Dec, 2012 04:37 PM
Is there a way to specifically style the different heading levels?
Addressing h1, h2 ... in the CSS does not seem to work.
Support Staff 12 Posted by Jesse Grosjean on 03 Dec, 2012 06:25 PM
Yes, you can try something like:
13 Posted by jafwld on 07 Dec, 2012 11:50 PM
Is there anyway to color different tags? For instance @soon = yellow @now = red?
pryley's hints about
.tags.tagnamecolors all tags, but I haven't been able to assign different colors to different tags.Many thanks!
Support Staff 14 Posted by Jesse Grosjean on 08 Dec, 2012 02:00 PM
I don't think you'll be able to assign different colors to different tag names. You can change the styling of a line based on it's tagname, but I don't think styling the individual tags text (based on the tag name) is possible.
15 Posted by jafwld on 08 Dec, 2012 05:37 PM
Okay, thank's for the answer. I was trying everything and it wouldn't work so I thought I would better spend my time asking those who would know. Cheers!
16 Posted by Scott on 14 Dec, 2012 06:44 PM
What great work on the tags! Even if full theme support is a way off, these priority/highlight tags seem like a must-have edition to the default theme in the next release. I've pasted the code into the default theme (actually a user theme that is the default, plus this tag code) and they look and work great.
17 Posted by dgbeecher on 15 Apr, 2013 11:26 AM
This is a great theme. Thank you, pryley!
I have only one issue with it. It has to do with left justification in a todo list. I'll describe the issue in pictures:
If somebody can help me fix this, I'd really appreciate it. Thanks!