Add Solarized and Tokyo Night blog themes with palettes and docs
This commit is contained in:
+11
-1
@@ -14,6 +14,10 @@ The following files in this repository are **not** covered by the GPL-3.0 and ke
|
||||
| `theme/blog_share_theme_coffee.css` | Coffee / Coffee Latte color scheme from [megabyte0x/omarchy-coffee-theme](https://github.com/megabyte0x/omarchy-coffee-theme) (repo: MIT) | [MIT](#mit-license) |
|
||||
| `theme/blog_share_theme_harbor.css` | Harbor / Harbordark color scheme from [HANCORE-linux/omarchy-harbor-theme](https://github.com/HANCORE-linux/omarchy-harbor-theme) (repo: MIT) | [MIT](#mit-license) |
|
||||
| `theme/blog_share_theme_gruvbox.css` | Gruvbox color scheme from [morhetz/gruvbox](https://github.com/morhetz/gruvbox) (repo: MIT) | [MIT](#mit-license) |
|
||||
| `theme/blog_share_theme_solarized.css` | Solarized color scheme by [Ethan Schoonover](https://ethanschoonover.com/solarized/) | [MIT](#mit-license) |
|
||||
| `theme/blog_share_theme_tokyonight.css` | Tokyo Night color scheme from [folke/tokyonight.nvim](https://github.com/folke/tokyonight.nvim) | [Apache-2.0](#apache-2.0) |
|
||||
| `assets/palette-solarized.png` | Solarized palette image (Ethan Schoonover) | [MIT](#mit-license) |
|
||||
| `assets/palette-tokyonight.png` | Tokyo Night palette image from [folke/tokyonight.nvim](https://github.com/folke/tokyonight.nvim) | [Apache-2.0](#apache-2.0) |
|
||||
| `lib/3d/three.min.js`, `lib/3d/OrbitControls.js`, `lib/3d/STLLoader.js` | [three.js](https://github.com/mrdoob/three.js) r128 | [MIT](#mit-license) |
|
||||
| `lib/3d/occt-import-js.js`, `lib/3d/occt-import-js.wasm` | [occt-import-js](https://github.com/kovacsv/occt-import-js) (OpenCASCADE, WASM) | [LGPL-2.1](#lgpl-21) |
|
||||
| `lib/3d/occt-wasm-bundle.js`, `lib/3d/occt-wasm.wasm` | [occt-wasm](https://github.com/andymai/occt-wasm) (OpenCASCADE **OCCT V8**, WebAssembly, esbuild-bundled `OcctKernel`) | [MIT OR Apache-2.0](#mit-license) |
|
||||
@@ -98,4 +102,10 @@ the WASM blob is loaded at runtime by `scripts/3d_model_viewer.js` and is not st
|
||||
|
||||
The Trilium logo embedded in `scripts/bmc_button.js` belongs to the Trilium /
|
||||
TriliumNext project and is used under the terms of the GNU Affero General
|
||||
Public License v3.0 (<https://www.gnu.org/licenses/agpl-3.0.txt>).
|
||||
Public License v3.0 (<https://www.gnu.org/licenses/agpl-3.0.txt>).
|
||||
## Apache-2.0
|
||||
|
||||
The Tokyo Night color scheme (in `theme/blog_share_theme_tokyonight.css` and
|
||||
`assets/palette-tokyonight.png`) is derived from
|
||||
[tokyonight.nvim](https://github.com/folke/tokyonight.nvim) and used under the
|
||||
Apache License 2.0 (<https://www.apache.org/licenses/LICENSE-2.0>).
|
||||
|
||||
Reference in New Issue
Block a user