spyder-ide / spyder-notebook

Jupyter notebook integration with Spyder
Other
528 stars 130 forks source link

spyder-notebook not inheriting themes/syntax coloring from spyder #191

Open leontikos opened 5 years ago

leontikos commented 5 years ago

Description of your problem

When I change the 'syntax coloring' for Spyder, the theme of Spyder is changing, but for spyder-notebook it's not.

What steps will reproduce the problem?

  1. Open the newest version of spyder with spyder-notebook
  2. Try to change 'syntax coloring' in 'Preferences'

What is the expected output? What do you see instead? Take a look at the screenshot below - the coloring for IPython console has changed (when I changed the settings for 'syntax coloring', but for the notebook it has not.

Please provide any additional information below (stack trace, screenshots, a gif, etc) image

Versions and main components

Dependencies

Please go to the menu entry Help > Optional Dependencies (or Help > Dependencies), press the button Copy to clipboard and paste the contents below: IPython >=4.0 : 7.2.0 (OK) cython >=0.21 : 0.29.2 (OK) jedi >=0.9.0 : 0.13.2 (OK) matplotlib >=2.0.0: 3.0.2 (OK) nbconvert >=4.0 : 5.4.0 (OK) numpy >=1.7 : 1.15.4 (OK) pandas >=0.13.1 : 0.23.4 (OK) pycodestyle >=2.3 : 2.4.0 (OK) pyflakes >=0.6.0 : 2.0.0 (OK) pygments >=2.0 : 2.3.1 (OK) pylint >=0.25 : 2.2.2 (OK) qtconsole >=4.2.0 : 4.4.3 (OK) rope >=0.9.4 : 0.11.0 (OK) sphinx >=0.6.6 : 1.8.2 (OK) sympy >=0.7.3 : 1.3 (OK)

ccordoba12 commented 5 years ago

Thanks for reporting. This is not an easy task to solve, but we'll try to address it in the future.