From 6c2ccc207377217fe42d50652b66108f4ea059a8 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 22 Jul 2024 20:16:51 +0200 Subject: [PATCH] bashrc: theme nmtui --- bash/bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/bashrc b/bash/bashrc index c223c16..b065281 100755 --- a/bash/bashrc +++ b/bash/bashrc @@ -14,6 +14,9 @@ export LESS_TERMCAP_so=$'\E[01;44;33m' export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_us=$'\E[01;32m' +# nmtui theme +export NEWT_COLORS='root=black,black;window=black,black;border=white,black;listbox=white,black;label=blue,black;checkbox=red,black;title=green,black;button=white,red;actsellistbox=white,red;actlistbox=white,gray;compactbutton=white,gray;actcheckbox=white,blue;entry=lightgray,black;textbox=blue,black' + alias reload=". ~/.bashrc" # Bind PageUp and PageDown to history search