/contrib/dialog/samples/slackware.rc

https://bitbucket.org/freebsd/freebsd-head/ · Windows Resource-Definition Script · 131 lines · 91 code · 40 blank · 0 comment · 0 complexity · decfa2aa7932c969cea441d5ee10a437 MD5 · raw file

  1. # $Id: slackware.rc,v 1.7 2011/01/17 00:14:41 tom Exp $
  2. # vile:confmode
  3. # Run-time configuration file for dialog, matches Slackware 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 = OFF
  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 = (WHITE,BLUE,OFF)
  25. # Shadow color
  26. shadow_color = (WHITE,BLACK,OFF)
  27. # Dialog box color
  28. dialog_color = (BLACK,CYAN,OFF)
  29. # Dialog box title color
  30. title_color = (YELLOW,CYAN,ON)
  31. # Dialog box border color
  32. border_color = (CYAN,CYAN,ON)
  33. # Active button color
  34. button_active_color = (WHITE,BLUE,ON)
  35. # Inactive button color
  36. button_inactive_color = (BLACK,CYAN,OFF)
  37. # Active button key color
  38. button_key_active_color = (WHITE,BLUE,ON)
  39. # Inactive button key color
  40. button_key_inactive_color = (RED,CYAN,OFF)
  41. # Active button label color
  42. button_label_active_color = (WHITE,BLUE,ON)
  43. # Inactive button label color
  44. button_label_inactive_color = (BLACK,CYAN,ON)
  45. # Input box color
  46. inputbox_color = (BLUE,WHITE,OFF)
  47. # Input box border color
  48. inputbox_border_color = (CYAN,CYAN,ON)
  49. # Search box color
  50. searchbox_color = (YELLOW,WHITE,ON)
  51. # Search box title color
  52. # FIXME
  53. searchbox_title_color = (WHITE,WHITE,ON)
  54. # Search box border color
  55. searchbox_border_color = (RED,WHITE,OFF)
  56. # File position indicator color
  57. position_indicator_color = (RED,CYAN,OFF)
  58. # Menu box color
  59. menubox_color = (BLACK,CYAN,OFF)
  60. # Menu box border color
  61. menubox_border_color = (CYAN,CYAN,ON)
  62. # Item color
  63. item_color = (BLACK,CYAN,OFF)
  64. # Selected item color
  65. item_selected_color = (WHITE,BLUE,OFF)
  66. # Tag color
  67. tag_color = (YELLOW,CYAN,ON)
  68. # Selected tag color
  69. tag_selected_color = (WHITE,BLUE,OFF)
  70. # Tag key color
  71. tag_key_color = (RED,CYAN,OFF)
  72. # Selected tag key color
  73. tag_key_selected_color = (RED,BLUE,ON)
  74. # Check box color
  75. check_color = (BLACK,CYAN,OFF)
  76. # Selected check box color
  77. check_selected_color = (WHITE,CYAN,ON)
  78. # Up arrow color
  79. uarrow_color = (GREEN,CYAN,ON)
  80. # Down arrow color
  81. darrow_color = (GREEN,CYAN,ON)
  82. # Item help-text color
  83. itemhelp_color = (WHITE,BLACK,OFF)
  84. # Active form text color
  85. form_active_text_color = (BLUE,WHITE,OFF)
  86. # Form text color
  87. form_text_color = (CYAN,BLUE,ON)
  88. # Readonly form item color
  89. form_item_readonly_color = (CYAN,WHITE,ON)
  90. # Dialog box gauge color
  91. gauge_color = (BLUE,WHITE,ON)