modarin256root-defbg-thin.ini 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. #
  2. # modarin256: a moderate-dark-independent 256-color skin for MidnightCommander.
  3. #
  4. # This skin is using colors independent from the default 16 terminal colors,
  5. # i.e., no matter how the 16 standard colors are configured, the appearance
  6. # of Midnight Commander will not be affected.
  7. #
  8. # There are 4 variants of this skin:
  9. #
  10. # modarin256
  11. # - default skin, no standard colors used.
  12. #
  13. # modarin256-defbg
  14. # - like modarin256, but using the default background color for core, editor,
  15. # viewer, menu and popupmenu backgrounds, for use with (semi-)transparent
  16. # background colors.
  17. #
  18. # modarin256root
  19. # modarin256root-defbg
  20. # - like the other two skins, but for the root user, with red colors used
  21. # instead of green colors for things like select/focus/statusbar etc.,
  22. # to keep reminding the user that mc is running as root.
  23. #
  24. # Fallback skins for 16-color terminals (poor man's skins):
  25. #
  26. # modarcon16
  27. # modarcon16-defbg
  28. # modarcon16root
  29. # modarcon16root-defbg
  30. # - like everything running in a 16-color terminal, these skins look ugly
  31. # and are no subsitute for the 256-color versions. As some terminals don't
  32. # support using dark gray as background color, i used a black background
  33. # and adjusted the remaining colors accordingly.
  34. #
  35. # 256-color skins require mc version 4.8 or newer.
  36. #
  37. # Author: Oliver Lange <modarin@bloody.in-berlin.de>
  38. #
  39. # Version: 1.2
  40. #
  41. [skin]
  42. description = MoDarIn256root-DefaultBG (root)
  43. 256colors = true
  44. [Lines]
  45. horiz = ─
  46. vert = │
  47. lefttop = ┌
  48. righttop = ┐
  49. leftbottom = └
  50. rightbottom = ┘
  51. topmiddle = ┬
  52. bottommiddle = ┴
  53. leftmiddle = ├
  54. rightmiddle = ┤
  55. cross = ┼
  56. dhoriz = ─
  57. dvert = │
  58. dlefttop = ┌
  59. drighttop = ┐
  60. dleftbottom = └
  61. drightbottom = ┘
  62. dtopmiddle = ─
  63. dbottommiddle = ─
  64. dleftmiddle = ├
  65. drightmiddle = ┤
  66. [core]
  67. _default_ = color250;default
  68. selected = color253;color88
  69. marked = color228;;bold
  70. markselect = color228;color88;bold
  71. gauge = color250;color95
  72. input = color187;color235;bold
  73. inputmark = color228;color88;bold
  74. inputunchanged = color144;color235;bold
  75. commandlinemark = color228;color88;bold
  76. reverse = color254;color95
  77. header = color180;;bold
  78. disabled = color246;color239
  79. #inputhistory =
  80. #commandhistory =
  81. [dialog]
  82. _default_ = color252;color239
  83. dhotnormal = color214
  84. dfocus = color228;color88;bold
  85. dhotfocus = color214;color88;bold
  86. dtitle = color180;;bold
  87. [error]
  88. _default_ = color230;color52
  89. errdfocus = color254;color95;bold
  90. errdhotnormal = color203;color52
  91. errdhotfocus = color203;color95;bold
  92. errdtitle = color227;;bold
  93. [filehighlight]
  94. directory = color144;;bold
  95. executable = color114
  96. symlink = color45
  97. hardlink =
  98. stalelink = color203
  99. device = color170
  100. special = color142
  101. core = color197
  102. temp = color245
  103. archive = color172
  104. doc = color153
  105. source = color109
  106. media = color141
  107. graph = color216
  108. database = color103
  109. [menu]
  110. _default_ = color250;default
  111. menusel = color253;color88
  112. menuhot = color214
  113. menuhotsel = color214;color88
  114. menuinactive = color245
  115. [popupmenu]
  116. _default_ = color250;default
  117. menusel = color253;color88
  118. menutitle = color180;;bold
  119. [buttonbar]
  120. button = color253;color236
  121. hotkey = color214;color238;bold
  122. [statusbar]
  123. _default_ = color254;color95
  124. [help]
  125. _default_ = color252;color239
  126. helpitalic = color114;;bold
  127. helpbold = color180;;bold
  128. helplink = color45
  129. helpslink = color228;color88;bold
  130. helptitle = color180;;bold
  131. [editor]
  132. _default_ = color250;default
  133. editbold = color228;;bold
  134. editmarked = color228;color88;bold
  135. editwhitespace = color56;color234
  136. editlinestate = color95;color235
  137. bookmark = ;color239
  138. bookmarkfound = ;color239;bold
  139. editrightmargin = ;color235;bold
  140. [viewer]
  141. _default_ = color250;default
  142. viewbold = ;;bold
  143. viewunderline = ;;underline
  144. viewselected = color228;color88;bold
  145. [diffviewer]
  146. changedline = color231;color130
  147. changednew = color232;color208
  148. changed = color231;color96
  149. added = color232;color218
  150. removed = ;color234
  151. error = color231;color160
  152. [widget-common]
  153. sort-sign-up = ↑
  154. sort-sign-down = ↓
  155. [widget-panel]
  156. hiddenfiles-sign-show = •
  157. hiddenfiles-sign-hide = ○
  158. history-prev-item-sign = «
  159. history-next-item-sign = »
  160. history-show-list-sign = ^
  161. [widget-scollbar]
  162. first-vert-char = ↑
  163. last-vert-char = ↓
  164. first-horiz-char = «
  165. last-horiz-char = »
  166. current-char = ■
  167. background-char = ▒