modarcon16-defbg.ini 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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=MoDarCon16-DefaultBG (user)
  43. 256colors=false
  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_=color7;default
  68. selected=color15;color2
  69. marked=color11;;bold
  70. markselect=color11;color2;bold
  71. gauge=color15;color2
  72. input=color15;color0
  73. inputmark=color11;color2;bold
  74. inputunchanged=;color0
  75. commandlinemark=color11;color2;bold
  76. reverse=color0;color10
  77. header=color3
  78. disabled=color8;color7
  79. #inputhistory=
  80. #commandhistory=
  81. [dialog]
  82. _default_=color0;color7
  83. dhotnormal=color3
  84. dfocus=color11;color2;bold
  85. dhotfocus=color3;color2
  86. dtitle=color11;;bold
  87. [error]
  88. _default_=color15;color1
  89. errdfocus=color11;color2;bold
  90. errdhotnormal=color13
  91. errdhotfocus=color13;color2
  92. errdtitle=color11;;bold
  93. [filehighlight]
  94. directory=color15;;bold
  95. executable=color10
  96. symlink=color12
  97. hardlink=
  98. stalelink=color9
  99. device=color13
  100. special=color3
  101. core=color1
  102. temp=color8
  103. archive=color3
  104. doc=color14
  105. source=color6
  106. media=color5
  107. graph=color13
  108. database=color2
  109. [menu]
  110. _default_=color7;default
  111. menuhot=color3
  112. menusel=color11;color2;bold
  113. menuhotsel=color3;color2
  114. menuinactive=color8
  115. [popupmenu]
  116. _default_=color7;default
  117. menusel=color11;color2;bold
  118. menutitle=color11;;bold
  119. [buttonbar]
  120. button=color7
  121. hotkey=color15;color3
  122. [statusbar]
  123. _default_=color15;color2
  124. [help]
  125. _default_=color0;color7
  126. helpitalic=color10;;bold
  127. helpbold=color5
  128. helplink=color14
  129. helpslink=color11;color2;bold
  130. [editor]
  131. _default_=color7;default
  132. editbold=color15;;bold
  133. editmarked=color11;color2;bold
  134. editwhitespace=color12;color4
  135. editlinestate=color2;color0
  136. bookmark=color0;color7
  137. bookmarkfound=color0;color7
  138. editrightmargin=color0;color7
  139. [viewer]
  140. _default_=color7;default
  141. viewunderline=;;underline
  142. [diffviewer]
  143. changedline=color15;color4
  144. changednew=color15;color2
  145. changed=color15;color6
  146. added=color0;color7
  147. removed=color8;color0
  148. folder=color11;color0;bold
  149. error=color15;color1
  150. [widget-common]
  151. sort-sign-up=↓
  152. sort-sign-down=↑
  153. [widget-panel]
  154. hiddenfiles-sign-show=•
  155. hiddenfiles-sign-hide=○
  156. history-prev-item-sign=«
  157. history-next-item-sign=»
  158. history-show-list-sign=^
  159. [widget-scrollbar]
  160. first-vert-char=↑
  161. last-vert-char=↓
  162. first-horiz-char=«
  163. last-horiz-char=»
  164. current-char=■
  165. background-vert-char=▒
  166. background-horiz-char=▒