dotfiles/.local/share/mc/skins/solarized-dark-256color.ini

239 lines
6.6 KiB
INI
Raw Normal View History

2023-07-26 14:57:12 +02:00
[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 =