summaryrefslogtreecommitdiff
path: root/alot/defaults/theme.spec
Commit message (Collapse)AuthorAge
* introduce new themable thread.body_focus for focussed body text linesPatrick Totzke2013-03-03
|
* theming: properly transfer alignment to threadline-foo partsPatrick Totzke2012-08-10
| | | | cf issue #494
* make left align default, fix date paddingPatrick Totzke2012-07-21
|
* individually theme arrows heads/bars in thread viewPatrick Totzke2012-07-20
|
* move thread move theming to more durable config syntaxPatrick Totzke2012-07-15
|
* introduce missing theming section for taglistPatrick Totzke2012-07-15
|
* rename bufferlist themablesPatrick Totzke2012-07-15
|
* implement selective threadline theming aka. 'highlighting'Patrick Totzke2012-07-07
| | | | | | | | | | | This allows the user to specify alternate 'threadline.*' sections for searchmode: They specify the difference to the default threadline theming. Each of those can contain fields 'query' and 'tagged_with' to determine if they apply: We go through all those threadline sections top down, for each of them check if the conditions query (thread matches querystring) and 'tagged_with' (culmulative tags of messages in thread contain those listed). The first section that matches wins, default is to section 'threadline'.
* rename threadline order --> partsPatrick Totzke2012-07-07
|
* use width tuples correctly in themesPatrick Totzke2012-07-07
|
* use widthtuple in theme specPatrick Totzke2012-07-05
|
* use widthtuple in theme spec and default themePatrick Totzke2012-07-05
|
* new spec for theme filesPatrick Totzke2012-07-01
|
* add theming sections for envelope modePatrick Totzke2012-04-08
| | | | issue #430
* introduce a new global themable 'body'.Patrick Totzke2012-04-08
| | | | | that is to be used as global attribute of the mainframes body part issue #430
* remove unnecessary 'tag_draft' entry in themesPatrick Totzke2012-04-08
| | | | issue #430
* Spelling in the spec-files too, thenDaniel2012-02-27
|
* read attrspecs in theme's initPatrick Totzke2012-02-19
| | | | | | this makes Theme objects check the integrity of their given configs by instanciating urwid.AttrSpec objects in ther constructor, so that invalid attribute strings don't raise errors at runtime
* theme spec and default theme adjustedPatrick Totzke2012-02-18
|
* default bindings and themePatrick Totzke2012-02-18
bindings are now part of the config spec (alot.rc.spec), the default theme is a valid (as of theme.sec) .theme-file, provided in alot/defaults