svelte-splitpanes icon indicating copy to clipboard operation
svelte-splitpanes copied to clipboard

dark theme

Open joleeee opened this issue 9 months ago • 0 comments

Is there a built in dark theme? Im playing around with a bare bones setup from npm init vite, and it looks quite horrible:

image

white text on white background!

  <div class="card">
    <Splitpanes style="height: 20em; width: 50em">
      <Pane>left</Pane>
      <Pane>right</Pane>
    </Splitpanes>
  </div>

joleeee avatar Oct 05 '23 20:10 joleeee