Skip to content

AtelierArith/PlutoEditorColorThemes.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customize your Pluto Notebook with your preferred theme.

image

Description

This Julia package PlutoEditorColorThemes.jl provides methods for overriding the default color theme of Pluto Notebook.

Requirements

  • Julia v1.10
  • Pluto.jl
julia> import Pluto
julia> pkgversion(Pluto)
v"0.19.46"

Getting started

Start Julia REPL and run the following command:

julia> using Pluto; Pluto.run(notebook="examples/demo.jl")

Our API PlutoEditorColorThemes.setcolortheme!() overriding the default color theme of Pluto Notebook using frontend/styles/monokai_dark.css.

If you want to change the color theme, follow the instructions below:

  1. Create your own custom styles file (cunstom.css for instance)
  2. Store it under the frontend/styles directory.
  3. Run the following function on your Pluto Notebook:
    PlutoEditorColorThemes.setcolortheme!("custom.css")

About

Customize your Pluto Notebook with your preferred theme.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published