summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-04 02:56:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-04 02:56:02 +0000
commitbee0dc42f7930b2f1fa1f5a30b767cd7b797a8f4 (patch)
tree49271c3ff2d8f2554449aeca8d8b8a07bfc6a6f1 /NxWidgets/nxwm
parentb7720c873e9ae223e271dc6f03b45d97740464b8 (diff)
downloadpx4-nuttx-bee0dc42f7930b2f1fa1f5a30b767cd7b797a8f4.tar.gz
px4-nuttx-bee0dc42f7930b2f1fa1f5a30b767cd7b797a8f4.tar.bz2
px4-nuttx-bee0dc42f7930b2f1fa1f5a30b767cd7b797a8f4.zip
Update NxWM colors; remove NxWidgets shelving
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4698 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/nxwm')
-rw-r--r--NxWidgets/nxwm/include/nxwmconfig.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/NxWidgets/nxwm/include/nxwmconfig.hxx b/NxWidgets/nxwm/include/nxwmconfig.hxx
index 8ac45fc72..9387e2713 100644
--- a/NxWidgets/nxwm/include/nxwmconfig.hxx
+++ b/NxWidgets/nxwm/include/nxwmconfig.hxx
@@ -138,7 +138,7 @@
#endif
#ifndef CONFIG_NXWM_DEFAULT_SHADOWEDGECOLOR
-# define CONFIG_NXWM_DEFAULT_SHADOWEDGECOLOR MKRGB(0,0,0)
+# define CONFIG_NXWM_DEFAULT_SHADOWEDGECOLOR MKRGB(35,58,73)
#endif
/**
@@ -291,11 +291,11 @@
#endif
#ifndef CONFIG_NXWM_NXCONSOLE_WCOLOR
-# define CONFIG_NXWM_NXCONSOLE_WCOLOR MKRGB(192,192,192)
+# define CONFIG_NXWM_NXCONSOLE_WCOLOR CONFIG_NXWM_DEFAULT_BACKGROUNDCOLOR
#endif
#ifndef CONFIG_NXWM_NXCONSOLE_FONTCOLOR
-# define CONFIG_NXWM_NXCONSOLE_FONTCOLOR MKRGB(0,0,0)
+# define CONFIG_NXWM_NXCONSOLE_FONTCOLOR CONFIG_NXWM_DEFAULT_FONTCOLOR
#endif
#ifndef CONFIG_NXWM_NXCONSOLE_FONTID