8b0607e035
fix #92 : handling of --colormap
...
Use "default" instead of "colormap".
Use the first color in the user-defined map to check mode.
Add check of mixed modes.
2018-02-27 15:51:41 +01:00
881a2c7cbd
Add separator characters as options
...
Separator for lists of colors ("," -> sep_list).
Separator for fore/background color pairs ("." -> sep_back).
2018-02-27 09:09:33 +01:00
87cac38a48
Merge branch 'jason-green-io_background' into develop
2018-02-26 17:58:47 +01:00
d06b1b449a
Allow background without foreground ("none.blue")
...
Use a configurable fore/background separator.
Declare fore- and background colors only once.
Pretty print context in debug mode.
2018-02-26 17:50:14 +01:00
34c04c49db
Use six to handle both Py2 and Py3 on unicode
2018-02-26 16:28:42 +01:00
b284020355
Merge branch 'master' of https://github.com/jason-green-io/colout into jason-green-io_background
2018-02-26 15:57:53 +01:00
eca25b4106
Merge pull request #89 from jonathanpoelen/master
...
better perm theme
2018-02-26 15:54:31 +01:00
e9f0bff0cc
Merge pull request #85 from while0pass/master
...
fix UnicodeEncodeError
2018-02-26 15:50:28 +01:00
Jason Green
6001cf76ea
fixed color
2017-10-20 21:30:43 -04:00
Jason Green
f34ac3b47f
multiple styles at the same time and background colors using . eg. blue.yellow underline.blink
2017-10-20 21:10:28 -04:00
Jason Green
a47020e5d7
added the ability also specify background color in 8 color mode
2017-10-19 21:48:52 -04:00
ac7a2c3859
Merge branch 'master' of http://github.com/nojhan/colout
2017-05-17 11:13:25 +02:00
36faadae39
better themes for cmake, ctest and configure
2017-05-17 11:13:01 +02:00
jonathan poelen
eb8935f156
better perm theme
2017-02-22 23:38:06 +01:00
Nurono
5e1c64e61e
fix UnicodeEncodeError
2016-11-23 12:48:09 +03:00
01d1ab6b20
Remove the dirty arg management, only keep argparse
...
v0.5
fix #70
2016-08-18 21:18:58 +02:00
fb9de000ed
Add a message for a common error
...
fix #73
2016-08-18 21:11:33 +02:00
4ae9ab7627
Merge pull request #76 from oz-linden/master
...
fix for Issue #75 : add the --themes-dir to the module import path
Thanks!
2016-08-18 21:03:42 +02:00
f03ed7a647
Add remark about shell buffering
2016-08-18 20:54:50 +02:00
9128025973
More themes
2016-06-03 10:25:09 +02:00
7338d36f37
More colors for cmake building log
...
Hash the subdirs and do not color extension.
2016-05-29 17:32:05 +02:00
Scott Lawrence
17420be917
fix for Issue #75 : add the --themes-dir to the module import path
2015-04-02 10:34:51 -04:00
9bf6de388f
Merge branch 'defcmap'
2014-12-19 11:19:04 +01:00
097b224e1a
Merge branch 'defcmap' of http://github.com/nojhan/colout into defcmap
2014-12-19 11:14:36 +01:00
7bf87889ee
Merge branch 'master' of http://github.com/nojhan/colout
2014-12-19 11:14:18 +01:00
0976644a38
Merge pull request #64 from blastrock/defcmap
...
More fixes for cmake coloration
2014-12-19 11:14:06 +01:00
71f86a7604
Merge pull request #68 from Necior/master
...
Fix typos
2014-12-19 11:10:13 +01:00
24e95206b7
Merge pull request #74 from DainDwarf/patch-1
...
Update README.md
2014-12-19 11:09:27 +01:00
a39bc4022b
add gdb hooks: run and line, better continue
2014-12-19 11:07:15 +01:00
DainDwarf
f80d3e7642
Update README.md
...
The text "COLOR" does not appear on github -> I propose using *COLOR* instead of <COLOR>
2014-11-21 14:32:47 +01:00
b193ce4885
An example config for coloring GDB sessions
...
Use a config hack to plug colout on GDB output.
2014-10-16 20:07:41 +02:00
67f7920520
better valgrind theme
2014-10-16 19:04:59 +02:00
963d6addf1
bugfix lexers
2014-10-16 19:04:50 +02:00
d47272663d
enhunce the valgrind theme
...
less red sections
highlight null adresses
2014-10-08 11:13:08 +02:00
f7ae2118e7
bugfix printing ressources
...
Use the context
2014-10-08 11:10:35 +02:00
9223717213
more thoughts about arithmetics in the readme
2014-09-28 23:02:44 +02:00
63ad030360
Merge branch 'master' into defcmap
2014-09-16 10:38:22 +02:00
ddaab0b1db
add a valgrind theme
2014-09-16 10:28:47 +02:00
Adrian Sadłocha
5c62631859
Fix typos
...
Changes occurrences of 'Ouput' to 'Output'
2014-06-28 13:51:49 +02:00
4cdf3e609d
bugfix: debug variable corret declaration
2014-06-21 11:30:32 +02:00
9fd0df9963
Separated Ninja theme with correct handling of scale
...
Add a flag for user defined colormaps in the context.
Do not overload the colormap if the user changed it.
Inherit the Ninja theme from the cmake one.
Explanations about themes in the README.
2014-05-02 19:30:26 +02:00
200f1cd1f3
bugfix: test lexers in context
2014-05-02 19:08:57 +02:00
Philippe Daouadi
d437e46364
Make cmake colouring work with fractions
2014-04-28 19:36:41 +02:00
Philippe Daouadi
1f9125af88
bugfix: crash when using fractions
2014-04-25 21:42:08 +02:00
Philippe Daouadi
d0ef6abdc6
bugfix: start scale at right color
2014-04-25 21:40:11 +02:00
39674665d8
bugfix: use the full scale range
...
Was using scale[1:] colors instead of scale[:]
2014-04-25 14:38:33 +02:00
56f9f0d7e6
bugfix: random in 8-colors mode with user-defined default colormap
2014-04-25 14:28:15 +02:00
9d4fde40ba
Special random color set can be changed as a colormap
...
Add random among the colormaps, if this colormap is changed, it will pick random colors in it.
2014-04-25 14:02:36 +02:00
e499f40f7d
Bring global context variables to the themes.
...
Encapsulate global variables in the `context` dictionary.
Pass the context through the called themes, that can thus change the configuration.
2014-04-25 13:50:51 +02:00
d3efe7e851
Make default colormaps work.
...
Overwrite default colormaps only if asked.
Correctly interpret integers in mode().
Test registered colormaps after specials.
Silently ignore duplicated external palettes.
Add a set_special_colormaps function.
Do not sue ANSI_min/max as limits for the whole ANSI range.
Move global variables at the top of the file.
2014-04-25 10:56:17 +02:00