index.md (991B)
1 color\_schemes 2 ============== 3 4 Description 5 ----------- 6 This patch allows you to work with 16 color palettes and change them on the 7 fly. 8 9 Instructions 10 ------------ 11 The patch changes the “config.def.h”. 12 Delete your “config.h” or change it manually if you use a custom one. 13 14 Notes 15 ----- 16 It uses the following shortcuts : 17 18 Shortcut shortcuts[] = { 19 ... 20 { TERMMOD, XK_F1, setpalette, {.i = 0} }, 21 { TERMMOD, XK_F2, setpalette, {.i = 1} }, 22 { TERMMOD, XK_F3, setpalette, {.i = 2} }, 23 { TERMMOD, XK_F4, setpalette, {.i = 3} }, 24 { TERMMOD, XK_F5, setpalette, {.i = 4} }, 25 { TERMMOD, XK_F6, setpalette, {.i = 5} }, 26 { TERMMOD, XK_F7, setpalette, {.i = 6} }, 27 { TERMMOD, XK_F8, setpalette, {.i = 7} }, 28 { TERMMOD, XK_F9, setpalette, {.i = 8} }, 29 }; 30 31 Download 32 -------- 33 * [st-color\_schemes-0.8.1.diff](st-color_schemes-0.8.1.diff) 34 * [st-color\_schemes-20220615-baa9357.diff](st-color_schemes-20220615-baa9357.diff) 35 36 37 Authors 38 ------- 39 * Tonton Couillon - <la dot luge at free dot fr>