Skip to content

Commit 2c42928

Browse files
authored
Merge pull request #4684 from MidnightCommander/feature/fix-skins
Ticket #4684: various fixes to shipped skins
2 parents da9cc3f + 760bc7a commit 2c42928

39 files changed

+497
-351
lines changed

misc/skins/dark.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -133,19 +133,19 @@
133133
sort-down-char = ↓
134134
hiddenfiles-show-char = •
135135
hiddenfiles-hide-char = ○
136-
history-prev-item-char =
137-
history-next-item-char =
136+
history-prev-item-char =
137+
history-next-item-char =
138138
history-show-list-char = ↓
139-
filename-scroll-left-char = «
140-
filename-scroll-right-char = »
139+
filename-scroll-left-char =
140+
filename-scroll-right-char =
141141

142142
[widget-scrollbar]
143-
first-vert-char =
144-
last-vert-char =
145-
first-horiz-char = «
146-
last-horiz-char = »
147-
current-char = ■
148-
background-char = ▒
143+
up-char =
144+
down-char =
145+
left-char =
146+
right-char =
147+
thumb-char = ■
148+
track-char = ▒
149149

150150
[widget-editor]
151151
window-state-char = ↕

misc/skins/darkfar.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -133,19 +133,19 @@
133133
sort-down-char = ↓
134134
hiddenfiles-show-char = •
135135
hiddenfiles-hide-char = ○
136-
history-prev-item-char =
137-
history-next-item-char =
136+
history-prev-item-char =
137+
history-next-item-char =
138138
history-show-list-char = ↓
139-
filename-scroll-left-char = «
140-
filename-scroll-right-char = »
139+
filename-scroll-left-char =
140+
filename-scroll-right-char =
141141

142142
[widget-scrollbar]
143-
first-vert-char =
144-
last-vert-char =
145-
first-horiz-char = «
146-
last-horiz-char = »
147-
current-char = ■
148-
background-char = ▒
143+
up-char =
144+
down-char =
145+
left-char =
146+
right-char =
147+
thumb-char = ■
148+
track-char = ▒
149149

150150
[widget-editor]
151151
window-state-char = ↕

misc/skins/default.ini

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,22 @@
131131
[widget-panel]
132132
sort-up-char = '
133133
sort-down-char = .
134+
hiddenfiles-show-char = .
135+
hiddenfiles-hide-char = .
136+
history-prev-item-char = <
137+
history-next-item-char = >
138+
history-show-list-char = ^
134139
filename-scroll-left-char = {
135140
filename-scroll-right-char = }
136141
142+
[widget-scrollbar]
143+
up-char = ^
144+
down-char = v
145+
left-char = <
146+
right-char = >
147+
thumb-char = *
148+
track-char = X
149+
137150
[widget-editor]
138151
window-state-char = *
139152
window-close-char = X

misc/skins/double-lines.ini

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,22 @@
131131
[widget-panel]
132132
sort-up-char = '
133133
sort-down-char = .
134+
hiddenfiles-show-char = .
135+
hiddenfiles-hide-char = .
136+
history-prev-item-char = <
137+
history-next-item-char = >
138+
history-show-list-char = ^
134139
filename-scroll-left-char = {
135140
filename-scroll-right-char = }
136141
142+
[widget-scrollbar]
143+
up-char = ^
144+
down-char = v
145+
left-char = <
146+
right-char = >
147+
thumb-char = *
148+
track-char = X
149+
137150
[widget-editor]
138151
window-state-char = *
139152
window-close-char = X

misc/skins/featured-plus.ini

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,17 @@
137137
hiddenfiles-hide-char = •
138138
history-prev-item-char = «
139139
history-next-item-char = »
140-
history-show-list-char = ^
141-
filename-scroll-left-char = «
142-
filename-scroll-right-char = »
140+
history-show-list-char = ⇊
141+
filename-scroll-left-char = ❰
142+
filename-scroll-right-char = ❱
143+
144+
[widget-scrollbar]
145+
up-char = ▲
146+
down-char = ▼
147+
left-char = ◀
148+
right-char = ▶
149+
thumb-char = ■
150+
track-char = ▒
143151

144152
[widget-editor]
145153
window-state-char = ↕

misc/skins/featured.ini

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,17 @@
137137
hiddenfiles-hide-char = •
138138
history-prev-item-char = «
139139
history-next-item-char = »
140-
history-show-list-char = ^
141-
filename-scroll-left-char = «
142-
filename-scroll-right-char = »
140+
history-show-list-char = ⇊
141+
filename-scroll-left-char = ❰
142+
filename-scroll-right-char = ❱
143+
144+
[widget-scrollbar]
145+
up-char = ▲
146+
down-char = ▼
147+
left-char = ◀
148+
right-char = ▶
149+
thumb-char = ■
150+
track-char = ▒
143151

144152
[widget-editor]
145153
window-state-char = ↕

misc/skins/gotar.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,24 @@
127127
error = white;red
128128

129129
[widget-panel]
130+
sort-up-char = '
131+
sort-down-char = .
132+
hiddenfiles-show-char = .
133+
hiddenfiles-hide-char = .
134+
history-prev-item-char = <
135+
history-next-item-char = >
136+
history-show-list-char = ^
130137
filename-scroll-left-char = {
131138
filename-scroll-right-char = }
132139
140+
[widget-scrollbar]
141+
up-char = ^
142+
down-char = v
143+
left-char = <
144+
right-char = >
145+
thumb-char = *
146+
track-char = X
147+
133148
[widget-editor]
134149
window-state-char = *
135150
window-close-char = X

misc/skins/gray-green-purple256.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@
149149
filename-scroll-right-char = ▸
150150

151151
[widget-scrollbar]
152-
first-vert-char =
153-
last-vert-char =
154-
first-horiz-char =
155-
last-horiz-char =
156-
current-char = ■
157-
background-char = ▒
152+
up-char =
153+
down-char =
154+
left-char =
155+
right-char =
156+
thumb-char = ■
157+
track-char = ▒
158158

159159
[widget-editor]
160160
window-state-char = ↕

misc/skins/gray-orange-blue256.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@
149149
filename-scroll-right-char = ▸
150150

151151
[widget-scrollbar]
152-
first-vert-char =
153-
last-vert-char =
154-
first-horiz-char =
155-
last-horiz-char =
156-
current-char = ■
157-
background-char = ▒
152+
up-char =
153+
down-char =
154+
left-char =
155+
right-char =
156+
thumb-char = ■
157+
track-char = ▒
158158

159159
[widget-editor]
160160
window-state-char = ↕

misc/skins/julia256.ini

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,20 @@
138138
sort-down-char = ↓
139139
hiddenfiles-show-char = •
140140
hiddenfiles-hide-char = ○
141-
history-prev-item-char =
142-
history-next-item-char =
141+
history-prev-item-char =
142+
history-next-item-char =
143143
history-show-list-char = ↓
144-
filename-scroll-left-char = «
145-
filename-scroll-right-char = »
144+
filename-scroll-left-char =
145+
filename-scroll-right-char =
146146

147147
[widget-scrollbar]
148-
first-vert-char = ↑
149-
last-vert-char = ↓
150-
first-horiz-char = «
151-
last-horiz-char = »
152-
current-char = ■
153-
background-char = ▒
148+
up-char = ▲
149+
down-char = ▼
150+
left-char = ◀
151+
right-char = ▶
152+
thumb-char = ■
153+
track-char = ▒
154+
155+
[widget-editor]
156+
window-state-char = ↕
157+
window-close-char = ✕

0 commit comments

Comments
 (0)