-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement custom comment brightness customization
> Description Added a accessibility theme customization to allow users to set the brightness of comments with percentage adjustments from 0% - 20% where 0 is the default nord3 comment color. When a invalid value is passed (< 0 || > 20 || nil) the default nord3 color is used. The customization is available through the nord-comment-brightness variable. This is a optional customization to provide a way for users to adjust the color to fit their needs: It is a port of the reference implementation from the Nord Atom UI project. The values are calculated using the LESSCSS lighten function to ensure full interoperability with other port projects that providing this theme feature. > Usage Example to increase the comment color brightness by 15%: (setq nord-comment-brightness 15) References: nordtheme/atom-syntax#47 http://lesscss.org/functions/#color-operations-lighten GH-43
- Loading branch information
1 parent
24deba8
commit 0d7f43a
Showing
6 changed files
with
82 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters