midnight-theme/highlightjs
Archived
1
0
Fork
You've already forked highlightjs
0
This is the midnight theme repository for the highlight.js library.
This repository has been archived on 2024年04月27日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • HTML 89%
  • CSS 11%
Michael Wagner-Leitl ac92bb2717
Some checks failed
ci/woodpecker/tag/release Pipeline failed
ci: use builder image ( #7 )
Closes: #7 
2022年12月17日 16:34:51 +01:00
.config ci: add pipeline configuration ( #4 , !6 ) 2022年12月15日 20:51:12 +00:00
.idea chore: update project for the move to codeberg.org ( #3 , !5 ) 2022年12月13日 18:01:30 +00:00
.woodpecker ci: use builder image ( #7 ) 2022年12月17日 16:34:51 +01:00
etc chore: initial commit 2022年11月23日 20:29:53 +01:00
test fix: missing comma and doctag color value 2022年11月27日 17:18:40 +01:00
.editorconfig chore: update project for the move to codeberg.org ( #3 , !5 ) 2022年12月13日 18:01:30 +00:00
.gitattributes chore: update project for the move to codeberg.org ( #3 , !5 ) 2022年12月13日 18:01:30 +00:00
.gitignore chore: update project for the move to codeberg.org ( #3 , !5 ) 2022年12月13日 18:01:30 +00:00
CHANGELOG.md chore(release): prepare for version 1.1.0 2022年12月15日 21:51:58 +01:00
CODE_OF_CONDUCT.md chore: initial commit 2022年11月23日 20:29:53 +01:00
CONTRIBUTING.md chore: update project for the move to codeberg.org ( #3 , !5 ) 2022年12月13日 18:01:30 +00:00
LICENSE chore: initial commit 2022年11月23日 20:29:53 +01:00
midnight.css fix: missing comma and doctag color value 2022年11月27日 17:18:40 +01:00
README.md chore: update project for the move to codeberg.org ( #3 , !5 ) 2022年12月13日 18:01:30 +00:00

Midnight Theme — highlight.js library

midnight theme highlightjs logo

This is the midnight theme repository for the highlight.js library.

Colors

The general definition of the colors and specification how to use them can be found in the meta project of the midnight theme.

Color Scheme

The color scheme uses additional shades of the defined color palette.

Color Description
#302d32 #302d321 The background color for deleted changes in a diff.
#263223 #2632231 The background color for added changes in a diff.

Release

A public release will be created when a git tag gets pushed to GitLab. The changelog must be added manually to that release.

The release workflow is as follows:

Note: X.X.X must be replaced with the release version.

  1. Update the CHANGELOG.md using git-cliff
    • Command: git cliff --config .config/cliff.toml --output CHANGELOG.md --tag X.X.X
  2. Add and commit all changes
    • Command: git add . && git commit -m "chore(release): prepare for version X.X.X"
  3. Create a signed tag
    • Command: git tag -s X.X.X -m "chore(release): version X.X.X"
  4. Push everything
    • Command: git push && git push --tags

  1. Taken from the IntelliJ project. ↩︎