Skip to content

Commit

Permalink
enh(themes) Add all Base16 themes (#3139)
Browse files Browse the repository at this point in the history
* move base16 themes into subdir
* remove all base16 original Highlight.js based themes
* vendor official base16 themes
* title.class.inherited
* update dev tool list of themes
  • Loading branch information
joshgoebel committed May 2, 2021
1 parent 3d64fd9 commit 5960edc
Show file tree
Hide file tree
Showing 212 changed files with 28,092 additions and 2,566 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Themes:
- The default padding of all themes increases (0.5em => 1em).
- `schoolbook` has been updated to remove the lined background.
- `github` updated to better match modern GitHub (#1616) [Jan Pilzer][]
- Base16 named themes have been updated to their "canonical" versions

Language Grammars:

Expand All @@ -49,6 +50,7 @@ Parser:
- subLanguage `span` tags now also always have the `language-` prefix added
- enh(parser) support multi-class matchers (#3081) [Josh Goebel][]
- enh(parser) Detect comments based on english like text, rather than keyword list [Josh Goebel][]
- adds `title.class.inherited` sub-scope support [Josh Goebel][]
- adds `title.class` sub-scope support (#3078) [Josh Goebel][]
- adds `title.function` sub-scope support (#3078) [Josh Goebel][]
- adds `beforeMatch` compiler extension (#3078) [Josh Goebel][]
Expand Down Expand Up @@ -100,6 +102,7 @@ New Languages:

Theme Improvements:

- Added all official Base16 themes (over 150 new themes) [Josh Goebel][]
- chore(themes) remove `builtin-name` CSS class (#3119) [Josh Goebel][]
- chore(theme) Update GitHub theme css to match GitHub's current styling (#1616) [Jan Pilzer][]
- chore(theme) Update Srcery theme css to match its Emacs implementation [Chen Bin][]
Expand Down
79 changes: 0 additions & 79 deletions src/styles/atelier-cave-dark.css

This file was deleted.

81 changes: 0 additions & 81 deletions src/styles/atelier-cave-light.css

This file was deleted.

65 changes: 0 additions & 65 deletions src/styles/atelier-dune-dark.css

This file was deleted.

65 changes: 0 additions & 65 deletions src/styles/atelier-dune-light.css

This file was deleted.

80 changes: 0 additions & 80 deletions src/styles/atelier-estuary-dark.css

This file was deleted.

Loading

0 comments on commit 5960edc

Please sign in to comment.