Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enh(themes) Add all Base16 themes #3139

Merged
merged 7 commits into from
May 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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