put amfora theme into its own file
This commit is contained in:
parent
06c5350a3c
commit
38a8bbc5a2
2 changed files with 3 additions and 46 deletions
|
@ -324,47 +324,4 @@ workers = 3
|
|||
entries_per_page = 20
|
||||
|
||||
|
||||
# Start flavours
|
||||
# Base16 Kanagawa - amfora color config
|
||||
# Tommaso Laurenzi (https://github.com/rebelot)
|
||||
|
||||
[theme]
|
||||
bg = "#1F1F28"
|
||||
fg = "#DCD7BA"
|
||||
|
||||
bottombar_label = "#957FB8"
|
||||
bottombar_text = "#DCD7BA"
|
||||
bottombar_bg = "#16161D"
|
||||
|
||||
tab_num = "#223249"
|
||||
tab_divider = "#727169"
|
||||
|
||||
amfora_link = "#76946A"
|
||||
foreign_link = "#54546D"
|
||||
link_number = "#54546D"
|
||||
|
||||
btn_bg = "#16161D"
|
||||
btn_text = "#DCD7BA"
|
||||
|
||||
input_modal_bg = "#16161D"
|
||||
input_modal_text = "#DCD7BA"
|
||||
input_modal_field_bg = "#1F1F28"
|
||||
input_modal_field_text = "#DCD7BA"
|
||||
info_modal_bg = "#16161D"
|
||||
info_modal_text = "#DCD7BA"
|
||||
error_modal_bg = "#16161D"
|
||||
error_modal_text = "#D27E99"
|
||||
yesno_modal_bg = "#16161D"
|
||||
yesno_modal_text = "#DCD7BA"
|
||||
tofu_modal_bg = "#16161D"
|
||||
tofu_modal_text = "#DCD7BA"
|
||||
subscription_modal_bg = "#16161D"
|
||||
subscription_modal_text = "#DCD7BA"
|
||||
|
||||
hdg_1 = "#FFA066"
|
||||
hdg_2 = "#C0A36E"
|
||||
hdg_3 = "#7E9CD8"
|
||||
regular_text = "#DCD7BA"
|
||||
preformatted_text = "#6A9589"
|
||||
list_text = "#DCD7BA"
|
||||
# End flavours
|
||||
include = "theme.toml"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[[items]]
|
||||
file = "~/.config/amfora/config.toml"
|
||||
file = "~/.config/amfora/theme.toml"
|
||||
template = "amfora"
|
||||
rewrite = false
|
||||
rewrite = true
|
||||
|
||||
[[items]]
|
||||
file = "~/.config/kitty/colors.conf"
|
||||
|
|
Loading…
Reference in a new issue