From 2984406f4bb74b6622a70c8f078adf78d567d257 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 21 Jan 2020 17:25:06 +0100 Subject: [PATCH] add match_map entries --- src/args.jl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/args.jl b/src/args.jl index 400c91b2..1f06fda8 100644 --- a/src/args.jl +++ b/src/args.jl @@ -1300,11 +1300,15 @@ const _match_map = KW( :right_margin => :margin, :bottom_margin => :margin, :titlefontfamily => :fontfamily_subplot, - :legendfontfamily => :fontfamily_subplot, - :legendtitlefontfamily => :fontfamily_subplot, :titlefontcolor => :foreground_color_subplot, + :legendfontfamily => :fontfamily_subplot, :legendfontcolor => :foreground_color_subplot, + :legendtitlefontfamily => :fontfamily_subplot, :legendtitlefontcolor => :foreground_color_subplot, + :colorbar_titlefontfamily => :fontfamily_subplot, + :colorbar_titlefontcolor => :foreground_color_subplot, + :plot_titlefontfamily => :fontfamily, + :plot_titlefontcolor => :foreground_color, :tickfontcolor => :foreground_color_text, :guidefontcolor => :foreground_color_guide, )