diff options
author | EuAndreh <eu@euandre.org> | 2022-03-29 11:35:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-03-29 11:35:25 -0300 |
commit | 41185df75236afc7b66ce9f8c995690a0aa0a160 (patch) | |
tree | 00441b2913b645e88646a55eb986452825f59f2f /src | |
parent | TODOs.md: Add #td-b6c2760f-4ea7-3f2c-bad7-e1f1e5f633bb (diff) | |
download | toph-41185df75236afc7b66ce9f8c995690a0aa0a160.tar.gz toph-41185df75236afc7b66ce9f8c995690a0aa0a160.tar.xz |
src/infrastructure/machines.scm: Customize colors in infokey
Diffstat (limited to 'src')
-rw-r--r-- | src/infrastructure/machines.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/infrastructure/machines.scm b/src/infrastructure/machines.scm index 6b294ff..c4ea0f2 100644 --- a/src/infrastructure/machines.scm +++ b/src/infrastructure/machines.scm @@ -70,6 +70,11 @@ (plain-file "infokey" #"""- ^e down-line ^y up-line + + #var + link-style=cyan + active-link-style=blue,bold + match-style=underline,bold,bggreen """#)) (define with-email.sh |