Advertisement
zezaocapoeira

~/.dialogrc

Sep 10th, 2014
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. #
  2. # Automatically generated by "dialog --create-rc <file>"
  3. #
  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 = OFF
  21. # Turn color support ON or OFF
  22. use_colors = ON
  23. # Screen color
  24. screen_color = (default,default,off)
  25. # Shadow color
  26. shadow_color = screen_color
  27. # Dialog box color
  28. dialog_color = screen_color
  29. # Dialog box title color
  30. title_color = screen_color
  31. # Dialog box border color
  32. border_color = (black,default,on)
  33. # Active button color
  34. button_active_color = (green,default,on)
  35. # Inactive button color
  36. button_inactive_color = dialog_color
  37. # Active button key color
  38. button_key_active_color = button_active_color
  39. # Inactive button key color
  40. button_key_inactive_color = screen_color
  41. # Active button label color
  42. button_label_active_color = (green,default,on)
  43. # Inactive button label color
  44. button_label_inactive_color = screen_color
  45. # Input box color
  46. inputbox_color = dialog_color
  47. # Input box border color
  48. inputbox_border_color = border_color
  49. # Search box color
  50. searchbox_color = dialog_color
  51. # Search box title color
  52. searchbox_title_color = title_color
  53. # Search box border color
  54. searchbox_border_color = border_color
  55. # File position indicator color
  56. position_indicator_color = title_color
  57. # Menu box color
  58. menubox_color = dialog_color
  59. # Menu box border color
  60. menubox_border_color = border_color
  61. # Item color
  62. item_color = dialog_color
  63. # Selected item color
  64. item_selected_color = (white,green,on)
  65. # Tag color
  66. tag_color = title_color
  67. # Selected tag color
  68. tag_selected_color = button_label_active_color
  69. # Tag key color
  70. tag_key_color = button_key_inactive_color
  71. # Selected tag key color
  72. tag_key_selected_color = screen_color
  73. # Check box color
  74. check_color = dialog_color
  75. # Selected check box color
  76. check_selected_color = item_selected_color
  77. # Up arrow color
  78. uarrow_color = screen_color
  79. # Down arrow color
  80. darrow_color = uarrow_color
  81. # Item help-text color
  82. itemhelp_color = screen_color
  83. # Active form text color
  84. form_active_text_color = item_selected_color
  85. # Form text color
  86. form_text_color = (black,green,off)
  87. # Readonly form item color
  88. form_item_readonly_color = screen_color
  89. # Dialog box gauge color
  90. gauge_color = title_color
  91. # Dialog box border2 color
  92. border2_color = border_color
  93. # Input box border2 color
  94. inputbox_border2_color = border_color
  95. # Search box border2 color
  96. searchbox_border2_color = border_color
  97. # Menu box border2 color
  98. menubox_border2_color = border_color
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement