{"id":16498852,"url":"https://github.com/denius/mc-solarized-skin","last_synced_at":"2025-03-01T18:14:28.821Z","repository":{"id":29144633,"uuid":"32674792","full_name":"denius/mc-solarized-skin","owner":"denius","description":"Midnight-Commander Solarized. Forked from https://github.com/janekr/mc-solarized-skin","archived":false,"fork":false,"pushed_at":"2020-04-24T11:25:44.000Z","size":634,"stargazers_count":14,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T09:11:33.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"juju4/ansible-falco","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-22T12:31:51.000Z","updated_at":"2024-11-27T11:59:21.000Z","dependencies_parsed_at":"2022-09-06T12:50:59.095Z","dependency_job_id":null,"html_url":"https://github.com/denius/mc-solarized-skin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denius%2Fmc-solarized-skin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denius%2Fmc-solarized-skin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denius%2Fmc-solarized-skin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denius%2Fmc-solarized-skin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denius","download_url":"https://codeload.github.com/denius/mc-solarized-skin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241404415,"owners_count":19957655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T14:50:20.997Z","updated_at":"2025-03-01T18:14:28.782Z","avatar_url":"https://github.com/denius.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Midnight Commander Solarized \n\nThis is a skin for [Midnight Commander][1] using the [Solarized palette][2].   \nIt is designed to be used with terminal emulators that use Solarized palette as   \ntheir [ANSI colors][3].   \n\nIt is a fork from nkulikov/mc-solarized-skin however it was rewriten from   \nscratch based on [GoTaR][4] MC skin. The file highliting was adjusted to be as   \nclose as possible to the Solarized [dircolors.ansi-universal][5].   \n\nSome info on skin writing is available on [MC wiki][6],   \nyet it's usually takes a PHD to understand what's going on.   \nAnd since I'm senile and lazy, I don't want to keep going to external references.   \n\nAlso, it seems it's bloody scattered all over the place, and one has to collect tiny,   \nand I do mean TINY, and sometimes outdated, pieces of information to form something complete.   \nThat's why I took the libery to comment EVERYTHING, just in case.   \n\n# Screenshot\n\n![Midnight Commander Solarized](screenshot.png)\n\n# Installation and Usage\n\nNote you might need mc \u003e 4.7.5 for this scheme to work   \nSee [MC install script][7] on how to compile from source.   \n\nClone the repostiry into `$HOME/.config/mc/`,   \nand define `MC_SKIN` in `.bashrc`, `.zshrc` or `.whatnotrc`:   \n\n```bash\nmkdir -p $HOME/.config/mc/\ngit clone https://github.com/denius/mc-solarized-skin.git $HOME/.config/mc/\necho \"MC_SKIN=$HOME/.config/mc/mc-solarized-skin/solarized.ini\" \u003e\u003e .zshrc\n```\n# Color reference\n| SOLARIZED | HEX     | TERMCOL       |   \n|-----------|:--------|:--------------|   \n| base03    | #002b36 | brightblack   |   \n| base02    | #073642 | black         |   \n| base01    | #586e75 | brightgreen   |   \n| base00    | #657b83 | brightyellow  |   \n| base0     | #839496 | brightblue    |   \n| base1     | #93a1a1 | brightcyan    |   \n| base2     | #eee8d5 | white         |   \n| base3     | #fdf6e3 | brightwhite   |   \n| yellow    | #b58900 | brown         |   \n| orange    | #cb4b16 | brightred     |   \n| red       | #dc322f | red           |   \n| magenta   | #d33682 | magenta       |   \n| violet    | #6c71c4 | brightmageta  |   \n| blue      | #268bd2 | blue          |   \n| cyan      | #2aa198 | cyan          |   \n| green     | #859900 | green         | \n\n[1]: https://www.midnight-commander.org                                \"Midnight Commander\"\n[2]: http://ethanschoonover.com/solarized                              \"Solarized palette\"\n[3]: https://github.com/sigurdga/gnome-terminal-colors-solarized       \"ANSI colors\"\n[4]: http://www.midnight-commander.org/nopaste/skin_parser/outdir      \"GoTaR\"\n[5]: https://github.com/seebi/dircolors-solarized                      \"dircolors.ansi-universal\"\n[6]: https://www.midnight-commander.org/wiki/doc/common/skins          \"MC wiki\"\n[7]: https://github.com/iwfmp/midnight-commander/blob/master/install   \"MC install script\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenius%2Fmc-solarized-skin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenius%2Fmc-solarized-skin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenius%2Fmc-solarized-skin/lists"}