https://github.com/atelierarith/plutoeditorcolorthemes.jl
Customize your Pluto Notebook with your preferred theme.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.1%) to scientific vocabulary
Keywords
Repository
Customize your Pluto Notebook with your preferred theme.
Basic Info
Statistics
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
PlutoEditorColorThemes.jl
Customize your Pluto Notebook with your preferred theme.
Description
This Julia package PlutoEditorColorThemes.jl provides methods for overriding the default color theme of Pluto Notebook.
Requirements
- Julia v1.10
- Pluto.jl
julia
julia> import Pluto
julia> pkgversion(Pluto)
v"0.19.46"
Getting started
Start Julia REPL and run the following command:
julia
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:
- Create your own custom styles file (
cunstom.cssfor instance) - Store it under the
frontend/stylesdirectory. - Run the following function on your Pluto Notebook:
julia PlutoEditorColorThemes.setcolortheme!("custom.css")
Owner
- Name: AtelierArith
- Login: AtelierArith
- Kind: organization
- Email: contact@atelier-arith.jp
- Location: Japan
- Twitter: AtelierArith
- Repositories: 8
- Profile: https://github.com/AtelierArith
Enhance "Math meets Art"
GitHub Events
Total
- Watch event: 3
- Push event: 1
- Fork event: 1
Last Year
- Watch event: 3
- Push event: 1
- Fork event: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0