mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-27 01:58:12 -07:00
feat: add zenbones theme (#81)
* feat: add zenbones theme * chore: move zenbones to standard dir * chore: fix folder structure * chore: generate assets
This commit is contained in:
parent
72a3d407c4
commit
66fa69a873
7 changed files with 203 additions and 4 deletions
23
standard/zenbones_dark.yaml
Normal file
23
standard/zenbones_dark.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
accent: "#E97451" # Accent color for UI elements
|
||||
background: "#1C1917" # Terminal background color
|
||||
details: darker # Whether the theme is lighter or darker.
|
||||
foreground: "#B4BDC3" # The foreground color.
|
||||
terminal_colors: # Ansi escape colors.
|
||||
bright:
|
||||
black: "#1C1917"
|
||||
blue: "#6099C0"
|
||||
cyan: "#66A5AD"
|
||||
green: "#819B69"
|
||||
magenta: "#B279A7"
|
||||
red: "#DE6E7C"
|
||||
white: "#B4BDC3"
|
||||
yellow: "#B77E64"
|
||||
normal:
|
||||
black: "#403833"
|
||||
blue: "#61ABDA"
|
||||
cyan: "#65B8C1"
|
||||
green: "#8BAE68"
|
||||
magenta: "#CF86C1"
|
||||
red: "#E8838F"
|
||||
white: "#888F94"
|
||||
yellow: "#D68C67"
|
Loading…
Add table
Add a link
Reference in a new issue