You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detailed information about [features](https://github.com/arcticicestudio/nord-emacs/blob/develop/README.md#features), [supported packages](https://github.com/arcticicestudio/nord-emacs/blob/develop/README.md#package-support) and install instructions can be found in the [README](https://github.com/arcticicestudio/nord-emacs/blob/develop/README.md#installation) and in the [project wiki](https://github.com/arcticicestudio/nord-emacs/wiki).
11
+
12
+
❯ Implemented the main theme file [`nord-theme.el`](https://github.com/arcticicestudio/nord-emacs/blob/develop/nord-theme.el). (@arcticicestudio, #1, e51f7593)
<palign="center"><strong>Non-obtrusive bracket matching- and search marker.</strong><br><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-emacs/develop/assets/scrot-feature-bracket-matching.png"/><br><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-emacs/develop/assets/scrot-feature-search.gif"/></p>
17
+
18
+
<palign="center"><strong>Colors of selected code can still be easily recognized.</strong><br><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-emacs/develop/assets/scrcast-feature-selection.gif"/></p>
19
+
20
+
❯ Implemented support for multiple syntax packages:
21
+
- Elixir (@arcticicestudio, #18, 0b879fb1)
22
+
- Enhanced Ruby (@arcticicestudio, #15, 7b59c16f)
23
+
- JavaScript `js2-mode` and `js3-mode` (@arcticicestudio, #7, ffe1b276)
@@ -64,13 +66,22 @@ Use Nord Emacs as your default color theme by adding it to your `.init.el`
64
66
```
65
67
or change it on-the-fly by running <kbd>M-x</kbd> `load-theme` <kbd>RET</kbd> `nord` <kbd>RET</kbd>.
66
68
69
+
## Features
70
+
<palign="center"><strong>Non-obtrusive bracket matching- and search marker.</strong><br><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-emacs/develop/assets/scrot-feature-bracket-matching.png"/><br><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-emacs/develop/assets/scrot-feature-search.gif"/></p>
71
+
72
+
<palign="center"><strong>Colors of selected code can still be easily recognized.</strong><br><imgsrc="https://raw.githubusercontent.com/arcticicestudio/nord-emacs/develop/assets/scrcast-feature-selection.gif"/></p>
73
+
67
74
## Package Support
68
75
Nord Emacs provides support for many third-party syntax- and the UI packages.
69
76
Detailed descriptions for supported packages can be found in the [project wiki](https://github.com/arcticicestudio/nord-emacs/wiki).
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-emacs/issues).
0 commit comments