Before going to bed now, I've thrown together something that you could use to 
get colors working:
    
    
    template nimConfTheme*() =
      setSlidesTheme(Black)
      nb.addStyle: """
    :root {
      --r-heading-color: #ffe220;
      --r-link-color: #ffe220;
      --r-selection-color: #ffe220;
      --r-link-color-dark: darken(#ffe220 , 15%)
    }
    """
    
    
    Run

For more CSS variables to change, look here: 
<https://github.com/hakimel/reveal.js/blob/master/css/theme/template/exposer.scss>

Reply via email to