-
Notifications
You must be signed in to change notification settings - Fork 1
/
solarized-template.ini
237 lines (218 loc) · 6.23 KB
/
solarized-template.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
[skin]
description = Solarized $VARIANT skin for Midnight Commander ($COLORTYPE, Version $VERSION)
terminal_default_color = fg;bg
# Color usage
#
# Foreground/background of "normal" content: fg/bg
# Foreground/background of dialogs, menus, etc. that overlay the main view: fgEmph/bgHi
# To highlight parts of dialogs using bgHi background, we use bg again (e.g. text fields in a dialog)
# Headings of dialogs / popups: bold orange, background same as the other content
# Selection: reverse the normal colors
[core]
# Panes.
# Default file colors/background.
_default_ = fg;bg
# The directory PWD above the header, in focused pane.
reverse = orange;bg;bold
# Pane header (name,size,date titles).
header = bg;bgHiInv;reverse+bold
# Color of currently selected directory entry
selected = fg;bg;reverse
# Marked line (using select - insert, ctrl-t, etc...)
marked = violet;bgHiInv;reverse
# Marked and selected.
markselect = orange;bgHiInv;reverse+bold
# Input fields, found in dialog boxes like the copy dialog or preferences menu
# Input fields, content not modified
inputunchanged = fg;bg
# Input fields, modified.
input = fgEmph;bg
# Input history controller (the [^] clickable with the mouse)
inputhistory = orange;bgHi
# Input field marked text, if any. (mark with mouse, or shift+left arrow)
inputmark = orange;bgHi;reverse
# Disabled input fields in dialog boxes
disabled = fgUnemph;bgHi
# Progress bars (while copying etc)
gauge = orange;bgHiInv;reverse
# Command line.
# Commandline marked text, if any. (e.g. use Shift+LeftArrow to mark)
commandlinemark = orange;bgHi;reverse
# Command prompt history controller (that is the [^] clickable with the mouse)
commandhistory = orange;bg
# Shadow not used
# shadow = fgEmph;fgUnemph
[menu]
# Default colors for menu while active.
_default_ = fgEmph;bgHi
# Colors for menu while inactive.
menuinactive = bgInv;bgHi;bold
# Menu item hotkey.
menuhot = red;bgHi
# Selected menu item.
menusel = fgEmph;bgHi;reverse
# Selected menu item hotkey.
menuhotsel = fgEmph;red;reverse
[popupmenu]
# user menu, screenlist, encoding, etc...
_default_ = fgEmph;bgHi
menusel = fgEmph;bgHi;reverse
menutitle = orange;bgHi;bold
[dialog]
# Default colors of dialogs (e.g. copy dialog).
_default_ = fgEmph;bgHi
# Controller colors (checkboxes, actions) in focus.
dfocus = fgEmph;bgHi;reverse
# Controllers hotkey color.
dhotnormal = red;bgHi
# Controllers hotkey color in focus.
# Note: this is unfortunately also used to highlight the selected entry of a history list,
# see https://midnight-commander.org/ticket/3160
# We would prefer dfocus in that case, as the hotkey highlight looks a bit off in the history list, but currently this
# is not possible
dhotfocus = fgEmph;red;reverse
# Dialog title.
dtitle = orange;bgHi;bold
[error]
# Default colors of error dialogs (e.g. file delete confirmation).
_default_ = fgEmph;bgHi
# Controller colors (checkboxes, actions) in focus.
errdfocus = fgEmph;bgHi;reverse
# Controllers hotkey color.
errdhotnormal = red;bgHi
# Controllers hotkey color in focus.
errdhotfocus = fgEmph;red;reverse
# Error dialog title.
errdtitle = orange;bgHi;bold
[filehighlight]
# View filehighlight.ini as reference.
# Directories.
directory = bg;blue;reverse+bold
# Executable files.
executable = bg;green;reverse+bold
# Symbolic links.
symlink = bg;cyan;reverse+bold
# Broken links.
stalelink = bg;red;reverse+bold+underline
# An interface for a device driver.
device = bg;yellow;reverse+bold+underline
# Pipes (FIFOs), sockets, block files, character files etc...
special = bg;magenta;reverse+bold
# Core dump files, etc?...
core = fg
# Bak, Temp, ~, etc...
temp = fgUnemph
# Archives.
archive = bg;red;reverse+bold
# Source files.
source = fg
# Interactive media.
media = cyan
# Images, in other words.
graph = magenta
# DataBases, duh.
database = fg
# Documents, duh.
doc = orange
[statusbar]
_default_ = fg;bgHi
[buttonbar]
# Bottom button bar (copy,move, etc...)
# Hotkey colors (1-10).
hotkey = red;bgHi;bold
# Button colors (text itself).
button = bgInv;bgHi;bold
[help]
# Default help tooltip text color/background.
_default_ = fgEmph;bgHi
# Help when italic.
helpitalic = violet;bgHi;italic
# Help when bold.
helpbold = orange;bgHi;bold
# Links insde help tooltip.
helplink = blue;bgHi;underline
# Links inside help tooltip focused.
helpslink = blue;bgHi;reverse+underline
# Help title.
helptitle = orange;bgHi;bold
[viewer]
_default_ = fg;bg
viewunderline = bg;blue;reverse+underline
viewbold = orange;bg;bold
viewselected = fg;bg;reverse
[editor]
# Basic window theme.
_default_ = fg;bg
# Editor background (behind the windows in non-fullscreen view)
editbg = fg;bg
# Highlighted search results.
editbold = bg;bgHiInv;bold
# Marked region.
editmarked = violet;bgHiInv;reverse
# Tabs and trailing spaces.
editwhitespace = fgUnemph;bgHi
# Line numbers area (if enabled)
editlinestate = fgUnemph;bgHi
# Bookmarked line.
bookmark = fg;bg;reverse
# Bookmarked line because of "Find all"
bookmarkfound = fgEmph;bgHi
# Inactive window
editframe = fg;bg
# Active window
editframeactive = orange;bg
# Moved/Resized pane.
editframedrag = orange;bg;reverse
# Colors the right margin area (area >word wrap column) if enabled (ShowMargin keybinding)
editrightmargin = fg;bgHi
[diffviewer]
# unchanged content in changed line
changedline = yellow;bgHi
# new content in changed line
changednew = blue;bgHi
# Block removed
removed = red;bgHi;underline
# Block added
added = green;bgHi
# Meaning unclear; shows up in diffs for deleted lines, but no idea how it differs from "removed"
changed = orange;bgHi;underline
# Meaning unclear; cannot find a use of this color in the mc sources
error = bgHiInv;red
[Lines]
horiz = ─
vert = │
lefttop = ┌
righttop = ┐
leftbottom = └
rightbottom = ┘
topmiddle = ─
bottommiddle = ─
leftmiddle = ├
rightmiddle = ┤
cross = ┼
dhoriz = ═
dvert = ║
dlefttop = ╔
drighttop = ╗
dleftbottom = ╚
drightbottom = ╝
dtopmiddle = ╤
dbottommiddle = ╧
dleftmiddle = ╟
drightmiddle = ╢
[widget-common]
sort-sign-up = ↓
sort-sign-down = ↑
[widget-panel]
hiddenfiles-sign-show = ⋅
hiddenfiles-sign-hide = •
history-prev-item-sign = «
history-next-item-sign = »
history-show-list-sign = ^
[widget-scollbar]
first-vert-char = ↑
last-vert-char = ↓
first-horiz-char = «
last-horiz-char = »
current-char = ■
background-char = ▒