From b50347177bb6588d7588611d737bec3fb372c29c Mon Sep 17 00:00:00 2001 From: Serge Tymoshenko <65758149+sergetymo@users.noreply.github.com> Date: Tue, 22 Dec 2020 19:06:31 +0200 Subject: [PATCH] Updates to One Dark theme according to upcoming 1.7.0 release (#153) --- contrib/themes/one_dark.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/contrib/themes/one_dark.toml b/contrib/themes/one_dark.toml index 2cbc7ea..227f641 100644 --- a/contrib/themes/one_dark.toml +++ b/contrib/themes/one_dark.toml @@ -52,15 +52,15 @@ bottombar_label = "#282c34" # preformatted_text # list_text -hdg_1 = "#c678dd" +hdg_1 = "#e06c75" hdg_2 = "#c678dd" hdg_3 = "#c678dd" amfora_link = "#61afef" foreign_link = "#56b6c2" link_number = "#abb2bf" regular_text = "#abb2bf" -quote_text = "#abb2bf" -preformatted_text = "#abb2bf" +quote_text = "#98c379" +preformatted_text = "#e5c07b" list_text = "#abb2bf" # btn_bg: The bg color for all modal buttons @@ -121,3 +121,8 @@ bkmk_modal_text = "#282c34" bkmk_modal_label = "#282c34" bkmk_modal_field_bg = "#282c34" bkmk_modal_field_text = "#abb2bf" + +# subscription_modal_bg +# subscription_modal_text +subscription_modal_bg = "#c678dd" +subscription_modal_text = "#282c34" \ No newline at end of file