Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
|**[Pencil Light](pencil_light.yaml)**:|<img src='previews/pencil_light.yaml.svg' width='300'>|
|**[Penumbra Dark](penumbra_dark.yaml)**:|<img src='previews/penumbra_dark.yaml.svg' width='300'>|
|**[Penumbra Light](penumbra_light.yaml)**:|<img src='previews/penumbra_light.yaml.svg' width='300'>|
|**[Pierre Dark](pierre_dark.yaml)**:|<img src='previews/pierre_dark.yaml.svg' width='300'>|
|**[Pierre Light](pierre_light.yaml)**:|<img src='previews/pierre_light.yaml.svg' width='300'>|
|**[Plastic](plastic.yaml)**:|<img src='previews/plastic.yaml.svg' width='300'>|
|**[Poimandres](poimandres.yaml)**:|<img src='previews/poimandres.yaml.svg' width='300'>|
|**[Poimandres Alt](poimandres_alt.yaml)**:|<img src='previews/poimandres_alt.yaml.svg' width='300'>|
Expand All @@ -103,6 +105,9 @@
|**[Snazzy Green](snazzy_green.yaml)**:|<img src='previews/snazzy_green.yaml.svg' width='300'>|
|**[Snazzy Red](snazzy_red.yaml)**:|<img src='previews/snazzy_red.yaml.svg' width='300'>|
|**[Soft One Dark](soft_one_dark.yaml)**:|<img src='previews/soft_one_dark.yaml.svg' width='300'>|
|**[Soft Tactile Warp Cream](soft_tactile_warp_cream.yaml)**:|<img src='previews/soft_tactile_warp_cream.yaml.svg' width='300'>|
|**[Soft Tactile Warp Dark](soft_tactile_warp_dark.yaml)**:|<img src='previews/soft_tactile_warp_dark.yaml.svg' width='300'>|
|**[Soft Tactile Warp Light](soft_tactile_warp_light.yaml)**:|<img src='previews/soft_tactile_warp_light.yaml.svg' width='300'>|
|**[Solarized Dark](solarized_dark.yaml)**:|<img src='previews/solarized_dark.yaml.svg' width='300'>|
|**[Solarized Light](solarized_light.yaml)**:|<img src='previews/solarized_light.yaml.svg' width='300'>|
|**[Spaceduck](spaceduck.yaml)**:|<img src='previews/spaceduck.yaml.svg' width='300'>|
Expand Down
30 changes: 30 additions & 0 deletions standard/pierre_dark.yaml
Original file line number Diff line number Diff line change
@@ -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"
30 changes: 30 additions & 0 deletions standard/pierre_light.yaml
Original file line number Diff line number Diff line change
@@ -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"
51 changes: 51 additions & 0 deletions standard/previews/pierre_dark.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions standard/previews/pierre_light.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.