diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-11 04:03:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-11 04:03:01 +0000 |
commit | e92e3ff03101e3a303e8e526c654294631d78e27 (patch) | |
tree | 1fa3d7da074372c63da4cf7aeb27322b75d081df /scripts/config | |
parent | f82e310cd2d586a86fe591c59fb3405cd2b7a0b1 (diff) | |
download | upstream-e92e3ff03101e3a303e8e526c654294631d78e27.tar.gz upstream-e92e3ff03101e3a303e8e526c654294631d78e27.tar.bz2 upstream-e92e3ff03101e3a303e8e526c654294631d78e27.zip |
color change to make menuconfig easier to read (patch from #1730)
SVN-Revision: 7909
Diffstat (limited to 'scripts/config')
-rw-r--r-- | scripts/config/lxdialog/colors.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/config/lxdialog/colors.h b/scripts/config/lxdialog/colors.h index db071df12b..b58c8ed418 100644 --- a/scripts/config/lxdialog/colors.h +++ b/scripts/config/lxdialog/colors.h @@ -37,7 +37,7 @@ #define DIALOG_BG COLOR_WHITE #define DIALOG_HL FALSE -#define TITLE_FG COLOR_YELLOW +#define TITLE_FG COLOR_BLUE #define TITLE_BG COLOR_WHITE #define TITLE_HL TRUE @@ -81,7 +81,7 @@ #define SEARCHBOX_BG COLOR_WHITE #define SEARCHBOX_HL FALSE -#define SEARCHBOX_TITLE_FG COLOR_YELLOW +#define SEARCHBOX_TITLE_FG COLOR_BLUE #define SEARCHBOX_TITLE_BG COLOR_WHITE #define SEARCHBOX_TITLE_HL TRUE @@ -89,7 +89,7 @@ #define SEARCHBOX_BORDER_BG COLOR_WHITE #define SEARCHBOX_BORDER_HL TRUE -#define POSITION_INDICATOR_FG COLOR_YELLOW +#define POSITION_INDICATOR_FG COLOR_BLUE #define POSITION_INDICATOR_BG COLOR_WHITE #define POSITION_INDICATOR_HL TRUE @@ -109,7 +109,7 @@ #define ITEM_SELECTED_BG COLOR_BLUE #define ITEM_SELECTED_HL TRUE -#define TAG_FG COLOR_YELLOW +#define TAG_FG COLOR_BLUE #define TAG_BG COLOR_WHITE #define TAG_HL TRUE @@ -117,7 +117,7 @@ #define TAG_SELECTED_BG COLOR_BLUE #define TAG_SELECTED_HL TRUE -#define TAG_KEY_FG COLOR_YELLOW +#define TAG_KEY_FG COLOR_BLUE #define TAG_KEY_BG COLOR_WHITE #define TAG_KEY_HL TRUE |