mirror of
https://github.com/makeworld-the-better-one/amfora.git
synced 2024-11-22 15:46:51 +03:00
Update Nord theme for 1.7.0 (#150)
This commit is contained in:
parent
d7100850bd
commit
a93418d942
@ -6,7 +6,7 @@ You can use these themes by replacing the `[theme]` section of your config with
|
||||
|
||||
Contributed by **[@lokesh-krishna](https://github.com/lokesh-krishna)**.
|
||||
|
||||
![screenshot of the nord theme](https://user-images.githubusercontent.com/20235646/99020443-a93a1980-2584-11eb-8028-0b95cfcf0fc6.png)
|
||||
![screenshot of the nord theme](https://user-images.githubusercontent.com/20235646/102846450-005dc480-4436-11eb-89a9-a1a4350f5415.png)
|
||||
|
||||
## Dracula
|
||||
|
||||
|
@ -30,12 +30,11 @@
|
||||
# bottombar_text: The color of the text you type
|
||||
# bottombar_bg
|
||||
bg = "#2e3440"
|
||||
fg = "#eceff4"
|
||||
tab_num = "#88c0d0"
|
||||
tab_divider = "#eceff4"
|
||||
bottombar_bg = "#3b4252"
|
||||
bottombar_text = "#eceff4"
|
||||
tab_divider = "#4c566a"
|
||||
bottombar_label = "#88c0d0"
|
||||
bottombar_text = "#eceff4"
|
||||
bottombar_bg = "#3b4252"
|
||||
|
||||
# hdg_1
|
||||
# hdg_2
|
||||
@ -54,9 +53,9 @@ amfora_link = "#88c0d0"
|
||||
foreign_link = "#b48ead"
|
||||
link_number = "#a3be8c"
|
||||
regular_text = "#eceff4"
|
||||
quote_text = "#8fbcbb"
|
||||
preformatted_text = "#eceff4"
|
||||
list_text = "#eceff4"
|
||||
quote_text = "#81a1c1"
|
||||
preformatted_text = "#8fbcbb"
|
||||
list_text = "#d8dee9"
|
||||
|
||||
# btn_bg: The bg color for all modal buttons
|
||||
# btn_text: The text color for all modal buttons
|
||||
@ -75,7 +74,8 @@ btn_text = "#eceff4"
|
||||
# yesno_modal_text
|
||||
# tofu_modal_bg
|
||||
# tofu_modal_text
|
||||
|
||||
# subscription_modal_bg
|
||||
# subscription_modal_text
|
||||
dl_choice_modal_bg = "#3b4252"
|
||||
dl_choice_modal_text = "#eceff4"
|
||||
dl_modal_bg = "#3b4252"
|
||||
@ -83,11 +83,13 @@ dl_modal_text = "#eceff4"
|
||||
info_modal_bg = "#3b4252"
|
||||
info_modal_text = "#eceff4"
|
||||
error_modal_bg = "#bf616a"
|
||||
error_modal_text = "#2e3440"
|
||||
error_modal_text = "#eceff4"
|
||||
yesno_modal_bg = "#3b4252"
|
||||
yesno_modal_text = "#eceff4"
|
||||
tofu_modal_bg = "#3b4252"
|
||||
tofu_modal_text = "#eceff4"
|
||||
subscription_modal_bg = "#3b4252"
|
||||
subscription_modal_text = "#eceff4"
|
||||
|
||||
# input_modal_bg
|
||||
# input_modal_text
|
||||
@ -96,16 +98,15 @@ tofu_modal_text = "#eceff4"
|
||||
input_modal_bg = "#3b4252"
|
||||
input_modal_text = "#eceff4"
|
||||
input_modal_field_bg = "#4c566a"
|
||||
input_modal_field_text ="#eceff4"
|
||||
input_modal_field_text = "#eceff4"
|
||||
|
||||
# bkmk_modal_bg
|
||||
# bkmk_modal_text
|
||||
# bkmk_modal_label
|
||||
# bkmk_modal_field_bg
|
||||
# bkmk_modal_field_text
|
||||
|
||||
bkmk_modal_bg = "#3b4252"
|
||||
bkmk_modal_text = "#eceff4"
|
||||
bkmk_modal_label = "#88c0d0"
|
||||
bkmk_modal_label = "#eceff4"
|
||||
bkmk_modal_field_bg = "#4c566a"
|
||||
bkmk_modal_field_text = "#eceff4"
|
||||
|
Loading…
Reference in New Issue
Block a user