diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index b6914ff..db1972c 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -2,8 +2,7 @@
## Discord username (optional)
-If you're in our Discord server, we'd like to give you the Contributor Discord Role, please include
-your username. Note: It must be labelled like so: username#4747 (make sure to include the #XXXX).
+If you're in our Discord server, we'd like to give you the Contributor Discord Role, please include your username. Note: It must be labelled like so: username#4747 (make sure to include the #XXXX).
## Name of theme
@@ -20,5 +19,4 @@ We cannot accept pull request that include custom background images because:
- of licensing restrictions
- we are trying to keep the binary size of the repo as small as possible (just the yaml files)
-If your theme has an intended custom background image, include a comment in the yaml with a link to
-where people should download it.
+If your theme has an intended custom background image, include a comment in the yaml with a link to where people should download it.
diff --git a/.trunk/.gitignore b/.trunk/.gitignore
index cf2f254..8130ba6 100644
--- a/.trunk/.gitignore
+++ b/.trunk/.gitignore
@@ -5,3 +5,4 @@
plugins
user_trunk.yaml
user.yaml
+shims
diff --git a/.trunk/config b/.trunk/config
index 301c36e..1d895ee 160000
--- a/.trunk/config
+++ b/.trunk/config
@@ -1 +1 @@
-Subproject commit 301c36ec79a4ceeff958fc4cf3e86bfb1e8f7cd3
+Subproject commit 1d895ee788bcf766f38ed1b14e6635bfa8b14146
diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml
index 3dd7f13..63d7240 100644
--- a/.trunk/trunk.yaml
+++ b/.trunk/trunk.yaml
@@ -1,21 +1,22 @@
version: 0.1
cli:
- version: 1.0.1
+ version: 1.11.0
plugins:
sources:
- id: trunk
- ref: v0.0.5
+ ref: v0.0.14
uri: https://github.com/trunk-io/plugins
lint:
enabled:
+ - isort@5.12.0
+ - prettier@2.8.8
+ - black@23.3.0
+ - gitleaks@8.17.0
+ - markdownlint@0.35.0
+ - flake8@6.0.0
+ - svgo@3.0.2
+ disabled:
- git-diff-check
- - isort@5.10.1
- - prettier@2.7.1
- - black@22.10.0
- - gitleaks@8.15.0
- - markdownlint@0.32.2
- - flake8@5.0.4
- - svgo@3.0.0
runtimes:
enabled:
- go@1.18.3
diff --git a/README-intro.md b/README-intro.md
index ba655a3..d5687a0 100644
--- a/README-intro.md
+++ b/README-intro.md
@@ -1,22 +1,17 @@
# Warp Themes
-This is an open source repository with themes for [Warp](https://www.warp.dev/). We welcome and
-appreciate any contributions! Join our [Discord](https://discord.gg/warpdotdev), we have a channel
-dedicated to discussing custom themes.
+This is an open source repository with themes for [Warp](https://www.warp.dev/). We welcome and appreciate any contributions! Join our [Discord](https://discord.gg/warpdotdev), we have a channel dedicated to discussing custom themes.
-We have
-[directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes)
+We have [directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes)
## Custom Background Images
-Warp supports setting background images, set the path to your background image in your themes
-`.yaml` file:
+Warp supports setting background images, set the path to your background image in your themes `.yaml` file:
- a relative path to `~/.warp/themes`
- the absolute path to the background image
-If your background image was under `~/.warp/themes/level_one/level_two/background_image.jpg` then
-the filepath in the yaml should be:
+If your background image was under `~/.warp/themes/level_one/level_two/background_image.jpg` then the filepath in the yaml should be:
```yaml
background_image:
@@ -25,21 +20,17 @@ background_image:
## Contributing
-tldr; After adding your theme run the python script for generating theme previews
-`./scripts/gen_theme_previews.py` like so:
+tldr; After adding your theme run the python script for generating theme previews `./scripts/gen_theme_previews.py` like so:
`python3 ./scripts/gen_theme_previews.py standard`
-For a newly added theme that's in the standard folder / directory. If you get the error that yaml is
-missing make sure you `pip install PyYAML`
+For a newly added theme that's in the standard folder / directory. If you get the error that yaml is missing make sure you `pip install PyYAML`
-There are more
-[directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes).
+There are more [directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes).
## Open source dependencies
-We'd like to call out a few of the open source themes and repositories that helped bootstrap the set
-of themes for Warp:
+We'd like to call out a few of the open source themes and repositories that helped bootstrap the set of themes for Warp:
- [iTerm colors pencil](https://github.com/mattly/iterm-colors-pencil)
- [Alacritty-theme](https://github.com/eendroroy/alacritty-theme)
@@ -51,21 +42,14 @@ of themes for Warp:
## What are base16 themes?
-> An architecture for building themes based on carefully chosen syntax highlighting using a base of
-> sixteen colors. Base16 provides a set of guidelines detailing how to style syntax and how to code
-> a builder for compiling Base16 schemes and templates.
+> An architecture for building themes based on carefully chosen syntax highlighting using a base of sixteen colors. Base16 provides a set of guidelines detailing how to style syntax and how to code a builder for compiling Base16 schemes and templates.
-More on the details and structure here:
-[https://github.com/chriskempson/base16.](https://github.com/chriskempson/base16)
+More on the details and structure here: [https://github.com/chriskempson/base16.](https://github.com/chriskempson/base16)
-Base16 themes were sourced and auto-generated based on the Alacritty themes collected by @aarowill.
-Repo: [https://github.com/aarowill/base16-alacritty](https://github.com/aarowill/base16-alacritty)
+Base16 themes were sourced and auto-generated based on the Alacritty themes collected by @aarowill. Repo: [https://github.com/aarowill/base16-alacritty](https://github.com/aarowill/base16-alacritty)
## What are standard themes?
-In this directory you'll find themes popular among other tools, including Solarized, Dracula and
-others.
+In this directory you'll find themes popular among other tools, including Solarized, Dracula and others.
-Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by
-@eendroroy. Repo:
-[https://github.com/eendroroy/alacritty-theme](https://github.com/eendroroy/alacritty-theme)
+Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by @eendroroy. Repo: [https://github.com/eendroroy/alacritty-theme](https://github.com/eendroroy/alacritty-theme)
diff --git a/README.md b/README.md
index 18bd86b..4ed6331 100644
--- a/README.md
+++ b/README.md
@@ -1,30 +1,21 @@
# Warp Themes
-This is an open-source repository with themes for [Warp](https://www.warp.dev/). We welcome and
-appreciate any contributions! Join our [Discord](https://discord.gg/warpdotdev), we have a channel
-dedicated to discussing custom themes.
+This is an open-source repository with themes for [Warp](https://www.warp.dev/). We welcome and appreciate any contributions! Join our [Discord](https://discord.gg/warpdotdev), we have a channel dedicated to discussing custom themes.
-We have
-[directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes/custom-themes)
+We have [directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes/custom-themes)
## Create your own theme with Warp-Themes.com
-[Warp-Themes.com](https://warp-themes.com/) is a web app built entirely by community member
-[Torben Haack](https://twitter.com/torben_haack). The tool allows you to visually customize your own
-terminal theme with a few simple color selections, then download that theme file and have Warp load
-it into its theme picker. Please see more on how to use the app in our
-[Warp-Themes blog post](https://www.warp.dev/blog/create-custom-terminal-theme).
+[Warp-Themes.com](https://warp-themes.com/) is a web app built entirely by community member [Torben Haack](https://twitter.com/torben_haack). The tool allows you to visually customize your own terminal theme with a few simple color selections, then download that theme file and have Warp load it into its theme picker. Please see more on how to use the app in our [Warp-Themes blog post](https://www.warp.dev/blog/create-custom-terminal-theme).
## Custom Background Images
-Warp supports setting background images, set the path to your background image in your themes
-`.yaml` file:
+Warp supports setting background images, set the path to your background image in your themes `.yaml` file:
- A relative path to `~/.warp/themes/background.jpg`
- The absolute path to the background image `/Users/my_user/Documents/background.jpg`
-If your background image was under `~/.warp/themes/level_one/level_two/background_image.jpg` then
-the file path in the yaml should be:
+If your background image was under `~/.warp/themes/level_one/level_two/background_image.jpg` then the file path in the yaml should be:
```yaml
background_image:
@@ -34,21 +25,17 @@ background_image:
## Contributing
-TLDR; After adding your theme run the python script for generating theme previews
-`./scripts/gen_theme_previews.py` like so:
+TLDR; After adding your theme run the python script for generating theme previews `./scripts/gen_theme_previews.py` like so:
`python3 ./scripts/gen_theme_previews.py standard`
-for a newly added theme that's in the standard folder/directory. If you get the error that yaml is
-missing make sure you `pip install PyYAML`
+for a newly added theme that's in the standard folder/directory. If you get the error that yaml is missing make sure you `pip install PyYAML`
-There are more
-[directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes).
+There are more [directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes).
## Open source dependencies
-We'd like to call out a few of the open source themes and repositories that helped bootstrap the set
-of themes for Warp:
+We'd like to call out a few of the open source themes and repositories that helped bootstrap the set of themes for Warp:
- [iTerm colors pencil](https://github.com/mattly/iterm-colors-pencil)
- [Alacritty-theme](https://github.com/alacritty/alacritty-theme)
@@ -60,24 +47,17 @@ of themes for Warp:
## What are base16 themes?
-> An architecture for building themes based on carefully chosen syntax highlighting using a base of
-> sixteen colors. Base16 provides a set of guidelines detailing how to style syntax and how to code
-> a builder for compiling Base16 schemes and templates.
+> An architecture for building themes based on carefully chosen syntax highlighting using a base of sixteen colors. Base16 provides a set of guidelines detailing how to style syntax and how to code a builder for compiling Base16 schemes and templates.
-More on the details and structure here:
-[https://github.com/chriskempson/base16.](https://github.com/chriskempson/base16)
+More on the details and structure here: [https://github.com/chriskempson/base16.](https://github.com/chriskempson/base16)
-Base16 themes were sourced and auto-generated based on the Alacritty themes collected by @aarowill.
-Repo: [https://github.com/aarowill/base16-alacritty](https://github.com/aarowill/base16-alacritty)
+Base16 themes were sourced and auto-generated based on the Alacritty themes collected by @aarowill. Repo: [https://github.com/aarowill/base16-alacritty](https://github.com/aarowill/base16-alacritty)
## What are standard themes?
-In this directory, you'll find themes popular among other tools, including Solarized, Dracula, and
-others.
+In this directory, you'll find themes popular among other tools, including Solarized, Dracula, and others.
-Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by
-@eendroroy. Repo:
-[https://github.com/eendroroy/alacritty-theme](https://github.com/eendroroy/alacritty-theme)
+Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by @eendroroy. Repo: [https://github.com/eendroroy/alacritty-theme](https://github.com/eendroroy/alacritty-theme)
## What are holiday themes?
diff --git a/scripts/gen_theme_previews.py b/scripts/gen_theme_previews.py
index 2167196..de9bdfb 100644
--- a/scripts/gen_theme_previews.py
+++ b/scripts/gen_theme_previews.py
@@ -2,17 +2,14 @@ import argparse
import os
from pathlib import Path
from typing import Any
-from typing import Dict
-from typing import List
-from typing import Optional
import yaml
-def get_all_input_files(input_dir: str) -> List[str]:
- """
-
- Parameters
+def get_all_input_files(
+ input_dir: str,
+) -> list[str]:
+ """Parameters
----------
input_dir :
@@ -21,13 +18,13 @@ def get_all_input_files(input_dir: str) -> List[str]:
"""
filenames: Any = next(os.walk(input_dir), (None, None, []))[2]
- return list(filter(lambda f: (f.endswith("yaml") or f.endswith("yml")), filenames))
+ return list(filter(lambda f: (f.endswith(("yaml", "yml"))), filenames))
-def ensure_output_dir(output_dir: str) -> None:
- """
-
- Parameters
+def ensure_output_dir(
+ output_dir: str,
+) -> None:
+ """Parameters
----------
output_dir :
"""
@@ -36,14 +33,12 @@ def ensure_output_dir(output_dir: str) -> None:
def add_color_to_dict(
- output: Dict[str, str],
- obj: Dict[str, str],
+ output: dict[str, str],
+ obj: dict[str, str],
key: str,
- prefix: Optional[str] = None,
+ prefix: str | None = None,
) -> None:
- """
-
- Parameters
+ """Parameters
----------
output :
obj :
@@ -55,10 +50,11 @@ def add_color_to_dict(
output[f"{prefix}{key}"] = obj[key]
-def get_color_dict(input_dir: str, file_name: str) -> Dict[str, str]:
- """
-
- Parameters
+def get_color_dict(
+ input_dir: str,
+ file_name: str,
+) -> dict[str, str]:
+ """Parameters
----------
input_dir :
file_name :
@@ -67,28 +63,28 @@ def get_color_dict(input_dir: str, file_name: str) -> Dict[str, str]:
-------
"""
- file = open(os.path.join(input_dir, file_name), "r")
+ file = open(os.path.join(input_dir, file_name))
loaded_theme = yaml.safe_load(file)
- output: Dict[str, str] = {}
+ output: dict[str, str] = {}
add_color_to_dict(output, loaded_theme, "accent")
add_color_to_dict(output, loaded_theme, "foreground")
add_color_to_dict(output, loaded_theme, "background")
normal_colors = loaded_theme["terminal_colors"]["normal"]
- for color in normal_colors.keys():
+ for color in normal_colors:
add_color_to_dict(output, normal_colors, color)
bright_colors = loaded_theme["terminal_colors"]["bright"]
- for color in bright_colors.keys():
+ for color in bright_colors:
add_color_to_dict(output, bright_colors, color, "br")
return output
-def file_name_to_display(file_name: str) -> str:
- """
-
- Parameters
+def file_name_to_display(
+ file_name: str,
+) -> str:
+ """Parameters
----------
file_name :
@@ -105,10 +101,11 @@ def file_name_to_display(file_name: str) -> str:
return " ".join(output)
-def gen_svg_for_theme(color_dict: Dict[str, str], svg_template: str) -> str:
- """
-
- Parameters
+def gen_svg_for_theme(
+ color_dict: dict[str, str],
+ svg_template: str,
+) -> str:
+ """Parameters
----------
color_dict :
svg_template :
@@ -128,7 +125,7 @@ def gen_svg_for_theme(color_dict: Dict[str, str], svg_template: str) -> str:
def main() -> None:
""" """
parser = argparse.ArgumentParser(
- description="Generate README.md with embedded SVG previews."
+ description="Generate README.md with embedded SVG previews.",
)
parser.add_argument(
"input_dir",
@@ -136,7 +133,10 @@ def main() -> None:
help="Directory from which to read in all Warp themes.",
)
parser.add_argument(
- "--output_dir", type=str, help="Where to save README.md", default=""
+ "--output_dir",
+ type=str,
+ help="Where to save README.md",
+ default="",
)
parser.add_argument(
"--svg_path",
@@ -161,7 +161,7 @@ def main() -> None:
filenames = get_all_input_files(input_dir=input_dir)
markdown = ["|Theme name | Preview|", "| --- | --- |"]
- svg = open(args.svg_path, "r").read()
+ svg = open(args.svg_path).read()
svg_dir = os.path.join(output_dir, "previews")
os.makedirs(svg_dir, exist_ok=True)
diff --git a/standard/README.md b/standard/README.md
index f2ad4cd..ccf6916 100644
--- a/standard/README.md
+++ b/standard/README.md
@@ -1,111 +1,111 @@
-|Theme name | Preview|
-| --- | --- |
-|**[Afterglow](afterglow.yaml)**:|
|
-|**[Apple Dark](apple_dark.yaml)**:|
|
-|**[Apple Light](apple_light.yaml)**:|
|
-|**[Arc Dark](arc_dark.yaml)**:|
|
-|**[Argonaut](argonaut.yaml)**:|
|
-|**[Avirage](avirage.yaml)**:|
|
-|**[Ayu Dark](ayu_dark.yaml)**:|
|
-|**[Ayu Light](ayu_light.yaml)**:|
|
-|**[Ayu Mirage](ayu_mirage.yaml)**:|
|
-|**[Bilibili Dark](bilibili_dark.yaml)**:|
|
-|**[Blood Moon](blood_moon.yaml)**:|
|
-|**[Blue Monday](blue_monday.yaml)**:|
|
-|**[Breeze](breeze.yaml)**:|
|
-|**[Campbell](campbell.yaml)**:|
|
-|**[Catppuccin](catppuccin.yaml)**:|
|
-|**[Challenger Deep](challenger_deep.yaml)**:|
|
-|**[Cherry](cherry.yaml)**:|
|
-|**[Classic Vivid](classic_vivid.yaml)**:|
|
-|**[Cobalt 2](cobalt_2.yaml)**:|
|
-|**[Cobalt Next](cobalt_next.yaml)**:|
|
-|**[Cyberpunk-neon](cyberpunk-neon.yaml)**:|
|
-|**[Cyberpunk-night City](cyberpunk-night_city.yaml)**:|
|
-|**[Cyberpunk-v](cyberpunk-v.yaml)**:|
|
-|**[Daobeam](daobeam.yaml)**:|
|
-|**[Darcula](darcula.yaml)**:|
|
-|**[Dark Pastels](dark_pastels.yaml)**:|
|
-|**[Default Dark](default_dark.yaml)**:|
|
-|**[Dracula](dracula.yaml)**:|
|
-|**[Edgerunners-david](edgerunners-david.yaml)**:|
|
-|**[Edgerunners-lucy And David Jump](edgerunners-lucy_and_david_jump.yaml)**:|
|
-|**[Everforest Hard](everforest_hard.yaml)**:|
|
-|**[Everforest Light](everforest_light.yaml)**:|
|
-|**[Fairyfloss](fairyfloss.yaml)**:|
|
-|**[Faithful Argonaut](faithful_argonaut.yaml)**:|
|
-|**[Falcon](falcon.yaml)**:|
|
-|**[Flat Remix](flat_remix.yaml)**:|
|
-|**[Github Dark](github_dark.yaml)**:|
|
-|**[Github Dark Dimmed](github_dark_dimmed.yaml)**:|
|
-|**[Github Light](github_light.yaml)**:|
|
-|**[Gotham](gotham.yaml)**:|
|
-|**[Green Geeko](green_geeko.yaml)**:|
|
-|**[Gruvbox Dark](gruvbox_dark.yaml)**:|
|
-|**[Gruvbox Light](gruvbox_light.yaml)**:|
|
-|**[Gruvbox Material](gruvbox_material.yaml)**:|
|
-|**[Halcyon](halcyon.yaml)**:|
|
-|**[High Contrast](high_contrast.yaml)**:|
|
-|**[Horizon Dark](horizon_dark.yaml)**:|
|
-|**[Hyper](hyper.yaml)**:|
|
-|**[Iceberg](iceberg.yaml)**:|
|
-|**[Iterm](iterm.yaml)**:|
|
-|**[Jellybeans](jellybeans.yaml)**:|
|
-|**[Konsole Linux](konsole_linux.yaml)**:|
|
-|**[Laser](laser.yaml)**:|
|
-|**[Low Contrast](low_contrast.yaml)**:|
|
-|**[Lucario](lucario.yaml)**:|
|
-|**[Material Theme](material_theme.yaml)**:|
|
-|**[Material Theme Mod](material_theme_mod.yaml)**:|
|
-|**[Matrix Dracula](matrix_dracula.yaml)**:|
|
-|**[Matrix Dracula Switcheroo](matrix_dracula_switcheroo.yaml)**:|
|
-|**[Monokai Pro](monokai_pro.yaml)**:|
|
-|**[Monokai Pro Classic](monokai_pro_classic.yaml)**:|
|
-|**[Monokai Pro Machine](monokai_pro_machine.yaml)**:|
|
-|**[Monokai Pro Octagon](monokai_pro_octagon.yml)**:|
|
-|**[Monokai Pro Ristretto](monokai_pro_ristretto.yml)**:|
|
-|**[Monokai Pro Spectrum](monokai_pro_spectrum.yml)**:|
|
-|**[Night Owl](night_owl.yaml)**:|
|
-|**[Nord](nord.yaml)**:|
|
-|**[Oceanic Next](oceanic_next.yaml)**:|
|
-|**[Omni](omni.yaml)**:|
|
-|**[One Dark](one_dark.yaml)**:|
|
-|**[One Monokai](one_monokai.yaml)**:|
|
-|**[Palenight](palenight.yaml)**:|
|
-|**[Panda Syntax](panda_syntax.yaml)**:|
|
-|**[Papercolor Light](papercolor_light.yaml)**:|
|
-|**[Pencil Dark](pencil_dark.yaml)**:|
|
-|**[Pencil Light](pencil_light.yaml)**:|
|
-|**[Plastic](plastic.yaml)**:|
|
-|**[Poimandres](poimandres.yaml)**:|
|
-|**[Remedy Dark](remedy_dark.yaml)**:|
|
-|**[Seashells](seashells.yaml)**:|
|
-|**[Shades Of Purple](shades_of_purple.yaml)**:|
|
-|**[Shades Of Purple Super Dark](shades_of_purple_super_dark.yaml)**:|
|
-|**[Simply Dark](simply_dark.yaml)**:|
|
-|**[Snazzy](snazzy.yaml)**:|
|
-|**[Snazzy Blue](snazzy_blue.yaml)**:|
|
-|**[Snazzy Green](snazzy_green.yaml)**:|
|
-|**[Snazzy Red](snazzy_red.yaml)**:|
|
-|**[Solarized Dark](solarized_dark.yaml)**:|
|
-|**[Solarized Light](solarized_light.yaml)**:|
|
-|**[Spaceduck](spaceduck.yaml)**:|
|
-|**[Synthwave 84](synthwave_84.yaml)**:|
|
-|**[Taerminal](taerminal.yaml)**:|
|
-|**[Tango Dark](tango_dark.yaml)**:|
|
-|**[Tender](tender.yaml)**:|
|
-|**[Terminal App](terminal_app.yaml)**:|
|
-|**[Thelovelace](thelovelace.yaml)**:|
|
-|**[Tokyo Night](tokyo_night.yaml)**:|
|
-|**[Tokyo Night Storm](tokyo_night_storm.yaml)**:|
|
-|**[Tomorrow Night](tomorrow_night.yaml)**:|
|
-|**[Tomorrow Night Bright](tomorrow_night_bright.yaml)**:|
|
-|**[Vitesse Black](vitesse_black.yaml)**:|
|
-|**[Vitesse Dark](vitesse_dark.yaml)**:|
|
-|**[Vitesse Dark Soft](vitesse_dark_soft.yaml)**:|
|
-|**[Vitesse Light](vitesse_light.yaml)**:|
|
-|**[Vitesse Light Soft](vitesse_light_soft.yaml)**:|
|
-|**[Vscode Default Dark Material](vscode_default_dark_material.yml)**:|
|
-|**[Vuesion](vuesion.yaml)**:|
|
-|**[Wombat](wombat.yaml)**:|
|
-|**[Xterm](xterm.yaml)**:|
|
\ No newline at end of file
+| Theme name | Preview |
+| ---------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
+| **[Afterglow](afterglow.yaml)**: |
|
+| **[Apple Dark](apple_dark.yaml)**: |
|
+| **[Apple Light](apple_light.yaml)**: |
|
+| **[Arc Dark](arc_dark.yaml)**: |
|
+| **[Argonaut](argonaut.yaml)**: |
|
+| **[Avirage](avirage.yaml)**: |
|
+| **[Ayu Dark](ayu_dark.yaml)**: |
|
+| **[Ayu Light](ayu_light.yaml)**: |
|
+| **[Ayu Mirage](ayu_mirage.yaml)**: |
|
+| **[Bilibili Dark](bilibili_dark.yaml)**: |
|
+| **[Blood Moon](blood_moon.yaml)**: |
|
+| **[Blue Monday](blue_monday.yaml)**: |
|
+| **[Breeze](breeze.yaml)**: |
|
+| **[Campbell](campbell.yaml)**: |
|
+| **[Catppuccin](catppuccin.yaml)**: |
|
+| **[Challenger Deep](challenger_deep.yaml)**: |
|
+| **[Cherry](cherry.yaml)**: |
|
+| **[Classic Vivid](classic_vivid.yaml)**: |
|
+| **[Cobalt 2](cobalt_2.yaml)**: |
|
+| **[Cobalt Next](cobalt_next.yaml)**: |
|
+| **[Cyberpunk-neon](cyberpunk-neon.yaml)**: |
|
+| **[Cyberpunk-night City](cyberpunk-night_city.yaml)**: |
|
+| **[Cyberpunk-v](cyberpunk-v.yaml)**: |
|
+| **[Daobeam](daobeam.yaml)**: |
|
+| **[Darcula](darcula.yaml)**: |
|
+| **[Dark Pastels](dark_pastels.yaml)**: |
|
+| **[Default Dark](default_dark.yaml)**: |
|
+| **[Dracula](dracula.yaml)**: |
|
+| **[Edgerunners-david](edgerunners-david.yaml)**: |
|
+| **[Edgerunners-lucy And David Jump](edgerunners-lucy_and_david_jump.yaml)**: |
|
+| **[Everforest Hard](everforest_hard.yaml)**: |
|
+| **[Everforest Light](everforest_light.yaml)**: |
|
+| **[Fairyfloss](fairyfloss.yaml)**: |
|
+| **[Faithful Argonaut](faithful_argonaut.yaml)**: |
|
+| **[Falcon](falcon.yaml)**: |
|
+| **[Flat Remix](flat_remix.yaml)**: |
|
+| **[Github Dark](github_dark.yaml)**: |
|
+| **[Github Dark Dimmed](github_dark_dimmed.yaml)**: |
|
+| **[Github Light](github_light.yaml)**: |
|
+| **[Gotham](gotham.yaml)**: |
|
+| **[Green Geeko](green_geeko.yaml)**: |
|
+| **[Gruvbox Dark](gruvbox_dark.yaml)**: |
|
+| **[Gruvbox Light](gruvbox_light.yaml)**: |
|
+| **[Gruvbox Material](gruvbox_material.yaml)**: |
|
+| **[Halcyon](halcyon.yaml)**: |
|
+| **[High Contrast](high_contrast.yaml)**: |
|
+| **[Horizon Dark](horizon_dark.yaml)**: |
|
+| **[Hyper](hyper.yaml)**: |
|
+| **[Iceberg](iceberg.yaml)**: |
|
+| **[Iterm](iterm.yaml)**: |
|
+| **[Jellybeans](jellybeans.yaml)**: |
|
+| **[Konsole Linux](konsole_linux.yaml)**: |
|
+| **[Laser](laser.yaml)**: |
|
+| **[Low Contrast](low_contrast.yaml)**: |
|
+| **[Lucario](lucario.yaml)**: |
|
+| **[Material Theme](material_theme.yaml)**: |
|
+| **[Material Theme Mod](material_theme_mod.yaml)**: |
|
+| **[Matrix Dracula](matrix_dracula.yaml)**: |
|
+| **[Matrix Dracula Switcheroo](matrix_dracula_switcheroo.yaml)**: |
|
+| **[Monokai Pro](monokai_pro.yaml)**: |
|
+| **[Monokai Pro Classic](monokai_pro_classic.yaml)**: |
|
+| **[Monokai Pro Machine](monokai_pro_machine.yaml)**: |
|
+| **[Monokai Pro Octagon](monokai_pro_octagon.yml)**: |
|
+| **[Monokai Pro Ristretto](monokai_pro_ristretto.yml)**: |
|
+| **[Monokai Pro Spectrum](monokai_pro_spectrum.yml)**: |
|
+| **[Night Owl](night_owl.yaml)**: |
|
+| **[Nord](nord.yaml)**: |
|
+| **[Oceanic Next](oceanic_next.yaml)**: |
|
+| **[Omni](omni.yaml)**: |
|
+| **[One Dark](one_dark.yaml)**: |
|
+| **[One Monokai](one_monokai.yaml)**: |
|
+| **[Palenight](palenight.yaml)**: |
|
+| **[Panda Syntax](panda_syntax.yaml)**: |
|
+| **[Papercolor Light](papercolor_light.yaml)**: |
|
+| **[Pencil Dark](pencil_dark.yaml)**: |
|
+| **[Pencil Light](pencil_light.yaml)**: |
|
+| **[Plastic](plastic.yaml)**: |
|
+| **[Poimandres](poimandres.yaml)**: |
|
+| **[Remedy Dark](remedy_dark.yaml)**: |
|
+| **[Seashells](seashells.yaml)**: |
|
+| **[Shades Of Purple](shades_of_purple.yaml)**: |
|
+| **[Shades Of Purple Super Dark](shades_of_purple_super_dark.yaml)**: |
|
+| **[Simply Dark](simply_dark.yaml)**: |
|
+| **[Snazzy](snazzy.yaml)**: |
|
+| **[Snazzy Blue](snazzy_blue.yaml)**: |
|
+| **[Snazzy Green](snazzy_green.yaml)**: |
|
+| **[Snazzy Red](snazzy_red.yaml)**: |
|
+| **[Solarized Dark](solarized_dark.yaml)**: |
|
+| **[Solarized Light](solarized_light.yaml)**: |
|
+| **[Spaceduck](spaceduck.yaml)**: |
|
+| **[Synthwave 84](synthwave_84.yaml)**: |
|
+| **[Taerminal](taerminal.yaml)**: |
|
+| **[Tango Dark](tango_dark.yaml)**: |
|
+| **[Tender](tender.yaml)**: |
|
+| **[Terminal App](terminal_app.yaml)**: |
|
+| **[Thelovelace](thelovelace.yaml)**: |
|
+| **[Tokyo Night](tokyo_night.yaml)**: |
|
+| **[Tokyo Night Storm](tokyo_night_storm.yaml)**: |
|
+| **[Tomorrow Night](tomorrow_night.yaml)**: |
|
+| **[Tomorrow Night Bright](tomorrow_night_bright.yaml)**: |
|
+| **[Vitesse Black](vitesse_black.yaml)**: |
|
+| **[Vitesse Dark](vitesse_dark.yaml)**: |
|
+| **[Vitesse Dark Soft](vitesse_dark_soft.yaml)**: |
|
+| **[Vitesse Light](vitesse_light.yaml)**: |
|
+| **[Vitesse Light Soft](vitesse_light_soft.yaml)**: |
|
+| **[Vscode Default Dark Material](vscode_default_dark_material.yml)**: |
|
+| **[Vuesion](vuesion.yaml)**: |
|
+| **[Wombat](wombat.yaml)**: |
|
+| **[Xterm](xterm.yaml)**: |
|
diff --git a/standard/arc_dark.yaml b/standard/arc_dark.yaml
index 7ab0125..62d8a8b 100644
--- a/standard/arc_dark.yaml
+++ b/standard/arc_dark.yaml
@@ -1,23 +1,23 @@
-accent: '#009688'
-background: '#2f343f'
+accent: "#009688"
+background: "#2f343f"
details: darker
-foreground: '#d3dae3'
+foreground: "#d3dae3"
terminal_colors:
bright:
- black: '#2f343f'
- red: '#d64937'
- green: '#86df5d'
- yellow: '#fdd75a'
- blue: '#0f75bd'
- magenta: '#9e5e83'
- cyan: '#37c3d6'
- white: '#f9f9f9'
+ black: "#2f343f"
+ red: "#d64937"
+ green: "#86df5d"
+ yellow: "#fdd75a"
+ blue: "#0f75bd"
+ magenta: "#9e5e83"
+ cyan: "#37c3d6"
+ white: "#f9f9f9"
normal:
- black: '#262b36'
- red: '#9c3528'
- green: '#61bc3b'
- yellow: '#f3b43a'
- blue: '#0d68a8'
- magenta: '#744560'
- cyan: '#288e9c'
- white: '#a2a2a2'
+ black: "#262b36"
+ red: "#9c3528"
+ green: "#61bc3b"
+ yellow: "#f3b43a"
+ blue: "#0d68a8"
+ magenta: "#744560"
+ cyan: "#288e9c"
+ white: "#a2a2a2"
diff --git a/standard/bilibili_dark.yaml b/standard/bilibili_dark.yaml
index 926c74e..962aaa1 100644
--- a/standard/bilibili_dark.yaml
+++ b/standard/bilibili_dark.yaml
@@ -21,4 +21,3 @@ terminal_colors:
magenta: "#FF8CB0"
cyan: "#4FD3D1"
white: "#FFFFFF"
-
diff --git a/standard/blue_monday.yaml b/standard/blue_monday.yaml
index dd89cbf..756b8e1 100644
--- a/standard/blue_monday.yaml
+++ b/standard/blue_monday.yaml
@@ -1,9 +1,9 @@
accent: "#4136d9"
background:
- top: '#000000'
- bottom: '#00081e'
- left: '#000000'
- right: '#00081e'
+ top: "#000000"
+ bottom: "#00081e"
+ left: "#000000"
+ right: "#00081e"
details: darker
foreground: "#80c0ff"
terminal_colors:
diff --git a/standard/previews/Edgerunners_-_David.yaml.svg b/standard/previews/Edgerunners_-_David.yaml.svg
index cad0d21..3f6e76d 100644
--- a/standard/previews/Edgerunners_-_David.yaml.svg
+++ b/standard/previews/Edgerunners_-_David.yaml.svg
@@ -1,10 +1,10 @@
-
\ No newline at end of file
diff --git a/standard/previews/bilibili_dark.yaml.svg b/standard/previews/bilibili_dark.yaml.svg
index c79945a..a6d1f0c 100644
--- a/standard/previews/bilibili_dark.yaml.svg
+++ b/standard/previews/bilibili_dark.yaml.svg
@@ -1,10 +1,10 @@
-ls
+ls
dir
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
black
@@ -16,13 +16,13 @@ green
yellow
blue
-
+
magenta
cyan
white
-
+
bright:
black
@@ -38,9 +38,9 @@ blue
magenta
cyan
-
+
white
-
+
~/project
git(
diff --git a/standard/previews/blood_moon.yaml.svg b/standard/previews/blood_moon.yaml.svg
index 7886218..0cc26d7 100644
--- a/standard/previews/blood_moon.yaml.svg
+++ b/standard/previews/blood_moon.yaml.svg
@@ -12,7 +12,7 @@ black
red
green
-
+
yellow
blue
@@ -36,15 +36,15 @@ yellow
blue
magenta
-
+
cyan
-
+
white
~/project
git(
-
+
main
)
diff --git a/standard/previews/breeze.yaml.svg b/standard/previews/breeze.yaml.svg
index 9102a9f..8b829d0 100644
--- a/standard/previews/breeze.yaml.svg
+++ b/standard/previews/breeze.yaml.svg
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/campbell.yaml.svg b/standard/previews/campbell.yaml.svg
index 38e525c..b446960 100644
--- a/standard/previews/campbell.yaml.svg
+++ b/standard/previews/campbell.yaml.svg
@@ -1,10 +1,10 @@
-ls
+ls
dir
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
black
@@ -20,9 +20,9 @@ blue
magenta
cyan
-
+
white
-
+
bright:
black
@@ -40,7 +40,7 @@ magenta
cyan
white
-
+
~/project
git(
diff --git a/standard/previews/classic_vivid.yaml.svg b/standard/previews/classic_vivid.yaml.svg
index 073de12..26a1853 100644
--- a/standard/previews/classic_vivid.yaml.svg
+++ b/standard/previews/classic_vivid.yaml.svg
@@ -1,14 +1,14 @@
-ls
+ls
dir
-
+
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
-
+
black
-
+
red
green
@@ -16,31 +16,31 @@ green
yellow
blue
-
+
magenta
cyan
-
+
white
-
+
bright:
-
+
black
-
+
red
-
+
green
-
+
yellow
-
+
blue
-
+
magenta
-
+
cyan
-
+
white
-
+
~/project
git(
diff --git a/standard/previews/cobalt_2.yaml.svg b/standard/previews/cobalt_2.yaml.svg
index 3794e4f..8115762 100644
--- a/standard/previews/cobalt_2.yaml.svg
+++ b/standard/previews/cobalt_2.yaml.svg
@@ -1,14 +1,14 @@
-ls
+ls
dir
-
+
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
-
+
black
-
+
red
green
@@ -18,11 +18,11 @@ yellow
blue
magenta
-
+
cyan
-
+
white
-
+
bright:
black
@@ -32,15 +32,15 @@ red
green
yellow
-
+
blue
-
+
magenta
cyan
-
+
white
-
+
~/project
git(
diff --git a/standard/previews/cobalt_next.yaml.svg b/standard/previews/cobalt_next.yaml.svg
index 3ccea57..4383f90 100644
--- a/standard/previews/cobalt_next.yaml.svg
+++ b/standard/previews/cobalt_next.yaml.svg
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/cyberpunk-neon.yaml.svg b/standard/previews/cyberpunk-neon.yaml.svg
index bdf97b5..eebd70b 100644
--- a/standard/previews/cyberpunk-neon.yaml.svg
+++ b/standard/previews/cyberpunk-neon.yaml.svg
@@ -1,6 +1,6 @@
ls
dir
-
+
executable
file
@@ -8,7 +8,7 @@ file
normal:
black
-
+
red
green
@@ -26,13 +26,13 @@ white
bright:
black
-
+
red
green
yellow
-
+
blue
magenta
diff --git a/standard/previews/cyberpunk-night_city.yaml.svg b/standard/previews/cyberpunk-night_city.yaml.svg
index cad0d21..3f6e76d 100644
--- a/standard/previews/cyberpunk-night_city.yaml.svg
+++ b/standard/previews/cyberpunk-night_city.yaml.svg
@@ -1,10 +1,10 @@
-ls
+ls
dir
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
black
@@ -14,15 +14,15 @@ red
green
yellow
-
+
blue
magenta
cyan
-
+
white
-
+
bright:
black
@@ -38,9 +38,9 @@ blue
magenta
cyan
-
+
white
-
+
~/project
git(
diff --git a/standard/previews/cyberpunk-v.yaml.svg b/standard/previews/cyberpunk-v.yaml.svg
index cad0d21..3f6e76d 100644
--- a/standard/previews/cyberpunk-v.yaml.svg
+++ b/standard/previews/cyberpunk-v.yaml.svg
@@ -1,10 +1,10 @@
-ls
+ls
dir
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
black
@@ -14,15 +14,15 @@ red
green
yellow
-
+
blue
magenta
cyan
-
+
white
-
+
bright:
black
@@ -38,9 +38,9 @@ blue
magenta
cyan
-
+
white
-
+
~/project
git(
diff --git a/standard/previews/darcula.yaml.svg b/standard/previews/darcula.yaml.svg
index ae88e67..44ddaa3 100644
--- a/standard/previews/darcula.yaml.svg
+++ b/standard/previews/darcula.yaml.svg
@@ -1,14 +1,14 @@
ls
dir
-
+
executable
file
bash ~/colors.sh
normal:
-
+
black
-
+
red
green
diff --git a/standard/previews/dark_pastels.yaml.svg b/standard/previews/dark_pastels.yaml.svg
index d35757b..de0d15f 100644
--- a/standard/previews/dark_pastels.yaml.svg
+++ b/standard/previews/dark_pastels.yaml.svg
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/dracula.yaml.svg b/standard/previews/dracula.yaml.svg
index 3d9b93a..6e4b459 100644
--- a/standard/previews/dracula.yaml.svg
+++ b/standard/previews/dracula.yaml.svg
@@ -1,14 +1,14 @@
ls
dir
-
+
executable
file
bash ~/colors.sh
normal:
-
+
black
-
+
red
green
@@ -20,13 +20,13 @@ blue
magenta
cyan
-
+
white
bright:
-
+
black
-
+
red
green
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/edgerunners-david.yaml.svg b/standard/previews/edgerunners-david.yaml.svg
index cad0d21..3f6e76d 100644
--- a/standard/previews/edgerunners-david.yaml.svg
+++ b/standard/previews/edgerunners-david.yaml.svg
@@ -1,10 +1,10 @@
-ls
+ls
dir
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
black
@@ -14,15 +14,15 @@ red
green
yellow
-
+
blue
magenta
cyan
-
+
white
-
+
bright:
black
@@ -38,9 +38,9 @@ blue
magenta
cyan
-
+
white
-
+
~/project
git(
diff --git a/standard/previews/edgerunners-lucy_and_david_jump.yaml.svg b/standard/previews/edgerunners-lucy_and_david_jump.yaml.svg
index cad0d21..3f6e76d 100644
--- a/standard/previews/edgerunners-lucy_and_david_jump.yaml.svg
+++ b/standard/previews/edgerunners-lucy_and_david_jump.yaml.svg
@@ -1,10 +1,10 @@
-ls
+ls
dir
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
black
@@ -14,15 +14,15 @@ red
green
yellow
-
+
blue
magenta
cyan
-
+
white
-
+
bright:
black
@@ -38,9 +38,9 @@ blue
magenta
cyan
-
+
white
-
+
~/project
git(
diff --git a/standard/previews/faithful_argonaut.yaml.svg b/standard/previews/faithful_argonaut.yaml.svg
index dd153f8..b3087e7 100644
--- a/standard/previews/faithful_argonaut.yaml.svg
+++ b/standard/previews/faithful_argonaut.yaml.svg
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
@@ -20,7 +20,7 @@ blue
magenta
cyan
-
+
white
bright:
diff --git a/standard/previews/flat_remix.yaml.svg b/standard/previews/flat_remix.yaml.svg
index b47b9ea..b2c2b95 100644
--- a/standard/previews/flat_remix.yaml.svg
+++ b/standard/previews/flat_remix.yaml.svg
@@ -1,10 +1,10 @@
-ls
+ls
dir
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
black
@@ -20,9 +20,9 @@ blue
magenta
cyan
-
+
white
-
+
bright:
black
@@ -38,9 +38,9 @@ blue
magenta
cyan
-
+
white
-
+
~/project
git(
diff --git a/standard/previews/github_light.yaml.svg b/standard/previews/github_light.yaml.svg
index 2a5cdb0..4635017 100644
--- a/standard/previews/github_light.yaml.svg
+++ b/standard/previews/github_light.yaml.svg
@@ -1,4 +1,4 @@
-ls
+ls
dir
executable
diff --git a/standard/previews/green_geeko.yaml.svg b/standard/previews/green_geeko.yaml.svg
index 63928d3..a1458a0 100644
--- a/standard/previews/green_geeko.yaml.svg
+++ b/standard/previews/green_geeko.yaml.svg
@@ -1,51 +1,51 @@
-ls
+ls
dir
-
+
executable
file
bash ~/colors.sh
normal:
-
+
black
-
+
red
-
+
green
-
+
yellow
-
+
blue
-
+
magenta
-
+
cyan
-
+
white
bright:
-
+
black
-
+
red
-
+
green
-
+
yellow
-
+
blue
-
+
magenta
-
+
cyan
-
+
white
-
+
~/project
-
+
git(
-
+
main
-
+
)
\ No newline at end of file
diff --git a/standard/previews/high_contrast.yaml.svg b/standard/previews/high_contrast.yaml.svg
index d80767d..a6f3c16 100644
--- a/standard/previews/high_contrast.yaml.svg
+++ b/standard/previews/high_contrast.yaml.svg
@@ -1,51 +1,51 @@
-ls
+ls
dir
-
+
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
-
+
black
-
+
red
-
+
green
-
+
yellow
-
+
blue
-
+
magenta
-
+
cyan
-
+
white
-
+
bright:
-
+
black
-
+
red
-
+
green
-
+
yellow
-
+
blue
-
+
magenta
-
+
cyan
-
+
white
-
+
~/project
-
+
git(
-
+
main
-
+
)
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/standard/previews/hyper.yaml.svg b/standard/previews/hyper.yaml.svg
index 3952117..e7b9604 100644
--- a/standard/previews/hyper.yaml.svg
+++ b/standard/previews/hyper.yaml.svg
@@ -1,51 +1,51 @@
-ls
+ls
dir
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
-
+
black
red
-
+
green
yellow
-
+
blue
-
+
magenta
-
+
cyan
white
-
+
bright:
-
+
black
red
-
+
green
yellow
-
+
blue
-
+
magenta
-
+
cyan
-
+
white
-
+
~/project
-
+
git(
main
-
+
)
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/standard/previews/iterm.yaml.svg b/standard/previews/iterm.yaml.svg
index 70f61e6..179c699 100644
--- a/standard/previews/iterm.yaml.svg
+++ b/standard/previews/iterm.yaml.svg
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/jellybeans.yaml.svg b/standard/previews/jellybeans.yaml.svg
index eaad4d3..7fca78d 100644
--- a/standard/previews/jellybeans.yaml.svg
+++ b/standard/previews/jellybeans.yaml.svg
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/konsole_linux.yaml.svg b/standard/previews/konsole_linux.yaml.svg
index 9442d6a..fab5c3c 100644
--- a/standard/previews/konsole_linux.yaml.svg
+++ b/standard/previews/konsole_linux.yaml.svg
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/low_contrast.yaml.svg b/standard/previews/low_contrast.yaml.svg
index 69529f9..30b9d9a 100644
--- a/standard/previews/low_contrast.yaml.svg
+++ b/standard/previews/low_contrast.yaml.svg
@@ -1,51 +1,51 @@
-ls
+ls
dir
-
+
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
-
+
black
-
+
red
-
+
green
-
+
yellow
-
+
blue
-
+
magenta
-
+
cyan
-
+
white
-
+
bright:
-
+
black
-
+
red
-
+
green
-
+
yellow
-
+
blue
-
+
magenta
-
+
cyan
-
+
white
-
+
~/project
-
+
git(
-
+
main
-
+
)
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/standard/previews/lucario.yaml.svg b/standard/previews/lucario.yaml.svg
index fbe79a4..6a4991a 100644
--- a/standard/previews/lucario.yaml.svg
+++ b/standard/previews/lucario.yaml.svg
@@ -20,7 +20,7 @@ blue
magenta
cyan
-
+
white
bright:
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/material_theme.yaml.svg b/standard/previews/material_theme.yaml.svg
index 171e942..c630411 100644
--- a/standard/previews/material_theme.yaml.svg
+++ b/standard/previews/material_theme.yaml.svg
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
@@ -20,7 +20,7 @@ blue
magenta
cyan
-
+
white
bright:
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/material_theme_mod.yaml.svg b/standard/previews/material_theme_mod.yaml.svg
index 9f67e5e..0794b19 100644
--- a/standard/previews/material_theme_mod.yaml.svg
+++ b/standard/previews/material_theme_mod.yaml.svg
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
@@ -20,7 +20,7 @@ blue
magenta
cyan
-
+
white
bright:
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/matrix_dracula.yaml.svg b/standard/previews/matrix_dracula.yaml.svg
index 9dabbf7..72add96 100644
--- a/standard/previews/matrix_dracula.yaml.svg
+++ b/standard/previews/matrix_dracula.yaml.svg
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
diff --git a/standard/previews/matrix_dracula_switcheroo.yaml.svg b/standard/previews/matrix_dracula_switcheroo.yaml.svg
index d2f613f..d3f30ca 100644
--- a/standard/previews/matrix_dracula_switcheroo.yaml.svg
+++ b/standard/previews/matrix_dracula_switcheroo.yaml.svg
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
diff --git a/standard/previews/monokai_pro_spectrum.yml.svg b/standard/previews/monokai_pro_spectrum.yml.svg
index 4f398ec..bb9298d 100644
--- a/standard/previews/monokai_pro_spectrum.yml.svg
+++ b/standard/previews/monokai_pro_spectrum.yml.svg
@@ -1,4 +1,4 @@
-ls
+ls
dir
executable
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
diff --git a/standard/previews/night_owl.yaml.svg b/standard/previews/night_owl.yaml.svg
index 73bca43..fc1b41f 100644
--- a/standard/previews/night_owl.yaml.svg
+++ b/standard/previews/night_owl.yaml.svg
@@ -20,7 +20,7 @@ blue
magenta
cyan
-
+
white
bright:
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/oceanic_next.yaml.svg b/standard/previews/oceanic_next.yaml.svg
index 122b134..aa65844 100644
--- a/standard/previews/oceanic_next.yaml.svg
+++ b/standard/previews/oceanic_next.yaml.svg
@@ -1,4 +1,4 @@
-ls
+ls
dir
executable
@@ -14,7 +14,7 @@ red
green
yellow
-
+
blue
magenta
@@ -32,7 +32,7 @@ red
green
yellow
-
+
blue
magenta
@@ -48,4 +48,4 @@ git(
main
)
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/standard/previews/omni.yaml.svg b/standard/previews/omni.yaml.svg
index 0e8c994..e1a1e65 100644
--- a/standard/previews/omni.yaml.svg
+++ b/standard/previews/omni.yaml.svg
@@ -1,14 +1,14 @@
ls
dir
-
+
executable
file
bash ~/colors.sh
normal:
-
+
black
-
+
red
green
diff --git a/standard/previews/one_dark.yaml.svg b/standard/previews/one_dark.yaml.svg
index 2a7e05c..caa8f2b 100644
--- a/standard/previews/one_dark.yaml.svg
+++ b/standard/previews/one_dark.yaml.svg
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/palenight.yaml.svg b/standard/previews/palenight.yaml.svg
index 9f0389e..ce07a1f 100644
--- a/standard/previews/palenight.yaml.svg
+++ b/standard/previews/palenight.yaml.svg
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/papercolor_light.yaml.svg b/standard/previews/papercolor_light.yaml.svg
index b90687c..f963f94 100644
--- a/standard/previews/papercolor_light.yaml.svg
+++ b/standard/previews/papercolor_light.yaml.svg
@@ -1,4 +1,4 @@
-ls
+ls
dir
executable
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
@@ -20,7 +20,7 @@ blue
magenta
cyan
-
+
white
bright:
diff --git a/standard/previews/poimandres.yaml.svg b/standard/previews/poimandres.yaml.svg
index 6f41ac7..c56de6d 100644
--- a/standard/previews/poimandres.yaml.svg
+++ b/standard/previews/poimandres.yaml.svg
@@ -1,4 +1,4 @@
-ls
+ls
dir
executable
@@ -14,13 +14,13 @@ red
green
yellow
-
+
blue
magenta
-
+
cyan
-
+
white
bright:
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/remedy_dark.yaml.svg b/standard/previews/remedy_dark.yaml.svg
index 7f796f6..8975b64 100644
--- a/standard/previews/remedy_dark.yaml.svg
+++ b/standard/previews/remedy_dark.yaml.svg
@@ -26,7 +26,7 @@ white
bright:
black
-
+
red
green
diff --git a/standard/previews/shades_of_purple.yaml.svg b/standard/previews/shades_of_purple.yaml.svg
index 737e38b..a0ea986 100644
--- a/standard/previews/shades_of_purple.yaml.svg
+++ b/standard/previews/shades_of_purple.yaml.svg
@@ -1,12 +1,12 @@
-ls
+ls
dir
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
-
+
black
red
@@ -20,9 +20,9 @@ blue
magenta
cyan
-
+
white
-
+
bright:
black
@@ -38,9 +38,9 @@ blue
magenta
cyan
-
+
white
-
+
~/project
git(
diff --git a/standard/previews/shades_of_purple_super_dark.yaml.svg b/standard/previews/shades_of_purple_super_dark.yaml.svg
index 42b6fb8..f52d669 100644
--- a/standard/previews/shades_of_purple_super_dark.yaml.svg
+++ b/standard/previews/shades_of_purple_super_dark.yaml.svg
@@ -1,12 +1,12 @@
-ls
+ls
dir
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
-
+
black
red
@@ -20,9 +20,9 @@ blue
magenta
cyan
-
+
white
-
+
bright:
black
@@ -38,9 +38,9 @@ blue
magenta
cyan
-
+
white
-
+
~/project
git(
diff --git a/standard/previews/simply_dark.yaml.svg b/standard/previews/simply_dark.yaml.svg
index 5ec4964..bd4d204 100644
--- a/standard/previews/simply_dark.yaml.svg
+++ b/standard/previews/simply_dark.yaml.svg
@@ -1,10 +1,10 @@
-ls
+ls
dir
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
black
@@ -22,7 +22,7 @@ magenta
cyan
white
-
+
bright:
black
@@ -40,7 +40,7 @@ magenta
cyan
white
-
+
~/project
git(
@@ -48,4 +48,4 @@ git(
main
)
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/standard/previews/spaceduck.yaml.svg b/standard/previews/spaceduck.yaml.svg
index 50ab4ce..54bacbc 100644
--- a/standard/previews/spaceduck.yaml.svg
+++ b/standard/previews/spaceduck.yaml.svg
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
diff --git a/standard/previews/synthwave_84.yaml.svg b/standard/previews/synthwave_84.yaml.svg
index 9365392..1665fdb 100644
--- a/standard/previews/synthwave_84.yaml.svg
+++ b/standard/previews/synthwave_84.yaml.svg
@@ -32,7 +32,7 @@ red
green
yellow
-
+
blue
magenta
diff --git a/standard/previews/taerminal.yaml.svg b/standard/previews/taerminal.yaml.svg
index df38b02..3bf8f03 100644
--- a/standard/previews/taerminal.yaml.svg
+++ b/standard/previews/taerminal.yaml.svg
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/tango_dark.yaml.svg b/standard/previews/tango_dark.yaml.svg
index 92a8864..bb0d812 100644
--- a/standard/previews/tango_dark.yaml.svg
+++ b/standard/previews/tango_dark.yaml.svg
@@ -1,6 +1,6 @@
ls
dir
-
+
executable
file
@@ -8,7 +8,7 @@ file
normal:
black
-
+
red
green
diff --git a/standard/previews/tender.yaml.svg b/standard/previews/tender.yaml.svg
index 69d3fa0..cc7a6f9 100644
--- a/standard/previews/tender.yaml.svg
+++ b/standard/previews/tender.yaml.svg
@@ -1,10 +1,10 @@
-ls
+ls
dir
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
black
@@ -20,9 +20,9 @@ blue
magenta
cyan
-
+
white
-
+
bright:
black
@@ -40,7 +40,7 @@ magenta
cyan
white
-
+
~/project
git(
diff --git a/standard/previews/terminal_app.yaml.svg b/standard/previews/terminal_app.yaml.svg
index bfeed37..f35f607 100644
--- a/standard/previews/terminal_app.yaml.svg
+++ b/standard/previews/terminal_app.yaml.svg
@@ -1,18 +1,18 @@
-ls
+ls
dir
-
+
executable
file
bash ~/colors.sh
normal:
-
+
black
-
+
red
green
-
+
yellow
blue
@@ -24,7 +24,7 @@ cyan
white
bright:
-
+
black
red
@@ -32,7 +32,7 @@ red
green
yellow
-
+
blue
magenta
@@ -44,7 +44,7 @@ white
~/project
git(
-
+
main
)
diff --git a/standard/previews/tomorrow_night.yaml.svg b/standard/previews/tomorrow_night.yaml.svg
index 491c7d4..9c3e0c6 100644
--- a/standard/previews/tomorrow_night.yaml.svg
+++ b/standard/previews/tomorrow_night.yaml.svg
@@ -1,6 +1,6 @@
ls
dir
-
+
executable
file
@@ -8,7 +8,7 @@ file
normal:
black
-
+
red
green
@@ -24,7 +24,7 @@ cyan
white
bright:
-
+
black
red
diff --git a/standard/previews/tomorrow_night_bright.yaml.svg b/standard/previews/tomorrow_night_bright.yaml.svg
index 3acd3f1..10c1dbe 100644
--- a/standard/previews/tomorrow_night_bright.yaml.svg
+++ b/standard/previews/tomorrow_night_bright.yaml.svg
@@ -1,4 +1,4 @@
-ls
+ls
dir
executable
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
@@ -24,7 +24,7 @@ cyan
white
bright:
-
+
black
red
diff --git a/standard/previews/vitesse_black.yaml.svg b/standard/previews/vitesse_black.yaml.svg
index 5b66a09..ec295aa 100644
--- a/standard/previews/vitesse_black.yaml.svg
+++ b/standard/previews/vitesse_black.yaml.svg
@@ -1,4 +1,4 @@
-ls
+ls
dir
executable
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
@@ -20,7 +20,7 @@ blue
magenta
cyan
-
+
white
bright:
diff --git a/standard/previews/vitesse_dark.yaml.svg b/standard/previews/vitesse_dark.yaml.svg
index bc26cca..23ce8e1 100644
--- a/standard/previews/vitesse_dark.yaml.svg
+++ b/standard/previews/vitesse_dark.yaml.svg
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
@@ -20,7 +20,7 @@ blue
magenta
cyan
-
+
white
bright:
diff --git a/standard/previews/vitesse_dark_soft.yaml.svg b/standard/previews/vitesse_dark_soft.yaml.svg
index e329587..b770d33 100644
--- a/standard/previews/vitesse_dark_soft.yaml.svg
+++ b/standard/previews/vitesse_dark_soft.yaml.svg
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
@@ -20,7 +20,7 @@ blue
magenta
cyan
-
+
white
bright:
diff --git a/standard/previews/vitesse_light.yaml.svg b/standard/previews/vitesse_light.yaml.svg
index 6c1120a..26451a1 100644
--- a/standard/previews/vitesse_light.yaml.svg
+++ b/standard/previews/vitesse_light.yaml.svg
@@ -1,4 +1,4 @@
-ls
+ls
dir
executable
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
@@ -20,7 +20,7 @@ blue
magenta
cyan
-
+
white
bright:
diff --git a/standard/previews/vitesse_light_soft.yaml.svg b/standard/previews/vitesse_light_soft.yaml.svg
index 4a128a5..17ab1c5 100644
--- a/standard/previews/vitesse_light_soft.yaml.svg
+++ b/standard/previews/vitesse_light_soft.yaml.svg
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
@@ -20,7 +20,7 @@ blue
magenta
cyan
-
+
white
bright:
diff --git a/standard/previews/vscode_default_dark_material.yml.svg b/standard/previews/vscode_default_dark_material.yml.svg
index 43a39bb..9cd6b2f 100644
--- a/standard/previews/vscode_default_dark_material.yml.svg
+++ b/standard/previews/vscode_default_dark_material.yml.svg
@@ -1,12 +1,12 @@
-ls
+ls
dir
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
-
+
black
red
@@ -20,9 +20,9 @@ blue
magenta
cyan
-
+
white
-
+
bright:
black
@@ -38,9 +38,9 @@ blue
magenta
cyan
-
+
white
-
+
~/project
git(
diff --git a/standard/previews/vuesion.yaml.svg b/standard/previews/vuesion.yaml.svg
index c469940..97626c3 100644
--- a/standard/previews/vuesion.yaml.svg
+++ b/standard/previews/vuesion.yaml.svg
@@ -1,10 +1,10 @@
-ls
+ls
dir
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
black
@@ -16,13 +16,13 @@ green
yellow
blue
-
+
magenta
-
+
cyan
-
+
white
-
+
bright:
black
@@ -34,13 +34,13 @@ green
yellow
blue
-
+
magenta
-
+
cyan
-
+
white
-
+
~/project
git(
diff --git a/standard/previews/wombat.yaml.svg b/standard/previews/wombat.yaml.svg
index 39994de..dac513d 100644
--- a/standard/previews/wombat.yaml.svg
+++ b/standard/previews/wombat.yaml.svg
@@ -6,7 +6,7 @@ executable
file
bash ~/colors.sh
normal:
-
+
black
red
@@ -38,7 +38,7 @@ blue
magenta
cyan
-
+
white
~/project
diff --git a/standard/previews/xterm.yaml.svg b/standard/previews/xterm.yaml.svg
index 7862ded..2a166e6 100644
--- a/standard/previews/xterm.yaml.svg
+++ b/standard/previews/xterm.yaml.svg
@@ -1,12 +1,12 @@
-ls
+ls
dir
executable
-
+
file
-bash ~/colors.sh
+bash ~/colors.sh
normal:
-
+
black
red
@@ -14,7 +14,7 @@ red
green
yellow
-
+
blue
magenta
@@ -22,25 +22,25 @@ magenta
cyan
white
-
+
bright:
black
-
+
red
-
+
green
-
+
yellow
blue
-
+
magenta
-
+
cyan
-
+
white
-
+
~/project
git(
@@ -48,4 +48,4 @@ git(
main
)
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/standard/spaceduck.yaml b/standard/spaceduck.yaml
index 26ba2e3..2c3b2cd 100644
--- a/standard/spaceduck.yaml
+++ b/standard/spaceduck.yaml
@@ -4,20 +4,20 @@ details: darker
foreground: "#ecf0c1"
terminal_colors:
bright:
- black: "#686f9a"
- red: "#e33400"
- green: "#5ccc96"
- yellow: "#b3a1e6"
- blue: "#00a3cc"
+ black: "#686f9a"
+ red: "#e33400"
+ green: "#5ccc96"
+ yellow: "#b3a1e6"
+ blue: "#00a3cc"
magenta: "#f2ce00"
- cyan: "#7a5ccc"
- white: "#f0f1ce"
+ cyan: "#7a5ccc"
+ white: "#f0f1ce"
normal:
- black: "#000000"
- red: "#e33400"
- green: "#5ccc96"
- yellow: "#b3a1e6"
- blue: "#00a3cc"
+ black: "#000000"
+ red: "#e33400"
+ green: "#5ccc96"
+ yellow: "#b3a1e6"
+ blue: "#00a3cc"
magenta: "#f2ce00"
- cyan: "#7a5ccc"
- white: "#686f9a"
+ cyan: "#7a5ccc"
+ white: "#686f9a"
diff --git a/standard/synthwave_84.yaml b/standard/synthwave_84.yaml
index 84ee5a7..ad374b6 100644
--- a/standard/synthwave_84.yaml
+++ b/standard/synthwave_84.yaml
@@ -1,7 +1,7 @@
# Synthwave '84
accent:
- left: "#f92aad"
- right: "#848bbd"
+ left: "#f92aad"
+ right: "#848bbd"
background:
top: "#241b2f"
bottom: "#191621"