Git Product home page Git Product logo

Comments (7)

pomber avatar pomber commented on May 18, 2024 3

Hi!

I think the change isn't too big, if you want to try it see this line:
https://github.com/pomber/code-surfer/blob/master/packages/code-surfer/src/code-surfer.js#L29

Adding a theme property to that component and changing the condition to something like theme={theme !== undefined ? theme : dark ? darkTheme : lightTheme} (I explicitly check against undefined because null is a valid theme for prism-react-rederer).

I think that should be enough at least for a short-term solution.

from code-surfer.

pomber avatar pomber commented on May 18, 2024 3

Thanks for the PR @kutyel !

@kitten what API do you have in mind?
Current mdx-deck themes for syntax highlighting look like this:

// example theme.js
import { future } from 'mdx-deck/themes'
import okaidia from 'react-syntax-highlighter/styles/prism/okaidia'
import prismRuby from 'react-syntax-highlighter/languages/prism/ruby'

export default {
  ...future,
  prism: {
    style: okaidia,
    languages: {
      ruby: prismRuby
    }
  }
}

from code-surfer.

jxnblk avatar jxnblk commented on May 18, 2024 2

I would happily accept a PR for using prism-react-renderer for mdx-deck code blocks. As for theming for this particular component, I'm guessing that mdx-deck themes could use an object named CodeSurfer (or similar) and pass the whole thing along

from code-surfer.

pomber avatar pomber commented on May 18, 2024 2

I added some examples for using it with prism-react-renderer. I couldn't make it work with prism themes yet (tried something like this).

from code-surfer.

kitten avatar kitten commented on May 18, 2024

@pomber I think a longterm solution would include to add the prism-react-renderer theme to mdx's theme as well eventually.

Maybe they can even be convinced to switch code blocks over to it?

from code-surfer.

kutyel avatar kutyel commented on May 18, 2024

@kitten oh, that's right, I'd like to use Night Owl from prism-react-renderer for example, the themes from mdx-deck seem to be pretty simple regarding code highlighting, @jxnblk what do you think? 😉

from code-surfer.

pomber avatar pomber commented on May 18, 2024

Closing this one. Now you can also set the theme globally: https://codesurfer.js.org/sample/#10

from code-surfer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.