Add dialog theme file
This commit is contained in:
parent
ab945b1caf
commit
279c6ade30
1 changed files with 32 additions and 0 deletions
32
dialogrc
Normal file
32
dialogrc
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
use_shadow = OFF
|
||||||
|
use_colors = ON
|
||||||
|
|
||||||
|
screen_color = (WHITE,BLUE,OFF)
|
||||||
|
dialog_color = (WHITE,BLUE,OFF)
|
||||||
|
title_color = (YELLOW,BLUE,ON)
|
||||||
|
border_color = (WHITE,BLUE,OFF)
|
||||||
|
|
||||||
|
button_active_color = (BLACK,WHITE,ON)
|
||||||
|
button_inactive_color = (WHITE,BLUE,OFF)
|
||||||
|
|
||||||
|
button_key_active_color = (BLACK,WHITE,ON)
|
||||||
|
button_key_inactive_color = (WHITE,BLUE,OFF)
|
||||||
|
|
||||||
|
button_label_active_color = (BLACK,WHITE,ON)
|
||||||
|
button_label_inactive_color = (WHITE,BLUE,OFF)
|
||||||
|
|
||||||
|
menubox_color = (WHITE,BLUE,OFF)
|
||||||
|
menubox_border_color = (WHITE,BLUE,OFF)
|
||||||
|
|
||||||
|
item_color = (WHITE,BLUE,OFF)
|
||||||
|
item_selected_color = (BLACK,WHITE,ON)
|
||||||
|
|
||||||
|
tag_color = (WHITE,BLUE,OFF)
|
||||||
|
tag_selected_color = (BLACK,WHITE,ON)
|
||||||
|
|
||||||
|
tag_key_color = (YELLOW,BLUE,OFF)
|
||||||
|
tag_key_selected_color = (BLACK,WHITE,ON)
|
||||||
|
|
||||||
|
position_indicator_color = (WHITE,BLUE,OFF)
|
||||||
|
uarrow_color = (WHITE,BLUE,OFF)
|
||||||
|
darrow_color = (WHITE,BLUE,OFF)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue