Skip to content

Commit e8e6af9

Browse files
committed
Rudimentary dark mode support
1 parent 75a056e commit e8e6af9

23 files changed

+293
-195
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Here are some SVGs and the ASCII input they were generated from:
5050

5151
### Trees
5252

53-
![Trees Example](https://cdn.rawgit.com/blampe/goat/master/examples/trees.svg)
53+
![Trees Example](https://cdn.rawgit.com/blampe/goat/main/examples/trees.svg)
5454

5555
```
5656
. . . .--- 1 .-- 1 / 1
@@ -64,7 +64,7 @@ Here are some SVGs and the ASCII input they were generated from:
6464

6565
### Overlaps
6666

67-
![Overlaps Example](https://cdn.rawgit.com/blampe/goat/master/examples/overlaps.svg)
67+
![Overlaps Example](https://cdn.rawgit.com/blampe/goat/main/examples/overlaps.svg)
6868

6969
```
7070
.-. .-. .-. .-. .-. .-.
@@ -78,7 +78,7 @@ Here are some SVGs and the ASCII input they were generated from:
7878

7979
### Line Decorations
8080

81-
![Line Decorations Example](https://cdn.rawgit.com/blampe/goat/master/examples/line-decorations.svg)
81+
![Line Decorations Example](https://cdn.rawgit.com/blampe/goat/main/examples/line-decorations.svg)
8282

8383
```
8484
________ o * * .--------------.
@@ -92,7 +92,7 @@ Here are some SVGs and the ASCII input they were generated from:
9292

9393
### Line Ends
9494

95-
![Line Ends Example](https://cdn.rawgit.com/blampe/goat/master/examples/line-ends.svg)
95+
![Line Ends Example](https://cdn.rawgit.com/blampe/goat/main/examples/line-ends.svg)
9696

9797
```
9898
o--o *--o / / * o o o o o * * * * o o o o * * * * o o o o * * * *
@@ -109,7 +109,7 @@ Here are some SVGs and the ASCII input they were generated from:
109109

110110
### Dot Grids
111111

112-
![Dot Grids Example](https://cdn.rawgit.com/blampe/goat/master/examples/dot-grids.svg)
112+
![Dot Grids Example](https://cdn.rawgit.com/blampe/goat/main/examples/dot-grids.svg)
113113

114114
```
115115
o o o o o * * * * * * * o o * o o o * * * o o o · * · · · · · ·
@@ -121,7 +121,7 @@ Here are some SVGs and the ASCII input they were generated from:
121121

122122
### Large Nodes
123123

124-
![Large Node Example](https://cdn.rawgit.com/blampe/goat/master/examples/large-nodes.svg)
124+
![Large Node Example](https://cdn.rawgit.com/blampe/goat/main/examples/large-nodes.svg)
125125

126126
```
127127
.---. .-. .-. .-. .-.
@@ -136,7 +136,7 @@ Here are some SVGs and the ASCII input they were generated from:
136136

137137
### Small Grids
138138

139-
![Small Grids Example](https://cdn.rawgit.com/blampe/goat/master/examples/small-grids.svg)
139+
![Small Grids Example](https://cdn.rawgit.com/blampe/goat/main/examples/small-grids.svg)
140140

141141
```
142142
___ ___ .---+---+---+---+---. .---+---+---+---. .---. .---.
@@ -150,7 +150,7 @@ Here are some SVGs and the ASCII input they were generated from:
150150

151151
### Big Grids
152152

153-
![Big Grids Example](https://cdn.rawgit.com/blampe/goat/master/examples/big-grids.svg)
153+
![Big Grids Example](https://cdn.rawgit.com/blampe/goat/main/examples/big-grids.svg)
154154

155155
```
156156
.----. .----.
@@ -168,7 +168,7 @@ Here are some SVGs and the ASCII input they were generated from:
168168

169169
### Complicated
170170

171-
![Complicated Example](https://cdn.rawgit.com/blampe/goat/master/examples/complicated.svg)
171+
![Complicated Example](https://cdn.rawgit.com/blampe/goat/main/examples/complicated.svg)
172172

173173
```
174174
+-------------------+ ^ .---.

examples/arrows.svg

Lines changed: 6 additions & 1 deletion
Loading

examples/big-grids.svg

Lines changed: 6 additions & 1 deletion
Loading

examples/big-shapes.svg

Lines changed: 6 additions & 1 deletion
Loading

examples/circle.svg

Lines changed: 6 additions & 1 deletion
Loading

examples/circuits.svg

Lines changed: 11 additions & 6 deletions
Loading

examples/complicated.svg

Lines changed: 8 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)