Coder Social home page Coder Social logo

nano-theme's Introduction

GNU Emacs / N Λ N O Theme

A consistent theme for GNU Emacs. The light theme is based on Material colors and the dark theme is based on Nord colors.

The theme is based on a set of six faces (only):

  • Critical face is for information that requires immediate action.

    It should be of high constrast when compared to other faces. This can be realized (for example) by setting an intense background color, typically a shade of red. It must be used scarcely.

  • Popout face is used for information that needs attention.

    To achieve such effect, the hue of the face has to be sufficiently different from other faces such that it attracts attention through the popout effect.

  • Strong face is used for information of a structural nature.

    It has to be the same color as the default color and only the weight differs by one level (e.g., light/regular or regular/bold). IT is generally used for titles, keywords, directory, etc.

  • Salient face is used for information that are important.

    To suggest the information is of the same nature but important, the face uses a different hue with approximately the same intensity as the default face. This is typically used for links.

  • Faded face is for information that are less important.

    It is made by using the same hue as the default but with a lesser intensity than the default. It can be used for comments, secondary information and also replace italic (which is generally abused anyway

  • Subtle face is used to suggest a physical area on the screen.

    It is important to not disturb too strongly the reading of information and this can be made by setting a very light background color that is barely perceptible.

Installation

Install with straight.el:

(straight-use-package '(nano-theme :type git :host github
                                   :repo "rougier/nano-theme"))

... or install with quelpa:

(use-package nano-theme
  :ensure nil
  :defer t
  :quelpa (nano-theme
           :fetcher github
           :repo "rougier/nano-theme"))

Usage

Load theme directly: M-x: (load-theme 'nano t)

Alternatively, you can type:

  • M-x: (nano-light) for light theme
  • M-x: (nano-dark) for dark theme

If you want the same aspect as in the screenshots, you can also use M-x: (nano-mode)

Screenshots

nano-theme's People

Contributors

rougier avatar maikol-solis avatar ak-ionos avatar mpereira avatar kisaragi-hiu avatar luispauloml avatar phikal avatar sam217pa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.