bat/src
sharkdp 2508323264 Extract grid and line-number color from theme
This changes the output color of the grid and the line numbers to use
the "gutter" foreground color defined in the Sublime `.tmTheme` files.

Sublime Text does the same.

Note: we could go one step further and also extract the "GitGutter"
colors from the themes. These could be used instead of red/green/yellow
to signify Git modifications. The problem is that they are quite a bit
harder to extract from the syntect `Theme` object.

closes #178
2018-08-19 12:32:35 +02:00
..
app.rs Run 'cargo fmt' 2018-08-18 17:54:26 +02:00
assets.rs Separate syntax set and theme set 2018-08-19 11:08:23 +02:00
decorations.rs Move colors to printer module 2018-05-21 19:24:02 +02:00
diff.rs Formatted with newer cargo fmt. 2018-05-16 08:29:41 +02:00
features.rs Extract grid and line-number color from theme 2018-08-19 12:32:35 +02:00
main.rs update line-ranges 2018-06-12 08:18:44 +02:00
output.rs Use BAT_PAGER and PAGER environment variables, closes #158 2018-08-18 18:48:22 +02:00
printer.rs Extract grid and line-number color from theme 2018-08-19 12:32:35 +02:00
style.rs PR #102 Followed @BrainMaestro's suggestions 2018-05-13 03:26:23 -07:00
terminal.rs Extract grid and line-number color from theme 2018-08-19 12:32:35 +02:00