tinty 0.32.1

Change the theme of your terminal, text editor and anything else with one command!
1
2
3
4
5
6
7
8
<span class="comment">diff --git a/apply.rs b/apply.rs</span>
<span class="diff-del">--- a/apply.rs</span><span class="diff-add">+++ b/apply.rs</span><span class="function">@@ -3,7 +3,9 @@ use tinty;</span>

<span class="diff-del">-fn apply(name: &amp;str) {
-    let colors = 8;</span><span class="diff-add">+fn apply(name: &amp;str) -&gt; Theme {
+    let colors = 16;
+    println!("applying: {name}");</span>     scheme.apply(colors);
 }