mc: added solarized dark skin
This commit is contained in:
parent
0bebc771dc
commit
1425706f8f
8 changed files with 1435 additions and 5 deletions
237
.local/share/mc/skins/solarized-dark-ansi.ini
Normal file
237
.local/share/mc/skins/solarized-dark-ansi.ini
Normal file
|
@ -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 = ▒
|
Loading…
Add table
Add a link
Reference in a new issue