aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/palettes.py
Commit message (Collapse)AuthorAgeFilesLines
* Adjust header key color in solarized palettesAldo Cortesi2015-04-161-2/+2
|
* console: tune palettes a bitAldo Cortesi2015-04-071-6/+14
|
* console: All palettes now explicitly set a background colourAldo Cortesi2015-04-071-13/+37
| | | | | There's a new option --palette-transparent to turn this off if you want to use your own terminal background.
* console: palette picker for the options screenAldo Cortesi2015-04-071-0/+1
|
* Add headings to options, start migrating more options into options screenAldo Cortesi2015-04-061-1/+1
| | | | SetHeaders first...
* console: tune and re-enable palettesAldo Cortesi2015-04-031-20/+26
|
* console: keyboard shortcuts for optionsAldo Cortesi2015-04-031-1/+4
|
* console: basic options pageAldo Cortesi2015-04-031-5/+24
|
* Nicer Solarized palettes, using the correct terminal valuesAldo Cortesi2015-03-191-66/+69
|
* Reinstate solarized_dark and solarized_light palettes.Aldo Cortesi2015-03-191-93/+93
|
* Less painful light heading bar paletteAldo Cortesi2015-03-191-2/+7
| | | | lowlight remains painful due to background color restrictions.
* Revamp palette specificationAldo Cortesi2015-03-191-189/+250
| | | | | | | - Split low-color and high-color specifications in palettes. - Split off light, dark, lowlight and lowdark palettes. Lowlight and lowdark will be the low-color base for most subsequent palettes. - Add a small script that makes test pattern requests to pathod.
* Remove GPL notices left in source files after our change to the MIT license.Aldo Cortesi2013-08-011-15/+0
| | | | Thanks to Roy Shamir for reporting this.
* Improve palette colors for headingsAlexis Hildebrandt2012-07-011-4/+4
|
* Add --palette option to select color paletteAlexis Hildebrandt2012-07-011-8/+11
|
* Update title palette colors for light backgroundsAlexis Hildebrandt2012-06-291-2/+2
|
* Add palettes for Solarized terminal color profilesAlexis Hildebrandt2012-06-291-0/+95
|
* Add light palette for light backgroundsAlexis Hildebrandt2012-06-291-0/+50
|
* Replace double quotes with single quotesAlexis Hildebrandt2012-06-291-6/+6
|
* Nicer coloring for HTTP response codes.Aldo Cortesi2012-04-021-1/+8
| | | | | | | | 20x: green 30x: blue 40x: orange 50x: light red other (non-standard or uncommon): dark red
* Add error indications to GridEditor.Aldo Cortesi2012-03-231-0/+2
|
* KVEditor -> GridEditorAldo Cortesi2012-03-181-1/+1
|
* License notifications, minor docs.Aldo Cortesi2012-02-231-0/+15
|
* Consolidate palettes somewhat.Aldo Cortesi2012-02-181-10/+6
|
* Jazz up flow displayAldo Cortesi2012-02-181-0/+39
- Indicate interception by coloring text, rather than adding an exclamation mark. - Use unicode symbol to indicate replay and for the response indicator arrow.