-
Notifications
You must be signed in to change notification settings - Fork 7
Secondary File to Add Support for the Dark Mode Color Scheme in Notepad++ #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
MicahKezar
wants to merge
44
commits into
Tes3awy:main
Choose a base branch
from
MicahKezar:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
Revised colors to match the default Dark Mode theme found within Notepad++ (Settings > Preferences > Dark Mode).
Removing OG file found in the original repository to minimize confusion
dark mode preview example
…Cisco_IOS_XE_Dark_Mode_byMicahKezar.udl.xml
wording
Re-added the original unedited .xml file to act in compliance with the GPLv3 License.
Re-added the original README.md to ensure GPLv3 compliance
…samaAbbas.udl.xml
Added link to original_files/ folder
changed wording/grammar
added additional links
Added .jpg comparing the original .xml w/ Dark Mode with the revised .xml
Original UDL w/ White Mode VS Original UDL w/ Dark Mode VS Revised UDL w/ Dark Mode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces dark mode support for the Cisco-IOS-XE-NotepadPlusPlus-Syntax-Highlight project. This change focuses exclusively on syntax highlighting colors to ensure compatibility and readability in the default "Dark Mode" theme in Notepad++ environments.
Key Details:
#3F3F3F
), and to provide additional clarity and contrast for readability.While I did initially make the changes just for myself, I came to the realization that there may be other people in the same boat I was in—browsing the web looking for Cisco Syntax Highlighting that also supports dark mode functionality.
Lastly, this is my first ever GitHub Fork, and my first ever Pull Request, so hopefully I'm doing it right! I hope this contribution aligns with the goals you initially set when making the project. Let me know if there are any adjustments that need to be made!
Pulling for a brighter (and darker) future,
Micah