summaryrefslogtreecommitdiffstats
path: root/prompt_toolkit/styles
AgeCommit message (Expand)Author
2016-12-29Added example to docstring of style_from_pygments.Jonathan Slenders
2016-10-09Visualize multiple cursors.Jonathan Slenders
2016-05-29Improve styling for matching brackets. (Allow individual styling for the brac...Jonathan Slenders
2016-05-02Better default colors for colorcolumn and cursorcolumn.Jonathan Slenders
2016-05-02Moved merge_attrs and split_token_in_parts to styles/utils.pyJonathan Slenders
2016-05-01Implementation of cursorcolumn.Jonathan Slenders
2016-05-01Implemented cursorline/cursorcolumn.Jonathan Slenders
2016-05-01Support for chaining of tokens for combinding styles. SelectedText will now r...Jonathan Slenders
2016-05-01Improved visualisation of Vi digraph.Jonathan Slenders
2016-03-19Set default_token for SystemToolbar and SearchToolbar.Jonathan Slenders
2016-02-23Allow ansi color name in Pygments style.Matthias Bussonnier
2016-02-22Added Token.TrailingWhiteSpace and Token.Tab to default style.Jonathan Slenders
2016-02-22Small style change for better support on terminals with dark background.Jonathan Slenders
2016-02-19Improved default style.Jonathan Slenders
2016-02-18changed dict check to MappingAnthony Scopatz
2016-02-13Big refactoring of the Window and user control interfaces.Jonathan Slenders
2016-01-22Small cleanup (removed unused imports + whitespace.)Jonathan Slenders
2016-01-20Refactoring of the prompt_toolkit.styles.Jonathan Slenders