Skip to content

Commit

Permalink
feat: Set color of minor ticks in default theme (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabern committed Nov 23, 2023
1 parent d4e009f commit 5713cce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/theme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ function aog_theme(; fonts=[firasans("Medium"), firasans("Light")])
leftspinecolor=:darkgray,
xtickcolor=:darkgray,
ytickcolor=:darkgray,
xminortickcolor=:darkgray,
yminortickcolor=:darkgray,
xticklabelfont=lightfont,
yticklabelfont=lightfont,
xlabelfont=mediumfont,
Expand Down

0 comments on commit 5713cce

Please sign in to comment.