1
0
Fork 0
This commit is contained in:
Luca Bilke 2023-05-29 22:20:46 +02:00
parent ee039f5fe0
commit 12fb01df9b
2 changed files with 8 additions and 8 deletions

View file

@ -20,28 +20,28 @@ export LESSOPEN="| /usr/bin/highlight -O ansi %s 2>/dev/null"
export ANSIBLE_NOCOWS=1 # Stop those fucking cows in Ansible
# Color palette for console dialogs in tools such as nmtui and whiptail
export NEWT_COLORS=='
export NEWT_COLORS='
root=white,black
border=black,lightgray
window=lightgray,lightgray
shadow=black,gray
title=black,lightgray
button=black,cyan
actbutton=white,cyan
button=black,blue
actbutton=white,blue
compactbutton=black,lightgray
checkbox=black,lightgray
actcheckbox=lightgray,cyan
actcheckbox=lightgray,blue
entry=black,lightgray
disentry=gray,lightgray
label=black,lightgray
listbox=black,lightgray
actlistbox=black,cyan
actlistbox=black,blue
sellistbox=lightgray,black
actsellistbox=lightgray,black
textbox=black,lightgray
acttextbox=black,cyan
acttextbox=black,blue
emptyscale=,gray
fullscale=,cyan
fullscale=,blue
helpline=white,black
roottext=lightgrey,black
'

@ -1 +1 @@
Subproject commit 445bfaa764e0852d29d820794e02257f7deac05b
Subproject commit 159f81cbd8ebb92e7c19af8581272745f3d187e1