Enhance Spyder Theme to Dracula Theme Specification#2
Open
Sad-Abd wants to merge 7 commits into
Open
Conversation
Update colors to adhere more closely to the Dracula theme specifications: Explanation of Changes: 1. Background Colors: - dracula/currentline: Changed to #44475a to better align with the selection color, providing clearer distinction. - dracula/currentcell: Adjusted to a slightly different shade #3a424a for better visibility and contrast. 2. Text Colors: - dracula/keyword: Updated to #ff79c6 (Pink) for better differentiation and to match the Dracula specification. - dracula/builtin: Changed to #8be9fd (Cyan) to align with the Dracula theme's specification for built-in functions. - dracula/definition: Remained #50fa7b (Green) to ensure visibility and consistency with function names. - dracula/magic: Changed to #ff5555 (Red) to fit the theme and provide clear contrast. 3. Highlighting and Selection: - dracula/occurrence: Adjusted to #44475a for consistency with the selection color. - dracula/ctrlclick: Kept #ff79c6 (Pink) for clear visibility and thematic consistency. - dracula/matched_p: Maintained #50fa7b (Green) for successful matches. - dracula/unmatched_p: Kept #ff5555 (Red) to highlight unmatched parentheses effectively.
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
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 PR updates the Spyder theme to align with the Dracula theme specification, ensuring a consistent and visually appealing experience. The changes enhance readability and maintain aesthetic coherence with the widely used Dracula color palette.
Changes Made:
spyder.inipath in INSTALL.mdMotivation:
These changes are inspired by the need to provide a cohesive and visually consistent theme across different tools and platforms.
Screenshots:
Before:

After:
