mirror of
https://github.com/makeworld-the-better-one/amfora.git
synced 2024-11-29 12:03:22 +03:00
cabc0660fd
Fixes #154
51 lines
1.1 KiB
TOML
51 lines
1.1 KiB
TOML
#[theme]
|
|
|
|
# Only the 256 xterm colors are used, so truecolor support is not needed
|
|
|
|
bg = "black"
|
|
tab_num = "#008787"
|
|
tab_divider = "white"
|
|
bottombar_label = "#008787"
|
|
bottombar_text = "black"
|
|
bottombar_bg = "white"
|
|
scrollbar = "white"
|
|
|
|
btn_bg = "#000080"
|
|
btn_text = "white"
|
|
|
|
dl_choice_modal_bg = "#800080"
|
|
dl_choice_modal_text = "white"
|
|
dl_modal_bg = "#af5f00"
|
|
dl_modal_text = "white"
|
|
info_modal_bg = "#808080"
|
|
info_modal_text = "white"
|
|
error_modal_bg = "#800000"
|
|
error_modal_text = "white"
|
|
yesno_modal_bg = "#800080"
|
|
yesno_modal_text = "white"
|
|
tofu_modal_bg = "#800000"
|
|
tofu_modal_text = "white"
|
|
subscription_modal_bg = "#5f5faf"
|
|
subscription_modal_text = "white"
|
|
input_modal_bg = "#008000"
|
|
input_modal_text = "white"
|
|
input_modal_field_bg = "#0000ff"
|
|
input_modal_field_text = "white"
|
|
|
|
bkmk_modal_bg = "#008080"
|
|
bkmk_modal_text = "white"
|
|
bkmk_modal_label = "#ffff00"
|
|
bkmk_modal_field_bg = "#0000ff"
|
|
bkmk_modal_field_text = "white"
|
|
|
|
hdg_1 = "#ff0000"
|
|
hdg_2 = "#00ff00"
|
|
hdg_3 = "#ff00ff"
|
|
amfora_link = "#0087ff"
|
|
foreign_link = "#8700d7"
|
|
link_number = "#c0c0c0"
|
|
regular_text = "white"
|
|
quote_text = "white"
|
|
preformatted_text = "#ffffaf"
|
|
list_text = "white"
|