From patchwork Mon Dec 5 22:54:56 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Van Hoof X-Patchwork-Id: 129462 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id ADC191007D5 for ; Tue, 6 Dec 2011 09:55:18 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RXhRN-0001Zr-Gu for incoming@patchwork.ozlabs.org; Mon, 05 Dec 2011 22:55:17 +0000 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1RXhRJ-0001Ym-Sa for fwts-devel@lists.ubuntu.com; Mon, 05 Dec 2011 22:55:14 +0000 X-Authority-Analysis: v=2.0 cv=Vf11zSV9 c=1 sm=0 a=jrUOvm/RFT1SBfzjC7VLzg==:17 a=Ld_KfqQpQmQA:10 a=1XB9yynOT10A:10 a=sQmrqg5VEh1nzd0LDbEA:9 a=yYBJRSaOoaE76BTIhgcA:7 a=Q4mKI1YP8ucdZLRp:21 a=5JGpgPracYXm3wPR:21 a=jrUOvm/RFT1SBfzjC7VLzg==:117 X-Cloudmark-Score: 0 X-Originating-IP: 174.109.107.185 Received: from [174.109.107.185] ([174.109.107.185:41909] helo=haddonfield.itb.ouwish.com) by cdptpa-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id AF/0A-23309-FCB4DDE4; Mon, 05 Dec 2011 22:55:11 +0000 Received: from haddonfield.itb.ouwish.com (localhost [127.0.0.1]) by haddonfield.itb.ouwish.com (8.14.4/8.14.4/Debian-2ubuntu2) with ESMTP id pB5MsxEA025454 for ; Mon, 5 Dec 2011 17:54:59 -0500 Received: (from vanhoof@localhost) by haddonfield.itb.ouwish.com (8.14.4/8.14.4/Submit) id pB5MsxPM025453 for fwts-devel@lists.ubuntu.com; Mon, 5 Dec 2011 17:54:59 -0500 From: Chris Van Hoof To: fwts-devel@lists.ubuntu.com Subject: [PATCH 2/5] Adding a defeault dialogrc configuration file to select the Ubuntu color palatte when fwts-frontend-text is ran Date: Mon, 5 Dec 2011 17:54:56 -0500 Message-Id: <1323125699-25351-3-git-send-email-vanhoof@canonical.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1323125699-25351-1-git-send-email-vanhoof@canonical.com> References: <1323125699-25351-1-git-send-email-vanhoof@canonical.com> X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: fwts-devel-bounces@lists.ubuntu.com Errors-To: fwts-devel-bounces@lists.ubuntu.com --- live-image/fwts-live-dialogrc | 129 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 129 insertions(+), 0 deletions(-) create mode 100644 live-image/fwts-live-dialogrc diff --git a/live-image/fwts-live-dialogrc b/live-image/fwts-live-dialogrc new file mode 100644 index 0000000..4d32298 --- /dev/null +++ b/live-image/fwts-live-dialogrc @@ -0,0 +1,129 @@ +# +# Run-time configuration file for dialog +# +# Automatically generated by "dialog --create-rc " +# +# +# Types of values: +# +# Number - +# String - "string" +# Boolean - +# Attribute - (foreground,background,highlight?) + +# Set aspect-ration. +aspect = 0 + +# Set separator (for multiple widgets output). +separate_widget = "" + +# Set tab-length (for textbox tab-conversion). +tab_len = 0 + +# Make tab-traversal for checklist, etc., include the list. +visit_items = OFF + +# Shadow dialog boxes? This also turns on color. +use_shadow = ON + +# Turn color support ON or OFF +use_colors = ON + +# Screen color +screen_color = (WHITE,MAGENTA,ON) + +# Shadow color +shadow_color = (BLACK,BLACK,ON) + +# Dialog box color +dialog_color = (BLACK,WHITE,OFF) + +# Dialog box title color +title_color = (RED,WHITE,ON) + +# Dialog box border color +border_color = (WHITE,WHITE,ON) + +# Active button color +button_active_color = (WHITE,RED,ON) + +# Inactive button color +button_inactive_color = (BLACK,WHITE,OFF) + +# Active button key color +button_key_active_color = (WHITE,RED,ON) + +# Inactive button key color +button_key_inactive_color = (RED,WHITE,OFF) + +# Active button label color +button_label_active_color = (YELLOW,RED,ON) + +# Inactive button label color +button_label_inactive_color = (BLACK,WHITE,ON) + +# Input box color +inputbox_color = (BLACK,WHITE,OFF) + +# Input box border color +inputbox_border_color = (BLACK,WHITE,OFF) + +# Search box color +searchbox_color = (BLACK,WHITE,OFF) + +# Search box title color +searchbox_title_color = (RED,WHITE,ON) + +# Search box border color +searchbox_border_color = (WHITE,WHITE,ON) + +# File position indicator color +position_indicator_color = (RED,WHITE,ON) + +# Menu box color +menubox_color = (BLACK,WHITE,OFF) + +# Menu box border color +menubox_border_color = (WHITE,WHITE,ON) + +# Item color +item_color = (BLACK,WHITE,OFF) + +# Selected item color +item_selected_color = (WHITE,RED,ON) + +# Tag color +tag_color = (RED,WHITE,ON) + +# Selected tag color +tag_selected_color = (YELLOW,RED,ON) + +# Tag key color +tag_key_color = (RED,WHITE,OFF) + +# Selected tag key color +tag_key_selected_color = (WHITE,RED,ON) + +# Check box color +check_color = (BLACK,WHITE,OFF) + +# Selected check box color +check_selected_color = (WHITE,RED,ON) + +# Up arrow color +uarrow_color = (GREEN,WHITE,ON) + +# Down arrow color +darrow_color = (GREEN,WHITE,ON) + +# Item help-text color +itemhelp_color = (WHITE,BLACK,OFF) + +# Active form text color +form_active_text_color = (WHITE,RED,ON) + +# Form text color +form_text_color = (WHITE,CYAN,ON) + +# Readonly form item color +form_item_readonly_color = (CYAN,WHITE,ON)