Skip to content

Instantly share code, notes, and snippets.

Created March 28, 2012 00:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/2221648 to your computer and use it in GitHub Desktop.
Save anonymous/2221648 to your computer and use it in GitHub Desktop.
<theme>
<!-- Window Style -->
<color id="foreground" red="0.84" green="0.84" blue="0.84" alpha="1.0" />
<color id="background" red="0.28" green="0.28" blue="0.28" alpha="1.0" />
<window foregroundColorID="foreground" backgroundColorID="background" shouldUseHUDScrollers="no" />
<!-- Text View Style -->
<color id="tag" red="0.56" green="0.56" blue="0.56" alpha="1.0" />
<color id="handle" extendsColorID="foreground" />
<color id="insertionPoint" extendsColorID="foreground" />
<color id="selection" red="0.30" green="0.36" blue="0.51" alpha="1.0" />
<font id="base" name="Helvetica Neue Light" size="0" />
<characterStyle id="base" fontID="base" foregroundColorID="foreground" />
<paragraphStyle id="base" paragraphSpacingBefore="0" paragraphSpacing="0" lineSpacing="0" lineHeightMultiple="0.0" alignment="NSLeftTextAlignment" />
<textView
shouldAntialiasText="yes"
shouldShowNoteHandles="no"
shouldShowProjectHandles="yes"
defaultCharacterStyleID="base"
textLeftEdgeAlignmentStyle="TPEntryPlainTextAlignmentStyle"
insertionPointColorID="insertionPoint"
selectionColorID="selection"
handleColorID="handle"
tagColorID="tag"
/>
<!-- Task style. This section defines the styles that are applied to task lines. -->
<color id="task" extendsColorID="foreground" />
<font id="task" extendsFontID="base" size="12" />
<characterStyle id="task" fontID="task" foregroundColorID="task" />
<entryRule matchesQuery="type = task" lineCharacterStyleID="task" paragraphStyleID="base" />
<!-- Project style. This section defines the styles that are applied to project lines. -->
<color id="project" extendsColorID="foreground" />
<font id="project" name="Helvetica Neue UltraLight" size="15" />
<characterStyle id="project" fontID="project" foregroundColorID="project" />
<entryRule matchesQuery="type = &quot;project&quot;" lineCharacterStyleID="project" paragraphStyleID="project" />
<!-- Note style. This section defines the styles that are applied to note lines. -->
<color id="note" red="0.5" green="0.5" blue="0.5" alpha="1.0" />
<font id="note" extendsFontID="base" fontTraitMask="NSItalicFontMask" size="12" />
<characterStyle id="note" fontID="note" foregroundColorID="note" />
<entryRule matchesQuery="type = note" lineCharacterStyleID="note" paragraphStyleID="base" />
<!-- GroupHeader style. This section defines the styles that are applied to groupHeader lines. (top level projects) -->
<color id="groupHeader" extendsColorID="foreground" />
<font id="groupHeader" name="Helvetica Neue UltraLight" size="18" />
<characterStyle id="groupHeader" fontID="groupHeader" foregroundColorID="groupHeader" />
<paragraphStyle id="groupHeader" extendsParagraphStyleID="base" paragraphSpacingBefore="10" paragraphSpacing="10" />
<entryRule matchesQuery="isgroupheader" paragraphStyleID="groupHeader" lineCharacterStyleID="groupHeader" />
<!-- @done -->
<characterStyle id="done" strikethroughStyle="NSUnderlineStyleSingle" />
<entryRule matchesQuery="@done" contentCharacterStyleID="done" />
<!-- @waiting-for style -->
<color id="waiting-for" extendsColorID="note" />
<characterStyle id="waiting-for" fontID="base" foregroundColorID="waiting-for" />
<entryRule matchesQuery="@waiting-for" contentCharacterStyleID="waiting-for"/>
<!-- @focus -->
<font id="focus" extendsFontID="base" size="15" />
<color id="focus" red="1" green="1" blue="1" alpha="1" />
<characterStyle id="focus" fontID="focus" foregroundColorID="focus" />
<entryRule matchesQuery="@focus" contentCharacterStyleID="focus"
lineCharacterStyleID="focus" paragraphStyleID="focus"/>
<!-- @next -->
<font id="next" extendsFontID="base" />
<color id="next" red="0.25" green="0.51" blue="0.72" alpha="1.0" />
<characterStyle id="next" fontID="next" foregroundColorID="next" />
<entryRule matchesQuery="@next" contentCharacterStyleID="next"
lineCharacterStyleID="next" paragraphStyleID="next"/>
<!-- @in-progress -->
<font id="in-progress" extendsFontID="base" />
<color id="in-progress" red="0.51" green="0.72" blue="0.25" alpha="1.0" />
<characterStyle id="in-progress" foregroundColorID="in-progress" />
<entryRule matchesQuery="@in-progress" contentCharacterStyleID="in-progress" />
<!-- @now/@paused style -->
<font id="now" extendsFontID="base" size="20" />
<color id="now" red="1" green="1" blue="1" alpha="1" />
<characterStyle id="now" fontID="now" foregroundColorID="now" />
<entryRule matchesQuery="@now" contentCharacterStyleID="now"
lineCharacterStyleID="now" paragraphStyleID="now"/>
<characterStyle id="paused" fontID="now" foregroundColorID="note" />
<entryRule matchesQuery="@now=&quot;paused&quot;" contentCharacterStyleID="paused"
lineCharacterStyleID="now" paragraphStyleID="now"/>
<!-- @soon, @today style -->
<font id="soon" extendsFontID="base" />
<color id="soon" red="1" green="0.65" blue="0" alpha="1.0" />
<characterStyle id="soon" foregroundColorID="soon" />
<entryRule matchesQuery="@soon" contentCharacterStyleID="soon" />
<entryRule matchesQuery="@today" contentCharacterStyleID="soon" />
<!-- @priority, @overdue, @urgent, @important, @exceeded -->
<font id="prio" extendsFontID="base" />
<color id="prio" red="1" green="0" blue="0.25" alpha="0.6" />
<characterStyle id="prio" foregroundColorID="prio" />
<entryRule matchesQuery="@priority" contentCharacterStyleID="prio" />
<entryRule matchesQuery="@overdue" contentCharacterStyleID="prio" />
<entryRule matchesQuery="@urgent" contentCharacterStyleID="prio" />
<entryRule matchesQuery="@important" contentCharacterStyleID="prio" />
<entryRule matchesQuery="@exceeded" contentCharacterStyleID="prio" />
<!-- @later style -->
<font id="later" extendsFontID="base" size="10" />
<color id="later" extendsColorID="note" />
<characterStyle id="later" fontID="later" foregroundColorID="later" />
<entryRule matchesQuery="@later" contentCharacterStyleID="later"
lineCharacterStyleID="later" paragraphStyleID="later"/>
</theme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment