Add color defaults. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit e6f50b4e753b7186351eeec6fe04c21817001778
(DIR) parent d74b869b89dac075e6311e4ccceb72cd772f6e32
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Mon, 15 Aug 2016 00:25:36 -0500
Add color defaults.
Diffstat:
config.h.def | 14 ++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/config.h.def b/config.h.def
@@ -21,4 +21,18 @@
* This should be chosen to avoid conflict with the compose key. */
#define COMMANDMASK ControlMask
+/* Set the default colors. */
+#define DEFAULT_FOREGROUND "black"
+#define DEFAULT_BACKGROUND "white"
+#define DEFAULT_BORDER "black"
+
+/* You can specify multiple background colors, and sam will cycle through
+ * them. This makes differentiating between multiple documents easier.
+ * Others might consider this an abomination. This support is always
+ * available (see ENVIRONMENT in sam(1)), but you can enable a more
+ * color default by uncommenting the line below.
+ *
+#define ANGRY_FRUIT_SALAD
+ */
+
#endif