otheme playground

Preset
Name
Appearance
Vesper
otheme
~/code/cardmaingit diff
@@ -12,7 +12,7 @@ function greet(name: string) {
1212 const prefix = "Hello";
13 return prefix + " " + name;
13 return [prefix, name].join(" ");
1414}
~/code/cardmainotheme set vesper
applied to nvim · tmux · ghostty · git-delta
~/code/cardmain