From a520698042e8ad0648de3af9206968453aeebba8 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 21 Nov 2021 19:10:12 -0300 Subject: [PATCH] =?UTF-8?q?Supongo=20que=20me=20olvid=C3=A9=20de=20mono?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/themer/themes/mono.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/themer/themes/mono.sh diff --git a/.config/themer/themes/mono.sh b/.config/themer/themes/mono.sh new file mode 100644 index 0000000..4263bae --- /dev/null +++ b/.config/themer/themes/mono.sh @@ -0,0 +1,6 @@ +#!/bin/sh +export background=000000 +export backgroundish=333333 +export foreground=bbbbbb +export foregroundish=777777 +export dark=true