Advertisement
unixwz0r

tuxhat (cdm colour scheme)

Jan 19th, 2015
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. # Tux Hat Linux Colour scheme for cdm
  2. # This file goes in /opt/cdm/themes/
  3. # Types of values:
  4. #
  5. # Number - <number>
  6. # String - "string"
  7. # Boolean - <ON|OFF>
  8. # Attribute - (foreground,background,highlight?)
  9.  
  10. # Set aspect-ration.
  11. aspect = 0
  12.  
  13. # Set separator (for multiple widgets output).
  14. separate_widget = ""
  15.  
  16. # Set tab-length (for textbox tab-conversion).
  17. tab_len = 0
  18.  
  19. # Make tab-traversal for checklist, etc., include the list.
  20. visit_items = OFF
  21.  
  22. # Shadow dialog boxes? This also turns on color.
  23. use_shadow = OFF
  24.  
  25. # Turn color support ON or OFF
  26. use_colors = ON
  27.  
  28. # Screen color
  29. screen_color = (WHITE,BLACK,ON)
  30.  
  31. # Shadow color
  32. shadow_color = (BLACK,WHITE,ON)
  33.  
  34. # Dialog box color
  35. dialog_color = (WHITE,BLACK,OFF)
  36.  
  37. # Dialog box title color
  38. title_color = (WHITE,WHITE,ON)
  39.  
  40. # Dialog box border color
  41. border2_color = (WHITE,BLACK,OFF)
  42. border_color = (WHITE,BLACK,OFF)
  43.  
  44. # Active button color
  45. button_active_color = (WHITE,BLACK,ON)
  46.  
  47. # Inactive button color
  48. button_inactive_color = (WHITE,BLACK,OFF)
  49.  
  50. # Active button key color
  51. button_key_active_color = (WHITE,BLACK,ON)
  52.  
  53. # Inactive button key color
  54. button_key_inactive_color = (WHITE,BLACK,OFF)
  55.  
  56. # Active button label color
  57. button_label_active_color = (WHITE,BLACK,ON)
  58.  
  59. # Inactive button label color
  60. button_label_inactive_color = (WHITE,BLACK,OFF)
  61.  
  62. # Input box color
  63. inputbox_color = (BLACK,WHITE,OFF)
  64.  
  65. # Input box border color
  66. inputbox_border_color = (BLACK,WHITE,OFF)
  67.  
  68. # Search box color
  69. searchbox_color = (BLACK,WHITE,OFF)
  70.  
  71. # Search box title color
  72. searchbox_title_color = (WHITE,WHITE,ON)
  73.  
  74. # Search box border color
  75. searchbox_border_color = (WHITE,WHITE,OFF)
  76.  
  77. # File position indicator color
  78. position_indicator_color = (WHITE,WHITE,ON)
  79.  
  80. # Menu box color
  81. menubox_color = (WHITE,BLACK,OFF)
  82.  
  83. # Menu box border color
  84. menubox_border_color = (WHITE,BLACK,OFF)
  85. menubox_border2_color = (WHITE,BLACK,OFF)
  86.  
  87. # Item color
  88. item_color = (WHITE,BLACK,OFF)
  89.  
  90. # Selected item color
  91. item_selected_color = (WHITE,BLACK,ON)
  92.  
  93. # Tag color
  94. tag_color = (WHITE,BLACK,ON)
  95.  
  96. # Selected tag color
  97. tag_selected_color = (WHITE,BLACK,ON)
  98.  
  99. # Tag key color
  100. tag_key_color = (WHITE,BLACK,OFF)
  101.  
  102. # Selected tag key color
  103. tag_key_selected_color = (WHITE,BLACK,ON)
  104.  
  105. # Check box color
  106. check_color = (BLACK,WHITE,OFF)
  107.  
  108. # Selected check box color
  109. check_selected_color = (WHITE,WHITE,ON)
  110.  
  111. # Up arrow color
  112. uarrow_color = (WHITE,BLACK,ON)
  113.  
  114. # Down arrow color
  115. darrow_color = (WHITE,BLACK,ON)
  116.  
  117. # Item help-text color
  118. itemhelp_color = (WHITE,BLACK,OFF)
  119.  
  120. # Active form text color
  121. form_active_text_color = (BLACK,WHITE,ON)
  122.  
  123. # Form text color
  124. form_text_color = (WHITE,WHITE,ON)
  125.  
  126. # Readonly form item color
  127. form_item_readonly_color = (WHITE,WHITE,ON)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement