Update dotfiles

This commit is contained in:
Santiago Lo Coco 2024-04-06 12:45:58 +02:00
parent a340a7cb19
commit 18b090f4be
1 changed files with 28 additions and 0 deletions

28
dotfiles/.dialogrc Normal file
View File

@ -0,0 +1,28 @@
screen_color = (CYAN,CYAN,ON)
shadow_color = (BLACK,BLACK,ON)
dialog_color = (BLACK,WHITE,OFF)
title_color = (RED,WHITE,OFF)
border_color = (WHITE,WHITE,ON)
button_active_color = (WHITE,BLUE,ON)
button_inactive_color = dialog_color
button_key_active_color = button_active_color
button_key_inactive_color = (RED,WHITE,OFF)
button_label_active_color = (YELLOW,BLUE,ON)
button_label_inactive_color = (BLACK,WHITE,OFF)
inputbox_color = dialog_color
inputbox_border_color = dialog_color
position_indicator_color = title_color
menubox_color = dialog_color
menubox_border_color = border_color
item_color = dialog_color
item_selected_color = button_active_color
tag_color = (BLACK,WHITE,ON)
tag_color = (BLACK,WHITE,OFF)
tag_selected_color = button_label_active_color
tag_key_color = button_key_inactive_color
tag_key_selected_color = (RED,BLUE,ON)
check_color = dialog_color
check_selected_color = button_active_color
uarrow_color = (RED,WHITE,OFF)
darrow_color = uarrow_color
itemhelp_color = (WHITE,BLACK,OFF)