SMOLNET PORTAL home about changes
newsboat.h - sfeed_curses - sfeed curses UI (now part of sfeed, development is in sfeed)
(URL) git clone git://git.codemadness.org/sfeed_curses (git://git.codemadness.org)
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
newsboat.h (1083B)
---
1 /* newsboat-like (blue, yellow) */
2 #define THEME_ITEM_NORMAL() do { } while(0)
3 #define THEME_ITEM_FOCUS() do { } while(0)
4 #define THEME_ITEM_BOLD() do { attrmode(ATTR_BOLD_ON); } while(0)
5 #define THEME_ITEM_SELECTED() do { if (p->focused) ttywrite("\x1b[93;44m"); } while(0) /* bright yellow fg, blue bg */
6 #define THEME_SCROLLBAR_FOCUS() do { ttywrite("\x1b[34m"); } while(0) /* blue fg */
7 #define THEME_SCROLLBAR_NORMAL() do { ttywrite("\x1b[34m"); } while(0)
8 #define THEME_SCROLLBAR_TICK_FOCUS() do { ttywrite("\x1b[44m"); } while(0) /* blue bg */
9 #define THEME_SCROLLBAR_TICK_NORMAL() do { ttywrite("\x1b[44m"); } while(0)
10 #define THEME_LINEBAR() do { ttywrite("\x1b[34m"); } while(0)
11 #define THEME_STATUSBAR() do { attrmode(ATTR_BOLD_ON); ttywrite("\x1b[93;44m"); } while(0)
12 #define THEME_INPUT_LABEL() do { } while(0)
13 #define THEME_INPUT_NORMAL() do { } while(0)
Response: application/gopher-menu
Original URLgopher://codemadness.org/1/git/sfeed_curses/file/themes/n...
Content-Typeapplication/gopher-menu; charset=utf-8