index.md (971B)
1 selectioncolors 2 =============== 3 4 Description 5 ----------- 6 This patch adds the two color-settings *selectionfg* and *selectionbg* to 7 config.def.h. Those define the fore- and background colors which are used when 8 text on the screen is selected with the mouse. This removes the default 9 behaviour which would simply reverse the colors. 10 11 Additionally, a third setting *ingnoreselfg* exists. If true then the setting 12 *selectionfg* is ignored and the original foreground-colors of each cell are 13 not changed during selection. Basically only the background-color would change. 14 This might be more visually appealing to some folks. 15 16 Download 17 -------- 18 * [st-selectioncolors-0.8.4.diff](st-selectioncolors-0.8.4.diff) 19 * [st-selectioncolors-0.8.2.diff](st-selectioncolors-0.8.2.diff) 20 21 Authors 22 ------- 23 * Ashish Kumar Yadav - <ashishkumar.yadav@students.iiserpune.ac.in> (0.8.4, 24 don't disable color reversing for external programs) 25 * Aleksandrs Stier - <aleks.stier@icloud.com> (0.8.2)