mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05: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)**.
|
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
|
## Dracula
|
||||||
|
|
||||||
|
@ -29,13 +29,12 @@
|
|||||||
# bottombar_label: The color of the prompt that appears when you press space
|
# bottombar_label: The color of the prompt that appears when you press space
|
||||||
# bottombar_text: The color of the text you type
|
# bottombar_text: The color of the text you type
|
||||||
# bottombar_bg
|
# bottombar_bg
|
||||||
bg = "#2e3440"
|
bg = "#2e3440"
|
||||||
fg = "#eceff4"
|
tab_num = "#88c0d0"
|
||||||
tab_num = "#88c0d0"
|
tab_divider = "#4c566a"
|
||||||
tab_divider = "#eceff4"
|
bottombar_label = "#88c0d0"
|
||||||
bottombar_bg = "#3b4252"
|
bottombar_text = "#eceff4"
|
||||||
bottombar_text = "#eceff4"
|
bottombar_bg = "#3b4252"
|
||||||
bottombar_label = "#88c0d0"
|
|
||||||
|
|
||||||
# hdg_1
|
# hdg_1
|
||||||
# hdg_2
|
# hdg_2
|
||||||
@ -47,21 +46,21 @@ bottombar_label = "#88c0d0"
|
|||||||
# quote_text
|
# quote_text
|
||||||
# preformatted_text
|
# preformatted_text
|
||||||
# list_text
|
# list_text
|
||||||
hdg_1 = "#5e81ac"
|
hdg_1 = "#5e81ac"
|
||||||
hdg_2 = "#81a1c1"
|
hdg_2 = "#81a1c1"
|
||||||
hdg_3 = "#8fbcbb"
|
hdg_3 = "#8fbcbb"
|
||||||
amfora_link = "#88c0d0"
|
amfora_link = "#88c0d0"
|
||||||
foreign_link = "#b48ead"
|
foreign_link = "#b48ead"
|
||||||
link_number = "#a3be8c"
|
link_number = "#a3be8c"
|
||||||
regular_text = "#eceff4"
|
regular_text = "#eceff4"
|
||||||
quote_text = "#8fbcbb"
|
quote_text = "#81a1c1"
|
||||||
preformatted_text = "#eceff4"
|
preformatted_text = "#8fbcbb"
|
||||||
list_text = "#eceff4"
|
list_text = "#d8dee9"
|
||||||
|
|
||||||
# btn_bg: The bg color for all modal buttons
|
# btn_bg: The bg color for all modal buttons
|
||||||
# btn_text: The text color for all modal buttons
|
# btn_text: The text color for all modal buttons
|
||||||
btn_bg = "#4c566a"
|
btn_bg = "#4c566a"
|
||||||
btn_text = "#eceff4"
|
btn_text = "#eceff4"
|
||||||
|
|
||||||
# dl_choice_modal_bg
|
# dl_choice_modal_bg
|
||||||
# dl_choice_modal_text
|
# dl_choice_modal_text
|
||||||
@ -75,37 +74,39 @@ btn_text = "#eceff4"
|
|||||||
# yesno_modal_text
|
# yesno_modal_text
|
||||||
# tofu_modal_bg
|
# tofu_modal_bg
|
||||||
# tofu_modal_text
|
# tofu_modal_text
|
||||||
|
# subscription_modal_bg
|
||||||
dl_choice_modal_bg = "#3b4252"
|
# subscription_modal_text
|
||||||
dl_choice_modal_text = "#eceff4"
|
dl_choice_modal_bg = "#3b4252"
|
||||||
dl_modal_bg = "#3b4252"
|
dl_choice_modal_text = "#eceff4"
|
||||||
dl_modal_text = "#eceff4"
|
dl_modal_bg = "#3b4252"
|
||||||
info_modal_bg = "#3b4252"
|
dl_modal_text = "#eceff4"
|
||||||
info_modal_text = "#eceff4"
|
info_modal_bg = "#3b4252"
|
||||||
error_modal_bg = "#bf616a"
|
info_modal_text = "#eceff4"
|
||||||
error_modal_text = "#2e3440"
|
error_modal_bg = "#bf616a"
|
||||||
yesno_modal_bg = "#3b4252"
|
error_modal_text = "#eceff4"
|
||||||
yesno_modal_text = "#eceff4"
|
yesno_modal_bg = "#3b4252"
|
||||||
tofu_modal_bg = "#3b4252"
|
yesno_modal_text = "#eceff4"
|
||||||
tofu_modal_text = "#eceff4"
|
tofu_modal_bg = "#3b4252"
|
||||||
|
tofu_modal_text = "#eceff4"
|
||||||
|
subscription_modal_bg = "#3b4252"
|
||||||
|
subscription_modal_text = "#eceff4"
|
||||||
|
|
||||||
# input_modal_bg
|
# input_modal_bg
|
||||||
# input_modal_text
|
# input_modal_text
|
||||||
# input_modal_field_bg: The bg of the input field, where you type the text
|
# input_modal_field_bg: The bg of the input field, where you type the text
|
||||||
# input_modal_field_text: The color of the text you type
|
# input_modal_field_text: The color of the text you type
|
||||||
input_modal_bg = "#3b4252"
|
input_modal_bg = "#3b4252"
|
||||||
input_modal_text = "#eceff4"
|
input_modal_text = "#eceff4"
|
||||||
input_modal_field_bg = "#4c566a"
|
input_modal_field_bg = "#4c566a"
|
||||||
input_modal_field_text ="#eceff4"
|
input_modal_field_text = "#eceff4"
|
||||||
|
|
||||||
# bkmk_modal_bg
|
# bkmk_modal_bg
|
||||||
# bkmk_modal_text
|
# bkmk_modal_text
|
||||||
# bkmk_modal_label
|
# bkmk_modal_label
|
||||||
# bkmk_modal_field_bg
|
# bkmk_modal_field_bg
|
||||||
# bkmk_modal_field_text
|
# bkmk_modal_field_text
|
||||||
|
bkmk_modal_bg = "#3b4252"
|
||||||
bkmk_modal_bg = "#3b4252"
|
bkmk_modal_text = "#eceff4"
|
||||||
bkmk_modal_text = "#eceff4"
|
bkmk_modal_label = "#eceff4"
|
||||||
bkmk_modal_label = "#88c0d0"
|
bkmk_modal_field_bg = "#4c566a"
|
||||||
bkmk_modal_field_bg = "#4c566a"
|
|
||||||
bkmk_modal_field_text = "#eceff4"
|
bkmk_modal_field_text = "#eceff4"
|
||||||
|
Loading…
Reference in New Issue
Block a user