Introduction
Introduction Statistics Contact Development Disclaimer Help
mono.h - sfeed_curses - sfeed curses UI (now part of sfeed, development is in s…
git clone git://git.codemadness.org/sfeed_curses
Log
Files
Refs
README
LICENSE
---
mono.h (1013B)
---
1 /* default mono theme */
2 #define THEME_ITEM_NORMAL() do { } …
3 #define THEME_ITEM_FOCUS() do { } …
4 #define THEME_ITEM_BOLD() do { attrmode(ATTR_BOLD_ON); } …
5 #define THEME_ITEM_SELECTED() do { if (p->focused) attrmode(ATTR…
6 #define THEME_SCROLLBAR_FOCUS() do { } …
7 #define THEME_SCROLLBAR_NORMAL() do { attrmode(ATTR_FAINT_ON); } …
8 #define THEME_SCROLLBAR_TICK_FOCUS() do { attrmode(ATTR_REVERSE_ON); } …
9 #define THEME_SCROLLBAR_TICK_NORMAL() do { attrmode(ATTR_REVERSE_ON); } …
10 #define THEME_LINEBAR() do { attrmode(ATTR_FAINT_ON); } …
11 #define THEME_STATUSBAR() do { attrmode(ATTR_REVERSE_ON); } …
12 #define THEME_INPUT_LABEL() do { attrmode(ATTR_REVERSE_ON); } …
13 #define THEME_INPUT_NORMAL() do { } …
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.