NoPaste

dialogrc

von heinz

SNIPPET_TEXT:
  1. #
  2. # Run-time configuration file for dialog
  3. #
  4. # Automatically generated by "dialog --create-rc <file>"
  5. # Angepasst von heinz
  6. #
  7. # Types of values:
  8. #
  9. # Number     -  <number>
  10. # String     -  "string"
  11. # Boolean    -  <ON|OFF>
  12. # Attribute  -  (foreground,background,highlight?)
  13.  
  14. # Set aspect-ration.
  15. aspect = 0
  16.  
  17. # Set separator (for multiple widgets output).
  18. separate_widget = ""
  19.  
  20. # Set tab-length (for textbox tab-conversion).
  21. tab_len = 0
  22.  
  23. # Make tab-traversal for checklist, etc., include the list.
  24. visit_items = OFF
  25.  
  26. # Shadow dialog boxes? This also turns on color.
  27. use_shadow = OFF
  28.  
  29. # Turn color support ON or OFF
  30. use_colors = ON
  31.  
  32. # Screen color
  33. screen_color = (CYAN,BLACK,ON)
  34.  
  35. # Shadow color
  36. shadow_color = (BLACK,BLACK,ON)
  37.  
  38. # Dialog box color
  39. dialog_color = (CYAN,BLACK,ON)
  40.  
  41. # Dialog box title color
  42. title_color = (BLUE,BLACK,ON)
  43.  
  44. # Dialog box border color
  45. border_color = (CYAN,BLACK,ON)
  46.  
  47. # Active button color
  48. button_active_color = (WHITE,BLACK,ON)
  49.  
  50. # Inactive button color
  51. button_inactive_color = dialog_color
  52.  
  53. # Active button key color
  54. button_key_active_color = (RED,BLACK,ON)
  55.  
  56. # Inactive button key color
  57. button_key_inactive_color = (RED,BLACK,OFF)
  58.  
  59. # Active button label color
  60. button_label_active_color = (WHITE,BLACK,ON)
  61.  
  62. # Inactive button label color
  63. button_label_inactive_color = (WHITE,BLACK,ON)
  64.  
  65. # Input box color
  66. inputbox_color = dialog_color
  67.  
  68. # Input box border color
  69. inputbox_border_color = dialog_color
  70.  
  71. # Search box color
  72. searchbox_color = dialog_color
  73.  
  74. # Search box title color
  75. searchbox_title_color = title_color
  76.  
  77. # Search box border color
  78. searchbox_border_color = border_color
  79.  
  80. # File position indicator color
  81. position_indicator_color = (CYAN,BLACK,OFF)
  82.  
  83. # Menu box color
  84. menubox_color = dialog_color
  85.  
  86. # Menu box border color
  87. menubox_border_color = border_color
  88.  
  89. # Item color
  90. item_color = (WHITE,BLACK,OFF)
  91.  
  92. # Selected item color
  93. item_selected_color = button_active_color
  94.  
  95. # Tag color
  96. tag_color = (YELLOW,BLACK,OFF)
  97.  
  98. # Selected tag color
  99. tag_selected_color = (YELLOW,BLACK,ON)
  100.  
  101. # Tag key color
  102. tag_key_color = button_key_inactive_color
  103.  
  104. # Selected tag key color
  105. tag_key_selected_color = (RED,BLUE,ON)
  106.  
  107. # Check box color
  108. check_color = dialog_color
  109.  
  110. # Selected check box color
  111. check_selected_color = button_active_color
  112.  
  113. # Up arrow color
  114. uarrow_color = (MAGENTA,BLACK,ON)
  115.  
  116. # Down arrow color
  117. darrow_color = uarrow_color
  118.  
  119. # Item help-text color
  120. itemhelp_color = (WHITE,BLACK,OFF)
  121.  
  122. # Active form text color
  123. form_active_text_color = button_active_color
  124.  
  125. # Form text color
  126. form_text_color = (WHITE,BLUE,ON)
  127.  
  128. # Readonly form item color
  129. form_item_readonly_color = (CYAN,WHITE,ON)
  130.  
  131. # Dialog box gauge color
  132. gauge_color = title_color
  133.  
  134. # Dialog box border2 color
  135. border2_color = dialog_color
  136.  
  137. # Input box border2 color
  138. inputbox_border2_color = dialog_color
  139.  
  140. # Search box border2 color
  141. searchbox_border2_color = dialog_color
  142.  
  143. # Menu box border2 color
  144. menubox_border2_color = dialog_color
  145.  

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN