summaryrefslogtreecommitdiffstats
path: root/src/skin_conf.rs
AgeCommit message (Expand)Author
2020-03-30moved files aroundCanop
2020-02-08use crossterm 0.16.0Canop
2020-01-20minor code fmt changesCanop
2019-12-15migration from crossterm 0.13.3 to crossterm 0.14.0Canop
2019-11-03broot v0.10.0v0.10.0Canop
2019-10-27app mostly running on stderrCanop
2019-10-23move to the last versions of crossterm and termimadCanop
2019-10-07use lazy-regex to slightly clean regex creation codeCanop
2019-09-13allow configuration of keyboard keys for verb triggeringCanop
2019-07-31Fix non consistent builds due to lack of precise versionning in crossterm sub...Canop
2019-06-19max width on help screen, prettier on very wide screenCanop
2019-06-10Ansi colors can now be specified in skin configurationCanop
2019-06-08configurable skin supported on help screen and in :print_tree screen outputv0.8.0Canop
2019-05-11configurable style attribute (bold, italic, crossedout, etc.)Canop
2019-05-10skin colors changed by configuration according to new fg,bg,attrs syntax:Canop
2019-05-09more things work - broot successfully launched on Win10 and linuxCanop
2019-03-11Fix compilationOphir LOJKINE
2019-03-11Let's admit skin conf code is less ugly (not yet likable but way less ugly)Canop
2019-03-11avoid code duplication in color_from_nameOphir LOJKINE
2019-03-11Improve and simplify skin error handlingOphir LOJKINE
2019-02-20directory size computed with a pool of threadsCanop
2019-02-19change the way the new command is computed on new stateCanop
2019-02-17All colors of broot can be defined in configCanop
2019-02-17more skinningCanop
2019-02-16separate entries in conf for foreground and background colorsCanop
2019-02-16support for grayscale values in custom colorsCanop
2019-02-15skinning possible for simple colors, for statusCanop