nu_scripts/themes/screenshots
NotTheDr01ds 9a12d8df39
Additional Theme Features (#925)
Changes to `make.nu`:

* Adds in missing shapes and types noted further down in this PR by
@fdncred
* Adds colors for types - Mostly matching the corresponding shape, but
with any attribute (e.g., bold) removed
* Changed `int` and `float` values to be distinct. In most themes, the
colors should be complementary.
* Changes `bool: false` and `hints` colors - They were hardcoded to
`dark_grey` and wouldn't show up on some themes. Now uses a theme color
that should correspond to a theme-appropriate grey in most cases.
* Alphabetizes shapes and types so that Previews are also sorted
properly
* Eliminated spurious newline when sourcing theme (from printing OSC
codes for terminal colors)
* Renamed `3024` theme to `3024r` since module names can't be an `int`

Changes to `theme preview small`:

* Remove extra vertical spacing that was caused by different-sized row
column content
* Logically group elements - Types, Conditionally computed (closures)
types, Shapes, and other Structure (e.g., header, row_index, foreground,
etc.)
* Displays foreground/background on one line for clarity

Result is a much more compact, but also more readable, table.

Comparison:

<details><summary>Before</summary>
<p>
<img
src="https://github.com/user-attachments/assets/2673855d-d20d-4e14-8029-255138f2ecc9"
/>
</p>
</details> 

<details><summary>After</summary>
<p>
<img
src="https://github.com/user-attachments/assets/c8824b7a-440d-4567-bd69-b2e1df358340"
/>
</p>
</details> 

* Also refactored a lot of the code to be more maintainable - Moves the
rendering off to separate functions.

Changes to `preview_generate_screenshots.nu`:

* Accepts the method for generating screenshots as an argument
* Additional generation method using asciinema, agg (asciinema to
animated gif), and ffmpeg (to convert the animated gif to a single-image
PNG)

Additional Notes:

- Some Lemnos themes use color values that are the same (or nearly the
same) as the background in places. These are "broken" themes and always
have been as some elements will simply not be visible.

- There's a longstanding (I believe) bug that special-cased `record` for
the *key* rather than the *value*. I've fixed it so that the *key* is
now handled properly (same as other types), but I haven't implemented
any changes for color values that use a record (e.g., `{ fg: "#80a1a1",
attr: "b" }`) as this would make the table less compact. I'll look at
doing this for the longer form `preview theme` later.

- Closures other than for `string`, `bool`, `date`, and `filesize` are
currently only displayed as a summary. There aren't any themes currently
that this impacts, but if you create one manually, the display results
were pretty bad. This is primarily due to bad indentation from
`config.nu` (and/or defaults). A proper `nu-indent` would help fix this,
or maybe we could just remove all whitespace and display any closure as
a one-liner.

I probably won't regenerate screenshots until we figure out what to do
about the "monotone" type colors.
2024-07-29 17:08:13 -05:00
..
3024-day.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
3024-night.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
3024r.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
abyss.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
aci.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
aco.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
adventuretime.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
afterglow.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
alien-blood.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
alucard.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
amora.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
apathy.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
apprentice.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
argonaut.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
arthur.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ashes.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-cave-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-cave.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-dune-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-dune.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-estuary-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-estuary.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-forest-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-forest.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-heath-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-heath.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-lakeside-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-lakeside.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-plateau-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-plateau.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-savanna-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-savanna.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-seaside-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-seaside.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-sulphurpool-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atelier-sulphurpool.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atlas.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atom-one-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
atom.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ayu-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ayu-mirage-simple-cursor.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ayu-mirage.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ayu.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
azu.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
batman.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
belafonte-day.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
belafonte-night.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
bespin.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
bim.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
birds-of-paradise.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
black-metal-bathory.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
black-metal-burzum.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
black-metal-dark-funeral.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
black-metal-gorgoroth.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
black-metal-immortal.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
black-metal-khold.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
black-metal-marduk.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
black-metal-mayhem.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
black-metal-nile.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
black-metal-venom.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
black-metal.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
blazer.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
borland.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
brewer.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
bright-lights.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
bright.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
broadcast.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
brogrammer.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
brushtrees-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
brushtrees.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
c64.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
cai.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
catppuccin-latte.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
catppuccin-mocha.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
chalk.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
chalkboard.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
challenger-deep.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ciapre.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
circus.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
classic-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
classic-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
clone-of-ubuntu.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
clrs.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
cobalt2.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
cobalt-neon.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
codeschool.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
corvine.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
crayon-pony-fish.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
cupcake.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
cupertino.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
danqing.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
darcula.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
dark-pastel.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
darkmoss.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
darkside.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
darktooth.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
darkviolet.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
decaf.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
default-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
default-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
desert-night.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
desert.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
dimmed-monokai.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
dirtysea.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
dot-gov.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
dracula.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
dumbledore.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
duotone-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
e-n-c-o-m.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
earthsong.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
edge-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
edge-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
eighties.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
elemental.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
elementary.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
elic.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
elio.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
embark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
embers.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
equilibrium-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
equilibrium-gray-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
equilibrium-gray-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
equilibrium-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
espresso-libre.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
espresso.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
eva-dim.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
eva.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
everforest-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
everforest.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
falcon.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
farin.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ffive.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
fideloper.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
fishtank.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
flat.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
flatland.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
floraverse.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
forest-night.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
foxnightly.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
framer.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
freya.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
frontend-delight.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
frontend-fun-forrest.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
frontend-galaxy.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
fruit-soda.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gigavolt.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
github-dark-colorblind.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
github-dark-default.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
github-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
github-dimmed.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
github-light-colorblind.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
github-light-default.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
github-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
github.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
glacier.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
goa-base.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gooey.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
google-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
google-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
grape.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
grass.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
grayscale-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
grayscale-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
green-screen.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
greenscreen.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbit.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-dark-hard.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-dark-medium.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-dark-pale.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-dark-soft.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-light-hard.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-light-medium.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-light-soft.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-material-dark-hard.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-material-dark-medium.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-material-dark-soft.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-material-light-hard.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-material-light-medium.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-material-light-soft.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-mix-dark-hard.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-mix-dark-medium.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-mix-dark-soft.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-mix-light-hard.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-mix-light-medium.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-mix-light-soft.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-original-dark-hard.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-original-dark-medium.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-original-dark-soft.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-original-light-hard.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-original-light-medium.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox-original-light-soft.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
gruvbox.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
hardcore.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
harmonic16-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
harmonic16-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
harmonic-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
harmonic-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
harper.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
heetch-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
heetch.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
helios.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
hemisu-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
hemisu-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
highway.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
hipster-green.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
homebrew.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
hopscotch.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
horizon-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
horizon-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
horizon-terminal-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
horizon-terminal-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
humanoid-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
humanoid-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
hurtado.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
hybrid.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ia-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ia-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ibm3270.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ic-green-ppl.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ic-orange-ppl.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
iceberg-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
icy.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
idle-toes.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
idm_3b.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ir-black.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
irblack.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
isotope.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
jackie-brown.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
japanesque.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
jellybeans.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
jet-brains-darcula.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
jup.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
kibble.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
kimber.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
later-this-evening.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
lavandula.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
liquid-carbon-transparent.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
liquid-carbon.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
london-tube.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
macintosh.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
maia.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
man-page.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
mar.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
marrakesh.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
materia.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
material-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
material-darker.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
material-lighter.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
material-palenight.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
material-vivid.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
material.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
mathias.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
medallion.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
mellow-purple.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
mexico-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
miramare.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
misterioso.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
miu.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
mocha.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
molokai.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
mona-lisa.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
mono-amber.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
mono-cyan.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
mono-green.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
mono-red.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
mono-white.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
mono-yellow.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
monokai-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
monokai-soda.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
monokai.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
mountaineer-grey.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
mountaineer.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
n0tch2k.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
nebula.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
neon-night.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
neopolitan.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
nep.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
neutron.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
nightfly.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
nightlion-v1.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
nightlion-v2.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
nighty.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
nord-alt.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
nord-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
nord.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
nova.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
novel.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
nushell-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
nushell-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
obsidian.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ocean-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ocean.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
oceanic-material.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
oceanic-next.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
oceanicnext.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ollie.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
one-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
one-half-black.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
one-half-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
one-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
onedark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
orbital.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
outrun-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
pali.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
palmtree.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
papercolor-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
papercolor-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
paraiso-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
paraiso.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
pasque.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
paul-millr.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
pencil-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
pencil-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
peppermint.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
phd.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
piatto-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
pico.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
pnevma.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
pop.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
porple.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
pro.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
railscasts.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
README.md Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
rebecca.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
red-alert.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
red-sands.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
relaxed-afterglow.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
renault-style-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
rippedcasts.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
rose-pine-dawn.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
rose-pine-moon.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
rose-pine.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
royal.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
sagelight.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
sandcastle.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
sat.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
sea-shells.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
seafoam-pastel.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
selenized-black.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
selenized-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
selenized-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
selenized-white.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
seoul256.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
seti-ui.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
seti.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
shaman.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
shapeshifter.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
shel.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
sierra.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
silk-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
silk-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
slate.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
smyck.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
snazzy.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
snow-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
snow-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
soft-server.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
solar-flare.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
solarflare-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
solarflare.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
solarized-darcula.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
solarized-dark-higher-contrast.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
solarized-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
solarized-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
source-code-x.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
sourcerer2.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
sourcerer.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
spaceduck.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
spacedust.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
spacegray-eighties-dull.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
spacegray-eighties.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
spacegray.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
spacemacs.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
spiderman.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
spring.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
square.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
srcery.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
substrata.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
summercamp.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
summerfruit-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
summerfruit-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
sundried.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
symphonic.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
synth-midnight-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
synth-midnight-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tango-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tango-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tango.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
teerb.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-autumn.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-classic.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-dawn.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-day.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-dusk.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-fugit.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-future.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-night.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-past.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-rift.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-spring.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-summer.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-tempest.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-totus.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-warp.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tempus-winter.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tender.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
terminal-basic.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
terminix-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
thayer-bright.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
the-hulk.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tin.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tokyo-day.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tokyo-moon.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tokyo-night.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tokyo-storm.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tomorrow-night-blue.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tomorrow-night-bright.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tomorrow-night-eighties.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tomorrow-night.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tomorrow.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
toy-chest.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
treehouse.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
tube.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
twilight.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
two-firewatch.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
unikitty-dark.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
unikitty-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
ura.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
urple.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
vag.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
vaughn.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
vibrant-ink.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
vs-code-dark-plus.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
vulcan.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
warm-neon.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
wez.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
wild-cherry.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
windows-10-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
windows-10.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
windows-95-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
windows-95.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
windows-highcontrast-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
windows-highcontrast.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
windows-nt-light.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
windows-nt.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
wombat.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
woodland.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
wryan.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
xcode-dusk.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
yachiyo.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00
zenburn.png Additional Theme Features (#925) 2024-07-29 17:08:13 -05:00

Screenshots of Theme Previews

Theme name: '3024-day'

3024-day

Theme name: '3024-night'

3024-night

Theme name: '3024r'

3024r

Theme name: 'abyss'

abyss

Theme name: 'aci'

aci

Theme name: 'aco'

aco

Theme name: 'adventuretime'

adventuretime

Theme name: 'afterglow'

afterglow

Theme name: 'alien-blood'

alien-blood

Theme name: 'alucard'

alucard

Theme name: 'amora'

amora

Theme name: 'apathy'

apathy

Theme name: 'apprentice'

apprentice

Theme name: 'argonaut'

argonaut

Theme name: 'arthur'

arthur

Theme name: 'ashes'

ashes

Theme name: 'atelier-cave-light'

atelier-cave-light

Theme name: 'atelier-cave'

atelier-cave

Theme name: 'atelier-dune-light'

atelier-dune-light

Theme name: 'atelier-dune'

atelier-dune

Theme name: 'atelier-estuary-light'

atelier-estuary-light

Theme name: 'atelier-estuary'

atelier-estuary

Theme name: 'atelier-forest-light'

atelier-forest-light

Theme name: 'atelier-forest'

atelier-forest

Theme name: 'atelier-heath-light'

atelier-heath-light

Theme name: 'atelier-heath'

atelier-heath

Theme name: 'atelier-lakeside-light'

atelier-lakeside-light

Theme name: 'atelier-lakeside'

atelier-lakeside

Theme name: 'atelier-plateau-light'

atelier-plateau-light

Theme name: 'atelier-plateau'

atelier-plateau

Theme name: 'atelier-savanna-light'

atelier-savanna-light

Theme name: 'atelier-savanna'

atelier-savanna

Theme name: 'atelier-seaside-light'

atelier-seaside-light

Theme name: 'atelier-seaside'

atelier-seaside

Theme name: 'atelier-sulphurpool-light'

atelier-sulphurpool-light

Theme name: 'atelier-sulphurpool'

atelier-sulphurpool

Theme name: 'atlas'

atlas

Theme name: 'atom-one-light'

atom-one-light

Theme name: 'atom'

atom

Theme name: 'ayu-light'

ayu-light

Theme name: 'ayu-mirage-simple-cursor'

ayu-mirage-simple-cursor

Theme name: 'ayu-mirage'

ayu-mirage

Theme name: 'ayu'

ayu

Theme name: 'azu'

azu

Theme name: 'batman'

batman

Theme name: 'belafonte-day'

belafonte-day

Theme name: 'belafonte-night'

belafonte-night

Theme name: 'bespin'

bespin

Theme name: 'bim'

bim

Theme name: 'birds-of-paradise'

birds-of-paradise

Theme name: 'black-metal-bathory'

black-metal-bathory

Theme name: 'black-metal-burzum'

black-metal-burzum

Theme name: 'black-metal-dark-funeral'

black-metal-dark-funeral

Theme name: 'black-metal-gorgoroth'

black-metal-gorgoroth

Theme name: 'black-metal-immortal'

black-metal-immortal

Theme name: 'black-metal-khold'

black-metal-khold

Theme name: 'black-metal-marduk'

black-metal-marduk

Theme name: 'black-metal-mayhem'

black-metal-mayhem

Theme name: 'black-metal-nile'

black-metal-nile

Theme name: 'black-metal-venom'

black-metal-venom

Theme name: 'black-metal'

black-metal

Theme name: 'blazer'

blazer

Theme name: 'borland'

borland

Theme name: 'brewer'

brewer

Theme name: 'bright-lights'

bright-lights

Theme name: 'bright'

bright

Theme name: 'broadcast'

broadcast

Theme name: 'brogrammer'

brogrammer

Theme name: 'brushtrees-dark'

brushtrees-dark

Theme name: 'brushtrees'

brushtrees

Theme name: 'c64'

c64

Theme name: 'cai'

cai

Theme name: 'catppuccin-latte'

catppuccin-latte

Theme name: 'catppuccin-mocha'

catppuccin-mocha

Theme name: 'chalk'

chalk

Theme name: 'chalkboard'

chalkboard

Theme name: 'challenger-deep'

challenger-deep

Theme name: 'ciapre'

ciapre

Theme name: 'circus'

circus

Theme name: 'classic-dark'

classic-dark

Theme name: 'classic-light'

classic-light

Theme name: 'clone-of-ubuntu'

clone-of-ubuntu

Theme name: 'clrs'

clrs

Theme name: 'cobalt-neon'

cobalt-neon

Theme name: 'cobalt2'

cobalt2

Theme name: 'codeschool'

codeschool

Theme name: 'corvine'

corvine

Theme name: 'crayon-pony-fish'

crayon-pony-fish

Theme name: 'cupcake'

cupcake

Theme name: 'cupertino'

cupertino

Theme name: 'danqing'

danqing

Theme name: 'darcula'

darcula

Theme name: 'dark-pastel'

dark-pastel

Theme name: 'darkmoss'

darkmoss

Theme name: 'darkside'

darkside

Theme name: 'darktooth'

darktooth

Theme name: 'darkviolet'

darkviolet

Theme name: 'decaf'

decaf

Theme name: 'default-dark'

default-dark

Theme name: 'default-light'

default-light

Theme name: 'desert-night'

desert-night

Theme name: 'desert'

desert

Theme name: 'dimmed-monokai'

dimmed-monokai

Theme name: 'dirtysea'

dirtysea

Theme name: 'dot-gov'

dot-gov

Theme name: 'dracula'

dracula

Theme name: 'dumbledore'

dumbledore

Theme name: 'duotone-dark'

duotone-dark

Theme name: 'e-n-c-o-m'

e-n-c-o-m

Theme name: 'earthsong'

earthsong

Theme name: 'edge-dark'

edge-dark

Theme name: 'edge-light'

edge-light

Theme name: 'eighties'

eighties

Theme name: 'elemental'

elemental

Theme name: 'elementary'

elementary

Theme name: 'elic'

elic

Theme name: 'elio'

elio

Theme name: 'embark'

embark

Theme name: 'embers'

embers

Theme name: 'equilibrium-dark'

equilibrium-dark

Theme name: 'equilibrium-gray-dark'

equilibrium-gray-dark

Theme name: 'equilibrium-gray-light'

equilibrium-gray-light

Theme name: 'equilibrium-light'

equilibrium-light

Theme name: 'espresso-libre'

espresso-libre

Theme name: 'espresso'

espresso

Theme name: 'eva-dim'

eva-dim

Theme name: 'eva'

eva

Theme name: 'everforest-light'

everforest-light

Theme name: 'everforest'

everforest

Theme name: 'falcon'

falcon

Theme name: 'farin'

farin

Theme name: 'ffive'

ffive

Theme name: 'fideloper'

fideloper

Theme name: 'fishtank'

fishtank

Theme name: 'flat'

flat

Theme name: 'flatland'

flatland

Theme name: 'floraverse'

floraverse

Theme name: 'forest-night'

forest-night

Theme name: 'foxnightly'

foxnightly

Theme name: 'framer'

framer

Theme name: 'freya'

freya

Theme name: 'frontend-delight'

frontend-delight

Theme name: 'frontend-fun-forrest'

frontend-fun-forrest

Theme name: 'frontend-galaxy'

frontend-galaxy

Theme name: 'fruit-soda'

fruit-soda

Theme name: 'gigavolt'

gigavolt

Theme name: 'github-dark-colorblind'

github-dark-colorblind

Theme name: 'github-dark-default'

github-dark-default

Theme name: 'github-dark'

github-dark

Theme name: 'github-dimmed'

github-dimmed

Theme name: 'github-light-colorblind'

github-light-colorblind

Theme name: 'github-light-default'

github-light-default

Theme name: 'github-light'

github-light

Theme name: 'github'

github

Theme name: 'glacier'

glacier

Theme name: 'goa-base'

goa-base

Theme name: 'gooey'

gooey

Theme name: 'google-dark'

google-dark

Theme name: 'google-light'

google-light

Theme name: 'grape'

grape

Theme name: 'grass'

grass

Theme name: 'grayscale-dark'

grayscale-dark

Theme name: 'grayscale-light'

grayscale-light

Theme name: 'green-screen'

green-screen

Theme name: 'greenscreen'

greenscreen

Theme name: 'gruvbit'

gruvbit

Theme name: 'gruvbox-dark-hard'

gruvbox-dark-hard

Theme name: 'gruvbox-dark-medium'

gruvbox-dark-medium

Theme name: 'gruvbox-dark-pale'

gruvbox-dark-pale

Theme name: 'gruvbox-dark-soft'

gruvbox-dark-soft

Theme name: 'gruvbox-dark'

gruvbox-dark

Theme name: 'gruvbox-light-hard'

gruvbox-light-hard

Theme name: 'gruvbox-light-medium'

gruvbox-light-medium

Theme name: 'gruvbox-light-soft'

gruvbox-light-soft

Theme name: 'gruvbox-material-dark-hard'

gruvbox-material-dark-hard

Theme name: 'gruvbox-material-dark-medium'

gruvbox-material-dark-medium

Theme name: 'gruvbox-material-dark-soft'

gruvbox-material-dark-soft

Theme name: 'gruvbox-material-light-hard'

gruvbox-material-light-hard

Theme name: 'gruvbox-material-light-medium'

gruvbox-material-light-medium

Theme name: 'gruvbox-material-light-soft'

gruvbox-material-light-soft

Theme name: 'gruvbox-mix-dark-hard'

gruvbox-mix-dark-hard

Theme name: 'gruvbox-mix-dark-medium'

gruvbox-mix-dark-medium

Theme name: 'gruvbox-mix-dark-soft'

gruvbox-mix-dark-soft

Theme name: 'gruvbox-mix-light-hard'

gruvbox-mix-light-hard

Theme name: 'gruvbox-mix-light-medium'

gruvbox-mix-light-medium

Theme name: 'gruvbox-mix-light-soft'

gruvbox-mix-light-soft

Theme name: 'gruvbox-original-dark-hard'

gruvbox-original-dark-hard

Theme name: 'gruvbox-original-dark-medium'

gruvbox-original-dark-medium

Theme name: 'gruvbox-original-dark-soft'

gruvbox-original-dark-soft

Theme name: 'gruvbox-original-light-hard'

gruvbox-original-light-hard

Theme name: 'gruvbox-original-light-medium'

gruvbox-original-light-medium

Theme name: 'gruvbox-original-light-soft'

gruvbox-original-light-soft

Theme name: 'gruvbox'

gruvbox

Theme name: 'hardcore'

hardcore

Theme name: 'harmonic-dark'

harmonic-dark

Theme name: 'harmonic-light'

harmonic-light

Theme name: 'harmonic16-dark'

harmonic16-dark

Theme name: 'harmonic16-light'

harmonic16-light

Theme name: 'harper'

harper

Theme name: 'heetch-light'

heetch-light

Theme name: 'heetch'

heetch

Theme name: 'helios'

helios

Theme name: 'hemisu-dark'

hemisu-dark

Theme name: 'hemisu-light'

hemisu-light

Theme name: 'highway'

highway

Theme name: 'hipster-green'

hipster-green

Theme name: 'homebrew'

homebrew

Theme name: 'hopscotch'

hopscotch

Theme name: 'horizon-dark'

horizon-dark

Theme name: 'horizon-light'

horizon-light

Theme name: 'horizon-terminal-dark'

horizon-terminal-dark

Theme name: 'horizon-terminal-light'

horizon-terminal-light

Theme name: 'humanoid-dark'

humanoid-dark

Theme name: 'humanoid-light'

humanoid-light

Theme name: 'hurtado'

hurtado

Theme name: 'hybrid'

hybrid

Theme name: 'ia-dark'

ia-dark

Theme name: 'ia-light'

ia-light

Theme name: 'ibm3270'

ibm3270

Theme name: 'ic-green-ppl'

ic-green-ppl

Theme name: 'ic-orange-ppl'

ic-orange-ppl

Theme name: 'iceberg-light'

iceberg-light

Theme name: 'icy'

icy

Theme name: 'idle-toes'

idle-toes

Theme name: 'idm_3b'

idm_3b

Theme name: 'ir-black'

ir-black

Theme name: 'irblack'

irblack

Theme name: 'isotope'

isotope

Theme name: 'jackie-brown'

jackie-brown

Theme name: 'japanesque'

japanesque

Theme name: 'jellybeans'

jellybeans

Theme name: 'jet-brains-darcula'

jet-brains-darcula

Theme name: 'jup'

jup

Theme name: 'kibble'

kibble

Theme name: 'kimber'

kimber

Theme name: 'later-this-evening'

later-this-evening

Theme name: 'lavandula'

lavandula

Theme name: 'liquid-carbon-transparent'

liquid-carbon-transparent

Theme name: 'liquid-carbon'

liquid-carbon

Theme name: 'london-tube'

london-tube

Theme name: 'macintosh'

macintosh

Theme name: 'maia'

maia

Theme name: 'man-page'

man-page

Theme name: 'mar'

mar

Theme name: 'marrakesh'

marrakesh

Theme name: 'materia'

materia

Theme name: 'material-dark'

material-dark

Theme name: 'material-darker'

material-darker

Theme name: 'material-lighter'

material-lighter

Theme name: 'material-palenight'

material-palenight

Theme name: 'material-vivid'

material-vivid

Theme name: 'material'

material

Theme name: 'mathias'

mathias

Theme name: 'medallion'

medallion

Theme name: 'mellow-purple'

mellow-purple

Theme name: 'mexico-light'

mexico-light

Theme name: 'miramare'

miramare

Theme name: 'misterioso'

misterioso

Theme name: 'miu'

miu

Theme name: 'mocha'

mocha

Theme name: 'molokai'

molokai

Theme name: 'mona-lisa'

mona-lisa

Theme name: 'mono-amber'

mono-amber

Theme name: 'mono-cyan'

mono-cyan

Theme name: 'mono-green'

mono-green

Theme name: 'mono-red'

mono-red

Theme name: 'mono-white'

mono-white

Theme name: 'mono-yellow'

mono-yellow

Theme name: 'monokai-dark'

monokai-dark

Theme name: 'monokai-soda'

monokai-soda

Theme name: 'monokai'

monokai

Theme name: 'mountaineer-grey'

mountaineer-grey

Theme name: 'mountaineer'

mountaineer

Theme name: 'n0tch2k'

n0tch2k

Theme name: 'nebula'

nebula

Theme name: 'neon-night'

neon-night

Theme name: 'neopolitan'

neopolitan

Theme name: 'nep'

nep

Theme name: 'neutron'

neutron

Theme name: 'nightfly'

nightfly

Theme name: 'nightlion-v1'

nightlion-v1

Theme name: 'nightlion-v2'

nightlion-v2

Theme name: 'nighty'

nighty

Theme name: 'nord-alt'

nord-alt

Theme name: 'nord-light'

nord-light

Theme name: 'nord'

nord

Theme name: 'nova'

nova

Theme name: 'novel'

novel

Theme name: 'nushell-dark'

nushell-dark

Theme name: 'nushell-light'

nushell-light

Theme name: 'obsidian'

obsidian

Theme name: 'ocean-dark'

ocean-dark

Theme name: 'ocean'

ocean

Theme name: 'oceanic-material'

oceanic-material

Theme name: 'oceanic-next'

oceanic-next

Theme name: 'oceanicnext'

oceanicnext

Theme name: 'ollie'

ollie

Theme name: 'one-dark'

one-dark

Theme name: 'one-half-black'

one-half-black

Theme name: 'one-half-light'

one-half-light

Theme name: 'one-light'

one-light

Theme name: 'onedark'

onedark

Theme name: 'orbital'

orbital

Theme name: 'outrun-dark'

outrun-dark

Theme name: 'pali'

pali

Theme name: 'palmtree'

palmtree

Theme name: 'papercolor-dark'

papercolor-dark

Theme name: 'papercolor-light'

papercolor-light

Theme name: 'paraiso-dark'

paraiso-dark

Theme name: 'paraiso'

paraiso

Theme name: 'pasque'

pasque

Theme name: 'paul-millr'

paul-millr

Theme name: 'pencil-dark'

pencil-dark

Theme name: 'pencil-light'

pencil-light

Theme name: 'peppermint'

peppermint

Theme name: 'phd'

phd

Theme name: 'piatto-light'

piatto-light

Theme name: 'pico'

pico

Theme name: 'pnevma'

pnevma

Theme name: 'pop'

pop

Theme name: 'porple'

porple

Theme name: 'pro'

pro

Theme name: 'railscasts'

railscasts

Theme name: 'rebecca'

rebecca

Theme name: 'red-alert'

red-alert

Theme name: 'red-sands'

red-sands

Theme name: 'relaxed-afterglow'

relaxed-afterglow

Theme name: 'renault-style-light'

renault-style-light

Theme name: 'rippedcasts'

rippedcasts

Theme name: 'rose-pine-dawn'

rose-pine-dawn

Theme name: 'rose-pine-moon'

rose-pine-moon

Theme name: 'rose-pine'

rose-pine

Theme name: 'royal'

royal

Theme name: 'sagelight'

sagelight

Theme name: 'sandcastle'

sandcastle

Theme name: 'sat'

sat

Theme name: 'sea-shells'

sea-shells

Theme name: 'seafoam-pastel'

seafoam-pastel

Theme name: 'selenized-black'

selenized-black

Theme name: 'selenized-dark'

selenized-dark

Theme name: 'selenized-light'

selenized-light

Theme name: 'selenized-white'

selenized-white

Theme name: 'seoul256'

seoul256

Theme name: 'seti-ui'

seti-ui

Theme name: 'seti'

seti

Theme name: 'shaman'

shaman

Theme name: 'shapeshifter'

shapeshifter

Theme name: 'shel'

shel

Theme name: 'sierra'

sierra

Theme name: 'silk-dark'

silk-dark

Theme name: 'silk-light'

silk-light

Theme name: 'slate'

slate

Theme name: 'smyck'

smyck

Theme name: 'snazzy'

snazzy

Theme name: 'snow-dark'

snow-dark

Theme name: 'snow-light'

snow-light

Theme name: 'soft-server'

soft-server

Theme name: 'solar-flare'

solar-flare

Theme name: 'solarflare-light'

solarflare-light

Theme name: 'solarflare'

solarflare

Theme name: 'solarized-darcula'

solarized-darcula

Theme name: 'solarized-dark-higher-contrast'

solarized-dark-higher-contrast

Theme name: 'solarized-dark'

solarized-dark

Theme name: 'solarized-light'

solarized-light

Theme name: 'source-code-x'

source-code-x

Theme name: 'sourcerer'

sourcerer

Theme name: 'sourcerer2'

sourcerer2

Theme name: 'spaceduck'

spaceduck

Theme name: 'spacedust'

spacedust

Theme name: 'spacegray-eighties-dull'

spacegray-eighties-dull

Theme name: 'spacegray-eighties'

spacegray-eighties

Theme name: 'spacegray'

spacegray

Theme name: 'spacemacs'

spacemacs

Theme name: 'spiderman'

spiderman

Theme name: 'spring'

spring

Theme name: 'square'

square

Theme name: 'srcery'

srcery

Theme name: 'substrata'

substrata

Theme name: 'summercamp'

summercamp

Theme name: 'summerfruit-dark'

summerfruit-dark

Theme name: 'summerfruit-light'

summerfruit-light

Theme name: 'sundried'

sundried

Theme name: 'symphonic'

symphonic

Theme name: 'synth-midnight-dark'

synth-midnight-dark

Theme name: 'synth-midnight-light'

synth-midnight-light

Theme name: 'tango-dark'

tango-dark

Theme name: 'tango-light'

tango-light

Theme name: 'tango'

tango

Theme name: 'teerb'

teerb

Theme name: 'tempus-autumn'

tempus-autumn

Theme name: 'tempus-classic'

tempus-classic

Theme name: 'tempus-dawn'

tempus-dawn

Theme name: 'tempus-day'

tempus-day

Theme name: 'tempus-dusk'

tempus-dusk

Theme name: 'tempus-fugit'

tempus-fugit

Theme name: 'tempus-future'

tempus-future

Theme name: 'tempus-night'

tempus-night

Theme name: 'tempus-past'

tempus-past

Theme name: 'tempus-rift'

tempus-rift

Theme name: 'tempus-spring'

tempus-spring

Theme name: 'tempus-summer'

tempus-summer

Theme name: 'tempus-tempest'

tempus-tempest

Theme name: 'tempus-totus'

tempus-totus

Theme name: 'tempus-warp'

tempus-warp

Theme name: 'tempus-winter'

tempus-winter

Theme name: 'tender'

tender

Theme name: 'terminal-basic'

terminal-basic

Theme name: 'terminix-dark'

terminix-dark

Theme name: 'thayer-bright'

thayer-bright

Theme name: 'the-hulk'

the-hulk

Theme name: 'tin'

tin

Theme name: 'tokyo-day'

tokyo-day

Theme name: 'tokyo-moon'

tokyo-moon

Theme name: 'tokyo-night'

tokyo-night

Theme name: 'tokyo-storm'

tokyo-storm

Theme name: 'tomorrow-night-blue'

tomorrow-night-blue

Theme name: 'tomorrow-night-bright'

tomorrow-night-bright

Theme name: 'tomorrow-night-eighties'

tomorrow-night-eighties

Theme name: 'tomorrow-night'

tomorrow-night

Theme name: 'tomorrow'

tomorrow

Theme name: 'toy-chest'

toy-chest

Theme name: 'treehouse'

treehouse

Theme name: 'tube'

tube

Theme name: 'twilight'

twilight

Theme name: 'two-firewatch'

two-firewatch

Theme name: 'unikitty-dark'

unikitty-dark

Theme name: 'unikitty-light'

unikitty-light

Theme name: 'ura'

ura

Theme name: 'urple'

urple

Theme name: 'vag'

vag

Theme name: 'vaughn'

vaughn

Theme name: 'vibrant-ink'

vibrant-ink

Theme name: 'vs-code-dark-plus'

vs-code-dark-plus

Theme name: 'vulcan'

vulcan

Theme name: 'warm-neon'

warm-neon

Theme name: 'wez'

wez

Theme name: 'wild-cherry'

wild-cherry

Theme name: 'windows-10-light'

windows-10-light

Theme name: 'windows-10'

windows-10

Theme name: 'windows-95-light'

windows-95-light

Theme name: 'windows-95'

windows-95

Theme name: 'windows-highcontrast-light'

windows-highcontrast-light

Theme name: 'windows-highcontrast'

windows-highcontrast

Theme name: 'windows-nt-light'

windows-nt-light

Theme name: 'windows-nt'

windows-nt

Theme name: 'wombat'

wombat

Theme name: 'woodland'

woodland

Theme name: 'wryan'

wryan

Theme name: 'xcode-dusk'

xcode-dusk

Theme name: 'yachiyo'

yachiyo

Theme name: 'zenburn'

zenburn