Skip to content

Commit

Permalink
Merge pull request JuliaPlots#45 from gileshd/master
Browse files Browse the repository at this point in the history
Dark Theme - Set more font colors to white
  • Loading branch information
mkborregaard authored Jan 22, 2020
2 parents 0103023 + 4bbeef7 commit 4afd730
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dark.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ _themes[:dark] = PlotTheme(
fgtext = colorant"#FFFFFF",
fgguide = colorant"#FFFFFF",
fglegend = colorant"#FFFFFF",
legendfontcolor = colorant"#FFFFFF",
legendtitlefontcolor = colorant"#FFFFFF",
titlefontcolor = colorant"#FFFFFF",
palette = expand_palette(dark_bg, dark_palette; lchoices = [57], cchoices = [100]),
colorgradient = cgrad(:fire).colors
)

0 comments on commit 4afd730

Please sign in to comment.