46 lines
1.5 KiB
Text
46 lines
1.5 KiB
Text
## vim:set ft=toml:
|
|
## name: {{scheme-name}}
|
|
## adapted from: https://github.com/rose-pine/amfora/blob/main/themes/rose-pine.toml
|
|
|
|
bg = "{{base00-hex}}"
|
|
tab_num = "{{base0D-hex}}"
|
|
tab_divider = "{{base07-hex}}"
|
|
bottombar_label = "{{base0D-hex}}"
|
|
bottombar_text = "{{base05-hex}}"
|
|
bottombar_bg = "{{base01-hex}}"
|
|
scrollbar = "{{base01-hex}}"
|
|
hdg_1 = "{{base0D-hex}}"
|
|
hdg_2 = "{{base0C-hex}}"
|
|
hdg_3 = "{{base0A-hex}}"
|
|
amfora_link = "{{base09-hex}}"
|
|
foreign_link = "{{base04-hex}}"
|
|
link_number = "{{base03-hex}}"
|
|
regular_text = "{{base05-hex}}"
|
|
quote_text = "{{base06-hex}}"
|
|
preformatted_text = "{{base06-hex}}"
|
|
list_text = "{{base05-hex}}"
|
|
btn_bg = "{{base0B-hex}}"
|
|
btn_text = "{{base05-hex}}"
|
|
dl_choice_modal_bg = "{{base01-hex}}"
|
|
dl_choice_modal_text = "{{base05-hex}}"
|
|
dl_modal_bg = "{{base01-hex}}"
|
|
dl_modal_text = "{{base05-hex}}"
|
|
info_modal_bg = "{{base01-hex}}"
|
|
info_modal_text = "{{base05-hex}}"
|
|
error_modal_bg = "{{base01-hex}}"
|
|
error_modal_text = "{{base08-hex}}"
|
|
yesno_modal_bg = "{{base01-hex}}"
|
|
yesno_modal_text = "{{base05-hex}}"
|
|
tofu_modal_bg = "{{base01-hex}}"
|
|
tofu_modal_text = "{{base05-hex}}"
|
|
subscription_modal_bg = "{{base01-hex}}"
|
|
subscription_modal_text = "{{base05-hex}}"
|
|
input_modal_bg = "{{base01-hex}}"
|
|
input_modal_text = "{{base05-hex}}"
|
|
input_modal_field_bg = "{{base02-hex}}"
|
|
input_modal_field_text = "{{base05-hex}}"
|
|
bkmk_modal_bg = "{{base01-hex}}"
|
|
bkmk_modal_text = "{{base05-hex}}"
|
|
bkmk_modal_label = "{{base0D-hex}}"
|
|
bkmk_modal_field_bg = "{{base02-hex}}"
|
|
bkmk_modal_field_text = "{{base05-hex}}"
|