diff --git a/contrib/themes/README.md b/contrib/themes/README.md index a601e45..7fa21f9 100644 --- a/contrib/themes/README.md +++ b/contrib/themes/README.md @@ -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 diff --git a/contrib/themes/nord.toml b/contrib/themes/nord.toml index ec2bf7b..0516b62 100644 --- a/contrib/themes/nord.toml +++ b/contrib/themes/nord.toml @@ -29,13 +29,12 @@ # bottombar_label: The color of the prompt that appears when you press space # 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" -bottombar_label = "#88c0d0" +bg = "#2e3440" +tab_num = "#88c0d0" +tab_divider = "#4c566a" +bottombar_label = "#88c0d0" +bottombar_text = "#eceff4" +bottombar_bg = "#3b4252" # hdg_1 # hdg_2 @@ -47,21 +46,21 @@ bottombar_label = "#88c0d0" # quote_text # preformatted_text # list_text -hdg_1 = "#5e81ac" -hdg_2 = "#81a1c1" -hdg_3 = "#8fbcbb" -amfora_link = "#88c0d0" -foreign_link = "#b48ead" -link_number = "#a3be8c" -regular_text = "#eceff4" -quote_text = "#8fbcbb" -preformatted_text = "#eceff4" -list_text = "#eceff4" +hdg_1 = "#5e81ac" +hdg_2 = "#81a1c1" +hdg_3 = "#8fbcbb" +amfora_link = "#88c0d0" +foreign_link = "#b48ead" +link_number = "#a3be8c" +regular_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 -btn_bg = "#4c566a" -btn_text = "#eceff4" +btn_bg = "#4c566a" +btn_text = "#eceff4" # dl_choice_modal_bg # dl_choice_modal_text @@ -75,37 +74,39 @@ btn_text = "#eceff4" # yesno_modal_text # tofu_modal_bg # tofu_modal_text - -dl_choice_modal_bg = "#3b4252" -dl_choice_modal_text = "#eceff4" -dl_modal_bg = "#3b4252" -dl_modal_text = "#eceff4" -info_modal_bg = "#3b4252" -info_modal_text = "#eceff4" -error_modal_bg = "#bf616a" -error_modal_text = "#2e3440" -yesno_modal_bg = "#3b4252" -yesno_modal_text = "#eceff4" -tofu_modal_bg = "#3b4252" -tofu_modal_text = "#eceff4" +# subscription_modal_bg +# subscription_modal_text +dl_choice_modal_bg = "#3b4252" +dl_choice_modal_text = "#eceff4" +dl_modal_bg = "#3b4252" +dl_modal_text = "#eceff4" +info_modal_bg = "#3b4252" +info_modal_text = "#eceff4" +error_modal_bg = "#bf616a" +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 # 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_bg = "#3b4252" -input_modal_text = "#eceff4" -input_modal_field_bg = "#4c566a" -input_modal_field_text ="#eceff4" +input_modal_bg = "#3b4252" +input_modal_text = "#eceff4" +input_modal_field_bg = "#4c566a" +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_field_bg = "#4c566a" +bkmk_modal_bg = "#3b4252" +bkmk_modal_text = "#eceff4" +bkmk_modal_label = "#eceff4" +bkmk_modal_field_bg = "#4c566a" bkmk_modal_field_text = "#eceff4"