dialogrc 2.8 KB

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