Adapt to updated makie version

This commit is contained in:
TEC 2024-01-27 02:58:40 +08:00
parent 09f905f4ab
commit 6a72ab6d45
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ module cairomakie
using Setup
using CairoMakie
import Pkg
import Setup.theme_term
@ -50,7 +49,7 @@ function theme_term()
palette = merge(Attributes(
color = onecolors(1.0),
patchcolor = onecolors(0.8)
), CairoMakie.Makie.default_palettes),
), CairoMakie.Makie.DEFAULT_PALETTES),
Axis = (
backgroundcolor = :transparent,
bottomspinecolor = fg,