From ffccd5b2b05243e7976db80f90f453dccfae9886 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:22:03 +0200 Subject: Adding upstream version 3:4.8.30. Signed-off-by: Daniel Baumann --- misc/skins/Makefile.am | 34 ++ misc/skins/Makefile.in | 667 ++++++++++++++++++++++++++++++++++++ misc/skins/dark.ini | 151 ++++++++ misc/skins/darkfar.ini | 151 ++++++++ misc/skins/default.ini | 138 ++++++++ misc/skins/double-lines.ini | 138 ++++++++ misc/skins/featured-plus.ini | 145 ++++++++ misc/skins/featured.ini | 145 ++++++++ misc/skins/gotar.ini | 134 ++++++++ misc/skins/gray-green-purple256.ini | 160 +++++++++ misc/skins/gray-orange-blue256.ini | 160 +++++++++ misc/skins/julia256.ini | 152 ++++++++ misc/skins/mc46.ini | 129 +++++++ misc/skins/modarcon16-defbg.ini | 187 ++++++++++ misc/skins/modarcon16.ini | 187 ++++++++++ misc/skins/modarcon16root-defbg.ini | 187 ++++++++++ misc/skins/modarcon16root.ini | 187 ++++++++++ misc/skins/modarin256-defbg.ini | 187 ++++++++++ misc/skins/modarin256.ini | 187 ++++++++++ misc/skins/modarin256root-defbg.ini | 187 ++++++++++ misc/skins/modarin256root.ini | 187 ++++++++++ misc/skins/nicedark.ini | 143 ++++++++ misc/skins/sand256.ini | 209 +++++++++++ misc/skins/seasons-autumn16M.ini | 217 ++++++++++++ misc/skins/seasons-spring16M.ini | 217 ++++++++++++ misc/skins/seasons-summer16M.ini | 217 ++++++++++++ misc/skins/seasons-winter16M.ini | 217 ++++++++++++ misc/skins/xoria256.ini | 194 +++++++++++ misc/skins/yadt256-defbg.ini | 150 ++++++++ misc/skins/yadt256.ini | 149 ++++++++ 30 files changed, 5513 insertions(+) create mode 100644 misc/skins/Makefile.am create mode 100644 misc/skins/Makefile.in create mode 100644 misc/skins/dark.ini create mode 100644 misc/skins/darkfar.ini create mode 100644 misc/skins/default.ini create mode 100644 misc/skins/double-lines.ini create mode 100644 misc/skins/featured-plus.ini create mode 100644 misc/skins/featured.ini create mode 100644 misc/skins/gotar.ini create mode 100644 misc/skins/gray-green-purple256.ini create mode 100644 misc/skins/gray-orange-blue256.ini create mode 100644 misc/skins/julia256.ini create mode 100644 misc/skins/mc46.ini create mode 100644 misc/skins/modarcon16-defbg.ini create mode 100644 misc/skins/modarcon16.ini create mode 100644 misc/skins/modarcon16root-defbg.ini create mode 100644 misc/skins/modarcon16root.ini create mode 100644 misc/skins/modarin256-defbg.ini create mode 100644 misc/skins/modarin256.ini create mode 100644 misc/skins/modarin256root-defbg.ini create mode 100644 misc/skins/modarin256root.ini create mode 100644 misc/skins/nicedark.ini create mode 100644 misc/skins/sand256.ini create mode 100644 misc/skins/seasons-autumn16M.ini create mode 100644 misc/skins/seasons-spring16M.ini create mode 100644 misc/skins/seasons-summer16M.ini create mode 100644 misc/skins/seasons-winter16M.ini create mode 100644 misc/skins/xoria256.ini create mode 100644 misc/skins/yadt256-defbg.ini create mode 100644 misc/skins/yadt256.ini (limited to 'misc/skins') diff --git a/misc/skins/Makefile.am b/misc/skins/Makefile.am new file mode 100644 index 0000000..74d8f82 --- /dev/null +++ b/misc/skins/Makefile.am @@ -0,0 +1,34 @@ +skindir = $(pkgdatadir)/skins + +skin_DATA = \ + dark.ini \ + darkfar.ini \ + default.ini \ + double-lines.ini \ + featured-plus.ini \ + featured.ini \ + gotar.ini \ + gray-green-purple256.ini \ + gray-orange-blue256.ini \ + julia256.ini \ + mc46.ini \ + modarcon16-defbg.ini \ + modarcon16.ini \ + modarcon16root-defbg.ini \ + modarcon16root.ini \ + modarin256-defbg.ini \ + modarin256.ini \ + modarin256root-defbg.ini \ + modarin256root.ini \ + nicedark.ini \ + sand256.ini \ + seasons-autumn16M.ini \ + seasons-spring16M.ini \ + seasons-summer16M.ini \ + seasons-winter16M.ini \ + xoria256.ini \ + yadt256-defbg.ini \ + yadt256.ini + +EXTRA_DIST = \ + $(skin_DATA) diff --git a/misc/skins/Makefile.in b/misc/skins/Makefile.in new file mode 100644 index 0000000..a752490 --- /dev/null +++ b/misc/skins/Makefile.in @@ -0,0 +1,667 @@ +# Makefile.in generated by automake 1.16.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2021 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = misc/skins +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ + $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ + $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ + $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/m4.include/gnulib/mode_t.m4 \ + $(top_srcdir)/m4.include/gnulib/stat-size.m4 \ + $(top_srcdir)/m4.include/gnulib/fstypename.m4 \ + $(top_srcdir)/m4.include/gnulib/fsusage.m4 \ + $(top_srcdir)/m4.include/gnulib/mountlist.m4 \ + $(top_srcdir)/m4.include/gnulib/windows-stat-inodes.m4 \ + $(top_srcdir)/m4.include/gnulib/sys_types_h.m4 \ + $(top_srcdir)/m4.include/ax_path_lib_pcre.m4 \ + $(top_srcdir)/m4.include/ax_check_pcre2.m4 \ + $(top_srcdir)/m4.include/dx_doxygen.m4 \ + $(top_srcdir)/m4.include/ax_require_defined.m4 \ + $(top_srcdir)/m4.include/ax_check_compile_flag.m4 \ + $(top_srcdir)/m4.include/ax_append_flag.m4 \ + $(top_srcdir)/m4.include/ax_append_compile_flags.m4 \ + $(top_srcdir)/m4.include/mc-cflags.m4 \ + $(top_srcdir)/m4.include/ax_gcc_func_attribute.m4 \ + $(top_srcdir)/m4.include/mc-check-search-type.m4 \ + $(top_srcdir)/m4.include/mc-get-fs-info.m4 \ + $(top_srcdir)/m4.include/mc-with-x.m4 \ + $(top_srcdir)/m4.include/mc-use-termcap.m4 \ + $(top_srcdir)/m4.include/mc-with-screen.m4 \ + $(top_srcdir)/m4.include/mc-with-screen-ncurses.m4 \ + $(top_srcdir)/m4.include/mc-with-screen-slang.m4 \ + $(top_srcdir)/m4.include/mc-with-internal-edit.m4 \ + $(top_srcdir)/m4.include/mc-subshell.m4 \ + $(top_srcdir)/m4.include/mc-background.m4 \ + $(top_srcdir)/m4.include/mc-ext2fs-attr.m4 \ + $(top_srcdir)/m4.include/mc-glib.m4 \ + $(top_srcdir)/m4.include/mc-vfs.m4 \ + $(top_srcdir)/m4.include/vfs/rpc.m4 \ + $(top_srcdir)/m4.include/vfs/socket.m4 \ + $(top_srcdir)/m4.include/vfs/mc-vfs-extfs.m4 \ + $(top_srcdir)/m4.include/vfs/mc-vfs-sfs.m4 \ + $(top_srcdir)/m4.include/vfs/mc-vfs-ftp.m4 \ + $(top_srcdir)/m4.include/vfs/mc-vfs-sftp.m4 \ + $(top_srcdir)/m4.include/vfs/mc-vfs-fish.m4 \ + $(top_srcdir)/m4.include/vfs/mc-vfs-undelfs.m4 \ + $(top_srcdir)/m4.include/vfs/mc-vfs-tarfs.m4 \ + $(top_srcdir)/m4.include/vfs/mc-vfs-cpiofs.m4 \ + $(top_srcdir)/m4.include/mc-version.m4 \ + $(top_srcdir)/m4.include/mc-tests.m4 \ + $(top_srcdir)/m4.include/mc-i18n.m4 \ + $(top_srcdir)/m4.include/mc-assert.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(skindir)" +DATA = $(skin_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CHECK_CFLAGS = @CHECK_CFLAGS@ +CHECK_LIBS = @CHECK_LIBS@ +COM_ERR_CFLAGS = @COM_ERR_CFLAGS@ +COM_ERR_LIBS = @COM_ERR_LIBS@ +CP1251 = @CP1251@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DOC_LINGUAS = @DOC_LINGUAS@ +DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +DX_CONFIG = @DX_CONFIG@ +DX_DOCDIR = @DX_DOCDIR@ +DX_DOT = @DX_DOT@ +DX_DOXYGEN = @DX_DOXYGEN@ +DX_DVIPS = @DX_DVIPS@ +DX_EGREP = @DX_EGREP@ +DX_ENV = @DX_ENV@ +DX_FLAG_chi = @DX_FLAG_chi@ +DX_FLAG_chm = @DX_FLAG_chm@ +DX_FLAG_doc = @DX_FLAG_doc@ +DX_FLAG_dot = @DX_FLAG_dot@ +DX_FLAG_html = @DX_FLAG_html@ +DX_FLAG_man = @DX_FLAG_man@ +DX_FLAG_pdf = @DX_FLAG_pdf@ +DX_FLAG_ps = @DX_FLAG_ps@ +DX_FLAG_rtf = @DX_FLAG_rtf@ +DX_FLAG_xml = @DX_FLAG_xml@ +DX_HHC = @DX_HHC@ +DX_LATEX = @DX_LATEX@ +DX_MAKEINDEX = @DX_MAKEINDEX@ +DX_PDFLATEX = @DX_PDFLATEX@ +DX_PERL = @DX_PERL@ +DX_PROJECT = @DX_PROJECT@ +E2P_CFLAGS = @E2P_CFLAGS@ +E2P_LIBS = @E2P_LIBS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ETAGS = @ETAGS@ +EXEEXT = @EXEEXT@ +EXT2FS_CFLAGS = @EXT2FS_CFLAGS@ +EXT2FS_LIBS = @EXT2FS_LIBS@ +EXTHELPERSDIR = @EXTHELPERSDIR@ +FGREP = @FGREP@ +FILECMD = @FILECMD@ +GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_LIBS = @GLIB_LIBS@ +GMODULE_CFLAGS = @GMODULE_CFLAGS@ +GMODULE_LIBS = @GMODULE_LIBS@ +GMSGFMT = @GMSGFMT@ +GMSGFMT_015 = @GMSGFMT_015@ +GREP = @GREP@ +HAVE_FILECMD = @HAVE_FILECMD@ +HAVE_ZIPINFO = @HAVE_ZIPINFO@ +HAVE_nroff = @HAVE_nroff@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLLIBS = @INTLLIBS@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBMC_RELEASE = @LIBMC_RELEASE@ +LIBMC_VERSION = @LIBMC_VERSION@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBSSH_CFLAGS = @LIBSSH_CFLAGS@ +LIBSSH_LIBS = @LIBSSH_LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANDOC = @MANDOC@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MAN_DATE = @MAN_DATE@ +MAN_FLAGS = @MAN_FLAGS@ +MAN_VERSION = @MAN_VERSION@ +MCLIBS = @MCLIBS@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGFMT_015 = @MSGFMT_015@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PCRE_CFLAGS = @PCRE_CFLAGS@ +PCRE_LIBS = @PCRE_LIBS@ +PERL = @PERL@ +PERL_FOR_BUILD = @PERL_FOR_BUILD@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +POSUB = @POSUB@ +PYTHON = @PYTHON@ +RANLIB = @RANLIB@ +RUBY = @RUBY@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SLANG_CFLAGS = @SLANG_CFLAGS@ +SLANG_LIBS = @SLANG_LIBS@ +STRIP = @STRIP@ +TESTS_LDFLAGS = @TESTS_LDFLAGS@ +UNZIP = @UNZIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +X11_WWW = @X11_WWW@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_015 = @XGETTEXT_015@ +XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +XMKMF = @XMKMF@ +X_CFLAGS = @X_CFLAGS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +X_LIBS = @X_LIBS@ +X_PRE_LIBS = @X_PRE_LIBS@ +ZIP = @ZIP@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +skindir = $(pkgdatadir)/skins +skin_DATA = \ + dark.ini \ + darkfar.ini \ + default.ini \ + double-lines.ini \ + featured-plus.ini \ + featured.ini \ + gotar.ini \ + gray-green-purple256.ini \ + gray-orange-blue256.ini \ + julia256.ini \ + mc46.ini \ + modarcon16-defbg.ini \ + modarcon16.ini \ + modarcon16root-defbg.ini \ + modarcon16root.ini \ + modarin256-defbg.ini \ + modarin256.ini \ + modarin256root-defbg.ini \ + modarin256root.ini \ + nicedark.ini \ + sand256.ini \ + seasons-autumn16M.ini \ + seasons-spring16M.ini \ + seasons-summer16M.ini \ + seasons-winter16M.ini \ + xoria256.ini \ + yadt256-defbg.ini \ + yadt256.ini + +EXTRA_DIST = \ + $(skin_DATA) + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu misc/skins/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu misc/skins/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-skinDATA: $(skin_DATA) + @$(NORMAL_INSTALL) + @list='$(skin_DATA)'; test -n "$(skindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(skindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(skindir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(skindir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(skindir)" || exit $$?; \ + done + +uninstall-skinDATA: + @$(NORMAL_UNINSTALL) + @list='$(skin_DATA)'; test -n "$(skindir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(skindir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(skindir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-skinDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-skinDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-skinDATA install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-skinDATA + +.PRECIOUS: Makefile + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/misc/skins/dark.ini b/misc/skins/dark.ini new file mode 100644 index 0000000..8ad29b3 --- /dev/null +++ b/misc/skins/dark.ini @@ -0,0 +1,151 @@ +[skin] + description = Dark skin + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ┬ + dbottommiddle = ┴ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = lightgray;black + selected = black;cyan + marked = yellow;black + markselect = yellow;cyan + gauge = white;black + input = black;cyan + inputunchanged = gray;cyan + inputmark = cyan;black + disabled = gray;blue + reverse = black;lightgray + commandlinemark = black;lightgray + header = yellow;black + inputhistory = + commandhistory = + shadow = gray;black + +[dialog] + _default_ = brightcyan;blue + dfocus = blue;cyan + dhotnormal = white; + dhotfocus = white;cyan + dtitle = white; + +[error] + _default_ = white;red + errdfocus = black;lightgray + errdhotnormal = yellow;red + errdhotfocus = yellow;lightgray + errdtitle = yellow;red + +[filehighlight] + directory = white; + executable = brightmagenta; + symlink = lightgray; + hardlink = + stalelink = brightred; + device = brightmagenta; + special = brightblue; + core = red; + temp = gray; + archive = brightgreen; + doc = brown; + source = cyan; + media = green; + graph = brightcyan; + database = brightred; + +[menu] + _default_ = lightgray;blue + menusel = black;cyan + menuhot = white;blue + menuhotsel = white;cyan + menuinactive = black;lightgray + +[popupmenu] + _default_ = lightgray;blue + menusel = black;cyan + menutitle = lightgray;blue + +[buttonbar] + hotkey = red;lightgray + button = black;lightgray + +[statusbar] + _default_ = black;lightgray + +[help] + _default_ = black;lightgray + helpitalic = red;lightgray + helpbold = blue;lightgray + helplink = black;cyan + helpslink = yellow;blue + helptitle = blue;lightgray + +[editor] + _default_ = lightgray;black + editbold = yellow;green + editmarked = black;lightgray + editwhitespace = brightblue;black + editlinestate = white;cyan + bookmark = white;red + bookmarkfound = black;green + editrightmargin = white;blue +# editbg = + editframe = gray; + editframeactive = lightgray; + editframedrag = red; + +[viewer] + _default_ = lightgray;black + viewbold = yellow;black + viewunderline = brightred;black + viewselected = yellow;cyan + +[diffviewer] + added = white;green + changedline = blue;cyan + changednew = red;cyan + changed = white;cyan + removed = white;red + error = red;lightgray + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = ← + history-next-item-char = → + history-show-list-char = ↓ + filename-scroll-left-char = « + filename-scroll-right-char = » + +[widget-scrollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = ↕ + window-close-char = ✕ diff --git a/misc/skins/darkfar.ini b/misc/skins/darkfar.ini new file mode 100644 index 0000000..9ac7399 --- /dev/null +++ b/misc/skins/darkfar.ini @@ -0,0 +1,151 @@ +[skin] + description = Dark Far skin + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[core] + _default_ = lightgray;black + selected = black;cyan + marked = yellow;black + markselect = yellow;cyan + gauge = white;black + input = black;cyan + inputunchanged = gray;cyan + inputmark = cyan;black + disabled = gray;blue + reverse = black;lightgray + commandlinemark = black;lightgray + header = yellow;black + inputhistory = + commandhistory = + shadow = gray;black + +[dialog] + _default_ = brightcyan;blue + dfocus = blue;cyan + dhotnormal = white; + dhotfocus = white;cyan + dtitle = white; + +[error] + _default_ = white;red + errdfocus = black;lightgray + errdhotnormal = yellow;red + errdhotfocus = yellow;lightgray + errdtitle = yellow;red + +[filehighlight] + directory = white; + executable = brightmagenta; + symlink = lightgray; + hardlink = + stalelink = brightred; + device = brightmagenta; + special = brightblue; + core = red; + temp = gray; + archive = brightgreen; + doc = brown; + source = cyan; + media = green; + graph = brightcyan; + database = brightred; + +[menu] + _default_ = lightgray;blue + menusel = black;cyan + menuhot = white;blue + menuhotsel = white;cyan + menuinactive = black;lightgray + +[popupmenu] + _default_ = lightgray;blue + menusel = black;cyan + menutitle = lightgray;blue + +[buttonbar] + hotkey = red;lightgray + button = black;lightgray + +[statusbar] + _default_ = black;lightgray + +[help] + _default_ = black;lightgray + helpitalic = red;lightgray + helpbold = blue;lightgray + helplink = black;cyan + helpslink = yellow;blue + helptitle = blue;lightgray + +[editor] + _default_ = lightgray;black + editbold = yellow;green + editmarked = black;lightgray + editwhitespace = brightblue;black + editlinestate = white;cyan + bookmark = white;red + bookmarkfound = black;green + editrightmargin = white;blue +# editbg = + editframe = gray; + editframeactive = lightgray; + editframedrag = white; + +[viewer] + _default_ = lightgray;black + viewbold = yellow;black + viewunderline = brightred;black + viewselected = yellow;cyan + +[diffviewer] + added = white;green + changedline = blue;cyan + changednew = red;cyan + changed = white;cyan + removed = white;red + error = red; + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = ← + history-next-item-char = → + history-show-list-char = ↓ + filename-scroll-left-char = « + filename-scroll-right-char = » + +[widget-scrollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = ↕ + window-close-char = × diff --git a/misc/skins/default.ini b/misc/skins/default.ini new file mode 100644 index 0000000..145eb99 --- /dev/null +++ b/misc/skins/default.ini @@ -0,0 +1,138 @@ +[skin] + description = Standard skin + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ┬ + dbottommiddle = ┴ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = lightgray;blue + selected = black;cyan + marked = yellow;blue + markselect = yellow;cyan + gauge = white;black + input = black;cyan + inputunchanged = gray;cyan + inputmark = cyan;black + disabled = gray;lightgray + reverse = black;lightgray + commandlinemark = black;lightgray + header = yellow;blue + inputhistory = + commandhistory = + shadow = gray;black + +[dialog] + _default_ = black;lightgray + dfocus = black;cyan + dhotnormal = blue;lightgray + dhotfocus = blue;cyan + dtitle = blue;lightgray + +[error] + _default_ = white;red + errdfocus = black;lightgray + errdhotnormal = yellow;red + errdhotfocus = yellow;lightgray + errdtitle = yellow;red + +[filehighlight] + directory = white; + executable = brightgreen; + symlink = lightgray; + hardlink = + stalelink = brightred; + device = brightmagenta; + special = black; + core = red; + temp = gray; + archive = brightmagenta; + doc = brown; + source = cyan; + media = green; + graph = brightcyan; + database = brightred; + +[menu] + _default_ = white;cyan + menusel = white;black + menuhot = yellow;cyan + menuhotsel = yellow;black + menuinactive = black;cyan + +[popupmenu] + _default_ = white;cyan + menusel = yellow;black + menutitle = yellow;cyan + +[buttonbar] + hotkey = white;black + button = black;cyan + +[statusbar] + _default_ = black;cyan + +[help] + _default_ = black;lightgray + helpitalic = red;lightgray + helpbold = blue;lightgray + helplink = black;cyan + helpslink = yellow;blue + helptitle = blue;lightgray + +[editor] + _default_ = lightgray;blue + editbold = yellow;green + editmarked = black;cyan + editwhitespace = brightblue;blue + editlinestate = white;cyan + bookmark = white;red + bookmarkfound = black;green + editrightmargin = brightblue;black +# editbg = lightgray; +# editframe = lightgray; + editframeactive = white; + editframedrag = green; + +[viewer] + _default_ = lightgray;blue + viewbold = yellow;blue + viewunderline = brightred;blue + viewselected = yellow;cyan + +[diffviewer] + added = white;green + changedline = blue;cyan + changednew = red;cyan + changed = white;cyan + removed = white;red + error = red;lightgray + +[widget-panel] + sort-up-char = ' + sort-down-char = . + filename-scroll-left-char = { + filename-scroll-right-char = } + +[widget-editor] + window-state-char = * + window-close-char = X diff --git a/misc/skins/double-lines.ini b/misc/skins/double-lines.ini new file mode 100644 index 0000000..7f35df0 --- /dev/null +++ b/misc/skins/double-lines.ini @@ -0,0 +1,138 @@ +[skin] + description = Far-like skin + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[core] + _default_ = lightgray;blue + selected = black;cyan + marked = yellow;blue + markselect = yellow;cyan + gauge = white;black + input = black;cyan + inputunchanged = gray;cyan + inputmark = cyan;black + commandlinemark = black;lightgray + disabled = gray;lightgray + reverse = black;lightgray + header = yellow;blue + inputhistory = + commandhistory = + shadow = gray;black + +[dialog] + _default_ = black;lightgray + dfocus = black;cyan + dhotnormal = blue;lightgray + dhotfocus = blue;cyan + dtitle = blue;lightgray + +[error] + _default_ = white;red + errdfocus = black;lightgray + errdhotnormal = yellow;red + errdhotfocus = yellow;lightgray + errdtitle = yellow;red + +[filehighlight] + directory = white; + executable = brightgreen; + symlink = lightgray; + hardlink = + stalelink = brightred; + device = brightmagenta; + special = black; + core = red; + temp = gray; + archive = brightmagenta; + doc = brown; + source = cyan; + media = green; + graph = brightcyan; + database = brightred; + +[menu] + _default_ = white;cyan + menusel = white;black + menuhot = yellow;cyan + menuhotsel = yellow;black + menuinactive = lightgray;blue + +[popupmenu] + _default_ = white;cyan + menusel = white;black + menutitle = white;cyan + +[buttonbar] + hotkey = lightgray;blue + button = lightgray;blue + +[statusbar] + _default_ = black;cyan + +[help] + _default_ = black;lightgray + helpitalic = red;lightgray + helpbold = blue;lightgray + helplink = black;cyan + helpslink = yellow;blue + helptitle = blue;lightgray + +[editor] + _default_ = lightgray;blue + editbold = yellow;green + editmarked = black;cyan + editwhitespace = brightblue;blue + editlinestate = white;cyan + bookmark = white;red + bookmarkfound = black;green + editrightmargin = brightblue;black +# editbg = +# editframe = + editframeactive = white; + editframedrag = green; + +[viewer] + _default_ = lightgray;blue + viewbold = yellow;blue + viewunderline = brightred;blue + viewselected = yellow;cyan + +[diffviewer] + added = white;green + changedline = blue;cyan + changednew = red;cyan + changed = white;cyan + removed = white;red + error = red;lightgray + +[widget-panel] + sort-up-char = ' + sort-down-char = . + filename-scroll-left-char = { + filename-scroll-right-char = } + +[widget-editor] + window-state-char = * + window-close-char = X diff --git a/misc/skins/featured-plus.ini b/misc/skins/featured-plus.ini new file mode 100644 index 0000000..a0dc070 --- /dev/null +++ b/misc/skins/featured-plus.ini @@ -0,0 +1,145 @@ +# Please, use this skin in UTF-8 system codepage only. + +[skin] + description = Enhanced standard skin with alternative directory and file select/mark colors + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[core] + _default_ = lightgray;blue + selected = gray;cyan;bold + marked = yellow;blue;bold + markselect = white;cyan;bold + gauge = white;black + input = black;cyan + inputunchanged = gray;cyan + inputmark = cyan;black + disabled = gray;lightgray + reverse = black;lightgray + commandlinemark = black;lightgray + header = yellow;blue + inputhistory = + commandhistory = + shadow = gray;black + +[dialog] + _default_ = black;lightgray + dfocus = black;cyan + dhotnormal = blue;lightgray + dhotfocus = blue;cyan + dtitle = blue;lightgray + +[error] + _default_ = white;red + errdfocus = black;lightgray + errdhotnormal = yellow;red + errdhotfocus = yellow;lightgray + errdtitle = yellow;red + +[filehighlight] + directory = brightcyan;blue;bold + executable = brightgreen; + symlink = lightgray; + hardlink = + stalelink = brightred; + device = brightmagenta; + special = black; + core = red; + temp = gray; + archive = brightmagenta; + doc = brown; + source = cyan; + media = green; + graph = brightcyan; + database = brightred; + +[menu] + _default_ = white;cyan + menusel = white;black + menuhot = yellow;cyan + menuhotsel = yellow;black + menuinactive = black;cyan + +[popupmenu] + _default_ = white;cyan + menusel = white;black + menutitle = white;cyan + +[buttonbar] + hotkey = white;black + button = black;cyan + +[statusbar] + _default_ = black;cyan + +[help] + _default_ = black;lightgray + helpitalic = red;lightgray + helpbold = blue;lightgray + helplink = black;cyan + helpslink = yellow;blue + helptitle = blue;lightgray + +[editor] + _default_ = lightgray;blue + editbold = yellow;green + editmarked = black;cyan + editwhitespace = brightblue;blue + editlinestate = white;cyan + bookmark = white;red + bookmarkfound = black;green + editrightmargin = brightblue;black +# editbg = +# editframe = + editframeactive = lightgray; + editframedrag = cyan; + +[viewer] + _default_ = lightgray;blue + viewbold = yellow;blue + viewunderline = brightred;blue + viewselected = yellow;cyan + +[diffviewer] + added = white;green + changedline = blue;cyan + changednew = red;cyan + changed = white;cyan + removed = white;red + error = red;lightgray + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = ⋅ + hiddenfiles-hide-char = • + history-prev-item-char = « + history-next-item-char = » + history-show-list-char = ^ + filename-scroll-left-char = « + filename-scroll-right-char = » + +[widget-editor] + window-state-char = ↕ + window-close-char = ✕ diff --git a/misc/skins/featured.ini b/misc/skins/featured.ini new file mode 100644 index 0000000..43ce2f2 --- /dev/null +++ b/misc/skins/featured.ini @@ -0,0 +1,145 @@ +# Please, use this skin in UTF-8 system codepage only. + +[skin] + description = Enhanced standard skin + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[core] + _default_ = lightgray;blue + selected = black;cyan + marked = yellow;blue + markselect = yellow;cyan + gauge = white;black + input = black;cyan + inputunchanged = gray;cyan + inputmark = cyan;black + disabled = gray;lightgray + reverse = black;lightgray + commandlinemark = black;lightgray + header = yellow;blue + inputhistory = + commandhistory = + shadow = gray;black + +[dialog] + _default_ = black;lightgray + dfocus = black;cyan + dhotnormal = blue;lightgray + dhotfocus = blue;cyan + dtitle = blue;lightgray + +[error] + _default_ = white;red + errdfocus = black;lightgray + errdhotnormal = yellow;red + errdhotfocus = yellow;lightgray + errdtitle = yellow;red + +[filehighlight] + directory = white; + executable = brightgreen; + symlink = lightgray; + hardlink = + stalelink = brightred; + device = brightmagenta; + special = black; + core = red; + temp = gray; + archive = brightmagenta; + doc = brown; + source = cyan; + media = green; + graph = brightcyan; + database = brightred; + +[menu] + _default_ = white;cyan + menusel = white;black + menuhot = yellow;cyan + menuhotsel = yellow;black + menuinactive = black;cyan + +[popupmenu] + _default_ = white;cyan + menusel = white;black + menutitle = white;cyan + +[buttonbar] + hotkey = white;black + button = black;cyan + +[statusbar] + _default_ = black;cyan + +[help] + _default_ = black;lightgray + helpitalic = red;lightgray + helpbold = blue;lightgray + helplink = black;cyan + helpslink = yellow;blue + helptitle = blue;lightgray + +[editor] + _default_ = lightgray;blue + editbold = yellow;green + editmarked = black;cyan + editwhitespace = brightblue;blue + editlinestate = white;cyan + bookmark = white;red + bookmarkfound = black;green + editrightmargin = brightblue;black +# editbg = +# editframe = + editframeactive = lightgray; + editframedrag = cyan; + +[viewer] + _default_ = lightgray;blue + viewbold = yellow;blue + viewunderline = brightred;blue + viewselected = yellow;cyan + +[diffviewer] + added = white;green + changedline = blue;cyan + changednew = red;cyan + changed = white;cyan + removed = white;red + error = red;lightgray + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = ⋅ + hiddenfiles-hide-char = • + history-prev-item-char = « + history-next-item-char = » + history-show-list-char = ^ + filename-scroll-left-char = « + filename-scroll-right-char = » + +[widget-editor] + window-state-char = ↕ + window-close-char = ✕ diff --git a/misc/skins/gotar.ini b/misc/skins/gotar.ini new file mode 100644 index 0000000..3b81867 --- /dev/null +++ b/misc/skins/gotar.ini @@ -0,0 +1,134 @@ +[skin] + description = GoTaR @PLD Linux + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ┬ + dbottommiddle = ┴ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = lightgray;black + selected = white;blue + marked = brightred; + markselect = yellow; + gauge = ;brown + input = brightgreen; + disabled = gray;blue + reverse = brightgreen;blue + header = brightred; + inputhistory = + commandhistory = + shadow = gray;black + +[dialog] + _default_ = brightcyan;blue + dfocus = brightred;black + dhotnormal = brightred; + dhotfocus = yellow;black + dtitle = brightred; + +[error] + _default_ = white;red + errdfocus = brightgreen;blue + errdhotnormal = yellow; + errdhotfocus = yellow;blue + errdtitle = yellow; + +[filehighlight] + directory = brightcyan; + executable = brightgreen; + symlink = red; + hardlink = + stalelink = yellow;blue + device = green; + special = brightblue; + core = red; + temp = gray; + archive = cyan; + doc = brown; + source = green; + media = white; + graph = magenta; + database = ; + +[menu] + _default_ = brightgreen;black + menusel = brightcyan;blue + menuhot = brightred; + menuhotsel = yellow; + menuinactive = lightgray; + +[popupmenu] + _default_ = brightgreen;black + menusel = brightcyan;blue + menutitle = brightcyan;black + +[buttonbar] + hotkey = lightgray;black + button = white;blue + +[statusbar] + _default_ = white;blue + +[help] + _default_ = brightred;black + helpitalic = brightcyan; + helpbold = brightgreen; + helplink = white; + helpslink = yellow;blue + helptitle = brightgreen; + +[editor] + _default_ = lightgray;black + editbold = yellow;blue + editmarked = brightgreen;red + editwhitespace = brightblue;blue + editlinestate = brightgreen + bookmark = white;red + bookmarkfound = black;green + editrightmargin = brightblue;blue +# editbg = +# editframe = + editframeactive = white; + editframedrag = green; + +[viewer] + _default_ = lightgray;black + viewbold = brightred;black + viewunderline = brightgreen;black + viewselected = yellow;black + +[diffviewer] + _default_ = lightgray;black + added = brightgreen; + changedline = cyan; + changednew = yellow; + changed = ;brown + removed = ;blue + error = white;red + +[widget-panel] + filename-scroll-left-char = { + filename-scroll-right-char = } + +[widget-editor] + window-state-char = * + window-close-char = X diff --git a/misc/skins/gray-green-purple256.ini b/misc/skins/gray-green-purple256.ini new file mode 100644 index 0000000..3f00e2a --- /dev/null +++ b/misc/skins/gray-green-purple256.ini @@ -0,0 +1,160 @@ +[skin] + description = Gray-Green-Purple Skin + 256colors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[aliases] + bgmain = gray22 + bgbitdarker = gray21 + bgdarker = gray20 + main1 = rgb141 + main2 = rgb303 + +[core] + _default_ = black;bgmain + selected = ;main1 + marked = main2;;bold + markselect = main2;main1;bold + gauge = ;main1 + input = + inputunchanged = gray + inputmark = ;main1 + disabled = gray8;bgdarker + reverse = + commandlinemark = ;main1 + header = main2 + shadow = black;gray12 + +[dialog] + _default_ = black;bgdarker + dfocus = ;main1 + dhotnormal = main2 + dhotfocus = main2;main1 + dtitle = main2 + +[error] + # "white" might change color when going bold, so use "rgb555" instead + _default_ = rgb555;rgb400;bold + errdfocus = ;main2 + errdhotnormal = main1 + errdhotfocus = main1;main2 + errdtitle = main1 + +[filehighlight] + directory = + executable = rgb030 + symlink = rgb202 + hardlink = + stalelink = rgb400 + device = rgb231 + special = rgb331 + core = rgb430 + temp = gray15 + archive = rgb012 + doc = rgb103 + source = rgb310 + media = rgb024 + graph = rgb033 + database = rgb421 + +[menu] + _default_ = black;bgdarker + menusel = ;main1 + menuhot = main2 + menuhotsel = main2;main1 + menuinactive = + +[popupmenu] + _default_ = black;bgdarker + menusel = ;main1 + menutitle = main2 + +[buttonbar] + hotkey = black;bgmain + button = black;bgdarker + +[statusbar] + _default_ = black;bgdarker + +[help] + _default_ = black;bgdarker + helpitalic = rgb020 + helpbold = rgb300 + helplink = main2;;underline + helpslink = bgdarker;main2 + helptitle = main2 + +[editor] + _default_ = black;bgmain + editbold = rgb400 + editmarked = ;main1 + editwhitespace = rgb400;bgdarker + editlinestate = ;bgdarker + bookmark = ;rgb531 + bookmarkfound = ;main2 + editrightmargin = rgb400;bgdarker +# editbg = + editframe = main2; + editframeactive = black; + editframedrag = rgb400; + +[viewer] + _default_ = black;bgmain + # "black" might change color when going bold, so use "rgb000" instead + viewbold = rgb000;;bold + viewunderline = ;;underline + viewselected = main2;main1;bold + +[diffviewer] + added = ;rgb340 + changedline = ;bgdarker + changednew = main2;bgdarker + changed = ;bgbitdarker + removed = ;rgb511 + # "white" might change color when going bold, so use "rgb555" instead + error = rgb555;rgb400;bold + +[widget-panel] + sort-up-char = ▴ + sort-down-char = ▾ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = ◂ + history-next-item-char = ▸ + history-show-list-char = ▾ + filename-scroll-left-char = ◂ + filename-scroll-right-char = ▸ + +[widget-scrollbar] + first-vert-char = ▴ + last-vert-char = ▾ + first-horiz-char = ◂ + last-horiz-char = ▸ + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = ↕ + window-close-char = ✕ diff --git a/misc/skins/gray-orange-blue256.ini b/misc/skins/gray-orange-blue256.ini new file mode 100644 index 0000000..4953c16 --- /dev/null +++ b/misc/skins/gray-orange-blue256.ini @@ -0,0 +1,160 @@ +[skin] + description = Gray-Orange-Blue Skin + 256colors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[aliases] + bgmain = gray22 + bgbitdarker = gray21 + bgdarker = gray20 + main1 = rgb530 + main2 = rgb004 + +[core] + _default_ = black;bgmain + selected = ;main1 + marked = main2;;bold + markselect = main2;main1;bold + gauge = ;main1 + input = + inputunchanged = gray + inputmark = ;main1 + disabled = gray8;bgdarker + reverse = + commandlinemark = ;main1 + header = main2 + shadow = black;gray12 + +[dialog] + _default_ = black;bgdarker + dfocus = ;main1 + dhotnormal = main2 + dhotfocus = main2;main1 + dtitle = main2 + +[error] + # "white" might change color when going bold, so use "rgb555" instead + _default_ = rgb555;rgb400;bold + errdfocus = ;main2 + errdhotnormal = main1 + errdhotfocus = main1;main2 + errdtitle = main1 + +[filehighlight] + directory = + executable = rgb030 + symlink = rgb202 + hardlink = + stalelink = rgb400 + device = rgb231 + special = rgb331 + core = rgb430 + temp = gray15 + archive = rgb012 + doc = rgb103 + source = rgb310 + media = rgb024 + graph = rgb033 + database = rgb421 + +[menu] + _default_ = black;bgdarker + menusel = ;main1 + menuhot = main2 + menuhotsel = main2;main1 + menuinactive = + +[popupmenu] + _default_ = black;bgdarker + menusel = ;main1 + menutitle = main2 + +[buttonbar] + hotkey = black;bgmain + button = black;bgdarker + +[statusbar] + _default_ = black;bgdarker + +[help] + _default_ = black;bgdarker + helpitalic = rgb020 + helpbold = rgb300 + helplink = main2;;underline + helpslink = bgdarker;main2 + helptitle = main2 + +[editor] + _default_ = black;bgmain + editbold = rgb400 + editmarked = ;main1 + editwhitespace = rgb400;bgdarker + editlinestate = ;bgdarker + bookmark = ;rgb531 + bookmarkfound = ;main2 + editrightmargin = rgb400;bgdarker +# editbg = + editframe = main2; + editframeactive = black; + editframedrag = rgb400; + +[viewer] + _default_ = black;bgmain + # "black" might change color when going bold, so use "rgb000" instead + viewbold = rgb000;;bold + viewunderline = ;;underline + viewselected = main2;main1;bold + +[diffviewer] + added = ;rgb340 + changedline = ;bgdarker + changednew = main2;bgdarker + changed = ;bgbitdarker + removed = ;rgb511 + # "white" might change color when going bold, so use "rgb555" instead + error = rgb555;rgb400;bold + +[widget-panel] + sort-up-char = ▴ + sort-down-char = ▾ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = ◂ + history-next-item-char = ▸ + history-show-list-char = ▾ + filename-scroll-left-char = ◂ + filename-scroll-right-char = ▸ + +[widget-scrollbar] + first-vert-char = ▴ + last-vert-char = ▾ + first-horiz-char = ◂ + last-horiz-char = ▸ + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = ↕ + window-close-char = ✕ diff --git a/misc/skins/julia256.ini b/misc/skins/julia256.ini new file mode 100644 index 0000000..18ed248 --- /dev/null +++ b/misc/skins/julia256.ini @@ -0,0 +1,152 @@ +# Dark skin with calm colors and good contrast. Mix of the standard & xoria256 skins. + +[skin] + description = Dark skin with calm colors and good contrast + 256colors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ┬ + dbottommiddle = ┴ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = lightgray;color237 + selected = black;cyan + marked = yellow;color237 + markselect = yellow;cyan + gauge = white;color237 + input = black;cyan + inputunchanged = gray;cyan + inputmark = cyan;color237 + disabled = gray;lightgray + reverse = black;lightgray + commandlinemark = black;lightgray + header = yellow;color237 + inputhistory = + commandhistory = + shadow = gray;black + +[dialog] + _default_ = black;lightgray + dfocus = black;cyan + dhotnormal = red; + dhotfocus = red;cyan + dtitle = black; + +[error] + _default_ = white;red + errdfocus = black;lightgray + errdhotnormal = yellow;red + errdhotfocus = red;lightgray + errdtitle = yellow;red + +[filehighlight] + directory = white; + executable = brightmagenta; + symlink = lightgray; + hardlink = + stalelink = brightred; + device = brightmagenta; + special = brightblue; + core = red; + temp = gray; + archive = brightgreen; + doc = brown; + source = cyan; + media = green; + graph = brightcyan; + database = brightred; + +[menu] + _default_ = lightgray;blue + menusel = black;cyan + menuhot = white;blue + menuhotsel = white;cyan + menuinactive = black;lightgray + +[popupmenu] + _default_ = lightgray;blue + menusel = black;cyan + menutitle = yellow;blue + +[buttonbar] + hotkey = red;lightgray + button = black;lightgray + +[statusbar] + _default_ = black;lightgray + +[help] + _default_ = black;lightgray + helpitalic = red;lightgray + helpbold = blue;lightgray + helplink = black;cyan + helpslink = yellow;blue + helptitle = blue;lightgray + +[editor] + _default_ = lightgray;black + editbold = yellow;green + editmarked = black;lightgray + editwhitespace = brightblue;black + editlinestate = white;cyan + bookmark = white;red + bookmarkfound = black;green + editrightmargin = lightgray;color237 +# editbg = + editframe = gray; + editframeactive = lightgray; + editframedrag = red; + window-state-char = ↕ + window-close-char = ✕ + +[viewer] + _default_ = lightgray;black + viewbold = yellow;black + viewunderline = brightred;black + viewselected = yellow;cyan + +[diffviewer] + added = white;green + changedline = black;cyan + changednew = red;cyan + changed = white;cyan + removed = white;red + error = red;lightgray + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = ← + history-next-item-char = → + history-show-list-char = ↓ + filename-scroll-left-char = « + filename-scroll-right-char = » + +[widget-scrollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ diff --git a/misc/skins/mc46.ini b/misc/skins/mc46.ini new file mode 100644 index 0000000..f971310 --- /dev/null +++ b/misc/skins/mc46.ini @@ -0,0 +1,129 @@ +[skin] + description = mc-4.6 skin + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ┬ + dbottommiddle = ┴ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = lightgray;blue + selected = black;cyan + marked = yellow;blue + markselect = yellow;cyan + gauge = white;black + input = black;cyan + inputunchanged = black;cyan + inputmark = cyan;black + disabled = gray;lightgray + reverse = black;lightgray + commandlinemark = black;lightgray + header = yellow;blue + inputhistory = + commandhistory = + shadow = gray;black + +[dialog] + _default_ = black;lightgray + dfocus = black;cyan + dhotnormal = blue;lightgray + dhotfocus = blue;cyan + dtitle = blue;lightgray + +[error] + _default_ = white;red + errdfocus = black;lightgray + errdhotnormal = yellow;red + errdhotfocus = yellow;lightgray + errdtitle = yellow;red + +[filehighlight] + directory = white; + executable = brightgreen; + symlink = lightgray; + stalelink = brightred; + device = brightmagenta; + special = black; + +[menu] + _default_ = black;cyan + menusel = white;black + menuhot = yellow;cyan + menuhotsel = yellow;black + menuinactive = gray;cyan + +[popupmenu] + _default_ = white;cyan + menusel = yellow;black + menutitle = yellow;cyan + +[buttonbar] + hotkey = lightgray;black + button = black;cyan + +[statusbar] + _default_ = black;cyan + +[help] + _default_ = black;lightgray + helpitalic = red;lightgray + helpbold = blue;lightgray + helplink = black;cyan + helpslink = yellow;blue + helptitle = blue;lightgray + +[editor] + _default_ = lightgray;blue + editbold = yellow; + editmarked = black;cyan + editwhitespace = brightblue;blue + editlinestate = white;cyan + bookmark = white;red + bookmarkfound = black;green + editrightmargin = brightblue;black +# editbg = +# editframe = + editframeactive = lightgray; + editframedrag = cyan; + +[viewer] + _default_ = lightgray;blue + viewbold = yellow;blue + viewunderline = brightred;blue + viewselected = yellow;cyan + +[diffviewer] + added = white;green + changedline = blue;cyan + changednew = red;cyan + changed = white;cyan + removed = white;red + error = red;lightgray + +[widget-panel] + sort-up-char = ' + sort-down-char = . + filename-scroll-left-char = { + filename-scroll-right-char = } + +[widget-editor] + window-state-char = * + window-close-char = X diff --git a/misc/skins/modarcon16-defbg.ini b/misc/skins/modarcon16-defbg.ini new file mode 100644 index 0000000..e06e721 --- /dev/null +++ b/misc/skins/modarcon16-defbg.ini @@ -0,0 +1,187 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no substitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarCon16-DefaultBG (user) + 256colors = false + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[core] + _default_ = color7;default + selected = color15;color2 + marked = color11;;bold + markselect = color11;color2;bold + gauge = color15;color2 + input = color15;color0 + inputmark = color11;color2;bold + inputunchanged = ;color0 + commandlinemark = color11;color2;bold + reverse = color0;color10 + header = color3 + disabled = color8;color7 + #inputhistory = + #commandhistory = + shadow = color7;color0 + +[dialog] + _default_ = color0;color7 + dhotnormal = color3 + dfocus = color11;color2;bold + dhotfocus = color3;color2 + dtitle = color11;;bold + +[error] + _default_ = color15;color1 + errdfocus = color11;color2;bold + errdhotnormal = color13 + errdhotfocus = color13;color2 + errdtitle = color11;;bold + +[filehighlight] + directory = color15;;bold + executable = color10 + symlink = color12 + hardlink = + stalelink = color9 + device = color13 + special = color3 + core = color1 + temp = color8 + archive = color3 + doc = color14 + source = color6 + media = color5 + graph = color13 + database = color2 + +[menu] + _default_ = color7;default + menusel = color11;color2;bold + menuhot = color3 + menuhotsel = color3;color2 + menuinactive = color8 + +[popupmenu] + _default_ = color7;default + menusel = color11;color2;bold + menutitle = color11;;bold + +[buttonbar] + button = color7 + hotkey = color15;color3 + +[statusbar] + _default_ = color15;color2 + +[help] + _default_ = color0;color7 + helpitalic = color10;;bold + helpbold = color5 + helplink = color14 + helpslink = color11;color2;bold + helptitle = color11;;bold + +[editor] + _default_ = color7;default + editbold = color15;;bold + editmarked = color11;color2;bold + editwhitespace = color12;color4 + editlinestate = color2;color0 + bookmark = color0;color7 + bookmarkfound = color0;color7 + editrightmargin = color0;color7 + +[viewer] + _default_ = color7;default + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color11;color2;bold + +[diffviewer] + changedline = color15;color4 + changednew = color15;color2 + changed = color15;color6 + added = color0;color7 + removed = color8;color0 + error = color15;color1 + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = « + history-next-item-char = » + history-show-list-char = ^ + +[widget-scrollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = * + window-close-char = X diff --git a/misc/skins/modarcon16.ini b/misc/skins/modarcon16.ini new file mode 100644 index 0000000..e2c86d7 --- /dev/null +++ b/misc/skins/modarcon16.ini @@ -0,0 +1,187 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no substitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarCon16 (user) + 256colors = false + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[core] + _default_ = color7;color0 + selected = color15;color2 + marked = color11;;bold + markselect = color11;color2;bold + gauge = color15;color2 + input = color15 + inputmark = color11;color2;bold + inputunchanged = + commandlinemark = color11;color2;bold + reverse = color0;color10 + header = color3 + disabled = color8;color7 + #inputhistory = + #commandhistory = + shadow = color7;color0 + +[dialog] + _default_ = color0;color7 + dhotnormal = color3 + dfocus = color11;color2;bold + dhotfocus = color3;color2 + dtitle = color11;;bold + +[error] + _default_ = color15;color1 + errdfocus = color11;color2;bold + errdhotnormal = color13 + errdhotfocus = color13;color2 + errdtitle = color11;;bold + +[filehighlight] + directory = color15;;bold + executable = color10 + symlink = color12 + hardlink = + stalelink = color9 + device = color13 + special = color3 + core = color1 + temp = color8 + archive = color3 + doc = color14 + source = color6 + media = color5 + graph = color13 + database = color2 + +[menu] + _default_ = color0;color7 + menusel = color11;color2;bold + menuhot = color3 + menuhotsel = color3;color2 + menuinactive = color8 + +[popupmenu] + _default_ = color0;color7 + menusel = color11;color2;bold + menutitle = color11;;bold + +[buttonbar] + button = color7 + hotkey = color15;color3 + +[statusbar] + _default_ = color15;color2 + +[help] + _default_ = color0;color7 + helpitalic = color10;;bold + helpbold = color5 + helplink = color14 + helpslink = color11;color2;bold + helptitle = color11;;bold + +[editor] + _default_ = color7;color0 + editbold = color15;;bold + editmarked = color11;color2;bold + editwhitespace = color2;color0 + editlinestate = color2;color0 + bookmark = color0;color7 + bookmarkfound = color0;color7 + editrightmargin = color0;color7 + +[viewer] + _default_ = color7;color0 + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color11;color2;bold + +[diffviewer] + changedline = color15;color4 + changednew = color15;color2 + changed = color15;color6 + added = color0;color7 + removed = color8;color0 + error = color15;color1 + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = « + history-next-item-char = » + history-show-list-char = ^ + +[widget-scrollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = * + window-close-char = X diff --git a/misc/skins/modarcon16root-defbg.ini b/misc/skins/modarcon16root-defbg.ini new file mode 100644 index 0000000..5d05269 --- /dev/null +++ b/misc/skins/modarcon16root-defbg.ini @@ -0,0 +1,187 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no substitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarCon16root-DefaultBG (root) + 256colors = false + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[core] + _default_ = color7;default + selected = color15;color1 + marked = color11;;bold + markselect = color11;color1;bold + gauge = color15;color1 + input = color15;color0 + inputmark = color11;color1;bold + inputunchanged = ;color0 + commandlinemark = color11;color1;bold + reverse = color0;color9 + header = color3 + disabled = color8;color7 + #inputhistory = + #commandhistory = + shadow = color7;color0 + +[dialog] + _default_ = color0;color7 + dhotnormal = color3 + dfocus = color11;color1;bold + dhotfocus = color5;color1;bold + dtitle = color11;;bold + +[error] + _default_ = color15;color1 + errdfocus = color11;color3;bold + errdhotnormal = color13 + errdhotfocus = color13;color3 + errdtitle = color11;;bold + +[filehighlight] + directory = color15;;bold + executable = color10 + symlink = color12 + hardlink = + stalelink = color9 + device = color13 + special = color3 + core = color1 + temp = color8 + archive = color3 + doc = color14 + source = color6 + media = color5 + graph = color13 + database = color2 + +[menu] + _default_ = color7;default + menusel = color11;color1;bold + menuhot = color3 + menuhotsel = color5;color1;bold + menuinactive = color8 + +[popupmenu] + _default_ = color7;default + menusel = color11;color1;bold + menutitle = color11;;bold + +[buttonbar] + button = color7 + hotkey = color15;color3 + +[statusbar] + _default_ = color15;color1 + +[help] + _default_ = color0;color7 + helpitalic = color10;;bold + helpbold = color5 + helplink = color14 + helpslink = color11;color1;bold + helptitle = color11;;bold + +[editor] + _default_ = color7;default + editbold = color15;;bold + editmarked = color11;color1;bold + editwhitespace = color12;color4 + editlinestate = color1;color0 + bookmark = color0;color7 + bookmarkfound = color0;color7 + editrightmargin = color0;color7 + +[viewer] + _default_ = color7;default + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color11;color1;bold + +[diffviewer] + changedline = color15;color4 + changednew = color15;color5 + changed = color15;color3 + added = color0;color7 + removed = color8;color0 + error = color15;color1 + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = « + history-next-item-char = » + history-show-list-char = ^ + +[widget-scrollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = * + window-close-char = X diff --git a/misc/skins/modarcon16root.ini b/misc/skins/modarcon16root.ini new file mode 100644 index 0000000..46ed695 --- /dev/null +++ b/misc/skins/modarcon16root.ini @@ -0,0 +1,187 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no substitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarCon16root (root) + 256colors = false + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[core] + _default_ = color7;color0 + selected = color15;color1 + marked = color11;;bold + markselect = color11;color1;bold + gauge = color15;color1 + input = color15 + inputmark = color11;color1;bold + inputunchanged = + commandlinemark = color11;color1;bold + reverse = color0;color9 + header = color3 + disabled = color8;color7 + #inputhistory = + #commandhistory = + shadow = color7;color0 + +[dialog] + _default_ = color0;color7 + dhotnormal = color3 + dfocus = color11;color1;bold + dhotfocus = color5;color1;bold + dtitle = color11;;bold + +[error] + _default_ = color15;color1 + errdfocus = color11;color3;bold + errdhotnormal = color13 + errdhotfocus = color13;color3 + errdtitle = color11;;bold + +[filehighlight] + directory = color15;;bold + executable = color10 + symlink = color12 + hardlink = + stalelink = color9 + device = color13 + special = color3 + core = color1 + temp = color8 + archive = color3 + doc = color14 + source = color6 + media = color5 + graph = color13 + database = color2 + +[menu] + _default_ = color0;color7 + menusel = color11;color1;bold + menuhot = color3 + menuhotsel = color5;color1;bold + menuinactive = color8 + +[popupmenu] + _default_ = color0;color7 + menusel = color11;color1;bold + menutitle = color11;;bold + +[buttonbar] + button = color7 + hotkey = color15;color3 + +[statusbar] + _default_ = color15;color1 + +[help] + _default_ = color0;color7 + helpitalic = color10;;bold + helpbold = color5 + helplink = color14 + helpslink = color11;color1;bold + helptitle = color11;;bold + +[editor] + _default_ = color7;color0 + editbold = color15;;bold + editmarked = color11;color1;bold + editwhitespace = color12;color4 + editlinestate = color1;color0 + bookmark = color0;color7 + bookmarkfound = color0;color7 + editrightmargin = color0;color7 + +[viewer] + _default_ = color7;color0 + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color11;color1;bold + +[diffviewer] + changedline = color15;color4 + changednew = color15;color5 + changed = color15;color3 + added = color0;color7 + removed = color8;color0 + error = color15;color1 + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = « + history-next-item-char = » + history-show-list-char = ^ + +[widget-scrollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = * + window-close-char = X diff --git a/misc/skins/modarin256-defbg.ini b/misc/skins/modarin256-defbg.ini new file mode 100644 index 0000000..9ba2e60 --- /dev/null +++ b/misc/skins/modarin256-defbg.ini @@ -0,0 +1,187 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no substitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarIn256-DefaultBG (user) + 256colors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[core] + _default_ = color250;default + selected = color253;color23 + marked = color228;;bold + markselect = color228;color23;bold + gauge = color250;color66 + input = color187;color235;bold + inputmark = color228;color23;bold + inputunchanged = color144;color235;bold + commandlinemark = color228;color23;bold + reverse = color254;color66 + header = color180;;bold + disabled = color246;color239 + #inputhistory = + #commandhistory = + shadow = color240;color0 + +[dialog] + _default_ = color252;color239 + dhotnormal = color214 + dfocus = color228;color23;bold + dhotfocus = color214;color23 + dtitle = color180;;bold + +[error] + _default_ = color230;color52 + errdfocus = color254;color23;bold + errdhotnormal = color203;color52 + errdhotfocus = color203;color23;bold + errdtitle = color227;;bold + +[filehighlight] + directory = color144;;bold + executable = color114 + symlink = color45 + hardlink = + stalelink = color203 + device = color170 + special = color142 + core = color197 + temp = color245 + archive = color172 + doc = color153 + source = color109 + media = color141 + graph = color216 + database = color103 + +[menu] + _default_ = color250;default + menusel = color253;color23 + menuhot = color214 + menuhotsel = color214;color23 + menuinactive = color245 + +[popupmenu] + _default_ = color250;default + menusel = color253;color23 + menutitle = color180;;bold + +[buttonbar] + button = color253;color236 + hotkey = color214;color238;bold + +[statusbar] + _default_ = color253;color66 + +[help] + _default_ = color252;color239 + helpitalic = color114;;bold + helpbold = color180;;bold + helplink = color45 + helpslink = color228;color23;bold + helptitle = color180;;bold + +[editor] + _default_ = color250;default + editbold = color228;;bold + editmarked = color228;color23;bold + editwhitespace = color56;color234 + editlinestate = color66;color235 + bookmark = ;color239 + bookmarkfound = ;color239;bold + editrightmargin = ;color235;bold + +[viewer] + _default_ = color250;default + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color228;color23;bold + +[diffviewer] + changedline = color231;color29 + changednew = color232;color78 + changed = color231;color39 + added = color232;color81 + removed = ;color234 + error = color231;color160 + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = « + history-next-item-char = » + history-show-list-char = ^ + +[widget-scrollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = * + window-close-char = X diff --git a/misc/skins/modarin256.ini b/misc/skins/modarin256.ini new file mode 100644 index 0000000..0dba217 --- /dev/null +++ b/misc/skins/modarin256.ini @@ -0,0 +1,187 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no substitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarIn256 (user) + 256colors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[core] + _default_ = color252;color237 + selected = color253;color23 + marked = color228;;bold + markselect = color228;color23;bold + gauge = color250;color66 + input = color187;color235;bold + inputmark = color228;color23;bold + inputunchanged = color144;color235;bold + commandlinemark = color228;color23;bold + reverse = color254;color66 + header = color180;;bold + disabled = color246;color239 + #inputhistory = + #commandhistory = + shadow = color240;color0 + +[dialog] + _default_ = color252;color239 + dhotnormal = color214 + dfocus = color228;color23;bold + dhotfocus = color214;color23 + dtitle = color180;;bold + +[error] + _default_ = color230;color52 + errdfocus = color254;color23;bold + errdhotnormal = color203;color52 + errdhotfocus = color203;color23;bold + errdtitle = color227;;bold + +[filehighlight] + directory = color144;;bold + executable = color114 + symlink = color45 + hardlink = + stalelink = color203 + device = color170 + special = color142 + core = color197 + temp = color245 + archive = color172 + doc = color153 + source = color109 + media = color141 + graph = color216 + database = color103 + +[menu] + _default_ = color252;color239 + menusel = color253;color23 + menuhot = color214 + menuhotsel = color214;color23 + menuinactive = color246 + +[popupmenu] + _default_ = color252;color239 + menusel = color253;color23 + menutitle = color180;;bold + +[buttonbar] + button = color253;color236 + hotkey = color214;color238;bold + +[statusbar] + _default_ = color253;color66 + +[help] + _default_ = color252;color239 + helpitalic = color114;;bold + helpbold = color180;;bold + helplink = color45 + helpslink = color228;color23;bold + helptitle = color180;;bold + +[editor] + _default_ = color252;color237 + editbold = color228;;bold + editmarked = color228;color23;bold + editwhitespace = color56;color234 + editlinestate = color66;color235 + bookmark = ;color239 + bookmarkfound = ;color239;bold + editrightmargin = ;color235;bold + +[viewer] + _default_ = color252;color237 + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color228;color23;bold + +[diffviewer] + changedline = color231;color29 + changednew = color232;color78 + changed = color231;color39 + added = color232;color81 + removed = ;color235 + error = color231;color160 + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = « + history-next-item-char = » + history-show-list-char = ^ + +[widget-scrollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = * + window-close-char = X diff --git a/misc/skins/modarin256root-defbg.ini b/misc/skins/modarin256root-defbg.ini new file mode 100644 index 0000000..2a8fa75 --- /dev/null +++ b/misc/skins/modarin256root-defbg.ini @@ -0,0 +1,187 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no substitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarIn256root-DefaultBG (root) + 256colors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[core] + _default_ = color250;default + selected = color253;color88 + marked = color228;;bold + markselect = color228;color88;bold + gauge = color250;color95 + input = color187;color235;bold + inputmark = color228;color88;bold + inputunchanged = color144;color235;bold + commandlinemark = color228;color88;bold + reverse = color254;color95 + header = color180;;bold + disabled = color246;color239 + #inputhistory = + #commandhistory = + shadow = color240;color0 + +[dialog] + _default_ = color252;color239 + dhotnormal = color214 + dfocus = color228;color88;bold + dhotfocus = color214;color88;bold + dtitle = color180;;bold + +[error] + _default_ = color230;color52 + errdfocus = color254;color95;bold + errdhotnormal = color203;color52 + errdhotfocus = color203;color95;bold + errdtitle = color227;;bold + +[filehighlight] + directory = color144;;bold + executable = color114 + symlink = color45 + hardlink = + stalelink = color203 + device = color170 + special = color142 + core = color197 + temp = color245 + archive = color172 + doc = color153 + source = color109 + media = color141 + graph = color216 + database = color103 + +[menu] + _default_ = color250;default + menusel = color253;color88 + menuhot = color214 + menuhotsel = color214;color88 + menuinactive = color245 + +[popupmenu] + _default_ = color250;default + menusel = color253;color88 + menutitle = color180;;bold + +[buttonbar] + button = color253;color236 + hotkey = color214;color238;bold + +[statusbar] + _default_ = color254;color95 + +[help] + _default_ = color252;color239 + helpitalic = color114;;bold + helpbold = color180;;bold + helplink = color45 + helpslink = color228;color88;bold + helptitle = color180;;bold + +[editor] + _default_ = color250;default + editbold = color228;;bold + editmarked = color228;color88;bold + editwhitespace = color56;color234 + editlinestate = color95;color235 + bookmark = ;color239 + bookmarkfound = ;color239;bold + editrightmargin = ;color235;bold + +[viewer] + _default_ = color250;default + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color228;color88;bold + +[diffviewer] + changedline = color231;color130 + changednew = color232;color208 + changed = color231;color96 + added = color232;color218 + removed = ;color234 + error = color231;color160 + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = « + history-next-item-char = » + history-show-list-char = ^ + +[widget-scrollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = * + window-close-char = X diff --git a/misc/skins/modarin256root.ini b/misc/skins/modarin256root.ini new file mode 100644 index 0000000..688fea3 --- /dev/null +++ b/misc/skins/modarin256root.ini @@ -0,0 +1,187 @@ +# +# modarin256: a moderate-dark-independent 256-color skin for MidnightCommander. +# +# This skin is using colors independent from the default 16 terminal colors, +# i.e., no matter how the 16 standard colors are configured, the appearance +# of Midnight Commander will not be affected. +# +# There are 4 variants of this skin: +# +# modarin256 +# - default skin, no standard colors used. +# +# modarin256-defbg +# - like modarin256, but using the default background color for core, editor, +# viewer, menu and popupmenu backgrounds, for use with (semi-)transparent +# background colors. +# +# modarin256root +# modarin256root-defbg +# - like the other two skins, but for the root user, with red colors used +# instead of green colors for things like select/focus/statusbar etc., +# to keep reminding the user that mc is running as root. +# +# Fallback skins for 16-color terminals (poor man's skins): +# +# modarcon16 +# modarcon16-defbg +# modarcon16root +# modarcon16root-defbg +# - like everything running in a 16-color terminal, these skins look ugly +# and are no substitute for the 256-color versions. As some terminals don't +# support using dark gray as background color, i used a black background +# and adjusted the remaining colors accordingly. +# +# 256-color skins require mc version 4.8 or newer. +# +# Author: Oliver Lange +# +# Version: 1.2 +# + +[skin] + description = MoDarIn256root (root) + 256colors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[core] + _default_ = color252;color237 + selected = color253;color88 + marked = color228;;bold + markselect = color228;color88;bold + gauge = color250;color95 + input = color187;color235;bold + inputmark = color228;color88;bold + inputunchanged = color144;color235;bold + commandlinemark = color228;color88;bold + reverse = color254;color95 + header = color180;;bold + disabled = color246;color239 + #inputhistory = + #commandhistory = + shadow = color240;color0 + +[dialog] + _default_ = color252;color239 + dhotnormal = color214 + dfocus = color228;color88;bold + dhotfocus = color214;color88;bold + dtitle = color180;;bold + +[error] + _default_ = color230;color52 + errdfocus = color254;color95;bold + errdhotnormal = color203;color52 + errdhotfocus = color203;color95;bold + errdtitle = color227;;bold + +[filehighlight] + directory = color144;;bold + executable = color114 + symlink = color45 + hardlink = + stalelink = color203 + device = color170 + special = color142 + core = color197 + temp = color245 + archive = color172 + doc = color153 + source = color109 + media = color141 + graph = color216 + database = color103 + +[menu] + _default_ = color252;color239 + menusel = color253;color88 + menuhot = color214 + menuhotsel = color214;color88 + menuinactive = color246 + +[popupmenu] + _default_ = color252;color239 + menusel = color253;color88 + menutitle = color180;;bold + +[buttonbar] + button = color253;color236 + hotkey = color214;color238;bold + +[statusbar] + _default_ = color254;color95 + +[help] + _default_ = color252;color239 + helpitalic = color114;;bold + helpbold = color180;;bold + helplink = color45 + helpslink = color228;color88;bold + helptitle = color180;;bold + +[editor] + _default_ = color252;color237 + editbold = color228;;bold + editmarked = color228;color88;bold + editwhitespace = color56;color234 + editlinestate = color95;color235 + bookmark = ;color239 + bookmarkfound = ;color239;bold + editrightmargin = ;color235;bold + +[viewer] + _default_ = color252;color237 + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color228;color88;bold + +[diffviewer] + changedline = color231;color130 + changednew = color232;color208 + changed = color231;color96 + added = color232;color218 + removed = ;color235 + error = color231;color160 + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = « + history-next-item-char = » + history-show-list-char = ^ + +[widget-scrollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = * + window-close-char = X diff --git a/misc/skins/nicedark.ini b/misc/skins/nicedark.ini new file mode 100644 index 0000000..0b5ee01 --- /dev/null +++ b/misc/skins/nicedark.ini @@ -0,0 +1,143 @@ +[skin] + description = Nice and Dark + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ┬ + dbottommiddle = ┴ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = lightgray;black + selected = lightgray;blue + marked = brown;black + markselect = brown;blue + gauge = black;lightgray + input = lightgray;black + inputunchanged = gray;black + inputmark = black;lightgray + disabled = gray;black + reverse = brown;black + commandlinemark = black;lightgray + header = lightgray;black + inputhistory = + commandhistory = + shadow = gray;black + +[dialog] + _default_ = lightgray;black + dfocus = lightgray;blue + dhotnormal = brown;black + dhotfocus = brown;blue + dtitle = brown;black + +[error] + _default_ = red;black + errdfocus = black;red + errdhotnormal = brightred;black + errdhotfocus = brown;red + errdtitle = brown;black + +[filehighlight] + directory = blue; + executable = brightgreen; + symlink = gray; + hardlink = + stalelink = brightred; + device = brightmagenta; + special = gray; + core = red; + temp = gray; + archive = magenta; + doc = lightgray; + source = brightcyan; + media = green; + graph = cyan; + database = brightred; + +[menu] + _default_ = lightgray;black + menusel = lightgray;blue + menuhot = brown;black + menuhotsel = brown;blue + menuinactive = gray;black + +[popupmenu] + _default_ = lightgray;black + menusel = lightgray;blue + menutitle = lightgray;black + +[buttonbar] + hotkey = lightgray;blue + button = lightgray;black + +[statusbar] + _default_ = lightgray;black + +[help] + _default_ = lightgray;black + helpitalic = red;black + helpbold = brown;black + helplink = blue;black + helpslink = lightgray;blue + helptitle = brown;black + +[editor] + _default_ = lightgray;black + editbold = brown;blue + editmarked = black;cyan + editwhitespace = brightblue;blue + editlinestate = white;cyan + bookmark = white;red + bookmarkfound = black;green + editrightmargin = brightblue;black +# editbg = + editframe = gray; + editframeactive = lightgray; + editframedrag = brightblue; + +[viewer] + _default_ = lightgray;black + viewbold = brown;blue + viewunderline = brightred;blue + viewselected = brown;cyan + +[diffviewer] + added = white;brown + changedline = blue;cyan + changednew = red;cyan + changed = white;cyan + removed = white;red + error = red;lightgray + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = « + history-next-item-char = » + history-show-list-char = ^ + filename-scroll-left-char = « + filename-scroll-right-char = » + +[widget-editor] + window-state-char = ↕ + window-close-char = ✕ diff --git a/misc/skins/sand256.ini b/misc/skins/sand256.ini new file mode 100644 index 0000000..664ce7a --- /dev/null +++ b/misc/skins/sand256.ini @@ -0,0 +1,209 @@ +# This skin demonstrates how to use 256 colors in mc. +# +# As a prerequisite, you will need to: +# 1) Have a terminal emulator that supports 256 colors (a few examples: +# xterm, Gnome terminal and other VTE derivatives, KDE's Konsole; +# iTerm for Mac OS X, PuTTY for Windows). +# 2) Adjust your TERM variable accordingly, e.g.: export TERM=xterm-256color +# Verify by running tput colors +# +# Each of the 256 colors has two names, you can use whichever you prefer. +# +# One possibility is to use the names "color0" to "color255" to access every +# color directly based on their number. +# +# The first 16 colors ("color0" to "color15") can also be specified by their +# names (these names are already being used by mc for 8/16 color terminals): +# black gray +# red brightred +# green brightgreen +# brown yellow +# blue brightblue +# magenta brightmagenta +# cyan brightcyan +# lightgray white +# Note that with 8/16 color terminal settings (such as TERM=xterm), colors +# of the second column can only be used for the foreground, and their actual +# interpretation varies across terminals. Some terminals show the colors +# from the first column instead (that is, you only have 8 colors), but make +# them bold. Others show the brighter version (16 foreground colors). Yet +# others make them bold and bright at the same time. Switching to 256 colors +# should end this ambiguity: you should have 16 separate colors according to +# their names, none of them are bold by default but any of them can be +# switched to bold, and all of them are available for background, too. This +# is the intended behavior, the actual behavior might vary across terminals. +# +# Colors of the 6x6x6 cube ("color16" to "color231") can alternatively be +# referred to as "rgb000" to "rgb555", all three digits ranging from 0 to 5, +# corresponding to the R, G and B color components. +# +# The 24 grayscale colors ("color232" to "color255") have the aliases "gray0" +# to "gray23". +# +# In addition to the 256 colors, the special word "default" means the +# default foreground or background color of your terminal, while "base" means +# mc's main colors. A missing value means falling back to the _default_ of the +# given section. +# +# Following the foreground and background colors, the third (optional) value +# can specify special attributes to enable. Valid values are bold, underline, +# italic, reverse and blink. Append more with a plus sign, e.g. "bold+italic". +# Leaving the field empty makes it fall back to the attributes of _default_. +# Use any other word (e.g. "none") to prevent fallback and disable all flags. +# +# Italic support requires a recent enough ncurses (>= 5.9.20130831) or slang +# (>= 2.3). All attributes are subject to support by the terminal emulator. + +[skin] + description = Sand skin using 256 colors + 256colors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ┬ + dbottommiddle = ┴ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = black;rgb554 + selected = ;rgb452 + marked = rgb400;;italic + markselect = rgb400;rgb452;italic + gauge = ;rgb452 + input = ;rgb452 + inputunchanged = gray;rgb452 + inputmark = rgb452;gray + disabled = gray;rgb553 + reverse = ;rgb452 + commandlinemark = white;gray + header = red;;italic + shadow = black;rgb221 + +[dialog] + _default_ = black;rgb553 + dfocus = ;rgb452 + dhotnormal = ;;underline + dhotfocus = ;rgb452;underline + dtitle = ;;italic+underline + +[error] + _default_ = rgb554;rgb320;bold + # "black" might change color when going bold, so use "rgb000" instead + errdfocus = rgb000;rgb452;bold + errdhotnormal = ;;bold+underline + errdhotfocus = rgb000;rgb452;bold+underline + errdtitle = ;;bold+italic+underline + +[filehighlight] + directory = + executable = rgb030 + symlink = rgb202 + hardlink = + # 404 Not Found :) + stalelink = rgb404 + device = rgb231 + special = rgb331 + core = rgb430 + temp = gray15 + archive = rgb012 + doc = rgb103 + source = rgb310 + media = rgb024 + graph = rgb033 + database = rgb421 + +[menu] + _default_ = black;rgb452;italic + menusel = ;rgb551 + menuhot = ;;italic+underline + menuhotsel = ;rgb551;italic+underline + menuinactive = + +[popupmenu] + _default_ = black;rgb553 + menusel = ;rgb452;underline + menutitle = ;;italic+underline + +[buttonbar] + hotkey = black;rgb554;italic + button = black;rgb452;italic + +[statusbar] + _default_ = black;rgb452;italic + +[help] + _default_ = black;rgb553 + helpitalic = green;;italic + helpbold = red;;bold + helplink = blue;;underline + helpslink = blue;;reverse + helptitle = ;;underline + +[editor] + _default_ = black;rgb554 + editbold = rgb400 + editmarked = ;rgb452;italic + editwhitespace = rgb400;rgb553 + editlinestate = ;rgb553 + bookmark = ;rgb551 + bookmarkfound = ;rgb530 + editrightmargin = rgb400;rgb553 +# editbg = + editframe = rgb530; + editframeactive = black; + editframedrag = rgb400; + +[viewer] + _default_ = black;rgb554 + # "black" might change color when going bold, so use "rgb000" instead + viewbold = rgb000;;bold + viewunderline = ;;underline + viewselected = rgb400;rgb452 + +[diffviewer] + added = ;rgb450 + changedline = blue;rgb553 + changednew = rgb400;rgb553 + changed = ;rgb553 + removed = ;rgb511 + error = rgb554;rgb320 + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = « + history-next-item-char = » + history-show-list-char = ^ + filename-scroll-left-char = « + filename-scroll-right-char = » + +[widget-scrollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = ↕ + window-close-char = ✕ diff --git a/misc/skins/seasons-autumn16M.ini b/misc/skins/seasons-autumn16M.ini new file mode 100644 index 0000000..47abb4c --- /dev/null +++ b/misc/skins/seasons-autumn16M.ini @@ -0,0 +1,217 @@ +# The Four Seasons skins demonstrate how to use direct RGB true colors. +# +# As a prerequisite, you will need: +# 1) Midnight Commander version 4.8.19 or newer. +# 2) Midnight Commander being compiled against S-Lang (rather than ncurses). +# 3) S-Lang version 2.3.1 or newer. +# 4) A 64-bit operating system. (Future S-Lang version 3 will support +# true colors on 32-bit OSes too. Until then, you can install a patched +# S-Lang and compile MC against it by following the instructions at +# https://www.midnight-commander.org/wiki/doc-devel/slang-16Mcolors-32bits.) +# 5) A terminal emulator that supports true colors, such as e.g. +# GNOME Terminal and other VTE derivatives, KDE's Konsole, +# iTerm2 for macOS. See https://gist.github.com/XVilka/8346728 for a +# more exhaustive and up to date list. +# 6) The TERM environment variable describing 256 color support, e.g.: +# export TERM=xterm-256color +# or inside screen or tmux: +# export TERM=screen-256color +# Verify by running tput colors, it should report 256. +# 7) The COLORTERM env variable set to either "truecolor" or "24bit", e.g.: +# export COLORTERM=truecolor +# +# True colors are referred to by the standard #rrggbb or #rgb notation, the +# short form is interpreted by doubling each hex digit. +# +# In addition to these the 256 palette colors are still available, and +# obviously so are the attributes. See the sand256.ini skin file for details. + +[skin] + # Falling leaves, beautiful forests, Halloween pumpkins. + # Also search for "Why are autumn leaves yellow in Europe, red in America?" + description = Four Seasons – Autumn + truecolors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[aliases] + Main = #992005 + MainFg = #ffa + MarkedFg = #ff5 + HeaderFg = MarkedFg + Selected = #681400 + Dialog = #85a918 + DialogFocus = #69880c + Input = #b5c400 + PaleFg = #555 + ShadowFg = #7f7f55 + ShadowBg = #4c1002 + Error = #840000 + ErrorFocus = #b00 + Top = #ff9909 + MenuActive = Bottom + MenuSelected = Top + Bottom = #ffc90c + BottomNumber = Main + BottomNumberFg = MainFg + Help = Bottom + HelpBoldFg = DialogFocus + HelpItalicFg = Main + HelpLinkFg = ErrorFocus + EditorLineNumber = Dialog + EditorWhitespace = #cd4800 + EditorRightMargin = EditorWhitespace + EditorBookmark = Bottom + EditorFindAll = Top + EditorVoid = DialogFocus + EditorFrameFg = MainFg + EditorFrameActiveFg = MarkedFg + EditorFrameDragFg = BottomNumberFg + ViewerBoldFg = MarkedFg + ViewerUnderlinedFg = Bottom + ViewerSelected = EditorBookmark + DiffAdd = Dialog + DiffChangedLine = Selected + DiffGap = ErrorFocus + +[core] + _default_ = MainFg;Main + selected = ;Selected + marked = MarkedFg;;bold + markselect = MarkedFg;Selected;bold + gauge = ;DialogFocus + input = #000;Input + inputunchanged = PaleFg;Input + inputmark = #000;DialogFocus + disabled = PaleFg;Dialog + reverse = #000;Bottom + commandlinemark = #000;DialogFocus + header = HeaderFg + shadow = ShadowFg;ShadowBg + +[dialog] + _default_ = #000;Dialog + dfocus = ;DialogFocus + dhotnormal = ;;underline + dhotfocus = ;DialogFocus;underline + dtitle = ;;bold + +[error] + _default_ = #fff;Error + errdfocus = ;ErrorFocus + errdhotnormal = ;;underline + errdhotfocus = ;ErrorFocus;underline + errdtitle = ;;bold + +[filehighlight] + directory = + executable = #84ea84 + symlink = #ff58fd + hardlink = + stalelink = #ffadad + device = #87af5f + special = #afaf5f + core = #d7c053 + temp = #bbb + archive = #b2e8ff + doc = #c27bff + source = #ffb55e + media = #33aaef + graph = #2dd2d4 + database = #e7a584 + +[menu] + _default_ = #000;MenuActive + menusel = ;MenuSelected + menuhot = ;;underline + menuhotsel = ;MenuSelected;underline + menuinactive = ;Top + +[popupmenu] + _default_ = #000;Dialog + menusel = ;DialogFocus + menutitle = ;;bold + +[buttonbar] + hotkey = BottomNumberFg;BottomNumber + button = #000;Bottom + +[statusbar] + _default_ = #000;Top + +[help] + _default_ = #000;Help + helpbold = HelpBoldFg;;bold + helpitalic = HelpItalicFg;;italic + helplink = HelpLinkFg;;underline + helpslink = Help;HelpLinkFg + +[editor] + editbold = MarkedFg;;bold + editmarked = ;Selected + editwhitespace = ;EditorWhitespace + editlinestate = #000;EditorLineNumber + bookmark = #000;EditorBookmark + bookmarkfound = #000;EditorFindAll + editrightmargin = ;EditorRightMargin + editbg = ;EditorVoid + editframe = EditorFrameFg + editframeactive = EditorFrameActiveFg + editframedrag = EditorFrameDragFg + +[viewer] + viewbold = ViewerBoldFg;;bold + viewunderline = ViewerUnderlinedFg;;underline + viewselected = #000;ViewerSelected + +[diffviewer] + added = ;DiffAdd + changedline = ;DiffChangedLine + changednew = ;DiffAdd + changed = ;DiffGap + removed = ;DiffGap + error = #fff;Error + +[widget-panel] + sort-up-char = ▴ + sort-down-char = ▾ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = ◂ + history-next-item-char = ▸ + history-show-list-char = ▾ + filename-scroll-left-char = ◂ + filename-scroll-right-char = ▸ + +[widget-scrollbar] + first-vert-char = ▴ + last-vert-char = ▾ + first-horiz-char = ◂ + last-horiz-char = ▸ + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = ↕ + window-close-char = ✕ diff --git a/misc/skins/seasons-spring16M.ini b/misc/skins/seasons-spring16M.ini new file mode 100644 index 0000000..855b4e1 --- /dev/null +++ b/misc/skins/seasons-spring16M.ini @@ -0,0 +1,217 @@ +# The Four Seasons skins demonstrate how to use direct RGB true colors. +# +# As a prerequisite, you will need: +# 1) Midnight Commander version 4.8.19 or newer. +# 2) Midnight Commander being compiled against S-Lang (rather than ncurses). +# 3) S-Lang version 2.3.1 or newer. +# 4) A 64-bit operating system. (Future S-Lang version 3 will support +# true colors on 32-bit OSes too. Until then, you can install a patched +# S-Lang and compile MC against it by following the instructions at +# https://www.midnight-commander.org/wiki/doc-devel/slang-16Mcolors-32bits.) +# 5) A terminal emulator that supports true colors, such as e.g. +# GNOME Terminal and other VTE derivatives, KDE's Konsole, +# iTerm2 for macOS. See https://gist.github.com/XVilka/8346728 for a +# more exhaustive and up to date list. +# 6) The TERM environment variable describing 256 color support, e.g.: +# export TERM=xterm-256color +# or inside screen or tmux: +# export TERM=screen-256color +# Verify by running tput colors, it should report 256. +# 7) The COLORTERM env variable set to either "truecolor" or "24bit", e.g.: +# export COLORTERM=truecolor +# +# True colors are referred to by the standard #rrggbb or #rgb notation, the +# short form is interpreted by doubling each hex digit. +# +# In addition to these the 256 palette colors are still available, and +# obviously so are the attributes. See the sand256.ini skin file for details. + +[skin] + # Blooming. + # Slightly inspired by Gmail's Cherry Blossom theme. + description = Four Seasons – Spring + truecolors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[aliases] + Main = #f3ffe7 + MainFg = #000 + MarkedFg = #d14576 + HeaderFg = MarkedFg + Selected = #d5f1b7 + Dialog = Selected + DialogFocus = #b3de85 + Input = Main + PaleFg = #777 + ShadowFg = #000 + ShadowBg = #797f73 + Error = #c62b41 + ErrorFocus = #e16d7e + Top = #f699a6 + MenuActive = Bottom + MenuSelected = Top + Bottom = #ffc3cb + BottomNumber = #f4ef57 + BottomNumberFg = #000 + Help = #f6f28f + HelpBoldFg = #a95965 + HelpItalicFg = Error + HelpLinkFg = #699f2f + EditorLineNumber = BottomNumber + EditorWhitespace = #fafff5 + EditorRightMargin = EditorWhitespace + EditorBookmark = BottomNumber + EditorFindAll = Bottom + EditorVoid = BottomNumber + EditorFrameFg = MainFg + EditorFrameActiveFg = MarkedFg + EditorFrameDragFg = DialogFocus + ViewerBoldFg = HelpBoldFg + ViewerUnderlinedFg = HelpLinkFg + ViewerSelected = EditorBookmark + DiffAdd = #80e080 + DiffChangedLine = BottomNumber + DiffGap = #e08080 + +[core] + _default_ = MainFg;Main + selected = ;Selected + marked = MarkedFg;;bold + markselect = MarkedFg;Selected;bold + gauge = ;DialogFocus + input = #000;Input + inputunchanged = PaleFg;Input + inputmark = #000;DialogFocus + disabled = PaleFg;Dialog + reverse = #000;Bottom + commandlinemark = #000;DialogFocus + header = HeaderFg + shadow = ShadowFg;ShadowBg + +[dialog] + _default_ = #000;Dialog + dfocus = ;DialogFocus + dhotnormal = ;;underline + dhotfocus = ;DialogFocus;underline + dtitle = ;;bold + +[error] + _default_ = #fff;Error + errdfocus = ;ErrorFocus + errdhotnormal = ;;underline + errdhotfocus = ;ErrorFocus;underline + errdtitle = ;;bold + +[filehighlight] + directory = + executable = #00af00 + symlink = #870087 + hardlink = + stalelink = #d70000 + device = #87af5f + special = #afaf5f + core = #d7af00 + temp = #9e9e9e + archive = #005f87 + doc = #5f00af + source = #af5f00 + media = #0087d7 + graph = #00afaf + database = #d7875f + +[menu] + _default_ = #000;MenuActive + menusel = ;MenuSelected + menuhot = ;;underline + menuhotsel = ;MenuSelected;underline + menuinactive = ;Top + +[popupmenu] + _default_ = #000;Dialog + menusel = ;DialogFocus + menutitle = ;;bold + +[buttonbar] + hotkey = BottomNumberFg;BottomNumber + button = #000;Bottom + +[statusbar] + _default_ = #000;Top + +[help] + _default_ = #000;Help + helpbold = HelpBoldFg;;bold + helpitalic = HelpItalicFg;;italic + helplink = HelpLinkFg;;underline + helpslink = Help;HelpLinkFg + +[editor] + editbold = MarkedFg;;bold + editmarked = ;Selected + editwhitespace = ;EditorWhitespace + editlinestate = #000;EditorLineNumber + bookmark = #000;EditorBookmark + bookmarkfound = #000;EditorFindAll + editrightmargin = ;EditorRightMargin + editbg = ;EditorVoid + editframe = EditorFrameFg + editframeactive = EditorFrameActiveFg + editframedrag = EditorFrameDragFg + +[viewer] + viewbold = ViewerBoldFg;;bold + viewunderline = ViewerUnderlinedFg;;underline + viewselected = #000;ViewerSelected + +[diffviewer] + added = ;DiffAdd + changedline = ;DiffChangedLine + changednew = ;DiffAdd + changed = ;DiffGap + removed = ;DiffGap + error = #fff;Error + +[widget-panel] + sort-up-char = ▴ + sort-down-char = ▾ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = ◂ + history-next-item-char = ▸ + history-show-list-char = ▾ + filename-scroll-left-char = ◂ + filename-scroll-right-char = ▸ + +[widget-scrollbar] + first-vert-char = ▴ + last-vert-char = ▾ + first-horiz-char = ◂ + last-horiz-char = ▸ + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = ↕ + window-close-char = ✕ diff --git a/misc/skins/seasons-summer16M.ini b/misc/skins/seasons-summer16M.ini new file mode 100644 index 0000000..7cad34b --- /dev/null +++ b/misc/skins/seasons-summer16M.ini @@ -0,0 +1,217 @@ +# The Four Seasons skins demonstrate how to use direct RGB true colors. +# +# As a prerequisite, you will need: +# 1) Midnight Commander version 4.8.19 or newer. +# 2) Midnight Commander being compiled against S-Lang (rather than ncurses). +# 3) S-Lang version 2.3.1 or newer. +# 4) A 64-bit operating system. (Future S-Lang version 3 will support +# true colors on 32-bit OSes too. Until then, you can install a patched +# S-Lang and compile MC against it by following the instructions at +# https://www.midnight-commander.org/wiki/doc-devel/slang-16Mcolors-32bits.) +# 5) A terminal emulator that supports true colors, such as e.g. +# GNOME Terminal and other VTE derivatives, KDE's Konsole, +# iTerm2 for macOS. See https://gist.github.com/XVilka/8346728 for a +# more exhaustive and up to date list. +# 6) The TERM environment variable describing 256 color support, e.g.: +# export TERM=xterm-256color +# or inside screen or tmux: +# export TERM=screen-256color +# Verify by running tput colors, it should report 256. +# 7) The COLORTERM env variable set to either "truecolor" or "24bit", e.g.: +# export COLORTERM=truecolor +# +# True colors are referred to by the standard #rrggbb or #rgb notation, the +# short form is interpreted by doubling each hex digit. +# +# In addition to these the 256 palette colors are still available, and +# obviously so are the attributes. See the sand256.ini skin file for details. + +[skin] + # Sunshine, ocean, beach, beachball, sunshades, ice cream. + # (Pistachio is out.) + description = Four Seasons – Summer + truecolors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[aliases] + Main = #ffedb3 + MainFg = #000 + MarkedFg = #e311aa + HeaderFg = MarkedFg + Selected = #d9b64a + Dialog = #a7f25a + DialogFocus = #f864f6 + Input = #d7ffad + PaleFg = #777 + ShadowFg = #000 + ShadowBg = #7f7659 + Error = #d40707 + ErrorFocus = #db7b7b + Top = #46cef3 + MenuActive = #85e1fb + MenuSelected = #fae728 + Bottom = #f4ff83 + BottomNumber = DialogFocus + BottomNumberFg = #000 + Help = Bottom + HelpBoldFg = DialogFocus + HelpItalicFg = ErrorFocus + HelpLinkFg = #168bac + EditorLineNumber = #fff5d5 + EditorWhitespace = EditorLineNumber + EditorRightMargin = EditorWhitespace + EditorBookmark = Bottom + EditorFindAll = Top + EditorVoid = #f9faac + EditorFrameFg = MainFg + EditorFrameActiveFg = MarkedFg + EditorFrameDragFg = Top + ViewerBoldFg = MarkedFg + ViewerUnderlinedFg = HelpLinkFg + ViewerSelected = Dialog + DiffAdd = #80e080 + DiffChangedLine = Bottom + DiffGap = #e08080 + +[core] + _default_ = MainFg;Main + selected = ;Selected + marked = MarkedFg;;bold + markselect = MarkedFg;Selected;bold + gauge = ;DialogFocus + input = #000;Input + inputunchanged = PaleFg;Input + inputmark = #000;DialogFocus + disabled = PaleFg;Dialog + reverse = #000;Bottom + commandlinemark = #000;DialogFocus + header = HeaderFg + shadow = ShadowFg;ShadowBg + +[dialog] + _default_ = #000;Dialog + dfocus = ;DialogFocus + dhotnormal = ;;underline + dhotfocus = ;DialogFocus;underline + dtitle = ;;bold + +[error] + _default_ = #fff;Error + errdfocus = ;ErrorFocus + errdhotnormal = ;;underline + errdhotfocus = ;ErrorFocus;underline + errdtitle = ;;bold + +[filehighlight] + directory = + executable = #00af00 + symlink = #870087 + hardlink = + stalelink = #d70000 + device = #87af5f + special = #afaf5f + core = #d7af00 + temp = #9e9e9e + archive = #005f87 + doc = #5f00af + source = #af5f00 + media = #0087d7 + graph = #00afaf + database = #d7875f + +[menu] + _default_ = #000;MenuActive + menusel = ;MenuSelected + menuhot = ;;underline + menuhotsel = ;MenuSelected;underline + menuinactive = ;Top + +[popupmenu] + _default_ = #000;Dialog + menusel = ;DialogFocus + menutitle = ;;bold + +[buttonbar] + hotkey = BottomNumberFg;BottomNumber + button = #000;Bottom + +[statusbar] + _default_ = #000;Top + +[help] + _default_ = #000;Help + helpbold = HelpBoldFg;;bold + helpitalic = HelpItalicFg;;italic + helplink = HelpLinkFg;;underline + helpslink = Help;HelpLinkFg + +[editor] + editbold = MarkedFg;;bold + editmarked = ;Selected + editwhitespace = ;EditorWhitespace + editlinestate = #000;EditorLineNumber + bookmark = #000;EditorBookmark + bookmarkfound = #000;EditorFindAll + editrightmargin = ;EditorRightMargin + editbg = ;EditorVoid + editframe = EditorFrameFg + editframeactive = EditorFrameActiveFg + editframedrag = EditorFrameDragFg + +[viewer] + viewbold = ViewerBoldFg;;bold + viewunderline = ViewerUnderlinedFg;;underline + viewselected = #000;ViewerSelected + +[diffviewer] + added = ;DiffAdd + changedline = ;DiffChangedLine + changednew = ;DiffAdd + changed = ;DiffGap + removed = ;DiffGap + error = #fff;Error + +[widget-panel] + sort-up-char = ▴ + sort-down-char = ▾ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = ◂ + history-next-item-char = ▸ + history-show-list-char = ▾ + filename-scroll-left-char = ◂ + filename-scroll-right-char = ▸ + +[widget-scrollbar] + first-vert-char = ▴ + last-vert-char = ▾ + first-horiz-char = ◂ + last-horiz-char = ▸ + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = ↕ + window-close-char = ✕ diff --git a/misc/skins/seasons-winter16M.ini b/misc/skins/seasons-winter16M.ini new file mode 100644 index 0000000..76479bd --- /dev/null +++ b/misc/skins/seasons-winter16M.ini @@ -0,0 +1,217 @@ +# The Four Seasons skins demonstrate how to use direct RGB true colors. +# +# As a prerequisite, you will need: +# 1) Midnight Commander version 4.8.19 or newer. +# 2) Midnight Commander being compiled against S-Lang (rather than ncurses). +# 3) S-Lang version 2.3.1 or newer. +# 4) A 64-bit operating system. (Future S-Lang version 3 will support +# true colors on 32-bit OSes too. Until then, you can install a patched +# S-Lang and compile MC against it by following the instructions at +# https://www.midnight-commander.org/wiki/doc-devel/slang-16Mcolors-32bits.) +# 5) A terminal emulator that supports true colors, such as e.g. +# GNOME Terminal and other VTE derivatives, KDE's Konsole, +# iTerm2 for macOS. See https://gist.github.com/XVilka/8346728 for a +# more exhaustive and up to date list. +# 6) The TERM environment variable describing 256 color support, e.g.: +# export TERM=xterm-256color +# or inside screen or tmux: +# export TERM=screen-256color +# Verify by running tput colors, it should report 256. +# 7) The COLORTERM env variable set to either "truecolor" or "24bit", e.g.: +# export COLORTERM=truecolor +# +# True colors are referred to by the standard #rrggbb or #rgb notation, the +# short form is interpreted by doubling each hex digit. +# +# In addition to these the 256 palette colors are still available, and +# obviously so are the attributes. See the sand256.ini skin file for details. + +[skin] + # The sun is shining and the grass is green, + # Under the three feet of snow I mean. + description = Four Seasons – Winter + truecolors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[aliases] + Main = #e4e3ed + MainFg = #000 + MarkedFg = #3064a9 + HeaderFg = MarkedFg + Selected = #cbd1e1 + Dialog = Selected + DialogFocus = #afbad8 + Input = Main + PaleFg = #777 + ShadowFg = #000 + ShadowBg = #727176 + Error = #3c4766 + ErrorFocus = #586896 + Top = #6b99d7 + MenuActive = Bottom + MenuSelected = Top + Bottom = #a7c2e7 + BottomNumber = #8e93a5 + BottomNumberFg = #e4e3ed + Help = Selected + HelpBoldFg = ErrorFocus + HelpItalicFg = Error + HelpLinkFg = #4c84cd + EditorLineNumber = #f1f0f6 + EditorWhitespace = EditorLineNumber + EditorRightMargin = EditorLineNumber + EditorBookmark = Bottom + EditorFindAll = Top + EditorVoid = BottomNumber + EditorFrameFg = MainFg + EditorFrameActiveFg = MarkedFg + EditorFrameDragFg = #fff + ViewerBoldFg = HelpBoldFg + ViewerUnderlinedFg = HelpLinkFg + ViewerSelected = EditorBookmark + DiffAdd = #80e080 + DiffChangedLine = Selected + DiffGap = #e08080 + +[core] + _default_ = MainFg;Main + selected = ;Selected + marked = MarkedFg;;bold + markselect = MarkedFg;Selected;bold + gauge = ;DialogFocus + input = #000;Input + inputunchanged = PaleFg;Input + inputmark = #000;DialogFocus + disabled = PaleFg;Dialog + reverse = #000;Bottom + commandlinemark = #000;DialogFocus + header = HeaderFg + shadow = ShadowFg;ShadowBg + +[dialog] + _default_ = #000;Dialog + dfocus = ;DialogFocus + dhotnormal = ;;underline + dhotfocus = ;DialogFocus;underline + dtitle = ;;bold + +[error] + _default_ = #fff;Error + errdfocus = ;ErrorFocus + errdhotnormal = ;;underline + errdhotfocus = ;ErrorFocus;underline + errdtitle = ;;bold + +[filehighlight] + directory = + executable = #00af00 + symlink = #870087 + hardlink = + stalelink = #d70000 + device = #87af5f + special = #afaf5f + core = #d7af00 + temp = #9e9e9e + archive = #005f87 + doc = #5f00af + source = #af5f00 + media = #0087d7 + graph = #00afaf + database = #d7875f + +[menu] + _default_ = #000;MenuActive + menusel = ;MenuSelected + menuhot = ;;underline + menuhotsel = ;MenuSelected;underline + menuinactive = ;Top + +[popupmenu] + _default_ = #000;Dialog + menusel = ;DialogFocus + menutitle = ;;bold + +[buttonbar] + hotkey = BottomNumberFg;BottomNumber + button = #000;Bottom + +[statusbar] + _default_ = #000;Top + +[help] + _default_ = #000;Help + helpbold = HelpBoldFg;;bold + helpitalic = HelpItalicFg;;italic + helplink = HelpLinkFg;;underline + helpslink = Help;HelpLinkFg + +[editor] + editbold = MarkedFg;;bold + editmarked = ;Selected + editwhitespace = ;EditorWhitespace + editlinestate = #000;EditorLineNumber + bookmark = #000;EditorBookmark + bookmarkfound = #000;EditorFindAll + editrightmargin = ;EditorRightMargin + editbg = ;EditorVoid + editframe = EditorFrameFg + editframeactive = EditorFrameActiveFg + editframedrag = EditorFrameDragFg + +[viewer] + viewbold = ViewerBoldFg;;bold + viewunderline = ViewerUnderlinedFg;;underline + viewselected = #000;ViewerSelected + +[diffviewer] + added = ;DiffAdd + changedline = ;DiffChangedLine + changednew = ;DiffAdd + changed = ;DiffGap + removed = ;DiffGap + error = #fff;Error + +[widget-panel] + sort-up-char = ▴ + sort-down-char = ▾ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = ◂ + history-next-item-char = ▸ + history-show-list-char = ▾ + filename-scroll-left-char = ◂ + filename-scroll-right-char = ▸ + +[widget-scrollbar] + first-vert-char = ▴ + last-vert-char = ▾ + first-horiz-char = ◂ + last-horiz-char = ▸ + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = ↕ + window-close-char = ✕ diff --git a/misc/skins/xoria256.ini b/misc/skins/xoria256.ini new file mode 100644 index 0000000..cbc9c99 --- /dev/null +++ b/misc/skins/xoria256.ini @@ -0,0 +1,194 @@ +# This is a 256 colors MidnightCommander color scheme +# based on the Xoria256 color scheme for the Vim editor +# (http://www.vim.org/scripts/script.php?script_id=2140) + +# Note you'll need mc > 4.7.5 for this scheme to work (256 colors support) +# Hint: compile from the git repository + +# Author : Alexander Glyzov (isee@inbox.ru) +# Last Change : Jan 11, 2011 + +# Special Thanks to Dmitriy Zotikov -- author of the Vim Xoria256 color scheme. + + + +[skin] + description = Xoria256 + 256colors = true + +# [Lines] +# horiz = ─ +# vert = │ +# lefttop = ┌ +# righttop = ┐ +# leftbottom = └ +# rightbottom = ┘ +# topmiddle = ┬ +# bottommiddle = ┴ +# leftmiddle = ├ +# rightmiddle = ┤ +# cross = ┼ +# dhoriz = ─ +# dvert = │ +# dlefttop = ┌ +# drighttop = ┐ +# dleftbottom = └ +# drightbottom = ┘ +# dtopmiddle = ┬ +# dbottommiddle = ┴ +# dleftmiddle = ├ +# drightmiddle = ┤ + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ═ + dvert = ║ + dlefttop = ╔ + drighttop = ╗ + dleftbottom = ╚ + drightbottom = ╝ + dtopmiddle = ╤ + dbottommiddle = ╧ + dleftmiddle = ╟ + drightmiddle = ╢ + +[core] + _default_ = color250;color234 + selected = ;color60 + marked = color228 + markselect = color228;color60 + reverse = color234;color250; + header = color180;;bold + + gauge = white;black + + input = color252;color60;bold + inputunchanged = color250;color60;bold + inputmark = color228;color236;bold + + disabled = color244;color250 + + #inputhistory = + #commandhistory = + #commandlinemark = black;lightgray + + shadow = color239;black + +[dialog] + _default_ = black;color250 + dhotnormal = color88;; + dfocus = black;color73; + dhotfocus = color88;color73; + dtitle = color235;;bold + +[error] + _default_ = white;red + errdfocus = black;lightgray + errdhotnormal = yellow;red + errdhotfocus = yellow;lightgray + errdtitle = yellow;red;bold + +[filehighlight] + directory = ;;bold + executable = color114 + symlink = color180 + hardlink = + stalelink = rgb404 + device = rgb231 + special = rgb331 + core = rgb430 + temp = color239 + archive = color174 + doc = rgb033 + source = color29 + media = color110 + graph = color182 + database = color31 + +[menu] + _default_ = black;color250 + menusel = black;color73; + menuhot = color88;; + menuhotsel = color88;color73; + menuinactive = color244 + +[popupmenu] + _default_ = black;color250 + menusel = black;color73 + menutitle = ;;bold + +[buttonbar] + button = black;color250 + hotkey = color88;color181;bold + +[statusbar] + _default_ = black;color250 + +[help] + _default_ = black;color250 + helpitalic = color88;;bold + helpbold = color235;;bold + helplink = color19;; + helpslink = black;color73;inverse + helptitle = color235;;bold + +[editor] + _default_ = color250;color234 + editbold = ;;bold + editmarked = ;color60 + editwhitespace = color236;color234 + editlinestate = ;color235 + bookmark = ;color239; + bookmarkfound = ;color239;bold + editrightmargin = color180;color235;bold +# editbg = + editframe = color244; + editframeactive = color250; + editframedrag = color73; + +[viewer] + _default_ = color250;color234 + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color228;color60 + +[diffviewer] + changedline = ;color60 + changednew = black;color174 + added = black;color181 + changed = black;color151 + removed = ;color235 + error = rgb554;rgb320 + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = « + history-next-item-char = » + history-show-list-char = ^ + filename-scroll-left-char = « + filename-scroll-right-char = » + +[widget-scrollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = « + last-horiz-char = » + current-char = ■ + background-char = ▒ + +[widget-editor] + window-state-char = ↕ + window-close-char = ✕ diff --git a/misc/skins/yadt256-defbg.ini b/misc/skins/yadt256-defbg.ini new file mode 100644 index 0000000..ea3d7c7 --- /dev/null +++ b/misc/skins/yadt256-defbg.ini @@ -0,0 +1,150 @@ +# yadt256-defbg (Yet Another Dark Theme, 256 colors, default background) +# Based on modarin256-defbg of Oliver Lange +# +# The skin looks good only if you have some sort of a "dark background". +# It can be set by the color schema of your terminal (e.g. Green-On-Black) +# or as underlying windows in the transparent mode. For a "light background", +# I'd use a version of the skin with a static background color (yadt256) + +[skin] + description = Yet Another Dark Theme, 256 colors, default background + 256colors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ┬ + dbottommiddle = ┴ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = color250;default + selected = white;blue + marked = color228;color239;bold + markselect = color228;blue;bold + gauge = color250;color66 + input = color187;color235;bold + inputmark = color228;blue;bold + inputunchanged = color144;color235;bold + commandlinemark = color228;blue;bold + reverse = color180;blue;bold + header = color180;;bold + disabled = color246;color239 + #inputhistory = + #commandhistory = + shadow = color239;black + +[dialog] + _default_ = color252;color239 + dhotnormal = color214 + dfocus = color228;blue;bold + dhotfocus = color214;blue + dtitle = color180;;bold + +[error] + _default_ = color230;color52 + errdfocus = color254;blue;bold + errdhotnormal = color203;color52 + errdhotfocus = color203;blue;bold + errdtitle = color227;;bold + +[filehighlight] + directory = color144;;bold + executable = color114 + symlink = color45 + hardlink = + stalelink = color203 + device = color170 + special = color142 + core = color197 + temp = color245 + archive = color172 + doc = color153 + source = color109 + media = color141 + graph = color216 + database = color103 + +[menu] + _default_ = color252;color239 + menusel = white;blue + menuhot = color214 + menuhotsel = color214;blue + menuinactive = color252 + +[popupmenu] + _default_ = color252;default + menusel = color252;blue + menutitle = color180;;bold + +[buttonbar] + button = color252;color236 + hotkey = color214;color238;bold + +[statusbar] + _default_ = color252;color66 + +[help] + _default_ = color252;color239 + helpitalic = color114;;bold + helpbold = color180;;bold + helplink = color45 + helpslink = color228;blue;bold + helptitle = color180;;bold + +[editor] + _default_ = color250;default + editbold = color228;;bold + editmarked = color228;blue;bold + editwhitespace = color56;color234 + editlinestate = color66;color235 + bookmark = ;color239 + bookmarkfound = ;color239;bold + editrightmargin = ;color235;bold + +[viewer] + _default_ = color250;default + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color228;blue;bold + +[diffviewer] + changedline = color231;color29 + changednew = color232;color78 + changed = color231;color39 + added = color232;color81 + removed = ;color234 + error = color231;color160 + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = < + history-next-item-char = > + history-show-list-char = ^ + +[widget-scrollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = < + last-horiz-char = > + current-char = ■ + background-char = ▒ diff --git a/misc/skins/yadt256.ini b/misc/skins/yadt256.ini new file mode 100644 index 0000000..194c2b0 --- /dev/null +++ b/misc/skins/yadt256.ini @@ -0,0 +1,149 @@ +# yadt256 (Yet Another Dark Theme, 256 colors, black background) +# Based on modarin256 of Oliver Lange +# +# This skin might be used in case you have a sort of a "light background" +# (e.g. Black-On-White color schema of the terminal). To keep the skin "dark" +# a background color was set to black for the main window, editor and viewer. + +[skin] + description = Yet Another Dark Theme, 256 colors, black background + 256colors = true + +[Lines] + horiz = ─ + vert = │ + lefttop = ┌ + righttop = ┐ + leftbottom = └ + rightbottom = ┘ + topmiddle = ┬ + bottommiddle = ┴ + leftmiddle = ├ + rightmiddle = ┤ + cross = ┼ + dhoriz = ─ + dvert = │ + dlefttop = ┌ + drighttop = ┐ + dleftbottom = └ + drightbottom = ┘ + dtopmiddle = ┬ + dbottommiddle = ┴ + dleftmiddle = ├ + drightmiddle = ┤ + +[core] + _default_ = color250;black + selected = white;blue + marked = color228;color239;bold + markselect = color228;blue;bold + gauge = color250;color66 + input = color187;color235;bold + inputmark = color228;blue;bold + inputunchanged = color144;color235;bold + commandlinemark = color228;blue;bold + reverse = color180;blue;bold + header = color180;;bold + disabled = color246;color239 + #inputhistory = + #commandhistory = + shadow = color239;black + +[dialog] + _default_ = color252;color239 + dhotnormal = color214 + dfocus = color228;blue;bold + dhotfocus = color214;blue + dtitle = color180;;bold + +[error] + _default_ = color230;color52 + errdfocus = color254;blue;bold + errdhotnormal = color203;color52 + errdhotfocus = color203;blue;bold + errdtitle = color227;;bold + +[filehighlight] + directory = color144;;bold + executable = color114 + symlink = color45 + hardlink = + stalelink = color203 + device = color170 + special = color142 + core = color197 + temp = color245 + archive = color172 + doc = color153 + source = color109 + media = color141 + graph = color216 + database = color103 + +[menu] + _default_ = color252;color239 + menusel = white;blue + menuhot = color214 + menuhotsel = color214;blue + menuinactive = color252 + +[popupmenu] + _default_ = color252;color239 + menusel = color252;blue + menutitle = color180;;bold + +[buttonbar] + button = color252;color236 + hotkey = color214;color238;bold + +[statusbar] + _default_ = color252;color66 + +[help] + _default_ = color252;color239 + helpitalic = color114;;bold + helpbold = color180;;bold + helplink = color45 + helpslink = color228;blue;bold + helptitle = color180;;bold + +[editor] + _default_ = color250;black + editbold = color228;;bold + editmarked = color228;blue;bold + editwhitespace = color56;color234 + editlinestate = color66;color235 + bookmark = ;color239 + bookmarkfound = ;color239;bold + editrightmargin = ;color235;bold + +[viewer] + _default_ = color250;black + viewbold = ;;bold + viewunderline = ;;underline + viewselected = color228;blue;bold + +[diffviewer] + changedline = color231;color29 + changednew = color232;color78 + changed = color231;color39 + added = color232;color81 + removed = ;color234 + error = color231;color160 + +[widget-panel] + sort-up-char = ↑ + sort-down-char = ↓ + hiddenfiles-show-char = • + hiddenfiles-hide-char = ○ + history-prev-item-char = < + history-next-item-char = > + history-show-list-char = ^ + +[widget-scrollbar] + first-vert-char = ↑ + last-vert-char = ↓ + first-horiz-char = < + last-horiz-char = > + current-char = ■ + background-char = ▒ -- cgit v1.2.3