diff --git a/standard/README.md b/standard/README.md index 7e6da31..4f1f73c 100644 --- a/standard/README.md +++ b/standard/README.md @@ -88,6 +88,8 @@ |**[Pencil Light](pencil_light.yaml)**:|| |**[Penumbra Dark](penumbra_dark.yaml)**:|| |**[Penumbra Light](penumbra_light.yaml)**:|| +|**[Pierre Dark](pierre_dark.yaml)**:|| +|**[Pierre Light](pierre_light.yaml)**:|| |**[Plastic](plastic.yaml)**:|| |**[Poimandres](poimandres.yaml)**:|| |**[Poimandres Alt](poimandres_alt.yaml)**:|| @@ -103,6 +105,9 @@ |**[Snazzy Green](snazzy_green.yaml)**:|| |**[Snazzy Red](snazzy_red.yaml)**:|| |**[Soft One Dark](soft_one_dark.yaml)**:|| +|**[Soft Tactile Warp Cream](soft_tactile_warp_cream.yaml)**:|| +|**[Soft Tactile Warp Dark](soft_tactile_warp_dark.yaml)**:|| +|**[Soft Tactile Warp Light](soft_tactile_warp_light.yaml)**:|| |**[Solarized Dark](solarized_dark.yaml)**:|| |**[Solarized Light](solarized_light.yaml)**:|| |**[Spaceduck](spaceduck.yaml)**:|| diff --git a/standard/pierre_dark.yaml b/standard/pierre_dark.yaml new file mode 100644 index 0000000..c457a2d --- /dev/null +++ b/standard/pierre_dark.yaml @@ -0,0 +1,30 @@ +# Pierre Dark theme +# Source: https://github.com/pierrecomputer/theme +# Accent color for UI elements +accent: "#009fff" +# Terminal background color +background: "#070707" +# Whether the theme is lighter or darker. +details: darker +# The foreground color. +foreground: "#fbfbfb" +# Ansi escape colors. +terminal_colors: + bright: + black: "#141415" + red: "#ff2e3f" + green: "#0dbe4e" + yellow: "#ffca00" + blue: "#009fff" + magenta: "#c635e4" + cyan: "#08c0ef" + white: "#c6c6c8" + normal: + black: "#141415" + red: "#ff2e3f" + green: "#0dbe4e" + yellow: "#ffca00" + blue: "#009fff" + magenta: "#c635e4" + cyan: "#08c0ef" + white: "#c6c6c8" diff --git a/standard/pierre_light.yaml b/standard/pierre_light.yaml new file mode 100644 index 0000000..de288eb --- /dev/null +++ b/standard/pierre_light.yaml @@ -0,0 +1,30 @@ +# Pierre Light theme +# Source: https://github.com/pierrecomputer/theme +# Accent color for UI elements +accent: "#009fff" +# Terminal background color +background: "#ffffff" +# Whether the theme is lighter or darker. +details: lighter +# The foreground color. +foreground: "#070707" +# Ansi escape colors. +terminal_colors: + bright: + black: "#1F1F21" + red: "#ff2e3f" + green: "#0dbe4e" + yellow: "#ffca00" + blue: "#009fff" + magenta: "#c635e4" + cyan: "#08c0ef" + white: "#c6c6c8" + normal: + black: "#1F1F21" + red: "#ff2e3f" + green: "#0dbe4e" + yellow: "#ffca00" + blue: "#009fff" + magenta: "#c635e4" + cyan: "#08c0ef" + white: "#c6c6c8" diff --git a/standard/previews/pierre_dark.yaml.svg b/standard/previews/pierre_dark.yaml.svg new file mode 100644 index 0000000..cf4fb75 --- /dev/null +++ b/standard/previews/pierre_dark.yaml.svg @@ -0,0 +1,51 @@ +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/pierre_light.yaml.svg b/standard/previews/pierre_light.yaml.svg new file mode 100644 index 0000000..2710812 --- /dev/null +++ b/standard/previews/pierre_light.yaml.svg @@ -0,0 +1,51 @@ +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