2017-05-07
❯ Implemented support for auctex
. (@justbur, PR #22, c2cd1e84)
❯ Implemented support for git-gutter+
. (@microamp, PR #30, a94a28fa)
❯ Implemented support for helm-swoop
. (@microamp, PR #31, 52413e75)
❯ Implemented support for
diff-hl
. (@meqif, PR #33, 2db97b3a)
❯ Implemented support for neotree
. (@geekerzp, PR #34, f58eb2a6)
❯ Implemented support for
avy
. (@microamp, PR #36, f65ff21d)
❯ The highlighting for maildirs with unread emails is now colorized with nord13
instead of nord4
. (@microamp, PR #35, a0bfde06)
2017-04-17
❯ Implemented support for the which-function-mode
. (@microamp, #28, f7a2f6e6)
❯ The text color of inactive mode lines are now colorized with nord4
instead of nord3
to increase the readability. (@cavd, #25, 067b9bbe)
❯ Fixed the color of the cursor
face caused by using the wrong attribute :foreground
instead of :background
. (@spegoraro, #24, b11fb535)
2017-03-26
❯ Some more minor fixes created by a MELPA contributor to adhere to the packaging standard. (@purcell, PR #21, 70a3ee23)
- Formated header conventionally, with
Commentary
andCode
section markers - Removed redundant use of Emacs since all
elisp
packages are for Emacs - Declared Emacs
24
dependency viaPackage-Requires
documentaion attribute - Fixed a typo from marmelade to marmalade
- Added missing trailing comment line to mark the end of the theme file
2017-03-25
❯ Fixed the package documentation format to adhere to the MELPA contribution standard. (@arcticicestudio, 8b835e60)
2017-03-25
Detailed information about features, supported packages and install instructions can be found in the README and in the project wiki.
❯ Implemented the main theme file nord-theme.el
. (@arcticicestudio, #1, e51f7593)
Non-obtrusive bracket matching- and search marker.
Colors of selected code can still be easily recognized.
❯ Implemented support for multiple syntax packages:
- Elixir (@arcticicestudio, #18, 0b879fb1)
- Enhanced Ruby (@arcticicestudio, #15, 7b59c16f)
- JavaScript
js2-mode
andjs3-mode
(@arcticicestudio, #7, ffe1b276) - Markdown (@arcticicestudio, #3, 02e7065f)
- Web (@arcticicestudio, #8, f1b893e9)
❯ Implemented support for multiple UI packages:
- Anzu (@arcticicestudio, #19, 6c3d0baf)
- Company (@arcticicestudio, #10, 7b8b6ec8)
- Evil (@arcticicestudio, #5, a240b411)
- Flycheck (@arcticicestudio, #17, 9c784ef6)
- Git Gutter (@arcticicestudio, #4, fa6ea1f8)
- Helm (@arcticicestudio, #16, 264ce64d)
- Magit (@arcticicestudio, #16, 641dd503)
- Org (@arcticicestudio, #2, 6b60bd55)
- Powerline (
powerline-evil
) (@arcticicestudio, #11, 5a854190) - Rainbow Delimters (@arcticicestudio, #14, 6ee97d24)
2017-03-25 Project Initialization