diff options
author | Adam <adamdharrison@gmail.com> | 2023-10-10 16:20:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 16:20:03 -0400 |
commit | 7db1dfb381912b4335779246f6f11ed405c6583e (patch) | |
tree | b360e69a9459d6f38c50ccb7b4181f1fdca397bc /README.md | |
parent | 1857097d36394054b4b3943febc88496ea2f5b44 (diff) | |
parent | bc75163b8b0dac536b1ccccf9d4325537a8ce4eb (diff) | |
download | lite-xl-colors-7db1dfb381912b4335779246f6f11ed405c6583e.tar.gz lite-xl-colors-7db1dfb381912b4335779246f6f11ed405c6583e.zip |
Merge pull request #26 from lite-xl/PR/add-in-autogeneration
Add in Auto-Generation/Stub Support with LPM
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 94 |
1 files changed, 50 insertions, 44 deletions
@@ -16,55 +16,61 @@ Then, add a call to `core.reload_module` to your user module (the gear in the bo core.reload_module("colors.github_dark") ``` -*Note: if you make a pull request, the relevant table should be updated and kept -in alphabetical order. The [`make_preview_image.lua`](make_preview_image.lua) -script should be used to create a preview image for your theme which should be -embedded in the table.* +*Note: if you make a pull request, please update the manifest.json. +The below table will be automatically updated as part of CI; please +do not bother modifying it.* + + +<!-- DO NOT EDIT THIS FILE MANUALLY --> +<!-- This file is autogenerated from manifest.json, so edit that. --> +<!-- DO NOT EDIT THIS FILE MANUALLY --> --- ## Dark -Theme | Preview -------|----------------------------------------- -[`betelgeuse`](colors/betelgeuse.lua?raw=1) | ![betelgeuse_preview](previews/betelgeuse.svg) -[`cold_lime`](colors/cold_lime.lua?raw=1) | ![cold_lime_preview](previews/cold_lime.svg) -[`c0mfy`](colors/c0mfy.lua?raw=1) | ![c0mfy_preview](previews/c0mfy.svg) -[`dracula`](colors/dracula.lua?raw=1) | ![dracula_preview](previews/dracula.svg) -[`duorand`](colors/duorand.lua?raw=1) | ![duorand_preview](previews/duorand.svg) -[`duotone`](colors/duotone.lua?raw=1) | ![duotone_preview](previews/duotone.svg) -[`everforest`](colors/everforest.lua?raw=1) | ![everforest_preview](previews/everforest.svg) -[`github_dark`](colors/github_dark.lua?raw=1) | ![github_dark_preview](previews/github_dark.svg) -[`github-dark-dimmed`](colors/github-dark-dimmed.lua?raw=1) | ![duotone_preview](previews/github-dark-dimmed.svg) -[`gruvbox_dark`](colors/gruvbox_dark.lua?raw=1) | ![gruvbox_dark_preview](previews/gruvbox_dark.svg) -[`jb-fleet`](colors/jb-fleet.lua?raw=1) | ![jb-fleet_preview](previews/jb-fleet.svg) -[`jellybeans`](colors/jellybeans.lua?raw=1) | ![jellybeans_preview](previews/jellybeans.svg) -[`liqube`](colors/liqube.lua?raw=1) | ![liqube_preview](previews/liqube.svg) -[`mariana`](colors/mariana.lua?raw=1) | ![mariana_preview](previews/mariana.svg) -[`monodark`](colors/monodark.lua?raw=1) | ![monodark_preview](previews/monodark.svg) -[`monokai`](colors/monokai.lua?raw=1) | ![monokai_preview](previews/monokai.svg) -[`monokai-pro-classic`](colors/monokai-pro-classic.lua?raw=1) | ![monokai-pro-classic_preview](previews/monokai-pro-classic.svg) -[`nord`](colors/nord.lua?raw=1) | ![nord_preview](previews/nord.svg) -[`onedark`](colors/onedark.lua?raw=1) | ![onedark_preview](previews/onedark.svg) -[`only_dark`](colors/only_dark.lua?raw=1) | ![only_dark_preview](previews/only_dark.svg) -[`plasma`](colors/plasma.lua?raw=1) | ![plasma_preview](previews/plasma.svg) -[`rose-pine-moon`](colors/rose-pine-moon.lua?raw=1)| ![rose_pine_review](previews/rose-pine-moon.svg) -[`rose-pine`](colors/rose-pine.lua?raw=1)| ![rose_pine_review](previews/rose-pine.svg) -[`solarized_dark`](colors/solarized_dark.lua?raw=1) | ![solarized_dark_preview](previews/solarized_dark.svg) -[`synthwave`](colors/synthwave.lua?raw=1) | ![synthwave_preview](previews/synthwave.svg) -[`tokyo-night`](colors/tokyo-night.lua?raw=1) | ![tokyo-night_preview](previews/tokyo-night.svg) -[`vscode-dark`](colors/vscode-dark.lua?raw=1) | ![vscode-dark_preview](previews/vscode-dark.svg) -[`winter`](colors/winter.lua?raw=1) | ![winter_preview](previews/winter.svg) -[`zenburn`](colors/zenburn.lua?raw=1) | ![zenburn_preview](previews/zenburn.svg) +| Theme | Preview | +| ------------------------------------------------------------------- | ---------------------------------------------------------------- | +| [`abyss`](colors/abyss.lua?raw=1) | ![abyss_preview](previews/abyss.svg) | +| [`ayu-dark`](https://github.com/juliardi/lite-xl-ayu-theme.git)\* | ![ayu-dark_preview](previews/ayu-dark.svg) | +| [`ayu-mirage`](https://github.com/juliardi/lite-xl-ayu-theme.git)\* | ![ayu-mirage_preview](previews/ayu-mirage.svg) | +| [`betelgeuse`](colors/betelgeuse.lua?raw=1) | ![betelgeuse_preview](previews/betelgeuse.svg) | +| [`c0mfy`](colors/c0mfy.lua?raw=1) | ![c0mfy_preview](previews/c0mfy.svg) | +| [`cold_lime`](colors/cold_lime.lua?raw=1) | ![cold_lime_preview](previews/cold_lime.svg) | +| [`dracula`](colors/dracula.lua?raw=1) | ![dracula_preview](previews/dracula.svg) | +| [`duorand`](colors/duorand.lua?raw=1) | ![duorand_preview](previews/duorand.svg) | +| [`duotone`](colors/duotone.lua?raw=1) | ![duotone_preview](previews/duotone.svg) | +| [`everforest`](colors/everforest.lua?raw=1) | ![everforest_preview](previews/everforest.svg) | +| [`github-dark-dimmed`](colors/github-dark-dimmed.lua?raw=1) | ![github-dark-dimmed_preview](previews/github-dark-dimmed.svg) | +| [`github_dark`](colors/github_dark.lua?raw=1) | ![github_dark_preview](previews/github_dark.svg) | +| [`gruvbox_dark`](colors/gruvbox_dark.lua?raw=1) | ![gruvbox_dark_preview](previews/gruvbox_dark.svg) | +| [`jb-fleet`](colors/jb-fleet.lua?raw=1) | ![jb-fleet_preview](previews/jb-fleet.svg) | +| [`jellybeans`](colors/jellybeans.lua?raw=1) | ![jellybeans_preview](previews/jellybeans.svg) | +| [`liqube`](colors/liqube.lua?raw=1) | ![liqube_preview](previews/liqube.svg) | +| [`mariana`](colors/mariana.lua?raw=1) | ![mariana_preview](previews/mariana.svg) | +| [`monodark`](colors/monodark.lua?raw=1) | ![monodark_preview](previews/monodark.svg) | +| [`monokai`](colors/monokai.lua?raw=1) | ![monokai_preview](previews/monokai.svg) | +| [`monokai-pro-classic`](colors/monokai-pro-classic.lua?raw=1) | ![monokai-pro-classic_preview](previews/monokai-pro-classic.svg) | +| [`nord`](colors/nord.lua?raw=1) | ![nord_preview](previews/nord.svg) | +| [`onedark`](colors/onedark.lua?raw=1) | ![onedark_preview](previews/onedark.svg) | +| [`only_dark`](colors/only_dark.lua?raw=1) | ![only_dark_preview](previews/only_dark.svg) | +| [`plasma`](colors/plasma.lua?raw=1) | ![plasma_preview](previews/plasma.svg) | +| [`rose-pine`](colors/rose-pine.lua?raw=1) | ![rose-pine_preview](previews/rose-pine.svg) | +| [`rose-pine-moon`](colors/rose-pine-moon.lua?raw=1) | ![rose-pine-moon_preview](previews/rose-pine-moon.svg) | +| [`synthwave`](colors/synthwave.lua?raw=1) | ![synthwave_preview](previews/synthwave.svg) | +| [`tokyo-night`](colors/tokyo-night.lua?raw=1) | ![tokyo-night_preview](previews/tokyo-night.svg) | +| [`vscode-dark`](colors/vscode-dark.lua?raw=1) | ![vscode-dark_preview](previews/vscode-dark.svg) | +| [`winter`](colors/winter.lua?raw=1) | ![winter_preview](previews/winter.svg) | +| [`zenburn`](colors/zenburn.lua?raw=1) | ![zenburn_preview](previews/zenburn.svg) | ## Light -Theme | Preview -------|----------------------------------------- -[`github`](colors/github.lua?raw=1) | ![github_preview](previews/github.svg) -[`gruvbox_light`](colors/gruvbox_light.lua?raw=1) | ![gruvbox_light_preview](previews/gruvbox_light.svg) -[`moe`](colors/moe.lua?raw=1) | ![moe_preview](previews/moe.svg) -[`rose-pine-dawn`](colors/rose-pine-dawn.lua?raw=1)| ![rose_pine_review](previews/rose-pine-dawn.svg) -[`solarized_light`](colors/solarized_light.lua?raw=1) | ![solarized_light_preview](previews/solarized_light.svg) -[`solarobj`](colors/solarobj.lua?raw=1) | ![solarobj_preview](previews/solarobj.svg) - +| Theme | Preview | +| ------------------------------------------------------------------ | -------------------------------------------------------- | +| [`ayu-light`](https://github.com/juliardi/lite-xl-ayu-theme.git)\* | ![ayu-light_preview](previews/ayu-light.svg) | +| [`github`](colors/github.lua?raw=1) | ![github_preview](previews/github.svg) | +| [`gruvbox_light`](colors/gruvbox_light.lua?raw=1) | ![gruvbox_light_preview](previews/gruvbox_light.svg) | +| [`moe`](colors/moe.lua?raw=1) | ![moe_preview](previews/moe.svg) | +| [`rose-pine-dawn`](colors/rose-pine-dawn.lua?raw=1) | ![rose-pine-dawn_preview](previews/rose-pine-dawn.svg) | +| [`solarized_light`](colors/solarized_light.lua?raw=1) | ![solarized_light_preview](previews/solarized_light.svg) | +| [`solarobj`](colors/solarobj.lua?raw=1) | ![solarobj_preview](previews/solarobj.svg) | |