parent
472d91122c
commit
d9dd012be8
7 changed files with 1571 additions and 0 deletions
@ -0,0 +1,145 @@ |
||||
[Midnight-Commander] |
||||
verbose=true |
||||
shell_patterns=true |
||||
auto_save_setup=true |
||||
preallocate_space=false |
||||
auto_menu=false |
||||
use_internal_view=true |
||||
use_internal_edit=true |
||||
clear_before_exec=true |
||||
confirm_delete=true |
||||
confirm_overwrite=true |
||||
confirm_execute=false |
||||
confirm_history_cleanup=true |
||||
confirm_exit=false |
||||
confirm_directory_hotlist_delete=false |
||||
confirm_view_dir=false |
||||
safe_delete=false |
||||
safe_overwrite=false |
||||
use_8th_bit_as_meta=false |
||||
mouse_move_pages_viewer=true |
||||
mouse_close_dialog=false |
||||
fast_refresh=false |
||||
drop_menus=false |
||||
wrap_mode=true |
||||
old_esc_mode=true |
||||
cd_symlinks=true |
||||
show_all_if_ambiguous=false |
||||
use_file_to_guess_type=true |
||||
alternate_plus_minus=false |
||||
only_leading_plus_minus=true |
||||
show_output_starts_shell=false |
||||
xtree_mode=false |
||||
file_op_compute_totals=true |
||||
classic_progressbar=true |
||||
use_netrc=true |
||||
ftpfs_always_use_proxy=false |
||||
ftpfs_use_passive_connections=true |
||||
ftpfs_use_passive_connections_over_proxy=false |
||||
ftpfs_use_unix_list_options=true |
||||
ftpfs_first_cd_then_ls=true |
||||
ignore_ftp_chattr_errors=true |
||||
editor_fill_tabs_with_spaces=false |
||||
editor_return_does_auto_indent=true |
||||
editor_backspace_through_tabs=false |
||||
editor_fake_half_tabs=true |
||||
editor_option_save_position=true |
||||
editor_option_auto_para_formatting=false |
||||
editor_option_typewriter_wrap=false |
||||
editor_edit_confirm_save=true |
||||
editor_syntax_highlighting=true |
||||
editor_persistent_selections=true |
||||
editor_drop_selection_on_copy=true |
||||
editor_cursor_beyond_eol=false |
||||
editor_cursor_after_inserted_block=false |
||||
editor_visible_tabs=true |
||||
editor_visible_spaces=true |
||||
editor_line_state=false |
||||
editor_simple_statusbar=false |
||||
editor_check_new_line=false |
||||
editor_show_right_margin=false |
||||
editor_group_undo=false |
||||
editor_state_full_filename=false |
||||
editor_ask_filename_before_edit=false |
||||
nice_rotating_dash=true |
||||
shadows=true |
||||
mcview_remember_file_position=false |
||||
auto_fill_mkdir_name=true |
||||
copymove_persistent_attr=true |
||||
pause_after_run=1 |
||||
mouse_repeat_rate=100 |
||||
double_click_speed=250 |
||||
old_esc_mode_timeout=1000000 |
||||
max_dirt_limit=10 |
||||
num_history_items_recorded=60 |
||||
vfs_timeout=60 |
||||
ftpfs_directory_timeout=900 |
||||
ftpfs_retry_seconds=30 |
||||
fish_directory_timeout=900 |
||||
editor_tab_spacing=8 |
||||
editor_word_wrap_line_length=72 |
||||
editor_option_save_mode=0 |
||||
editor_backup_extension=~ |
||||
editor_filesize_threshold=64M |
||||
editor_stop_format_chars=-+*\\,.;:&> |
||||
mcview_eof= |
||||
skin=solarized-dark-256color |
||||
|
||||
[Layout] |
||||
output_lines=0 |
||||
left_panel_size=121 |
||||
top_panel_size=0 |
||||
message_visible=true |
||||
keybar_visible=true |
||||
xterm_title=true |
||||
command_prompt=true |
||||
menubar_visible=true |
||||
free_space=true |
||||
horizontal_split=false |
||||
vertical_equal=true |
||||
horizontal_equal=true |
||||
|
||||
[Misc] |
||||
timeformat_recent=%b %e %H:%M |
||||
timeformat_old=%b %e %Y |
||||
ftp_proxy_host=gate |
||||
ftpfs_password=anonymous@ |
||||
display_codepage=UTF-8 |
||||
source_codepage=Other_8_bit |
||||
autodetect_codeset= |
||||
clipboard_store= |
||||
clipboard_paste= |
||||
|
||||
[Colors] |
||||
base_color= |
||||
xterm-256color= |
||||
color_terminals= |
||||
|
||||
[Panels] |
||||
show_mini_info=true |
||||
kilobyte_si=false |
||||
mix_all_files=false |
||||
show_backups=true |
||||
show_dot_files=true |
||||
fast_reload=false |
||||
fast_reload_msg_shown=false |
||||
mark_moves_down=true |
||||
reverse_files_only=true |
||||
auto_save_setup_panels=false |
||||
navigate_with_arrows=false |
||||
panel_scroll_pages=true |
||||
panel_scroll_center=false |
||||
mouse_move_pages=true |
||||
filetype_mode=true |
||||
permission_mode=false |
||||
torben_fj_mode=false |
||||
quick_search_mode=2 |
||||
select_flags=6 |
||||
|
||||
simple_swap=false |
||||
|
||||
[Panelize] |
||||
Find *.orig after patching=find . -name \\*.orig -print |
||||
Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print |
||||
Find rejects after patching=find . -name \\*.rej -print |
||||
Modified git files=git ls-files --modified |
||||
@ -0,0 +1,238 @@ |
||||
[skin] |
||||
256colors = true |
||||
description = Solarized dark skin for Midnight Commander (256color, Version v1.0.0) |
||||
terminal_default_color = color244;color234; |
||||
|
||||
# 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_ = color244;color234; |
||||
# The directory PWD above the header, in focused pane. |
||||
reverse = color166;color234;bold |
||||
# Pane header (name,size,date titles). |
||||
header = color254;color234;bold |
||||
# Color of currently selected directory entry |
||||
selected = color234;color244; |
||||
# Marked line (using select - insert, ctrl-t, etc...) |
||||
marked = color254;color61; |
||||
# Marked and selected. |
||||
markselect = color254;color166;bold |
||||
|
||||
# Input fields, found in dialog boxes like the copy dialog or preferences menu |
||||
# Input fields, content not modified |
||||
inputunchanged = color244;color234; |
||||
# Input fields, modified. |
||||
input = color245;color234; |
||||
# Input history controller (the [^] clickable with the mouse) |
||||
inputhistory = color166;color235; |
||||
# Input field marked text, if any. (mark with mouse, or shift+left arrow) |
||||
inputmark = color235;color166; |
||||
# Disabled input fields in dialog boxes |
||||
disabled = color240;color235; |
||||
# Progress bars (while copying etc) |
||||
gauge = color254;color166; |
||||
|
||||
# Command line. |
||||
# Commandline marked text, if any. (e.g. use Shift+LeftArrow to mark) |
||||
commandlinemark = color235;color166; |
||||
# Command prompt history controller (that is the [^] clickable with the mouse) |
||||
commandhistory = color166;color234; |
||||
|
||||
# Shadow not used |
||||
# shadow = fgEmph;fgUnemph |
||||
|
||||
[menu] |
||||
# Default colors for menu while active. |
||||
_default_ = color245;color235; |
||||
# Colors for menu while inactive. |
||||
menuinactive = color230;color235;bold |
||||
# Menu item hotkey. |
||||
menuhot = color160;color235; |
||||
# Selected menu item. |
||||
menusel = color235;color245; |
||||
# Selected menu item hotkey. |
||||
menuhotsel = color160;color245; |
||||
|
||||
[popupmenu] |
||||
# user menu, screenlist, encoding, etc... |
||||
_default_ = color245;color235; |
||||
menusel = color235;color245; |
||||
menutitle = color166;color235;bold |
||||
|
||||
[dialog] |
||||
# Default colors of dialogs (e.g. copy dialog). |
||||
_default_ = color245;color235; |
||||
# Controller colors (checkboxes, actions) in focus. |
||||
dfocus = color235;color245; |
||||
# Controllers hotkey color. |
||||
dhotnormal = color160;color235; |
||||
# 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 = color160;color245; |
||||
# Dialog title. |
||||
dtitle = color166;color235;bold |
||||
|
||||
[error] |
||||
# Default colors of error dialogs (e.g. file delete confirmation). |
||||
_default_ = color245;color235; |
||||
# Controller colors (checkboxes, actions) in focus. |
||||
errdfocus = color235;color245; |
||||
# Controllers hotkey color. |
||||
errdhotnormal = color160;color235; |
||||
# Controllers hotkey color in focus. |
||||
errdhotfocus = color160;color245; |
||||
# Error dialog title. |
||||
errdtitle = color166;color235;bold |
||||
|
||||
[filehighlight] |
||||
# View filehighlight.ini as reference. |
||||
# Directories. |
||||
directory = color33;color234;bold |
||||
# Executable files. |
||||
executable = color64;color234;bold |
||||
# Symbolic links. |
||||
symlink = color37;color234;bold |
||||
# Broken links. |
||||
stalelink = color160;color234;bold+underline |
||||
# An interface for a device driver. |
||||
device = color136;color234;bold+underline |
||||
# Pipes (FIFOs), sockets, block files, character files etc... |
||||
special = color125;color234;bold |
||||
# Core dump files, etc?... |
||||
core = color244;; |
||||
# Bak, Temp, ~, etc... |
||||
temp = color240;; |
||||
# Archives. |
||||
archive = color160;color234;bold |
||||
# Source files. |
||||
source = color244;; |
||||
# Interactive media. |
||||
media = color37;; |
||||
# Images, in other words. |
||||
graph = color125;; |
||||
# DataBases, duh. |
||||
database = color244;; |
||||
# Documents, duh. |
||||
doc = color166;; |
||||
|
||||
[statusbar] |
||||
_default_ = color244;color235; |
||||
|
||||
[buttonbar] |
||||
# Bottom button bar (copy,move, etc...) |
||||
# Hotkey colors (1-10). |
||||
hotkey = color160;color235;bold |
||||
# Button colors (text itself). |
||||
button = color230;color235;bold |
||||
|
||||
[help] |
||||
# Default help tooltip text color/background. |
||||
_default_ = color245;color235; |
||||
# Help when italic. |
||||
helpitalic = color61;color235;italic |
||||
# Help when bold. |
||||
helpbold = color166;color235;bold |
||||
# Links insde help tooltip. |
||||
helplink = color33;color235;underline |
||||
# Links inside help tooltip focused. |
||||
helpslink = color235;color33;underline |
||||
# Help title. |
||||
helptitle = color166;color235;bold |
||||
|
||||
[viewer] |
||||
_default_ = color244;color234; |
||||
viewunderline = color33;color234;underline |
||||
viewbold = color166;color234;bold |
||||
viewselected = color234;color244; |
||||
|
||||
[editor] |
||||
# Basic window theme. |
||||
_default_ = color244;color234; |
||||
# Editor background (behind the windows in non-fullscreen view) |
||||
editbg = color244;color234; |
||||
# Highlighted search results. |
||||
editbold = color234;color254;bold |
||||
# Marked region. |
||||
editmarked = color254;color61; |
||||
# Tabs and trailing spaces. |
||||
editwhitespace = color240;color235; |
||||
# Line numbers area (if enabled) |
||||
editlinestate = color240;color235; |
||||
# Bookmarked line. |
||||
bookmark = color234;color244; |
||||
# Bookmarked line because of "Find all" |
||||
bookmarkfound = color245;color235; |
||||
# Inactive window |
||||
editframe = color244;color234; |
||||
# Active window |
||||
editframeactive = color166;color234; |
||||
# Moved/Resized pane. |
||||
editframedrag = color234;color166; |
||||
# Colors the right margin area (area >word wrap column) if enabled (ShowMargin keybinding) |
||||
editrightmargin = color244;color235; |
||||
|
||||
[diffviewer] |
||||
# unchanged content in changed line |
||||
changedline = color136;color235; |
||||
# new content in changed line |
||||
changednew = color33;color235; |
||||
# Block removed |
||||
removed = color160;color235;underline |
||||
# Block added |
||||
added = color64;color235; |
||||
# Meaning unclear; shows up in diffs for deleted lines, but no idea how it differs from "removed" |
||||
changed = color166;color235;underline |
||||
# Meaning unclear; cannot find a use of this color in the mc sources |
||||
error = color254;color160; |
||||
|
||||
[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 = ▒ |
||||
@ -0,0 +1,237 @@ |
||||
[skin] |
||||
description = Solarized dark skin for Midnight Commander (ansi, Version v1.0.0) |
||||
terminal_default_color = brightblue;gray; |
||||
|
||||
# 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_ = brightblue;gray; |
||||
# The directory PWD above the header, in focused pane. |
||||
reverse = brightred;gray;bold |
||||
# Pane header (name,size,date titles). |
||||
header = gray;lightgray;reverse+boldbold |
||||
# Color of currently selected directory entry |
||||
selected = brightblue;gray;reverse |
||||
# Marked line (using select - insert, ctrl-t, etc...) |
||||
marked = brightmagenta;lightgray;reverse |
||||
# Marked and selected. |
||||
markselect = brightred;lightgray;reverse+boldbold |
||||
|
||||
# Input fields, found in dialog boxes like the copy dialog or preferences menu |
||||
# Input fields, content not modified |
||||
inputunchanged = brightblue;gray; |
||||
# Input fields, modified. |
||||
input = brightcyan;gray; |
||||
# Input history controller (the [^] clickable with the mouse) |
||||
inputhistory = brightred;black; |
||||
# Input field marked text, if any. (mark with mouse, or shift+left arrow) |
||||
inputmark = brightred;black;reverse |
||||
# Disabled input fields in dialog boxes |
||||
disabled = brightgreen;black; |
||||
# Progress bars (while copying etc) |
||||
gauge = brightred;lightgray;reverse |
||||
|
||||
# Command line. |
||||
# Commandline marked text, if any. (e.g. use Shift+LeftArrow to mark) |
||||
commandlinemark = brightred;black;reverse |
||||
# Command prompt history controller (that is the [^] clickable with the mouse) |
||||
commandhistory = brightred;gray; |
||||
|
||||
# Shadow not used |
||||
# shadow = fgEmph;fgUnemph |
||||
|
||||
[menu] |
||||
# Default colors for menu while active. |
||||
_default_ = brightcyan;black; |
||||
# Colors for menu while inactive. |
||||
menuinactive = white;black;bold |
||||
# Menu item hotkey. |
||||
menuhot = red;black; |
||||
# Selected menu item. |
||||
menusel = brightcyan;black;reverse |
||||
# Selected menu item hotkey. |
||||
menuhotsel = brightcyan;red;reverse |
||||
|
||||
[popupmenu] |
||||
# user menu, screenlist, encoding, etc... |
||||
_default_ = brightcyan;black; |
||||
menusel = brightcyan;black;reverse |
||||
menutitle = brightred;black;bold |
||||
|
||||
[dialog] |
||||
# Default colors of dialogs (e.g. copy dialog). |
||||
_default_ = brightcyan;black; |
||||
# Controller colors (checkboxes, actions) in focus. |
||||
dfocus = brightcyan;black;reverse |
||||
# Controllers hotkey color. |
||||
dhotnormal = red;black; |
||||
# 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 = brightcyan;red;reverse |
||||
# Dialog title. |
||||
dtitle = brightred;black;bold |
||||
|
||||
[error] |
||||
# Default colors of error dialogs (e.g. file delete confirmation). |
||||
_default_ = brightcyan;black; |
||||
# Controller colors (checkboxes, actions) in focus. |
||||
errdfocus = brightcyan;black;reverse |
||||
# Controllers hotkey color. |
||||
errdhotnormal = red;black; |
||||
# Controllers hotkey color in focus. |
||||
errdhotfocus = brightcyan;red;reverse |
||||
# Error dialog title. |
||||
errdtitle = brightred;black;bold |
||||
|
||||
[filehighlight] |
||||
# View filehighlight.ini as reference. |
||||
# Directories. |
||||
directory = gray;blue;reverse+boldbold |
||||
# Executable files. |
||||
executable = gray;green;reverse+boldbold |
||||
# Symbolic links. |
||||
symlink = gray;cyan;reverse+boldbold |
||||
# Broken links. |
||||
stalelink = gray;red;reverse+bold+underlinebold+underline |
||||
# An interface for a device driver. |
||||
device = gray;brown;reverse+bold+underlinebold+underline |
||||
# Pipes (FIFOs), sockets, block files, character files etc... |
||||
special = gray;magenta;reverse+boldbold |
||||
# Core dump files, etc?... |
||||
core = brightblue;; |
||||
# Bak, Temp, ~, etc... |
||||
temp = brightgreen;; |
||||
# Archives. |
||||
archive = gray;red;reverse+boldbold |
||||
# Source files. |
||||
source = brightblue;; |
||||
# Interactive media. |
||||
media = cyan;; |
||||
# Images, in other words. |
||||
graph = magenta;; |
||||
# DataBases, duh. |
||||
database = brightblue;; |
||||
# Documents, duh. |
||||
doc = brightred;; |
||||
|
||||
[statusbar] |
||||
_default_ = brightblue;black; |
||||
|
||||
[buttonbar] |
||||
# Bottom button bar (copy,move, etc...) |
||||
# Hotkey colors (1-10). |
||||
hotkey = red;black;bold |
||||
# Button colors (text itself). |
||||
button = white;black;bold |
||||
|
||||
[help] |
||||
# Default help tooltip text color/background. |
||||
_default_ = brightcyan;black; |
||||
# Help when italic. |
||||
helpitalic = brightmagenta;black;italic |
||||
# Help when bold. |
||||
helpbold = brightred;black;bold |
||||
# Links insde help tooltip. |
||||
helplink = blue;black;underline |
||||
# Links inside help tooltip focused. |
||||
helpslink = blue;black;reverse+underlineunderline |
||||
# Help title. |
||||
helptitle = brightred;black;bold |
||||
|
||||
[viewer] |
||||
_default_ = brightblue;gray; |
||||
viewunderline = gray;blue;reverse+underlineunderline |
||||
viewbold = brightred;gray;bold |
||||
viewselected = brightblue;gray;reverse |
||||
|
||||
[editor] |
||||
# Basic window theme. |
||||
_default_ = brightblue;gray; |
||||
# Editor background (behind the windows in non-fullscreen view) |
||||
editbg = brightblue;gray; |
||||
# Highlighted search results. |
||||
editbold = gray;lightgray;bold |
||||
# Marked region. |
||||
editmarked = brightmagenta;lightgray;reverse |
||||
# Tabs and trailing spaces. |
||||
editwhitespace = brightgreen;black; |
||||
# Line numbers area (if enabled) |
||||
editlinestate = brightgreen;black; |
||||
# Bookmarked line. |
||||
bookmark = brightblue;gray;reverse |
||||
# Bookmarked line because of "Find all" |
||||
bookmarkfound = brightcyan;black; |
||||
# Inactive window |
||||
editframe = brightblue;gray; |
||||
# Active window |
||||
editframeactive = brightred;gray; |
||||
# Moved/Resized pane. |
||||
editframedrag = brightred;gray;reverse |
||||
# Colors the right margin area (area >word wrap column) if enabled (ShowMargin keybinding) |
||||
editrightmargin = brightblue;black; |
||||
|
||||
[diffviewer] |
||||
# unchanged content in changed line |
||||
changedline = brown;black; |
||||
# new content in changed line |
||||
changednew = blue;black; |
||||
# Block removed |
||||
removed = red;black;underline |
||||
# Block added |
||||
added = green;black; |
||||
# Meaning unclear; shows up in diffs for deleted lines, but no idea how it differs from "removed" |
||||
changed = brightred;black;underline |
||||
# Meaning unclear; cannot find a use of this color in the mc sources |
||||
error = lightgray;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 = ▒ |
||||
@ -0,0 +1,238 @@ |
||||
[skin] |
||||
truecolors = true |
||||
description = Solarized dark skin for Midnight Commander (truecolor, Version v1.0.0) |
||||
terminal_default_color = #839496;#002b36; |
||||
|
||||
# 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_ = #839496;#002b36; |
||||
# The directory PWD above the header, in focused pane. |
||||
reverse = #cb4b16;#002b36;bold |
||||
# Pane header (name,size,date titles). |
||||
header = #eee8d5;#002b36;bold |
||||
# Color of currently selected directory entry |
||||
selected = #002b36;#839496; |
||||
# Marked line (using select - insert, ctrl-t, etc...) |
||||
marked = #eee8d5;#6c71c4; |
||||
# Marked and selected. |
||||
markselect = #eee8d5;#cb4b16;bold |
||||
|
||||
# Input fields, found in dialog boxes like the copy dialog or preferences menu |
||||
# Input fields, content not modified |
||||
inputunchanged = #839496;#002b36; |
||||
# Input fields, modified. |
||||
input = #93a1a1;#002b36; |
||||
# Input history controller (the [^] clickable with the mouse) |
||||
inputhistory = #cb4b16;#073642; |
||||
# Input field marked text, if any. (mark with mouse, or shift+left arrow) |
||||
inputmark = #073642;#cb4b16; |
||||
# Disabled input fields in dialog boxes |
||||
disabled = #586e75;#073642; |
||||
# Progress bars (while copying etc) |
||||
gauge = #eee8d5;#cb4b16; |
||||
|
||||
# Command line. |
||||
# Commandline marked text, if any. (e.g. use Shift+LeftArrow to mark) |
||||
commandlinemark = #073642;#cb4b16; |
||||
# Command prompt history controller (that is the [^] clickable with the mouse) |
||||
commandhistory = #cb4b16;#002b36; |
||||
|
||||
# Shadow not used |
||||
# shadow = fgEmph;fgUnemph |
||||
|
||||
[menu] |
||||
# Default colors for menu while active. |
||||
_default_ = #93a1a1;#073642; |
||||
# Colors for menu while inactive. |
||||
menuinactive = #fdf6e3;#073642;bold |
||||
# Menu item hotkey. |
||||
menuhot = #dc322f;#073642; |
||||
# Selected menu item. |
||||
menusel = #073642;#93a1a1; |
||||
# Selected menu item hotkey. |
||||
menuhotsel = #dc322f;#93a1a1; |
||||
|
||||
[popupmenu] |
||||
# user menu, screenlist, encoding, etc... |
||||
_default_ = #93a1a1;#073642; |
||||
menusel = #073642;#93a1a1; |
||||
menutitle = #cb4b16;#073642;bold |
||||
|
||||
[dialog] |
||||
# Default colors of dialogs (e.g. copy dialog). |
||||
_default_ = #93a1a1;#073642; |
||||
# Controller colors (checkboxes, actions) in focus. |
||||
dfocus = #073642;#93a1a1; |
||||
# Controllers hotkey color. |
||||
dhotnormal = #dc322f;#073642; |
||||
# 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 = #dc322f;#93a1a1; |
||||
# Dialog title. |
||||
dtitle = #cb4b16;#073642;bold |
||||
|
||||
[error] |
||||
# Default colors of error dialogs (e.g. file delete confirmation). |
||||
_default_ = #93a1a1;#073642; |
||||
# Controller colors (checkboxes, actions) in focus. |
||||
errdfocus = #073642;#93a1a1; |
||||
# Controllers hotkey color. |
||||
errdhotnormal = #dc322f;#073642; |
||||
# Controllers hotkey color in focus. |
||||
errdhotfocus = #dc322f;#93a1a1; |
||||
# Error dialog title. |
||||
errdtitle = #cb4b16;#073642;bold |
||||
|
||||
[filehighlight] |
||||
# View filehighlight.ini as reference. |
||||
# Directories. |
||||
directory = #268bd2;#002b36;bold |
||||
# Executable files. |
||||
executable = #859900;#002b36;bold |
||||
# Symbolic links. |
||||
symlink = #2aa198;#002b36;bold |
||||
# Broken links. |
||||
stalelink = #dc322f;#002b36;bold+underline |
||||
# An interface for a device driver. |
||||
device = #b58900;#002b36;bold+underline |
||||
# Pipes (FIFOs), sockets, block files, character files etc... |
||||
special = #d33682;#002b36;bold |
||||
# Core dump files, etc?... |
||||
core = #839496;; |
||||
# Bak, Temp, ~, etc... |
||||
temp = #586e75;; |
||||
# Archives. |
||||
archive = #dc322f;#002b36;bold |
||||
# Source files. |
||||
source = #839496;; |
||||
# Interactive media. |
||||
media = #2aa198;; |
||||
# Images, in other words. |
||||
graph = #d33682;; |
||||
# DataBases, duh. |
||||
database = #839496;; |
||||
# Documents, duh. |
||||
doc = #cb4b16;; |
||||
|
||||
[statusbar] |
||||
_default_ = #839496;#073642; |
||||
|
||||
[buttonbar] |
||||
# Bottom button bar (copy,move, etc...) |
||||
# Hotkey colors (1-10). |
||||
hotkey = #dc322f;#073642;bold |
||||
# Button colors (text itself). |
||||
button = #fdf6e3;#073642;bold |
||||
|
||||
[help] |
||||
# Default help tooltip text color/background. |
||||
_default_ = #93a1a1;#073642; |
||||
# Help when italic. |
||||
helpitalic = #6c71c4;#073642;italic |
||||
# Help when bold. |
||||
helpbold = #cb4b16;#073642;bold |
||||
# Links insde help tooltip. |
||||
helplink = #268bd2;#073642;underline |
||||
# Links inside help tooltip focused. |
||||
helpslink = #073642;#268bd2;underline |
||||
# Help title. |
||||
helptitle = #cb4b16;#073642;bold |
||||
|
||||
[viewer] |
||||
_default_ = #839496;#002b36; |
||||
viewunderline = #268bd2;#002b36;underline |
||||
viewbold = #cb4b16;#002b36;bold |
||||
viewselected = #002b36;#839496; |
||||
|
||||
[editor] |
||||
# Basic window theme. |
||||
_default_ = #839496;#002b36; |
||||
# Editor background (behind the windows in non-fullscreen view) |
||||
editbg = #839496;#002b36; |
||||
# Highlighted search results. |
||||
editbold = #002b36;#eee8d5;bold |
||||
# Marked region. |
||||
editmarked = #eee8d5;#6c71c4; |
||||
# Tabs and trailing spaces. |
||||
editwhitespace = #586e75;#073642; |
||||
# Line numbers area (if enabled) |
||||
editlinestate = #586e75;#073642; |
||||
# Bookmarked line. |
||||
bookmark = #002b36;#839496; |
||||
# Bookmarked line because of "Find all" |
||||
bookmarkfound = #93a1a1;#073642; |
||||
# Inactive window |
||||
editframe = #839496;#002b36; |
||||
# Active window |
||||
editframeactive = #cb4b16;#002b36; |
||||
# Moved/Resized pane. |
||||
editframedrag = #002b36;#cb4b16; |
||||
# Colors the right margin area (area >word wrap column) if enabled (ShowMargin keybinding) |
||||
editrightmargin = #839496;#073642; |
||||
|
||||
[diffviewer] |
||||
# unchanged content in changed line |
||||
changedline = #b58900;#073642; |
||||
# new content in changed line |
||||
changednew = #268bd2;#073642; |
||||
# Block removed |
||||
removed = #dc322f;#073642;underline |
||||
# Block added |
||||
added = #859900;#073642; |
||||
# Meaning unclear; shows up in diffs for deleted lines, but no idea how it differs from "removed" |
||||
changed = #cb4b16;#073642;underline |
||||
# Meaning unclear; cannot find a use of this color in the mc sources |
||||
error = #eee8d5;#dc322f; |
||||
|
||||
[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 = ▒ |
||||
@ -0,0 +1,238 @@ |
||||
[skin] |
||||
256colors = true |
||||
description = Solarized light skin for Midnight Commander (256color, Version v1.0.0) |
||||
terminal_default_color = color241;color230; |
||||
|
||||
# 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_ = color241;color230; |
||||
# The directory PWD above the header, in focused pane. |
||||
reverse = color166;color230;bold |
||||
# Pane header (name,size,date titles). |
||||
header = color235;color230;bold |
||||
# Color of currently selected directory entry |
||||
selected = color230;color241; |
||||
# Marked line (using select - insert, ctrl-t, etc...) |
||||
marked = color235;color61; |
||||
# Marked and selected. |
||||
markselect = color235;color166;bold |
||||
|
||||
# Input fields, found in dialog boxes like the copy dialog or preferences menu |
||||
# Input fields, content not modified |
||||
inputunchanged = color241;color230; |
||||
# Input fields, modified. |
||||
input = color240;color230; |
||||
# Input history controller (the [^] clickable with the mouse) |
||||
inputhistory = color166;color254; |
||||
# Input field marked text, if any. (mark with mouse, or shift+left arrow) |
||||
inputmark = color254;color166; |
||||
# Disabled input fields in dialog boxes |
||||
disabled = color245;color254; |
||||
# Progress bars (while copying etc) |
||||
gauge = color235;color166; |
||||
|
||||
# Command line. |
||||
# Commandline marked text, if any. (e.g. use Shift+LeftArrow to mark) |
||||
commandlinemark = color254;color166; |
||||
# Command prompt history controller (that is the [^] clickable with the mouse) |
||||
commandhistory = color166;color230; |
||||
|
||||
# Shadow not used |
||||
# shadow = fgEmph;fgUnemph |
||||
|
||||
[menu] |
||||
# Default colors for menu while active. |
||||
_default_ = color240;color254; |
||||
# Colors for menu while inactive. |
||||
menuinactive = color234;color254;bold |
||||
# Menu item hotkey. |
||||
menuhot = color160;color254; |
||||
# Selected menu item. |
||||
menusel = color254;color240; |
||||
# Selected menu item hotkey. |
||||
menuhotsel = color160;color240; |
||||
|
||||
[popupmenu] |
||||
# user menu, screenlist, encoding, etc... |
||||
_default_ = color240;color254; |
||||
menusel = color254;color240; |
||||
menutitle = color166;color254;bold |
||||
|
||||
[dialog] |
||||
# Default colors of dialogs (e.g. copy dialog). |
||||
_default_ = color240;color254; |
||||
# Controller colors (checkboxes, actions) in focus. |
||||
dfocus = color254;color240; |
||||
# Controllers hotkey color. |
||||
dhotnormal = color160;color254; |
||||
# 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 = color160;color240; |
||||
# Dialog title. |
||||
dtitle = color166;color254;bold |
||||
|
||||
[error] |
||||
# Default colors of error dialogs (e.g. file delete confirmation). |
||||
_default_ = color240;color254; |
||||
# Controller colors (checkboxes, actions) in focus. |
||||
errdfocus = color254;color240; |
||||
# Controllers hotkey color. |
||||
errdhotnormal = color160;color254; |
||||
# Controllers hotkey color in focus. |
||||
errdhotfocus = color160;color240; |
||||
# Error dialog title. |
||||
errdtitle = color166;color254;bold |
||||
|
||||
[filehighlight] |
||||
# View filehighlight.ini as reference. |
||||
# Directories. |
||||
directory = color33;color230;bold |
||||
# Executable files. |
||||
executable = color64;color230;bold |
||||
# Symbolic links. |
||||
symlink = color37;color230;bold |
||||
# Broken links. |
||||
stalelink = color160;color230;bold+underline |
||||
# An interface for a device driver. |
||||
device = color136;color230;bold+underline |
||||
# Pipes (FIFOs), sockets, block files, character files etc... |
||||
special = color125;color230;bold |
||||
# Core dump files, etc?... |
||||
core = color241;; |
||||
# Bak, Temp, ~, etc... |
||||
temp = color245;; |
||||
# Archives. |
||||
archive = color160;color230;bold |
||||
# Source files. |
||||
source = color241;; |
||||
# Interactive media. |
||||
media = color37;; |
||||
# Images, in other words. |
||||
graph = color125;; |
||||
# DataBases, duh. |
||||
database = color241;; |
||||
# Documents, duh. |
||||
doc = color166;; |
||||
|
||||
[statusbar] |
||||
_default_ = color241;color254; |
||||
|
||||
[buttonbar] |
||||
# Bottom button bar (copy,move, etc...) |
||||
# Hotkey colors (1-10). |
||||
hotkey = color160;color254;bold |
||||
# Button colors (text itself). |
||||
button = color234;color254;bold |
||||
|
||||
[help] |
||||
# Default help tooltip text color/background. |
||||
_default_ = color240;color254; |
||||
# Help when italic. |
||||
helpitalic = color61;color254;italic |
||||
# Help when bold. |
||||
helpbold = color166;color254;bold |
||||
# Links insde help tooltip. |
||||
helplink = color33;color254;underline |
||||
# Links inside help tooltip focused. |
||||
helpslink = color254;color33;underline |
||||
# Help title. |
||||
helptitle = color166;color254;bold |
||||
|
||||
[viewer] |
||||
_default_ = color241;color230; |
||||
viewunderline = color33;color230;underline |
||||
viewbold = color166;color230;bold |
||||
viewselected = color230;color241; |
||||
|
||||
[editor] |
||||
# Basic window theme. |
||||
_default_ = color241;color230; |
||||
# Editor background (behind the windows in non-fullscreen view) |
||||
editbg = color241;color230; |
||||
# Highlighted search results. |
||||
editbold = color230;color235;bold |
||||
# Marked region. |
||||
editmarked = color235;color61; |
||||
# Tabs and trailing spaces. |
||||
editwhitespace = color245;color254; |
||||
# Line numbers area (if enabled) |
||||
editlinestate = color245;color254; |
||||
# Bookmarked line. |
||||
bookmark = color230;color241; |
||||
# Bookmarked line because of "Find all" |
||||
bookmarkfound = color240;color254; |
||||
# Inactive window |
||||
editframe = color241;color230; |
||||
# Active window |
||||
editframeactive = color166;color230; |
||||
# Moved/Resized pane. |
||||
editframedrag = color230;color166; |
||||
# Colors the right margin area (area >word wrap column) if enabled (ShowMargin keybinding) |
||||
editrightmargin = color241;color254; |
||||
|
||||
[diffviewer] |
||||
# unchanged content in changed line |
||||
changedline = color136;color254; |
||||
# new content in changed line |
||||
changednew = color33;color254; |
||||
# Block removed |
||||
removed = color160;color254;underline |
||||
# Block added |
||||
added = color64;color254; |
||||
# Meaning unclear; shows up in diffs for deleted lines, but no idea how it differs from "removed" |
||||
changed = color166;color254;underline |
||||
# Meaning unclear; cannot find a use of this color in the mc sources |
||||
error = color235;color160; |
||||
|
||||
[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 = ▒ |
||||
@ -0,0 +1,237 @@ |
||||
[skin] |
||||
description = Solarized light skin for Midnight Commander (ansi, Version v1.0.0) |
||||
terminal_default_color = yellow;white; |
||||
|
||||
# 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_ = yellow;white; |
||||
# The directory PWD above the header, in focused pane. |
||||
reverse = brightred;white;bold |
||||
# Pane header (name,size,date titles). |
||||
header = white;black;reverse+boldbold |
||||
# Color of currently selected directory entry |
||||
selected = yellow;white;reverse |
||||
# Marked line (using select - insert, ctrl-t, etc...) |
||||
marked = brightmagenta;black;reverse |
||||
# Marked and selected. |
||||
markselect = brightred;black;reverse+boldbold |
||||
|
||||
# Input fields, found in dialog boxes like the copy dialog or preferences menu |
||||
# Input fields, content not modified |
||||
inputunchanged = yellow;white; |
||||
# Input fields, modified. |
||||
input = brightgreen;white; |
||||
# Input history controller (the [^] clickable with the mouse) |
||||
inputhistory = brightred;lightgray; |
||||
# Input field marked text, if any. (mark with mouse, or shift+left arrow) |
||||
inputmark = brightred;lightgray;reverse |
||||
# Disabled input fields in dialog boxes |
||||
disabled = brightcyan;lightgray; |
||||
# Progress bars (while copying etc) |
||||
gauge = brightred;black;reverse |
||||
|
||||
# Command line. |
||||
# Commandline marked text, if any. (e.g. use Shift+LeftArrow to mark) |
||||
commandlinemark = brightred;lightgray;reverse |
||||
# Command prompt history controller (that is the [^] clickable with the mouse) |
||||
commandhistory = brightred;white; |
||||
|
||||
# Shadow not used |
||||
# shadow = fgEmph;fgUnemph |
||||
|
||||
[menu] |
||||
# Default colors for menu while active. |
||||
_default_ = brightgreen;lightgray; |
||||
# Colors for menu while inactive. |
||||
menuinactive = gray;lightgray;bold |
||||
# Menu item hotkey. |
||||
menuhot = red;lightgray; |
||||
# Selected menu item. |
||||
menusel = brightgreen;lightgray;reverse |
||||
# Selected menu item hotkey. |
||||
menuhotsel = brightgreen;red;reverse |
||||
|
||||
[popupmenu] |
||||
# user menu, screenlist, encoding, etc... |
||||
_default_ = brightgreen;lightgray; |
||||
menusel = brightgreen;lightgray;reverse |
||||
menutitle = brightred;lightgray;bold |
||||
|
||||
[dialog] |
||||
# Default colors of dialogs (e.g. copy dialog). |
||||
_default_ = brightgreen;lightgray; |
||||
# Controller colors (checkboxes, actions) in focus. |
||||
dfocus = brightgreen;lightgray;reverse |
||||
# Controllers hotkey color. |
||||
dhotnormal = red;lightgray; |
||||
# 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 = brightgreen;red;reverse |
||||
# Dialog title. |
||||
dtitle = brightred;lightgray;bold |
||||
|
||||
[error] |
||||
# Default colors of error dialogs (e.g. file delete confirmation). |
||||
_default_ = brightgreen;lightgray; |
||||
# Controller colors (checkboxes, actions) in focus. |
||||
errdfocus = brightgreen;lightgray;reverse |
||||
# Controllers hotkey color. |
||||
errdhotnormal = red;lightgray; |
||||
# Controllers hotkey color in focus. |
||||
errdhotfocus = brightgreen;red;reverse |
||||
# Error dialog title. |
||||
errdtitle = brightred;lightgray;bold |
||||
|
||||
[filehighlight] |
||||
# View filehighlight.ini as reference. |
||||
# Directories. |
||||
directory = white;blue;reverse+boldbold |
||||
# Executable files. |
||||
executable = white;green;reverse+boldbold |
||||
# Symbolic links. |
||||
symlink = white;cyan;reverse+boldbold |
||||
# Broken links. |
||||
stalelink = white;red;reverse+bold+underlinebold+underline |
||||
# An interface for a device driver. |
||||
device = white;brown;reverse+bold+underlinebold+underline |
||||
# Pipes (FIFOs), sockets, block files, character files etc... |
||||
special = white;magenta;reverse+boldbold |
||||
# Core dump files, etc?... |
||||
core = yellow;; |
||||
# Bak, Temp, ~, etc... |
||||
temp = brightcyan;; |
||||
# Archives. |
||||
archive = white;red;reverse+boldbold |
||||
# Source files. |
||||
source = yellow;; |
||||
# Interactive media. |
||||
media = cyan;; |
||||
# Images, in other words. |
||||
graph = magenta;; |
||||
# DataBases, duh. |
||||
database = yellow;; |
||||
# Documents, duh. |
||||
doc = brightred;; |
||||
|
||||
[statusbar] |
||||
_default_ = yellow;lightgray; |
||||
|
||||
[buttonbar] |
||||
# Bottom button bar (copy,move, etc...) |
||||
# Hotkey colors (1-10). |
||||
hotkey = red;lightgray;bold |
||||
# Button colors (text itself). |
||||
button = gray;lightgray;bold |
||||
|
||||
[help] |
||||
# Default help tooltip text color/background. |
||||
_default_ = brightgreen;lightgray; |
||||
# Help when italic. |
||||
helpitalic = brightmagenta;lightgray;italic |
||||
# Help when bold. |
||||
helpbold = brightred;lightgray;bold |
||||
# Links insde help tooltip. |
||||
helplink = blue;lightgray;underline |
||||
# Links inside help tooltip focused. |
||||
helpslink = blue;lightgray;reverse+underlineunderline |
||||
# Help title. |
||||
helptitle = brightred;lightgray;bold |
||||
|
||||
[viewer] |
||||
_default_ = yellow;white; |
||||
viewunderline = white;blue;reverse+underlineunderline |
||||
viewbold = brightred;white;bold |
||||
viewselected = yellow;white;reverse |
||||
|
||||
[editor] |
||||
# Basic window theme. |
||||
_default_ = yellow;white; |
||||
# Editor background (behind the windows in non-fullscreen view) |
||||
editbg = yellow;white; |
||||
# Highlighted search results. |
||||
editbold = white;black;bold |
||||
# Marked region. |
||||
editmarked = brightmagenta;black;reverse |
||||
# Tabs and trailing spaces. |
||||
editwhitespace = brightcyan;lightgray; |
||||
# Line numbers area (if enabled) |
||||
editlinestate = brightcyan;lightgray; |
||||
# Bookmarked line. |
||||
bookmark = yellow;white;reverse |
||||
# Bookmarked line because of "Find all" |
||||
bookmarkfound = brightgreen;lightgray; |
||||
# Inactive window |
||||
editframe = yellow;white; |
||||
# Active window |
||||
editframeactive = brightred;white; |
||||
# Moved/Resized pane. |
||||
editframedrag = brightred;white;reverse |
||||
# Colors the right margin area (area >word wrap column) if enabled (ShowMargin keybinding) |
||||
editrightmargin = yellow;lightgray; |
||||
|
||||
[diffviewer] |
||||
# unchanged content in changed line |
||||
changedline = brown;lightgray; |
||||
# new content in changed line |
||||
changednew = blue;lightgray; |
||||
# Block removed |
||||
removed = red;lightgray;underline |
||||
# Block added |
||||
added = green;lightgray; |
||||
# Meaning unclear; shows up in diffs for deleted lines, but no idea how it differs from "removed" |
||||
changed = brightred;lightgray;underline |
||||
# Meaning unclear; cannot find a use of this color in the mc sources |
||||
error = black;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 = ▒ |
||||
@ -0,0 +1,238 @@ |
||||
[skin] |
||||
truecolors = true |
||||
description = Solarized light skin for Midnight Commander (truecolor, Version v1.0.0) |
||||
terminal_default_color = #657b83;#fdf6e3; |
||||
|
||||
# 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_ = #657b83;#fdf6e3; |
||||
# The directory PWD above the header, in focused pane. |
||||
reverse = #cb4b16;#fdf6e3;bold |
||||
# Pane header (name,size,date titles). |
||||
header = #073642;#fdf6e3;bold |
||||
# Color of currently selected directory entry |
||||
selected = #fdf6e3;#657b83; |
||||
# Marked line (using select - insert, ctrl-t, etc...) |
||||
marked = #073642;#6c71c4; |
||||
# Marked and selected. |
||||
markselect = #073642;#cb4b16;bold |
||||
|
||||
# Input fields, found in dialog boxes like the copy dialog or preferences menu |
||||
# Input fields, content not modified |
||||
inputunchanged = #657b83;#fdf6e3; |
||||
# Input fields, modified. |
||||
input = #586e75;#fdf6e3; |
||||
# Input history controller (the [^] clickable with the mouse) |
||||
inputhistory = #cb4b16;#eee8d5; |
||||
# Input field marked text, if any. (mark with mouse, or shift+left arrow) |
||||
inputmark = #eee8d5;#cb4b16; |
||||
# Disabled input fields in dialog boxes |
||||
disabled = #93a1a1;#eee8d5; |
||||
# Progress bars (while copying etc) |
||||
gauge = #073642;#cb4b16; |
||||
|
||||
# Command line. |
||||
# Commandline marked text, if any. (e.g. use Shift+LeftArrow to mark) |
||||
commandlinemark = #eee8d5;#cb4b16; |
||||
# Command prompt history controller (that is the [^] clickable with the mouse) |
||||
commandhistory = #cb4b16;#fdf6e3; |
||||
|
||||
# Shadow not used |
||||
# shadow = fgEmph;fgUnemph |
||||
|
||||
[menu] |
||||
# Default colors for menu while active. |
||||
_default_ = #586e75;#eee8d5; |
||||
# Colors for menu while inactive. |
||||
menuinactive = #002b36;#eee8d5;bold |
||||
# Menu item hotkey. |
||||
menuhot = #dc322f;#eee8d5; |
||||
# Selected menu item. |
||||
menusel = #eee8d5;#586e75; |
||||
# Selected menu item hotkey. |
||||
menuhotsel = #dc322f;#586e75; |
||||
|
||||
[popupmenu] |
||||
# user menu, screenlist, encoding, etc... |
||||
_default_ = #586e75;#eee8d5; |
||||
menusel = #eee8d5;#586e75; |
||||
menutitle = #cb4b16;#eee8d5;bold |
||||
|
||||
[dialog] |
||||
# Default colors of dialogs (e.g. copy dialog). |
||||
_default_ = #586e75;#eee8d5; |
||||
# Controller colors (checkboxes, actions) in focus. |
||||
dfocus = #eee8d5;#586e75; |
||||
# Controllers hotkey color. |
||||
dhotnormal = #dc322f;#eee8d5; |
||||
# 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 = #dc322f;#586e75; |
||||
# Dialog title. |
||||
dtitle = #cb4b16;#eee8d5;bold |
||||
|
||||
[error] |
||||
# Default colors of error dialogs (e.g. file delete confirmation). |
||||
_default_ = #586e75;#eee8d5; |
||||
# Controller colors (checkboxes, actions) in focus. |
||||
errdfocus = #eee8d5;#586e75; |
||||
# Controllers hotkey color. |
||||
errdhotnormal = #dc322f;#eee8d5; |
||||
# Controllers hotkey color in focus. |
||||
errdhotfocus = #dc322f;#586e75; |
||||
# Error dialog title. |
||||
errdtitle = #cb4b16;#eee8d5;bold |
||||
|
||||
[filehighlight] |
||||
# View filehighlight.ini as reference. |
||||
# Directories. |
||||
directory = #268bd2;#fdf6e3;bold |
||||
# Executable files. |
||||
executable = #859900;#fdf6e3;bold |
||||
# Symbolic links. |
||||
symlink = #2aa198;#fdf6e3;bold |
||||
# Broken links. |
||||
stalelink = #dc322f;#fdf6e3;bold+underline |
||||
# An interface for a device driver. |
||||
device = #b58900;#fdf6e3;bold+underline |
||||
# Pipes (FIFOs), sockets, block files, character files etc... |
||||
special = #d33682;#fdf6e3;bold |
||||
# Core dump files, etc?... |
||||
core = #657b83;; |
||||
# Bak, Temp, ~, etc... |
||||
temp = #93a1a1;; |
||||
# Archives. |
||||
archive = #dc322f;#fdf6e3;bold |
||||
# Source files. |
||||
source = #657b83;; |
||||
# Interactive media. |
||||
media = #2aa198;; |
||||
# Images, in other words. |
||||
graph = #d33682;; |
||||
# DataBases, duh. |
||||
database = #657b83;; |
||||
# Documents, duh. |
||||
doc = #cb4b16;; |
||||
|
||||
[statusbar] |
||||
_default_ = #657b83;#eee8d5; |
||||
|
||||
[buttonbar] |
||||
# Bottom button bar (copy,move, etc...) |
||||
# Hotkey colors (1-10). |
||||
hotkey = #dc322f;#eee8d5;bold |
||||
# Button colors (text itself). |
||||
button = #002b36;#eee8d5;bold |
||||
|
||||
[help] |
||||
# Default help tooltip text color/background. |
||||
_default_ = #586e75;#eee8d5; |
||||
# Help when italic. |
||||
helpitalic = #6c71c4;#eee8d5;italic |
||||
# Help when bold. |
||||
helpbold = #cb4b16;#eee8d5;bold |
||||
# Links insde help tooltip. |
||||
helplink = #268bd2;#eee8d5;underline |
||||
# Links inside help tooltip focused. |
||||
helpslink = #eee8d5;#268bd2;underline |
||||
# Help title. |
||||
helptitle = #cb4b16;#eee8d5;bold |
||||
|
||||
[viewer] |
||||
_default_ = #657b83;#fdf6e3; |
||||
viewunderline = #268bd2;#fdf6e3;underline |
||||
viewbold = #cb4b16;#fdf6e3;bold |
||||
viewselected = #fdf6e3;#657b83; |
||||
|
||||
[editor] |
||||
# Basic window theme. |
||||
_default_ = #657b83;#fdf6e3; |
||||
# Editor background (behind the windows in non-fullscreen view) |
||||
editbg = #657b83;#fdf6e3; |
||||
# Highlighted search results. |
||||
editbold = #fdf6e3;#073642;bold |
||||
# Marked region. |
||||
editmarked = #073642;#6c71c4; |
||||
# Tabs and trailing spaces. |
||||
editwhitespace = #93a1a1;#eee8d5; |
||||
# Line numbers area (if enabled) |
||||
editlinestate = #93a1a1;#eee8d5; |
||||
# Bookmarked line. |
||||
bookmark = #fdf6e3;#657b83; |
||||
# Bookmarked line because of "Find all" |
||||
bookmarkfound = #586e75;#eee8d5; |
||||
# Inactive window |
||||
editframe = #657b83;#fdf6e3; |
||||
# Active window |
||||
editframeactive = #cb4b16;#fdf6e3; |
||||
# Moved/Resized pane. |
||||
editframedrag = #fdf6e3;#cb4b16; |
||||
# Colors the right margin area (area >word wrap column) if enabled (ShowMargin keybinding) |
||||
editrightmargin = #657b83;#eee8d5; |
||||
|
||||
[diffviewer] |
||||
# unchanged content in changed line |
||||
changedline = #b58900;#eee8d5; |
||||
# new content in changed line |
||||
changednew = #268bd2;#eee8d5; |
||||
# Block removed |
||||
removed = #dc322f;#eee8d5;underline |
||||
# Block added |
||||
added = #859900;#eee8d5; |
||||
# Meaning unclear; shows up in diffs for deleted lines, but no idea how it differs from "removed" |
||||
changed = #cb4b16;#eee8d5;underline |
||||
# Meaning unclear; cannot find a use of this color in the mc sources |
||||
error = #073642;#dc322f; |
||||
|
||||
[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 = ▒ |
||||
Loading…
Reference in new issue