Skip to content

Commit c916c2a

Browse files
diagram background for dark theme
1 parent 0ec4d46 commit c916c2a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
clj-fuzzy/clj-fuzzy {:mvn/version "0.4.1"}
1313
clj-thamil/clj-thamil {:mvn/version "0.2.0"}
1414
org.scicloj/clay {:git/url "https://github.com/scicloj/clay"
15-
:git/sha "ab441fe6b82826e55bf277338f5676eb7b785bcc"}
15+
:git/sha "bae1fdf09917277ae47514168e55340111a8f544"}
1616
org.eclipse.elk/org.eclipse.elk.core {:mvn/version "0.10.0"}
1717
org.eclipse.elk/org.eclipse.elk.graph {:mvn/version "0.10.0"}
1818
org.eclipse.elk/org.eclipse.elk.graph.json {:mvn/version "0.10.0"}

src/core/async/flow/example/before_his_wings_melted.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
(ns core.async.flow.example.before-his-wings-melted
1010
(:require [clojure.core.async :as async]
1111
[clojure.core.async.flow :as flow]
12-
[clojure.datafy :as datafy]
1312
[core.async.flow.example.asynctopolis :as asynctopolis]
1413
[core.async.flow.example.flow-show :as show]))
1514

src/graph/layout/elk_svg.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{:edge-shape-stroke "black"
1212
:edge-shape-fill "none"
1313
:node-shape-stroke "black"
14-
:node-shape-fill "white"
14+
:node-shape-fill "none"
1515
:node-label-stroke "none"
1616
:node-label-fill "black"
1717
:node-label-font-size "12px"

0 commit comments

Comments
 (0)