All Projects → rougier → nano-theme

rougier / nano-theme

Licence: GPL-3.0 license
GNU Emacs / N Λ N O Theme

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to nano-theme

RaiBlocksPHP
A bunch of PHP methods to build and sign transactions
Stars: ✭ 20 (-90.87%)
Mutual labels:  nano
MyNanoNinja
The perfect tool for Nano representatives lists and network statistics
Stars: ✭ 33 (-84.93%)
Mutual labels:  nano
nanook
Ruby library for making and receiving payments and managing a nano currency node
Stars: ✭ 17 (-92.24%)
Mutual labels:  nano
TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behavin…
Stars: ✭ 76 (-65.3%)
Mutual labels:  nano
RaiBlocksWebAssemblyPoW
WebAssembly Nanocurrency PoW implementation
Stars: ✭ 33 (-84.93%)
Mutual labels:  nano
nano-sidebar
Emacs package to have configurable sidebars on a per frame basis.
Stars: ✭ 98 (-55.25%)
Mutual labels:  nano
gonano
An implementation of the Nano cryptocurrency in Go
Stars: ✭ 34 (-84.47%)
Mutual labels:  nano
nano-websocket-client
nano javascript WebSocket client SDK
Stars: ✭ 18 (-91.78%)
Mutual labels:  nano
Nault
⚡ The most advanced Nano wallet with focus on security, speed and robustness
Stars: ✭ 228 (+4.11%)
Mutual labels:  nano
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (-84.02%)
Mutual labels:  nano
nano-s3
Upload a file to S3.
Stars: ✭ 45 (-79.45%)
Mutual labels:  nano
jNano
A comprehensive Java library for the Nano cryptocurrency.
Stars: ✭ 25 (-88.58%)
Mutual labels:  nano
nano-vanity
A NANO vanity address generator (supports OpenCL)
Stars: ✭ 83 (-62.1%)
Mutual labels:  nano
Arduino
🚀 Proyectos de todo tipo para arduino utilizando sus sensores y actuadores. 🤖
Stars: ✭ 27 (-87.67%)
Mutual labels:  nano
Nano.Library
Take full advantage of Nano Library, and rapidly implement enriched .Net 6.0 micro-services.
Stars: ✭ 39 (-82.19%)
Mutual labels:  nano
ledger-app-nano
Ledger Nano X, Nano S & Blue applications for NANO and derivative coins
Stars: ✭ 34 (-84.47%)
Mutual labels:  nano
linux-workspace
This is the greatest management of all time
Stars: ✭ 19 (-91.32%)
Mutual labels:  nano
wallet-address-validator
Useful library for validation of Bitcoin, Litecoin, Ethereum and other cryptocoin addresses
Stars: ✭ 240 (+9.59%)
Mutual labels:  nano
piranha
Piranha - a modern cloud runtime
Stars: ✭ 136 (-37.9%)
Mutual labels:  nano
nano-rs
An implementation of Nano in Rust using Tokio
Stars: ✭ 29 (-86.76%)
Mutual labels:  nano

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-setup)

Screenshots

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].