Commit graph

15 commits

Author SHA1 Message Date
Jan De Dobbeleer 3a1cbb904c fix: clear parent colors after block rendering
relates to #1137
2021-10-30 11:48:31 +02:00
lnu 1b29ae136d fix: wrong background for powerline in some cases
activeBackground color is wrong when a diamong segment follows a
powerline segment.
2021-10-29 19:00:44 +02:00
Jan De Dobbeleer d84b92ef13 feat(colors): current color override
relates to #1099
2021-10-25 19:28:08 +02:00
Jan De Dobbeleer cdc2998ed8 feat(git): ignore repo based on exclude_folders 2021-10-20 17:12:29 +02:00
Jan De Dobbeleer 36c318a02a fix: set correct color for diamonds on inheritance 2021-09-28 20:23:44 +02:00
Jan De Dobbeleer 0bbc26d635 fix: inherit parent colors in override 2021-09-25 20:52:20 +02:00
Jan De Dobbeleer b3f537cb76 refactor: color logic performance 2021-09-25 11:25:04 +02:00
Jan De Dobbeleer 0e26aa2ace feat: inherit colors between segments 2021-09-24 19:41:11 +02:00
Jan De Dobbeleer 46b8cea72a fix: write post- and prefix separate
resolves #843
2021-07-10 13:56:28 +02:00
lnu 0075ac229c fix: escape backtick
in zsh or bash, text between backtick was interpreted
2021-05-27 21:41:46 +02:00
lnu 2eb45b5863 fix: escape \ from segment value when in bash
fix #738
2021-05-25 22:25:40 +02:00
Jan De Dobbeleer b67f625740 fix(bash): escape entire rprompt
resolves #717
2021-05-21 22:12:55 +02:00
Jan De Dobbeleer 3c5129275e feat: join segments when omitting diamonds
relates to #697
2021-05-04 10:33:34 +02:00
Jan De Dobbeleer b11b69f0e8 refactor: ansi module cleanup 2021-04-21 19:54:43 +02:00
Jan De Dobbeleer c24ca82f17 feat: newline as part of block
this deprecates the "newline" block and favours using the newline
property on the Block component. For backwards compatibility we'll
keep recognizing the newline block for the time being.

resolves #607
2021-04-21 19:54:43 +02:00