{"id":13836838,"url":"https://github.com/rougier/nano-theme","last_synced_at":"2025-12-29T23:46:51.413Z","repository":{"id":37437158,"uuid":"373540274","full_name":"rougier/nano-theme","owner":"rougier","description":"GNU Emacs / N Λ N O Theme","archived":false,"fork":false,"pushed_at":"2024-03-19T09:32:50.000Z","size":2250,"stargazers_count":345,"open_issues_count":23,"forks_count":33,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-05-02T01:12:44.688Z","etag":null,"topics":["emacs","lisp","nano","theme"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rougier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-03T14:40:20.000Z","updated_at":"2024-05-30T01:27:24.780Z","dependencies_parsed_at":"2024-01-13T17:09:53.279Z","dependency_job_id":"f72cf19b-dc0e-427c-aa19-deb625cca2f4","html_url":"https://github.com/rougier/nano-theme","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/rougier%2Fnano-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rougier%2Fnano-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rougier%2Fnano-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rougier%2Fnano-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rougier","download_url":"https://codeload.github.com/rougier/nano-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225647895,"owners_count":17502149,"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":["emacs","lisp","nano","theme"],"created_at":"2024-08-04T15:00:55.451Z","updated_at":"2025-12-29T23:46:51.386Z","avatar_url":"https://github.com/rougier.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"## GNU Emacs / N Λ N O Theme \n\nA consistent theme for GNU Emacs. The light theme is based on [Material\ncolors](https://material.io/) and the dark theme is based on [Nord\ncolors](https://www.nordtheme.com/).\n\nThe theme is based on a set of six faces (only):\n\n- **Critical face** is for information that requires immediate action.\n\n  \u003e It should be of high constrast when compared to other faces. This\n  \u003e can be realized (for example) by setting an intense background\n  \u003e color, typically a shade of red. It must be used scarcely.\n\n- **Popout face** is used for information that needs attention.\n\n  \u003e To achieve such effect, the hue of the face has to be sufficiently\n  \u003e different from other faces such that it attracts attention through\n  \u003e the popout effect.\n\n- **Strong face** is used for information of a structural nature.\n\n  \u003e It has to be the same color as the default color and only the\n  \u003e weight differs by one level (e.g., light/regular or\n  \u003e regular/bold). IT is generally used for titles, keywords,\n  \u003e directory, etc.\n\n- **Salient face** is used for information that are important.\n\n  \u003e To suggest the information is of the same nature but important,\n  \u003e the face uses a different hue with approximately the same\n  \u003e intensity as the default face. This is typically used for links.\n\n- **Faded face** is for information that are less important.\n\n  \u003e It is made by using the same hue as the default but with a lesser\n  \u003e intensity than the default. It can be used for comments, secondary\n  \u003e information and also replace italic (which is generally abused\n  \u003e anyway\n\n- **Subtle face** is used to suggest a physical area on the screen.\n\n  \u003e It is important to not disturb too strongly the reading of\n  \u003e information and this can be made by setting a very light\n  \u003e background color that is barely perceptible.\n\n\n### Installation\n\nInstall with [straight.el](https://github.com/raxod502/straight.el):\n\n```\n(straight-use-package '(nano-theme :type git :host github\n                                   :repo \"rougier/nano-theme\"))\n```\n\n... or install with [`quelpa`](https://github.com/quelpa/quelpa):\n\n```emacs-lisp\n(use-package nano-theme\n  :ensure nil\n  :defer t\n  :quelpa (nano-theme\n           :fetcher github\n           :repo \"rougier/nano-theme\"))\n```\n\n### Usage\n\nLoad theme directly: `M-x: (load-theme 'nano t)`  \n\nAlternatively, you can type:\n- `M-x: (nano-light)` for light theme\n- `M-x: (nano-dark)` for dark theme\n\nIf you want the same aspect as in the screenshots, you can also use\n`M-x: (nano-mode)` \n\n\n### Screenshots\n\n\u003cdiv\u003e\n\u003cimg src=\"./images/nano-theme-light-1.png\" width=47.5%\u003e\n\u003cimg src=\"./images/nano-theme-dark-1.png\"  width=47.5%\u003e\n\u003c/div\u003e\n\n\u003cdiv\u003e\n\u003cimg src=\"./images/nano-theme-light-2.png\" width=47.5%\u003e\n\u003cimg src=\"./images/nano-theme-dark-2.png\"  width=47.5%\u003e\n\u003c/div\u003e\n\n\u003cdiv\u003e\n\u003cimg src=\"./images/nano-theme-light-3.png\" width=47.5%\u003e\n\u003cimg src=\"./images/nano-theme-dark-3.png\"  width=47.5%\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frougier%2Fnano-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frougier%2Fnano-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frougier%2Fnano-theme/lists"}