Skip to content
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

Editor Theme Selection #670

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

bryanmontalvan
Copy link
Member

Description

This PR implements the editor theme selection feature. Allowing users to select a theme they wish to program with. Currently I've made it so that users can use 3 white themes, and 3 light themes. Which are the following:

Light Themes:

  • Github (default)
  • Eclipse
  • xcode

Dark Themes:

  • Dracula
  • Gruvbox
  • Monokai

Preview

image

image

This commit does the folloiwng changes:
- Made all state variables consistent "theme" instead of "theme_color"
- Made theme dynamic by binding it to "settings" state.
- Added default values to our tests
- Increased width of theme-button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Issues relating to the backend UI/UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant