/contrib/dialog/samples/whiptail.rc

https://bitbucket.org/freebsd/freebsd-head/ · Windows Resource-Definition Script · 130 lines · 90 code · 40 blank · 0 comment · 0 complexity · 8a9bbd486b91c7a9cebe6683196225e6 MD5 · raw file

  1. # $Id: whiptail.rc,v 1.3 2011/01/17 00:15:54 tom Exp $
  2. # vile:confmode
  3. # Run-time configuration file for dialog, matches whiptail's color scheme.
  4. #
  5. # Types of values:
  6. #
  7. # Number - <number>
  8. # String - "string"
  9. # Boolean - <ON|OFF>
  10. # Attribute - (foreground,background,highlight?)
  11. # Set aspect-ration.
  12. aspect = 0
  13. # Set separator (for multiple widgets output).
  14. separate_widget = ""
  15. # Set tab-length (for textbox tab-conversion).
  16. tab_len = 0
  17. # Make tab-traversal for checklist, etc., include the list.
  18. visit_items = ON
  19. # Shadow dialog boxes? This also turns on color.
  20. use_shadow = ON
  21. # Turn color support ON or OFF
  22. use_colors = ON
  23. # Screen color
  24. screen_color = (YELLOW,BLUE,ON)
  25. # Shadow color
  26. shadow_color = (BLACK,BLACK,ON)
  27. # Dialog box color
  28. dialog_color = (BLACK,WHITE,OFF)
  29. # Dialog box title color
  30. title_color = (RED,WHITE,ON)
  31. # Dialog box border color
  32. border_color = (WHITE,WHITE,ON)
  33. # Active button color
  34. button_active_color = (WHITE,RED,ON)
  35. # Inactive button color
  36. button_inactive_color = (BLACK,WHITE,OFF)
  37. # Active button key color
  38. button_key_active_color = (WHITE,RED,ON)
  39. # Inactive button key color
  40. button_key_inactive_color = (BLACK,WHITE,OFF)
  41. # Active button label color
  42. button_label_active_color = (WHITE,RED,ON)
  43. # Inactive button label color
  44. button_label_inactive_color = (BLACK,WHITE,ON)
  45. # Input box color
  46. inputbox_color = (BLACK,WHITE,OFF)
  47. # Input box border color
  48. inputbox_border_color = (BLACK,WHITE,OFF)
  49. # Search box color
  50. searchbox_color = (BLACK,WHITE,OFF)
  51. # Search box title color
  52. searchbox_title_color = (RED,WHITE,ON)
  53. # Search box border color
  54. searchbox_border_color = (WHITE,WHITE,ON)
  55. # File position indicator color
  56. position_indicator_color = (RED,WHITE,ON)
  57. # Menu box color
  58. menubox_color = (YELLOW,BLUE,OFF)
  59. # Menu box border color
  60. menubox_border_color = (YELLOW,BLUE,ON)
  61. # Item color
  62. item_color = (YELLOW,BLUE,OFF)
  63. # Selected item color
  64. item_selected_color = (YELLOW,BLUE,ON)
  65. # Tag color
  66. tag_color = (YELLOW,BLUE,ON)
  67. # Selected tag color
  68. tag_selected_color = (YELLOW,BLUE,ON)
  69. # Tag key color
  70. tag_key_color = (YELLOW,BLUE,OFF)
  71. # Selected tag key color
  72. tag_key_selected_color = (WHITE,BLUE,ON)
  73. # Check box color
  74. check_color = (YELLOW,BLUE,OFF)
  75. # Selected check box color
  76. check_selected_color = (YELLOW,BLUE,ON)
  77. # Up arrow color
  78. uarrow_color = (YELLOW,BLUE,ON)
  79. # Down arrow color
  80. darrow_color = (YELLOW,BLUE,ON)
  81. # Item help-text color
  82. itemhelp_color = (WHITE,BLACK,OFF)
  83. # Active form text color
  84. form_active_text_color = (WHITE,BLUE,ON)
  85. # Form text color
  86. form_text_color = (WHITE,CYAN,ON)
  87. # Readonly form item color
  88. form_item_readonly_color = (CYAN,WHITE,ON)
  89. # Dialog box gauge color
  90. gauge_color = (BLUE,WHITE,ON)