Features
-
Support for ivy-posframe — #90 (⊶ e43946b) by @ReilySiegel
↠ Added support for the ivy-posframe of the ivy package.
By default, the inherited posframe theme has the same background color as buffers, which was hard to distinguish where the posframe ends and the buffer begins. The background for now usesnord1
instead.Before
After
-
Support for perspective.el — #86 ⇄ #91 (⊶ 4f5b646) by @kaiwk
↠ Added support for the perspective.el package.
Bug Fixes
- Migrate no longer valid style
sunken-button
topressed-button
— #130 #133 ⇄ #131 (⊶ 336a76a) by @cariandrum22 gh-user-cariandrum22, @cybercode gh-user-cybercode, @kresdjan gh-user-kresdjan, and @henschkowski gh-user-henschkowski
↠ Fixed the face for:box
which is invalid as of Emacs version 30. The style attributesunken-button
for the:box
attribute set on abutton
orcustom-button*
is not a valid value anymore. It has always been invalid due to a bug in a previous version as is thrown as an error as of Emacs version 30.
In the context of the code,sunken-button
itself is considered equivalent topressed-button
, so all places wheresunken-button
was specified has been replaced withpressed-button
.
Tasks
-
nordtheme
organization migration — #122 ⇄ #123 (⊶ 86ed451) by @svengreb
↠ As part of the “Northern Post — The state and roadmap of Nord“ announcement, this repository will be migrated to thenordtheme
GitHub organization. This issue is a task of nordtheme/nord#185 epic. -
Adapted remaining
arcticicestudio
"fade-out" changes — #124 ⇄ #125 (⊶ 15dadfb) by @svengreb
↠ With the retirement of the Arctic Ice Studio personal & Nord project brand various migrations to thesvengreb
GitHub account of other projects were also completed within the last months. There are also changes in Nord projects likenordtheme/web
that other projects depended on and have been adapted as well.
Therefore all Nord projects must adapt these changes which includes…- the migration and repository name change of
arcticicestudio/nord-docs
— all references have been updated. - the migration of the
arcticicestudio/styleguide-git
repository to thesvengreb
real-in-person identity — all references and used npm packages have been updated. - the migration of the
arcticicestudio/styleguide-javascript
repository to thesvengreb
real-in-person identity — all references and used npm packages have been updated. - the migration of the
arcticicestudio/styleguide-markdown
repository to thesvengreb
real-in-person identity — all references and used npm packages have been updated.
- the migration and repository name change of
-
GitHub Flow migration — #134 ⇄ #135 (⊶ 9dc54cb) by @svengreb
↠ Adapted to GitHub Flow like documented in detail in the main task issue svengreb/styleguide-git#9. -
From
master
tomain
— #136 ⇄ #137 (⊶ ed46007) by @svengreb
↠ Adapted to the default branch renaming frommaster
tomain
like documented in detail in the main task issue svengreb/styleguide-git#11.